Interface ExperimentalReflectSchemaResponseOrBuilder

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

public interface ExperimentalReflectSchemaResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getDefinitionsList

      List<ExpDefinition> getDefinitionsList()
       definitions are the definitions defined in the schema.
       
      repeated .authzed.api.v1.ExpDefinition definitions = 1;
    • getDefinitions

      ExpDefinition getDefinitions(int index)
       definitions are the definitions defined in the schema.
       
      repeated .authzed.api.v1.ExpDefinition definitions = 1;
    • getDefinitionsCount

      int getDefinitionsCount()
       definitions are the definitions defined in the schema.
       
      repeated .authzed.api.v1.ExpDefinition definitions = 1;
    • getDefinitionsOrBuilderList

      List<? extends ExpDefinitionOrBuilder> getDefinitionsOrBuilderList()
       definitions are the definitions defined in the schema.
       
      repeated .authzed.api.v1.ExpDefinition definitions = 1;
    • getDefinitionsOrBuilder

      ExpDefinitionOrBuilder getDefinitionsOrBuilder(int index)
       definitions are the definitions defined in the schema.
       
      repeated .authzed.api.v1.ExpDefinition definitions = 1;
    • getCaveatsList

      List<ExpCaveat> getCaveatsList()
       caveats are the caveats defined in the schema.
       
      repeated .authzed.api.v1.ExpCaveat caveats = 2;
    • getCaveats

      ExpCaveat getCaveats(int index)
       caveats are the caveats defined in the schema.
       
      repeated .authzed.api.v1.ExpCaveat caveats = 2;
    • getCaveatsCount

      int getCaveatsCount()
       caveats are the caveats defined in the schema.
       
      repeated .authzed.api.v1.ExpCaveat caveats = 2;
    • getCaveatsOrBuilderList

      List<? extends ExpCaveatOrBuilder> getCaveatsOrBuilderList()
       caveats are the caveats defined in the schema.
       
      repeated .authzed.api.v1.ExpCaveat caveats = 2;
    • getCaveatsOrBuilder

      ExpCaveatOrBuilder getCaveatsOrBuilder(int index)
       caveats are the caveats defined in the schema.
       
      repeated .authzed.api.v1.ExpCaveat caveats = 2;
    • hasReadAt

      boolean hasReadAt()
       read_at is the ZedToken at which the schema was read.
       
      .authzed.api.v1.ZedToken read_at = 3;
      Returns:
      Whether the readAt field is set.
    • getReadAt

      ZedToken getReadAt()
       read_at is the ZedToken at which the schema was read.
       
      .authzed.api.v1.ZedToken read_at = 3;
      Returns:
      The readAt.
    • getReadAtOrBuilder

      ZedTokenOrBuilder getReadAtOrBuilder()
       read_at is the ZedToken at which the schema was read.
       
      .authzed.api.v1.ZedToken read_at = 3;