Interface ExperimentalRegisterRelationshipCounterRequestOrBuilder

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

public interface ExperimentalRegisterRelationshipCounterRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    name is the name of the counter being registered.
    com.google.protobuf.ByteString
    name is the name of the counter being registered.
    relationship_filter defines the filter to be applied to the relationships to be counted.
    relationship_filter defines the filter to be applied to the relationships to be counted.
    boolean
    relationship_filter defines the filter to be applied to the relationships to be counted.

    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

    • getName

      String getName()
       name is the name of the counter being registered.
       
      string name = 1 [(.validate.rules) = { ... }
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       name is the name of the counter being registered.
       
      string name = 1 [(.validate.rules) = { ... }
      Returns:
      The bytes for name.
    • hasRelationshipFilter

      boolean hasRelationshipFilter()
       relationship_filter defines the filter to be applied to the relationships
       to be counted.
       
      .authzed.api.v1.RelationshipFilter relationship_filter = 2 [(.validate.rules) = { ... }
      Returns:
      Whether the relationshipFilter field is set.
    • getRelationshipFilter

      RelationshipFilter getRelationshipFilter()
       relationship_filter defines the filter to be applied to the relationships
       to be counted.
       
      .authzed.api.v1.RelationshipFilter relationship_filter = 2 [(.validate.rules) = { ... }
      Returns:
      The relationshipFilter.
    • getRelationshipFilterOrBuilder

      RelationshipFilterOrBuilder getRelationshipFilterOrBuilder()
       relationship_filter defines the filter to be applied to the relationships
       to be counted.
       
      .authzed.api.v1.RelationshipFilter relationship_filter = 2 [(.validate.rules) = { ... }