public final class ReadChangeStreamResponse extends com.google.protobuf.GeneratedMessageV3 implements ReadChangeStreamResponseOrBuilder
NOTE: This API is intended to be used by Apache Beam BigtableIO. Response message for Bigtable.ReadChangeStream.Protobuf type
google.bigtable.v2.ReadChangeStreamResponse| Modifier and Type | Class and Description |
|---|---|
static class |
ReadChangeStreamResponse.Builder
NOTE: This API is intended to be used by Apache Beam BigtableIO.
|
static class |
ReadChangeStreamResponse.CloseStream
A message indicating that the client should stop reading from the stream.
|
static interface |
ReadChangeStreamResponse.CloseStreamOrBuilder |
static class |
ReadChangeStreamResponse.DataChange
A message corresponding to one or more mutations to the partition
being streamed.
|
static interface |
ReadChangeStreamResponse.DataChangeOrBuilder |
static class |
ReadChangeStreamResponse.Heartbeat
A periodic message with information that can be used to checkpoint
the state of a stream.
|
static interface |
ReadChangeStreamResponse.HeartbeatOrBuilder |
static class |
ReadChangeStreamResponse.MutationChunk
A partial or complete mutation.
|
static interface |
ReadChangeStreamResponse.MutationChunkOrBuilder |
static class |
ReadChangeStreamResponse.StreamRecordCase |
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 |
CLOSE_STREAM_FIELD_NUMBER |
static int |
DATA_CHANGE_FIELD_NUMBER |
static int |
HEARTBEAT_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ReadChangeStreamResponse.CloseStream |
getCloseStream()
An indication that the stream should be closed.
|
ReadChangeStreamResponse.CloseStreamOrBuilder |
getCloseStreamOrBuilder()
An indication that the stream should be closed.
|
ReadChangeStreamResponse.DataChange |
getDataChange()
A mutation to the partition.
|
ReadChangeStreamResponse.DataChangeOrBuilder |
getDataChangeOrBuilder()
A mutation to the partition.
|
static ReadChangeStreamResponse |
getDefaultInstance() |
ReadChangeStreamResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
ReadChangeStreamResponse.Heartbeat |
getHeartbeat()
A periodic heartbeat message.
|
ReadChangeStreamResponse.HeartbeatOrBuilder |
getHeartbeatOrBuilder()
A periodic heartbeat message.
|
com.google.protobuf.Parser<ReadChangeStreamResponse> |
getParserForType() |
int |
getSerializedSize() |
ReadChangeStreamResponse.StreamRecordCase |
getStreamRecordCase() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasCloseStream()
An indication that the stream should be closed.
|
boolean |
hasDataChange()
A mutation to the partition.
|
int |
hashCode() |
boolean |
hasHeartbeat()
A periodic heartbeat message.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ReadChangeStreamResponse.Builder |
newBuilder() |
static ReadChangeStreamResponse.Builder |
newBuilder(ReadChangeStreamResponse prototype) |
ReadChangeStreamResponse.Builder |
newBuilderForType() |
protected ReadChangeStreamResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static ReadChangeStreamResponse |
parseDelimitedFrom(InputStream input) |
static ReadChangeStreamResponse |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReadChangeStreamResponse |
parseFrom(byte[] data) |
static ReadChangeStreamResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReadChangeStreamResponse |
parseFrom(ByteBuffer data) |
static ReadChangeStreamResponse |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReadChangeStreamResponse |
parseFrom(com.google.protobuf.ByteString data) |
static ReadChangeStreamResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReadChangeStreamResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ReadChangeStreamResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReadChangeStreamResponse |
parseFrom(InputStream input) |
static ReadChangeStreamResponse |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ReadChangeStreamResponse> |
parser() |
ReadChangeStreamResponse.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, isStringEmpty, 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 DATA_CHANGE_FIELD_NUMBER
public static final int HEARTBEAT_FIELD_NUMBER
public static final int CLOSE_STREAM_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 ReadChangeStreamResponse.StreamRecordCase getStreamRecordCase()
getStreamRecordCase in interface ReadChangeStreamResponseOrBuilderpublic boolean hasDataChange()
A mutation to the partition.
.google.bigtable.v2.ReadChangeStreamResponse.DataChange data_change = 1;hasDataChange in interface ReadChangeStreamResponseOrBuilderpublic ReadChangeStreamResponse.DataChange getDataChange()
A mutation to the partition.
.google.bigtable.v2.ReadChangeStreamResponse.DataChange data_change = 1;getDataChange in interface ReadChangeStreamResponseOrBuilderpublic ReadChangeStreamResponse.DataChangeOrBuilder getDataChangeOrBuilder()
A mutation to the partition.
.google.bigtable.v2.ReadChangeStreamResponse.DataChange data_change = 1;getDataChangeOrBuilder in interface ReadChangeStreamResponseOrBuilderpublic boolean hasHeartbeat()
A periodic heartbeat message.
.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat heartbeat = 2;hasHeartbeat in interface ReadChangeStreamResponseOrBuilderpublic ReadChangeStreamResponse.Heartbeat getHeartbeat()
A periodic heartbeat message.
.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat heartbeat = 2;getHeartbeat in interface ReadChangeStreamResponseOrBuilderpublic ReadChangeStreamResponse.HeartbeatOrBuilder getHeartbeatOrBuilder()
A periodic heartbeat message.
.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat heartbeat = 2;getHeartbeatOrBuilder in interface ReadChangeStreamResponseOrBuilderpublic boolean hasCloseStream()
An indication that the stream should be closed.
.google.bigtable.v2.ReadChangeStreamResponse.CloseStream close_stream = 3;hasCloseStream in interface ReadChangeStreamResponseOrBuilderpublic ReadChangeStreamResponse.CloseStream getCloseStream()
An indication that the stream should be closed.
.google.bigtable.v2.ReadChangeStreamResponse.CloseStream close_stream = 3;getCloseStream in interface ReadChangeStreamResponseOrBuilderpublic ReadChangeStreamResponse.CloseStreamOrBuilder getCloseStreamOrBuilder()
An indication that the stream should be closed.
.google.bigtable.v2.ReadChangeStreamResponse.CloseStream close_stream = 3;getCloseStreamOrBuilder in interface ReadChangeStreamResponseOrBuilderpublic 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 ReadChangeStreamResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReadChangeStreamResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReadChangeStreamResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReadChangeStreamResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReadChangeStreamResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReadChangeStreamResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReadChangeStreamResponse parseFrom(InputStream input) throws IOException
IOExceptionpublic static ReadChangeStreamResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ReadChangeStreamResponse parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ReadChangeStreamResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ReadChangeStreamResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ReadChangeStreamResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ReadChangeStreamResponse.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ReadChangeStreamResponse.Builder newBuilder()
public static ReadChangeStreamResponse.Builder newBuilder(ReadChangeStreamResponse prototype)
public ReadChangeStreamResponse.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ReadChangeStreamResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ReadChangeStreamResponse getDefaultInstance()
public static com.google.protobuf.Parser<ReadChangeStreamResponse> parser()
public com.google.protobuf.Parser<ReadChangeStreamResponse> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ReadChangeStreamResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2023 Google LLC. All rights reserved.