Interface ReflectSchemaResponseOrBuilder

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

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

    • getDefinitionsList

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

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

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

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

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

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

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

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

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

      ReflectionCaveatOrBuilder getCaveatsOrBuilder(int index)
       caveats are the caveats defined in the schema.
       
      repeated .authzed.api.v1.ReflectionCaveat 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;