-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface PermissionService.LookupResourcesRequestOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract booleanhasConsistency().authzed.api.v1.Consistency consistency = 1;abstract PermissionService.ConsistencygetConsistency().authzed.api.v1.Consistency consistency = 1;abstract PermissionService.ConsistencyOrBuildergetConsistencyOrBuilder().authzed.api.v1.Consistency consistency = 1;abstract StringgetResourceObjectType()resource_object_type is the type of resource object for which the IDs will be returned.string resource_object_type = 2 [(.validate.rules) = { ... }abstract ByteStringgetResourceObjectTypeBytes()resource_object_type is the type of resource object for which the IDs will be returned.string resource_object_type = 2 [(.validate.rules) = { ... }abstract StringgetPermission()permission is the name of the permission or relation for which the subject must Check.string permission = 3 [(.validate.rules) = { ... }abstract ByteStringgetPermissionBytes()permission is the name of the permission or relation for which the subject must Check.string permission = 3 [(.validate.rules) = { ... }abstract booleanhasSubject()subject is the subject with access to the resources..authzed.api.v1.SubjectReference subject = 4 [(.validate.rules) = { ... }abstract Core.SubjectReferencegetSubject()subject is the subject with access to the resources..authzed.api.v1.SubjectReference subject = 4 [(.validate.rules) = { ... }abstract Core.SubjectReferenceOrBuildergetSubjectOrBuilder()subject is the subject with access to the resources..authzed.api.v1.SubjectReference subject = 4 [(.validate.rules) = { ... }-
Methods inherited from class com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
hasConsistency
abstract boolean hasConsistency()
.authzed.api.v1.Consistency consistency = 1;
-
getConsistency
abstract PermissionService.Consistency getConsistency()
.authzed.api.v1.Consistency consistency = 1;
-
getConsistencyOrBuilder
abstract PermissionService.ConsistencyOrBuilder getConsistencyOrBuilder()
.authzed.api.v1.Consistency consistency = 1;
-
getResourceObjectType
abstract String getResourceObjectType()
resource_object_type is the type of resource object for which the IDs will be returned.string resource_object_type = 2 [(.validate.rules) = { ... }
-
getResourceObjectTypeBytes
abstract ByteString getResourceObjectTypeBytes()
resource_object_type is the type of resource object for which the IDs will be returned.string resource_object_type = 2 [(.validate.rules) = { ... }
-
getPermission
abstract String getPermission()
permission is the name of the permission or relation for which the subject must Check.string permission = 3 [(.validate.rules) = { ... }
-
getPermissionBytes
abstract ByteString getPermissionBytes()
permission is the name of the permission or relation for which the subject must Check.string permission = 3 [(.validate.rules) = { ... }
-
hasSubject
abstract boolean hasSubject()
subject is the subject with access to the resources..authzed.api.v1.SubjectReference subject = 4 [(.validate.rules) = { ... }
-
getSubject
abstract Core.SubjectReference getSubject()
subject is the subject with access to the resources..authzed.api.v1.SubjectReference subject = 4 [(.validate.rules) = { ... }
-
getSubjectOrBuilder
abstract Core.SubjectReferenceOrBuilder getSubjectOrBuilder()
subject is the subject with access to the resources..authzed.api.v1.SubjectReference subject = 4 [(.validate.rules) = { ... }
-
-
-
-