public final class WatchCreateRequest extends com.google.protobuf.GeneratedMessageV3 implements WatchCreateRequestOrBuilder
etcdserverpb.WatchCreateRequest| Modifier and Type | Class and Description |
|---|---|
static class |
WatchCreateRequest.Builder
Protobuf type
etcdserverpb.WatchCreateRequest |
static class |
WatchCreateRequest.FilterType
Protobuf enum
etcdserverpb.WatchCreateRequest.FilterType |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
FILTERS_FIELD_NUMBER |
static int |
KEY_FIELD_NUMBER |
static int |
PREV_KV_FIELD_NUMBER |
static int |
PROGRESS_NOTIFY_FIELD_NUMBER |
static int |
RANGE_END_FIELD_NUMBER |
static int |
START_REVISION_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static WatchCreateRequest |
getDefaultInstance() |
WatchCreateRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
WatchCreateRequest.FilterType |
getFilters(int index)
filters filter the events at server side before it sends back to the watcher.
|
int |
getFiltersCount()
filters filter the events at server side before it sends back to the watcher.
|
List<WatchCreateRequest.FilterType> |
getFiltersList()
filters filter the events at server side before it sends back to the watcher.
|
int |
getFiltersValue(int index)
filters filter the events at server side before it sends back to the watcher.
|
List<Integer> |
getFiltersValueList()
filters filter the events at server side before it sends back to the watcher.
|
com.google.protobuf.ByteString |
getKey()
key is the key to register for watching.
|
com.google.protobuf.Parser<WatchCreateRequest> |
getParserForType() |
boolean |
getPrevKv()
If prev_kv is set, created watcher gets the previous KV before the event happens.
|
boolean |
getProgressNotify()
progress_notify is set so that the etcd server will periodically send a WatchResponse with
no events to the new watcher if there are no recent events.
|
com.google.protobuf.ByteString |
getRangeEnd()
range_end is the end of the range [key, range_end) to watch.
|
int |
getSerializedSize() |
long |
getStartRevision()
start_revision is an optional revision to watch from (inclusive).
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static WatchCreateRequest.Builder |
newBuilder() |
static WatchCreateRequest.Builder |
newBuilder(WatchCreateRequest prototype) |
WatchCreateRequest.Builder |
newBuilderForType() |
protected WatchCreateRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static WatchCreateRequest |
parseDelimitedFrom(InputStream input) |
static WatchCreateRequest |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WatchCreateRequest |
parseFrom(byte[] data) |
static WatchCreateRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WatchCreateRequest |
parseFrom(ByteBuffer data) |
static WatchCreateRequest |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WatchCreateRequest |
parseFrom(com.google.protobuf.ByteString data) |
static WatchCreateRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WatchCreateRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static WatchCreateRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WatchCreateRequest |
parseFrom(InputStream input) |
static WatchCreateRequest |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<WatchCreateRequest> |
parser() |
WatchCreateRequest.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int KEY_FIELD_NUMBER
public static final int RANGE_END_FIELD_NUMBER
public static final int START_REVISION_FIELD_NUMBER
public static final int PROGRESS_NOTIFY_FIELD_NUMBER
public static final int FILTERS_FIELD_NUMBER
public static final int PREV_KV_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public com.google.protobuf.ByteString getKey()
key is the key to register for watching.
bytes key = 1;getKey in interface WatchCreateRequestOrBuilderpublic com.google.protobuf.ByteString getRangeEnd()
range_end is the end of the range [key, range_end) to watch. If range_end is not given, only the key argument is watched. If range_end is equal to '\0', all keys greater than or equal to the key argument are watched. If the range_end is one bit larger than the given key, then all keys with the prefix (the given key) will be watched.
bytes range_end = 2;getRangeEnd in interface WatchCreateRequestOrBuilderpublic long getStartRevision()
start_revision is an optional revision to watch from (inclusive). No start_revision is "now".
int64 start_revision = 3;getStartRevision in interface WatchCreateRequestOrBuilderpublic boolean getProgressNotify()
progress_notify is set so that the etcd server will periodically send a WatchResponse with no events to the new watcher if there are no recent events. It is useful when clients wish to recover a disconnected watcher starting from a recent known revision. The etcd server may decide how often it will send notifications based on current load.
bool progress_notify = 4;getProgressNotify in interface WatchCreateRequestOrBuilderpublic List<WatchCreateRequest.FilterType> getFiltersList()
filters filter the events at server side before it sends back to the watcher.
repeated .etcdserverpb.WatchCreateRequest.FilterType filters = 5;getFiltersList in interface WatchCreateRequestOrBuilderpublic int getFiltersCount()
filters filter the events at server side before it sends back to the watcher.
repeated .etcdserverpb.WatchCreateRequest.FilterType filters = 5;getFiltersCount in interface WatchCreateRequestOrBuilderpublic WatchCreateRequest.FilterType getFilters(int index)
filters filter the events at server side before it sends back to the watcher.
repeated .etcdserverpb.WatchCreateRequest.FilterType filters = 5;getFilters in interface WatchCreateRequestOrBuilderindex - The index of the element to return.public List<Integer> getFiltersValueList()
filters filter the events at server side before it sends back to the watcher.
repeated .etcdserverpb.WatchCreateRequest.FilterType filters = 5;getFiltersValueList in interface WatchCreateRequestOrBuilderpublic int getFiltersValue(int index)
filters filter the events at server side before it sends back to the watcher.
repeated .etcdserverpb.WatchCreateRequest.FilterType filters = 5;getFiltersValue in interface WatchCreateRequestOrBuilderindex - The index of the value to return.public boolean getPrevKv()
If prev_kv is set, created watcher gets the previous KV before the event happens. If the previous KV is already compacted, nothing will be returned.
bool prev_kv = 6;getPrevKv in interface WatchCreateRequestOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static WatchCreateRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static WatchCreateRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static WatchCreateRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static WatchCreateRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static WatchCreateRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static WatchCreateRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static WatchCreateRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static WatchCreateRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static WatchCreateRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static WatchCreateRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static WatchCreateRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static WatchCreateRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic WatchCreateRequest.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static WatchCreateRequest.Builder newBuilder()
public static WatchCreateRequest.Builder newBuilder(WatchCreateRequest prototype)
public WatchCreateRequest.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected WatchCreateRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static WatchCreateRequest getDefaultInstance()
public static com.google.protobuf.Parser<WatchCreateRequest> parser()
public com.google.protobuf.Parser<WatchCreateRequest> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public WatchCreateRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2020. All rights reserved.