-
- All Implemented Interfaces:
-
com.authzed.api.v1.PermissionService.LookupSubjectsResponseOrBuilder,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.io.Serializable
public final class PermissionService.LookupSubjectsResponse extends GeneratedMessageV3 implements PermissionService.LookupSubjectsResponseOrBuilder
Protobuf typeLookupSubjectsResponse contains a single matching subject object ID for the requested subject object type on the permission or relation.authzed.api.v1.LookupSubjectsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPermissionService.LookupSubjectsResponse.Builder
Protobuf typeLookupSubjectsResponse contains a single matching subject object ID for the requested subject object type on the permission or relation.authzed.api.v1.LookupSubjectsResponse
-
Field Summary
Fields Modifier and Type Field Description public final static intLOOKED_UP_AT_FIELD_NUMBERpublic final static intSUBJECT_OBJECT_ID_FIELD_NUMBERpublic final static intEXCLUDED_SUBJECT_IDS_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final UnknownFieldSetgetUnknownFields()final static Descriptors.DescriptorgetDescriptor()booleanhasLookedUpAt().authzed.api.v1.ZedToken looked_up_at = 1;Core.ZedTokengetLookedUpAt().authzed.api.v1.ZedToken looked_up_at = 1;Core.ZedTokenOrBuildergetLookedUpAtOrBuilder().authzed.api.v1.ZedToken looked_up_at = 1;StringgetSubjectObjectId()subject_object_id is the Object ID of the subject found. May be a `*` if a wildcard was found.string subject_object_id = 2;ByteStringgetSubjectObjectIdBytes()subject_object_id is the Object ID of the subject found. May be a `*` if a wildcard was found.string subject_object_id = 2;ProtocolStringListgetExcludedSubjectIdsList()excluded_subject_ids are the Object IDs of the subjects excluded. This list will only contain object IDs if `subject_object_id` is a wildcard (`*`) and will only be populated if exclusions exist from the wildcard.repeated string excluded_subject_ids = 3;intgetExcludedSubjectIdsCount()excluded_subject_ids are the Object IDs of the subjects excluded. This list will only contain object IDs if `subject_object_id` is a wildcard (`*`) and will only be populated if exclusions exist from the wildcard.repeated string excluded_subject_ids = 3;StringgetExcludedSubjectIds(int index)excluded_subject_ids are the Object IDs of the subjects excluded. This list will only contain object IDs if `subject_object_id` is a wildcard (`*`) and will only be populated if exclusions exist from the wildcard.repeated string excluded_subject_ids = 3;ByteStringgetExcludedSubjectIdsBytes(int index)excluded_subject_ids are the Object IDs of the subjects excluded. This list will only contain object IDs if `subject_object_id` is a wildcard (`*`) and will only be populated if exclusions exist from the wildcard.repeated string excluded_subject_ids = 3;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static PermissionService.LookupSubjectsResponseparseFrom(ByteBuffer data)static PermissionService.LookupSubjectsResponseparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static PermissionService.LookupSubjectsResponseparseFrom(ByteString data)static PermissionService.LookupSubjectsResponseparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static PermissionService.LookupSubjectsResponseparseFrom(Array<byte> data)static PermissionService.LookupSubjectsResponseparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static PermissionService.LookupSubjectsResponseparseFrom(InputStream input)static PermissionService.LookupSubjectsResponseparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static PermissionService.LookupSubjectsResponseparseDelimitedFrom(InputStream input)static PermissionService.LookupSubjectsResponseparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static PermissionService.LookupSubjectsResponseparseFrom(CodedInputStream input)static PermissionService.LookupSubjectsResponseparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)PermissionService.LookupSubjectsResponse.BuildernewBuilderForType()static PermissionService.LookupSubjectsResponse.BuildernewBuilder()static PermissionService.LookupSubjectsResponse.BuildernewBuilder(PermissionService.LookupSubjectsResponse prototype)PermissionService.LookupSubjectsResponse.BuildertoBuilder()static PermissionService.LookupSubjectsResponsegetDefaultInstance()static Parser<PermissionService.LookupSubjectsResponse>parser()Parser<PermissionService.LookupSubjectsResponse>getParserForType()PermissionService.LookupSubjectsResponsegetDefaultInstanceForType()-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof -
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, toString -
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo -
Methods inherited from class com.google.protobuf.Message
getParserForType -
Methods inherited from class com.google.protobuf.MessageLite
getParserForType -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getUnknownFields
final UnknownFieldSet getUnknownFields()
-
getDescriptor
final static Descriptors.Descriptor getDescriptor()
-
hasLookedUpAt
boolean hasLookedUpAt()
.authzed.api.v1.ZedToken looked_up_at = 1;
-
getLookedUpAt
Core.ZedToken getLookedUpAt()
.authzed.api.v1.ZedToken looked_up_at = 1;
-
getLookedUpAtOrBuilder
Core.ZedTokenOrBuilder getLookedUpAtOrBuilder()
.authzed.api.v1.ZedToken looked_up_at = 1;
-
getSubjectObjectId
String getSubjectObjectId()
subject_object_id is the Object ID of the subject found. May be a `*` if a wildcard was found.string subject_object_id = 2;
-
getSubjectObjectIdBytes
ByteString getSubjectObjectIdBytes()
subject_object_id is the Object ID of the subject found. May be a `*` if a wildcard was found.string subject_object_id = 2;
-
getExcludedSubjectIdsList
ProtocolStringList getExcludedSubjectIdsList()
excluded_subject_ids are the Object IDs of the subjects excluded. This list will only contain object IDs if `subject_object_id` is a wildcard (`*`) and will only be populated if exclusions exist from the wildcard.repeated string excluded_subject_ids = 3;
-
getExcludedSubjectIdsCount
int getExcludedSubjectIdsCount()
excluded_subject_ids are the Object IDs of the subjects excluded. This list will only contain object IDs if `subject_object_id` is a wildcard (`*`) and will only be populated if exclusions exist from the wildcard.repeated string excluded_subject_ids = 3;
-
getExcludedSubjectIds
String getExcludedSubjectIds(int index)
excluded_subject_ids are the Object IDs of the subjects excluded. This list will only contain object IDs if `subject_object_id` is a wildcard (`*`) and will only be populated if exclusions exist from the wildcard.repeated string excluded_subject_ids = 3;- Parameters:
index- The index of the element to return.
-
getExcludedSubjectIdsBytes
ByteString getExcludedSubjectIdsBytes(int index)
excluded_subject_ids are the Object IDs of the subjects excluded. This list will only contain object IDs if `subject_object_id` is a wildcard (`*`) and will only be populated if exclusions exist from the wildcard.repeated string excluded_subject_ids = 3;- Parameters:
index- The index of the value to return.
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
equals
boolean equals(Object obj)
-
hashCode
int hashCode()
-
parseFrom
static PermissionService.LookupSubjectsResponse parseFrom(ByteBuffer data)
-
parseFrom
static PermissionService.LookupSubjectsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static PermissionService.LookupSubjectsResponse parseFrom(ByteString data)
-
parseFrom
static PermissionService.LookupSubjectsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static PermissionService.LookupSubjectsResponse parseFrom(Array<byte> data)
-
parseFrom
static PermissionService.LookupSubjectsResponse parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static PermissionService.LookupSubjectsResponse parseFrom(InputStream input)
-
parseFrom
static PermissionService.LookupSubjectsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static PermissionService.LookupSubjectsResponse parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static PermissionService.LookupSubjectsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static PermissionService.LookupSubjectsResponse parseFrom(CodedInputStream input)
-
parseFrom
static PermissionService.LookupSubjectsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
PermissionService.LookupSubjectsResponse.Builder newBuilderForType()
-
newBuilder
static PermissionService.LookupSubjectsResponse.Builder newBuilder()
-
newBuilder
static PermissionService.LookupSubjectsResponse.Builder newBuilder(PermissionService.LookupSubjectsResponse prototype)
-
getDefaultInstance
static PermissionService.LookupSubjectsResponse getDefaultInstance()
-
parser
static Parser<PermissionService.LookupSubjectsResponse> parser()
-
getParserForType
Parser<PermissionService.LookupSubjectsResponse> getParserForType()
-
getDefaultInstanceForType
PermissionService.LookupSubjectsResponse getDefaultInstanceForType()
-
-
-
-