-
- All Implemented Interfaces:
-
com.authzed.api.v1.WatchServiceOuterClass.WatchRequestOrBuilder,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.io.Serializable
public final class WatchServiceOuterClass.WatchRequest extends GeneratedMessageV3 implements WatchServiceOuterClass.WatchRequestOrBuilder
Protobuf typeWatchRequest specifies the object definitions for which we want to start watching mutations, and an optional start snapshot for when to start watching.authzed.api.v1.WatchRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classWatchServiceOuterClass.WatchRequest.Builder
Protobuf typeWatchRequest specifies the object definitions for which we want to start watching mutations, and an optional start snapshot for when to start watching.authzed.api.v1.WatchRequest
-
Field Summary
Fields Modifier and Type Field Description public final static intOPTIONAL_OBJECT_TYPES_FIELD_NUMBERpublic final static intOPTIONAL_START_CURSOR_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final UnknownFieldSetgetUnknownFields()final static Descriptors.DescriptorgetDescriptor()ProtocolStringListgetOptionalObjectTypesList()repeated string optional_object_types = 1 [(.validate.rules) = { ... }intgetOptionalObjectTypesCount()repeated string optional_object_types = 1 [(.validate.rules) = { ... }StringgetOptionalObjectTypes(int index)repeated string optional_object_types = 1 [(.validate.rules) = { ... }ByteStringgetOptionalObjectTypesBytes(int index)repeated string optional_object_types = 1 [(.validate.rules) = { ... }booleanhasOptionalStartCursor().authzed.api.v1.ZedToken optional_start_cursor = 2;Core.ZedTokengetOptionalStartCursor().authzed.api.v1.ZedToken optional_start_cursor = 2;Core.ZedTokenOrBuildergetOptionalStartCursorOrBuilder().authzed.api.v1.ZedToken optional_start_cursor = 2;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static WatchServiceOuterClass.WatchRequestparseFrom(ByteBuffer data)static WatchServiceOuterClass.WatchRequestparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static WatchServiceOuterClass.WatchRequestparseFrom(ByteString data)static WatchServiceOuterClass.WatchRequestparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static WatchServiceOuterClass.WatchRequestparseFrom(Array<byte> data)static WatchServiceOuterClass.WatchRequestparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static WatchServiceOuterClass.WatchRequestparseFrom(InputStream input)static WatchServiceOuterClass.WatchRequestparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static WatchServiceOuterClass.WatchRequestparseDelimitedFrom(InputStream input)static WatchServiceOuterClass.WatchRequestparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static WatchServiceOuterClass.WatchRequestparseFrom(CodedInputStream input)static WatchServiceOuterClass.WatchRequestparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)WatchServiceOuterClass.WatchRequest.BuildernewBuilderForType()static WatchServiceOuterClass.WatchRequest.BuildernewBuilder()static WatchServiceOuterClass.WatchRequest.BuildernewBuilder(WatchServiceOuterClass.WatchRequest prototype)WatchServiceOuterClass.WatchRequest.BuildertoBuilder()static WatchServiceOuterClass.WatchRequestgetDefaultInstance()static Parser<WatchServiceOuterClass.WatchRequest>parser()Parser<WatchServiceOuterClass.WatchRequest>getParserForType()WatchServiceOuterClass.WatchRequestgetDefaultInstanceForType()-
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()
-
getOptionalObjectTypesList
ProtocolStringList getOptionalObjectTypesList()
repeated string optional_object_types = 1 [(.validate.rules) = { ... }
-
getOptionalObjectTypesCount
int getOptionalObjectTypesCount()
repeated string optional_object_types = 1 [(.validate.rules) = { ... }
-
getOptionalObjectTypes
String getOptionalObjectTypes(int index)
repeated string optional_object_types = 1 [(.validate.rules) = { ... }- Parameters:
index- The index of the element to return.
-
getOptionalObjectTypesBytes
ByteString getOptionalObjectTypesBytes(int index)
repeated string optional_object_types = 1 [(.validate.rules) = { ... }- Parameters:
index- The index of the value to return.
-
hasOptionalStartCursor
boolean hasOptionalStartCursor()
.authzed.api.v1.ZedToken optional_start_cursor = 2;
-
getOptionalStartCursor
Core.ZedToken getOptionalStartCursor()
.authzed.api.v1.ZedToken optional_start_cursor = 2;
-
getOptionalStartCursorOrBuilder
Core.ZedTokenOrBuilder getOptionalStartCursorOrBuilder()
.authzed.api.v1.ZedToken optional_start_cursor = 2;
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
equals
boolean equals(Object obj)
-
hashCode
int hashCode()
-
parseFrom
static WatchServiceOuterClass.WatchRequest parseFrom(ByteBuffer data)
-
parseFrom
static WatchServiceOuterClass.WatchRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static WatchServiceOuterClass.WatchRequest parseFrom(ByteString data)
-
parseFrom
static WatchServiceOuterClass.WatchRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static WatchServiceOuterClass.WatchRequest parseFrom(Array<byte> data)
-
parseFrom
static WatchServiceOuterClass.WatchRequest parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static WatchServiceOuterClass.WatchRequest parseFrom(InputStream input)
-
parseFrom
static WatchServiceOuterClass.WatchRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static WatchServiceOuterClass.WatchRequest parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static WatchServiceOuterClass.WatchRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static WatchServiceOuterClass.WatchRequest parseFrom(CodedInputStream input)
-
parseFrom
static WatchServiceOuterClass.WatchRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
WatchServiceOuterClass.WatchRequest.Builder newBuilderForType()
-
newBuilder
static WatchServiceOuterClass.WatchRequest.Builder newBuilder()
-
newBuilder
static WatchServiceOuterClass.WatchRequest.Builder newBuilder(WatchServiceOuterClass.WatchRequest prototype)
-
toBuilder
WatchServiceOuterClass.WatchRequest.Builder toBuilder()
-
getDefaultInstance
static WatchServiceOuterClass.WatchRequest getDefaultInstance()
-
parser
static Parser<WatchServiceOuterClass.WatchRequest> parser()
-
getParserForType
Parser<WatchServiceOuterClass.WatchRequest> getParserForType()
-
getDefaultInstanceForType
WatchServiceOuterClass.WatchRequest getDefaultInstanceForType()
-
-
-
-