Package com.authzed.api.v1
Interface ReflectionRelationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReflectionRelation,ReflectionRelation.Builder
@Generated
public interface ReflectionRelationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring comment = 2;com.google.protobuf.ByteStringstring comment = 2;getName()string name = 1;com.google.protobuf.ByteStringstring name = 1;string parent_definition_name = 3;com.google.protobuf.ByteStringstring parent_definition_name = 3;getSubjectTypes(int index) repeated .authzed.api.v1.ReflectionTypeReference subject_types = 4;intrepeated .authzed.api.v1.ReflectionTypeReference subject_types = 4;repeated .authzed.api.v1.ReflectionTypeReference subject_types = 4;getSubjectTypesOrBuilder(int index) repeated .authzed.api.v1.ReflectionTypeReference subject_types = 4;List<? extends ReflectionTypeReferenceOrBuilder>repeated .authzed.api.v1.ReflectionTypeReference subject_types = 4;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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<ReflectionTypeReference> getSubjectTypesList()repeated .authzed.api.v1.ReflectionTypeReference subject_types = 4; -
getSubjectTypes
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
repeated .authzed.api.v1.ReflectionTypeReference subject_types = 4;
-