Package com.authzed.api.v1
Interface ReflectionDefinitionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReflectionDefinition,ReflectionDefinition.Builder
@Generated
public interface ReflectionDefinitionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncomment is a human-readable comments on the definition.com.google.protobuf.ByteStringcomment is a human-readable comments on the definition.getName()string name = 1;com.google.protobuf.ByteStringstring name = 1;getPermissions(int index) repeated .authzed.api.v1.ReflectionPermission permissions = 4;intrepeated .authzed.api.v1.ReflectionPermission permissions = 4;repeated .authzed.api.v1.ReflectionPermission permissions = 4;getPermissionsOrBuilder(int index) repeated .authzed.api.v1.ReflectionPermission permissions = 4;List<? extends ReflectionPermissionOrBuilder>repeated .authzed.api.v1.ReflectionPermission permissions = 4;getRelations(int index) repeated .authzed.api.v1.ReflectionRelation relations = 3;intrepeated .authzed.api.v1.ReflectionRelation relations = 3;repeated .authzed.api.v1.ReflectionRelation relations = 3;getRelationsOrBuilder(int index) repeated .authzed.api.v1.ReflectionRelation relations = 3;List<? extends ReflectionRelationOrBuilder>repeated .authzed.api.v1.ReflectionRelation relations = 3;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()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
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
repeated .authzed.api.v1.ReflectionRelation relations = 3; -
getPermissionsList
List<ReflectionPermission> getPermissionsList()repeated .authzed.api.v1.ReflectionPermission permissions = 4; -
getPermissions
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
repeated .authzed.api.v1.ReflectionPermission permissions = 4;
-