Interface ExpRelationOrBuilder

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

public interface ExpRelationOrBuilder 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<ExpTypeReference> getSubjectTypesList()
      repeated .authzed.api.v1.ExpTypeReference subject_types = 4;
    • getSubjectTypes

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

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

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

      ExpTypeReferenceOrBuilder getSubjectTypesOrBuilder(int index)
      repeated .authzed.api.v1.ExpTypeReference subject_types = 4;