Package com.authzed.api.v1
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 Summary
Modifier and TypeMethodDescriptionstring comment = 2;
com.google.protobuf.ByteString
string comment = 2;
getName()
string name = 1;
com.google.protobuf.ByteString
string name = 1;
string parent_definition_name = 3;
com.google.protobuf.ByteString
string parent_definition_name = 3;
getSubjectTypes
(int index) repeated .authzed.api.v1.ExpTypeReference subject_types = 4;
int
repeated .authzed.api.v1.ExpTypeReference subject_types = 4;
repeated .authzed.api.v1.ExpTypeReference subject_types = 4;
getSubjectTypesOrBuilder
(int index) repeated .authzed.api.v1.ExpTypeReference subject_types = 4;
List<? extends ExpTypeReferenceOrBuilder>
repeated .authzed.api.v1.ExpTypeReference subject_types = 4;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
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
repeated .authzed.api.v1.ExpTypeReference subject_types = 4;
-