Package com.authzed.api.materialize.v0
Interface MemberReferenceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MemberReference
,MemberReference.Builder
public interface MemberReferenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionobject_id is the ID of a permission set membercom.google.protobuf.ByteString
object_id is the ID of a permission set memberobject_type is the type of object of a permission set membercom.google.protobuf.ByteString
object_type is the type of object of a permission set memberoptional_permission_or_relation is the permission or relation referenced by this permission set membercom.google.protobuf.ByteString
optional_permission_or_relation is the permission or relation referenced by this permission set memberMethods 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
-
getObjectType
String getObjectType()object_type is the type of object of a permission set member
string object_type = 1;
- Returns:
- The objectType.
-
getObjectTypeBytes
com.google.protobuf.ByteString getObjectTypeBytes()object_type is the type of object of a permission set member
string object_type = 1;
- Returns:
- The bytes for objectType.
-
getObjectId
String getObjectId()object_id is the ID of a permission set member
string object_id = 2;
- Returns:
- The objectId.
-
getObjectIdBytes
com.google.protobuf.ByteString getObjectIdBytes()object_id is the ID of a permission set member
string object_id = 2;
- Returns:
- The bytes for objectId.
-
getOptionalPermissionOrRelation
String getOptionalPermissionOrRelation()optional_permission_or_relation is the permission or relation referenced by this permission set member
string optional_permission_or_relation = 3;
- Returns:
- The optionalPermissionOrRelation.
-
getOptionalPermissionOrRelationBytes
com.google.protobuf.ByteString getOptionalPermissionOrRelationBytes()optional_permission_or_relation is the permission or relation referenced by this permission set member
string optional_permission_or_relation = 3;
- Returns:
- The bytes for optionalPermissionOrRelation.
-