Package com.authzed.api.v1alpha1
Interface WatchresourcesService.WatchResourcesRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WatchresourcesService.WatchResourcesRequest
,WatchresourcesService.WatchResourcesRequest.Builder
- Enclosing class:
- WatchresourcesService
public static interface WatchresourcesService.WatchResourcesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.authzed.api.v1.ZedToken optional_start_cursor = 5;
.authzed.api.v1.ZedToken optional_start_cursor = 5;
optional_subject_relation allows you to specify a group of subjects to watch for a given subject type.com.google.protobuf.ByteString
optional_subject_relation allows you to specify a group of subjects to watch for a given subject type.permission is the name of the permission or relation for which we will watch for changes.com.google.protobuf.ByteString
permission is the name of the permission or relation for which we will watch for changes.resource_object_type is the type of resource object for which we will watch for changes.com.google.protobuf.ByteString
resource_object_type is the type of resource object for which we will watch for changes.subject_object_type is the type of the subject resource for which we will watch for changes.com.google.protobuf.ByteString
subject_object_type is the type of the subject resource for which we will watch for changes.boolean
.authzed.api.v1.ZedToken optional_start_cursor = 5;
Methods 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
-
getResourceObjectType
String getResourceObjectType()resource_object_type is the type of resource object for which we will watch for changes.
string resource_object_type = 1 [(.validate.rules) = { ... }
- Returns:
- The resourceObjectType.
-
getResourceObjectTypeBytes
com.google.protobuf.ByteString getResourceObjectTypeBytes()resource_object_type is the type of resource object for which we will watch for changes.
string resource_object_type = 1 [(.validate.rules) = { ... }
- Returns:
- The bytes for resourceObjectType.
-
getPermission
String getPermission()permission is the name of the permission or relation for which we will watch for changes.
string permission = 2 [(.validate.rules) = { ... }
- Returns:
- The permission.
-
getPermissionBytes
com.google.protobuf.ByteString getPermissionBytes()permission is the name of the permission or relation for which we will watch for changes.
string permission = 2 [(.validate.rules) = { ... }
- Returns:
- The bytes for permission.
-
getSubjectObjectType
String getSubjectObjectType()subject_object_type is the type of the subject resource for which we will watch for changes.
string subject_object_type = 3;
- Returns:
- The subjectObjectType.
-
getSubjectObjectTypeBytes
com.google.protobuf.ByteString getSubjectObjectTypeBytes()subject_object_type is the type of the subject resource for which we will watch for changes.
string subject_object_type = 3;
- Returns:
- The bytes for subjectObjectType.
-
getOptionalSubjectRelation
String getOptionalSubjectRelation()optional_subject_relation allows you to specify a group of subjects to watch for a given subject type.
string optional_subject_relation = 4;
- Returns:
- The optionalSubjectRelation.
-
getOptionalSubjectRelationBytes
com.google.protobuf.ByteString getOptionalSubjectRelationBytes()optional_subject_relation allows you to specify a group of subjects to watch for a given subject type.
string optional_subject_relation = 4;
- Returns:
- The bytes for optionalSubjectRelation.
-
hasOptionalStartCursor
boolean hasOptionalStartCursor().authzed.api.v1.ZedToken optional_start_cursor = 5;
- Returns:
- Whether the optionalStartCursor field is set.
-
getOptionalStartCursor
ZedToken getOptionalStartCursor().authzed.api.v1.ZedToken optional_start_cursor = 5;
- Returns:
- The optionalStartCursor.
-
getOptionalStartCursorOrBuilder
ZedTokenOrBuilder getOptionalStartCursorOrBuilder().authzed.api.v1.ZedToken optional_start_cursor = 5;
-