Interface ReflectionRelationOrBuilder

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

public interface ReflectionRelationOrBuilder 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()
      string comment = 2;
      Returns:
      The comment.
    • getCommentBytes

      com.google.protobuf.ByteString getCommentBytes()
      string comment = 2;
      Returns:
      The bytes for comment.
    • getParentDefinitionName

      String getParentDefinitionName()
      string parent_definition_name = 3;
      Returns:
      The parentDefinitionName.
    • getParentDefinitionNameBytes

      com.google.protobuf.ByteString getParentDefinitionNameBytes()
      string parent_definition_name = 3;
      Returns:
      The bytes for parentDefinitionName.
    • getSubjectTypesList

      List<ReflectionTypeReference> getSubjectTypesList()
      repeated .authzed.api.v1.ReflectionTypeReference subject_types = 4;
    • getSubjectTypes

      ReflectionTypeReference getSubjectTypes(int index)
      repeated .authzed.api.v1.ReflectionTypeReference subject_types = 4;
    • getSubjectTypesCount

      int getSubjectTypesCount()
      repeated .authzed.api.v1.ReflectionTypeReference subject_types = 4;
    • getSubjectTypesOrBuilderList

      List<? extends ReflectionTypeReferenceOrBuilder> getSubjectTypesOrBuilderList()
      repeated .authzed.api.v1.ReflectionTypeReference subject_types = 4;
    • getSubjectTypesOrBuilder

      ReflectionTypeReferenceOrBuilder getSubjectTypesOrBuilder(int index)
      repeated .authzed.api.v1.ReflectionTypeReference subject_types = 4;