Package com.authzed.api.materialize.v0
Interface WatchPermissionsRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WatchPermissionsRequest
,WatchPermissionsRequest.Builder
public interface WatchPermissionsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional_starting_after is the revision token to start watching from.optional_starting_after is the revision token to start watching from.getPermissions
(int index) permissions is a list of permissions to watch for changes.int
permissions is a list of permissions to watch for changes.permissions is a list of permissions to watch for changes.getPermissionsOrBuilder
(int index) permissions is a list of permissions to watch for changes.List<? extends WatchedPermissionOrBuilder>
permissions is a list of permissions to watch for changes.boolean
optional_starting_after is the revision token to start watching from.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
-
getPermissionsList
List<WatchedPermission> getPermissionsList()permissions is a list of permissions to watch for changes. At least one permission must be specified, and it must be a subset or equal to the permissions that were enabled for the service.
repeated .authzed.api.materialize.v0.WatchedPermission permissions = 1;
-
getPermissions
permissions is a list of permissions to watch for changes. At least one permission must be specified, and it must be a subset or equal to the permissions that were enabled for the service.
repeated .authzed.api.materialize.v0.WatchedPermission permissions = 1;
-
getPermissionsCount
int getPermissionsCount()permissions is a list of permissions to watch for changes. At least one permission must be specified, and it must be a subset or equal to the permissions that were enabled for the service.
repeated .authzed.api.materialize.v0.WatchedPermission permissions = 1;
-
getPermissionsOrBuilderList
List<? extends WatchedPermissionOrBuilder> getPermissionsOrBuilderList()permissions is a list of permissions to watch for changes. At least one permission must be specified, and it must be a subset or equal to the permissions that were enabled for the service.
repeated .authzed.api.materialize.v0.WatchedPermission permissions = 1;
-
getPermissionsOrBuilder
permissions is a list of permissions to watch for changes. At least one permission must be specified, and it must be a subset or equal to the permissions that were enabled for the service.
repeated .authzed.api.materialize.v0.WatchedPermission permissions = 1;
-
hasOptionalStartingAfter
boolean hasOptionalStartingAfter()optional_starting_after is the revision token to start watching from. If not provided, the stream will start from the current revision at the moment of the request.
.authzed.api.v1.ZedToken optional_starting_after = 2;
- Returns:
- Whether the optionalStartingAfter field is set.
-
getOptionalStartingAfter
ZedToken getOptionalStartingAfter()optional_starting_after is the revision token to start watching from. If not provided, the stream will start from the current revision at the moment of the request.
.authzed.api.v1.ZedToken optional_starting_after = 2;
- Returns:
- The optionalStartingAfter.
-
getOptionalStartingAfterOrBuilder
ZedTokenOrBuilder getOptionalStartingAfterOrBuilder()optional_starting_after is the revision token to start watching from. If not provided, the stream will start from the current revision at the moment of the request.
.authzed.api.v1.ZedToken optional_starting_after = 2;
-