Interface ExperimentalCountRelationshipsByFilterRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ExperimentalCountRelationshipsByFilterRequest, ExperimentalCountRelationshipsByFilterRequest.Builder

@Generated public interface ExperimentalCountRelationshipsByFilterRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    relationship_filter specifies the filter to apply when counting relationships.
    relationship_filter specifies the filter to apply when counting relationships.
    boolean
    relationship_filter specifies the filter to apply when counting relationships.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasRelationshipFilter

      boolean hasRelationshipFilter()
       relationship_filter specifies the filter to apply when counting relationships.
       
      .authzed.api.v1.RelationshipFilter relationship_filter = 1 [(.validate.rules) = { ... }
      Returns:
      Whether the relationshipFilter field is set.
    • getRelationshipFilter

      RelationshipFilter getRelationshipFilter()
       relationship_filter specifies the filter to apply when counting relationships.
       
      .authzed.api.v1.RelationshipFilter relationship_filter = 1 [(.validate.rules) = { ... }
      Returns:
      The relationshipFilter.
    • getRelationshipFilterOrBuilder

      RelationshipFilterOrBuilder getRelationshipFilterOrBuilder()
       relationship_filter specifies the filter to apply when counting relationships.
       
      .authzed.api.v1.RelationshipFilter relationship_filter = 1 [(.validate.rules) = { ... }