Interface DependentRelationsResponseOrBuilder

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

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

    • getRelationsList

      List<ReflectionRelationReference> getRelationsList()
      repeated .authzed.api.v1.ReflectionRelationReference relations = 1;
    • getRelations

      ReflectionRelationReference getRelations(int index)
      repeated .authzed.api.v1.ReflectionRelationReference relations = 1;
    • getRelationsCount

      int getRelationsCount()
      repeated .authzed.api.v1.ReflectionRelationReference relations = 1;
    • getRelationsOrBuilderList

      List<? extends ReflectionRelationReferenceOrBuilder> getRelationsOrBuilderList()
      repeated .authzed.api.v1.ReflectionRelationReference relations = 1;
    • getRelationsOrBuilder

      ReflectionRelationReferenceOrBuilder getRelationsOrBuilder(int index)
      repeated .authzed.api.v1.ReflectionRelationReference relations = 1;
    • hasReadAt

      boolean hasReadAt()
       read_at is the ZedToken at which the schema was read.
       
      .authzed.api.v1.ZedToken read_at = 2;
      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 = 2;
      Returns:
      The readAt.
    • getReadAtOrBuilder

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