Package com.authzed.api.materialize.v0
Interface WatchPermissionSetsRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WatchPermissionSetsRequest
,WatchPermissionSetsRequest.Builder
public interface WatchPermissionSetsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional_starting_after is used to specify the SpiceDB revision to start watching from.optional_starting_after is used to specify the SpiceDB revision to start watching from.boolean
optional_starting_after is used to specify the SpiceDB revision 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
-
hasOptionalStartingAfter
boolean hasOptionalStartingAfter()optional_starting_after is used to specify the SpiceDB revision to start watching from. If not specified, the watch will start from the current SpiceDB revision time of the request ("head revision").
.authzed.api.v1.ZedToken optional_starting_after = 1;
- Returns:
- Whether the optionalStartingAfter field is set.
-
getOptionalStartingAfter
ZedToken getOptionalStartingAfter()optional_starting_after is used to specify the SpiceDB revision to start watching from. If not specified, the watch will start from the current SpiceDB revision time of the request ("head revision").
.authzed.api.v1.ZedToken optional_starting_after = 1;
- Returns:
- The optionalStartingAfter.
-
getOptionalStartingAfterOrBuilder
ZedTokenOrBuilder getOptionalStartingAfterOrBuilder()optional_starting_after is used to specify the SpiceDB revision to start watching from. If not specified, the watch will start from the current SpiceDB revision time of the request ("head revision").
.authzed.api.v1.ZedToken optional_starting_after = 1;
-