Interface ReflectionDefinitionOrBuilder

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

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

    • getName

      String getName()
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      string name = 1;
      Returns:
      The bytes for name.
    • getComment

      String getComment()
       comment is a human-readable comments on the definition. Will include
       delimiter characters.
       
      string comment = 2;
      Returns:
      The comment.
    • getCommentBytes

      com.google.protobuf.ByteString getCommentBytes()
       comment is a human-readable comments on the definition. Will include
       delimiter characters.
       
      string comment = 2;
      Returns:
      The bytes for comment.
    • getRelationsList

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

      ReflectionRelation getRelations(int index)
      repeated .authzed.api.v1.ReflectionRelation relations = 3;
    • getRelationsCount

      int getRelationsCount()
      repeated .authzed.api.v1.ReflectionRelation relations = 3;
    • getRelationsOrBuilderList

      List<? extends ReflectionRelationOrBuilder> getRelationsOrBuilderList()
      repeated .authzed.api.v1.ReflectionRelation relations = 3;
    • getRelationsOrBuilder

      ReflectionRelationOrBuilder getRelationsOrBuilder(int index)
      repeated .authzed.api.v1.ReflectionRelation relations = 3;
    • getPermissionsList

      List<ReflectionPermission> getPermissionsList()
      repeated .authzed.api.v1.ReflectionPermission permissions = 4;
    • getPermissions

      ReflectionPermission getPermissions(int index)
      repeated .authzed.api.v1.ReflectionPermission permissions = 4;
    • getPermissionsCount

      int getPermissionsCount()
      repeated .authzed.api.v1.ReflectionPermission permissions = 4;
    • getPermissionsOrBuilderList

      List<? extends ReflectionPermissionOrBuilder> getPermissionsOrBuilderList()
      repeated .authzed.api.v1.ReflectionPermission permissions = 4;
    • getPermissionsOrBuilder

      ReflectionPermissionOrBuilder getPermissionsOrBuilder(int index)
      repeated .authzed.api.v1.ReflectionPermission permissions = 4;