Package com.google.bigtable.v2
Class ReadChangeStreamResponse
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.bigtable.v2.ReadChangeStreamResponse
-
- All Implemented Interfaces:
ReadChangeStreamResponseOrBuilder,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable
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 typegoogle.bigtable.v2.ReadChangeStreamResponse- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReadChangeStreamResponse.BuilderNOTE: This API is intended to be used by Apache Beam BigtableIO.static classReadChangeStreamResponse.CloseStreamA message indicating that the client should stop reading from the stream.static interfaceReadChangeStreamResponse.CloseStreamOrBuilderstatic classReadChangeStreamResponse.DataChangeA message corresponding to one or more mutations to the partition being streamed.static interfaceReadChangeStreamResponse.DataChangeOrBuilderstatic classReadChangeStreamResponse.HeartbeatA periodic message with information that can be used to checkpoint the state of a stream.static interfaceReadChangeStreamResponse.HeartbeatOrBuilderstatic classReadChangeStreamResponse.MutationChunkA partial or complete mutation.static interfaceReadChangeStreamResponse.MutationChunkOrBuilderstatic classReadChangeStreamResponse.StreamRecordCase-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intCLOSE_STREAM_FIELD_NUMBERstatic intDATA_CHANGE_FIELD_NUMBERstatic intHEARTBEAT_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)ReadChangeStreamResponse.CloseStreamgetCloseStream()An indication that the stream should be closed.ReadChangeStreamResponse.CloseStreamOrBuildergetCloseStreamOrBuilder()An indication that the stream should be closed.ReadChangeStreamResponse.DataChangegetDataChange()A mutation to the partition.ReadChangeStreamResponse.DataChangeOrBuildergetDataChangeOrBuilder()A mutation to the partition.static ReadChangeStreamResponsegetDefaultInstance()ReadChangeStreamResponsegetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()ReadChangeStreamResponse.HeartbeatgetHeartbeat()A periodic heartbeat message.ReadChangeStreamResponse.HeartbeatOrBuildergetHeartbeatOrBuilder()A periodic heartbeat message.com.google.protobuf.Parser<ReadChangeStreamResponse>getParserForType()intgetSerializedSize()ReadChangeStreamResponse.StreamRecordCasegetStreamRecordCase()booleanhasCloseStream()An indication that the stream should be closed.booleanhasDataChange()A mutation to the partition.inthashCode()booleanhasHeartbeat()A periodic heartbeat message.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static ReadChangeStreamResponse.BuildernewBuilder()static ReadChangeStreamResponse.BuildernewBuilder(ReadChangeStreamResponse prototype)ReadChangeStreamResponse.BuildernewBuilderForType()protected ReadChangeStreamResponse.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static ReadChangeStreamResponseparseDelimitedFrom(InputStream input)static ReadChangeStreamResponseparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReadChangeStreamResponseparseFrom(byte[] data)static ReadChangeStreamResponseparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReadChangeStreamResponseparseFrom(com.google.protobuf.ByteString data)static ReadChangeStreamResponseparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReadChangeStreamResponseparseFrom(com.google.protobuf.CodedInputStream input)static ReadChangeStreamResponseparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReadChangeStreamResponseparseFrom(InputStream input)static ReadChangeStreamResponseparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReadChangeStreamResponseparseFrom(ByteBuffer data)static ReadChangeStreamResponseparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<ReadChangeStreamResponse>parser()ReadChangeStreamResponse.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, 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, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
DATA_CHANGE_FIELD_NUMBER
public static final int DATA_CHANGE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
HEARTBEAT_FIELD_NUMBER
public static final int HEARTBEAT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CLOSE_STREAM_FIELD_NUMBER
public static final int CLOSE_STREAM_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getStreamRecordCase
public ReadChangeStreamResponse.StreamRecordCase getStreamRecordCase()
- Specified by:
getStreamRecordCasein interfaceReadChangeStreamResponseOrBuilder
-
hasDataChange
public boolean hasDataChange()
A mutation to the partition.
.google.bigtable.v2.ReadChangeStreamResponse.DataChange data_change = 1;- Specified by:
hasDataChangein interfaceReadChangeStreamResponseOrBuilder- Returns:
- Whether the dataChange field is set.
-
getDataChange
public ReadChangeStreamResponse.DataChange getDataChange()
A mutation to the partition.
.google.bigtable.v2.ReadChangeStreamResponse.DataChange data_change = 1;- Specified by:
getDataChangein interfaceReadChangeStreamResponseOrBuilder- Returns:
- The dataChange.
-
getDataChangeOrBuilder
public ReadChangeStreamResponse.DataChangeOrBuilder getDataChangeOrBuilder()
A mutation to the partition.
.google.bigtable.v2.ReadChangeStreamResponse.DataChange data_change = 1;- Specified by:
getDataChangeOrBuilderin interfaceReadChangeStreamResponseOrBuilder
-
hasHeartbeat
public boolean hasHeartbeat()
A periodic heartbeat message.
.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat heartbeat = 2;- Specified by:
hasHeartbeatin interfaceReadChangeStreamResponseOrBuilder- Returns:
- Whether the heartbeat field is set.
-
getHeartbeat
public ReadChangeStreamResponse.Heartbeat getHeartbeat()
A periodic heartbeat message.
.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat heartbeat = 2;- Specified by:
getHeartbeatin interfaceReadChangeStreamResponseOrBuilder- Returns:
- The heartbeat.
-
getHeartbeatOrBuilder
public ReadChangeStreamResponse.HeartbeatOrBuilder getHeartbeatOrBuilder()
A periodic heartbeat message.
.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat heartbeat = 2;- Specified by:
getHeartbeatOrBuilderin interfaceReadChangeStreamResponseOrBuilder
-
hasCloseStream
public boolean hasCloseStream()
An indication that the stream should be closed.
.google.bigtable.v2.ReadChangeStreamResponse.CloseStream close_stream = 3;- Specified by:
hasCloseStreamin interfaceReadChangeStreamResponseOrBuilder- Returns:
- Whether the closeStream field is set.
-
getCloseStream
public ReadChangeStreamResponse.CloseStream getCloseStream()
An indication that the stream should be closed.
.google.bigtable.v2.ReadChangeStreamResponse.CloseStream close_stream = 3;- Specified by:
getCloseStreamin interfaceReadChangeStreamResponseOrBuilder- Returns:
- The closeStream.
-
getCloseStreamOrBuilder
public ReadChangeStreamResponse.CloseStreamOrBuilder getCloseStreamOrBuilder()
An indication that the stream should be closed.
.google.bigtable.v2.ReadChangeStreamResponse.CloseStream close_stream = 3;- Specified by:
getCloseStreamOrBuilderin interfaceReadChangeStreamResponseOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static ReadChangeStreamResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ReadChangeStreamResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ReadChangeStreamResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ReadChangeStreamResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ReadChangeStreamResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ReadChangeStreamResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ReadChangeStreamResponse parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static ReadChangeStreamResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static ReadChangeStreamResponse parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static ReadChangeStreamResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static ReadChangeStreamResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static ReadChangeStreamResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public ReadChangeStreamResponse.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static ReadChangeStreamResponse.Builder newBuilder()
-
newBuilder
public static ReadChangeStreamResponse.Builder newBuilder(ReadChangeStreamResponse prototype)
-
toBuilder
public ReadChangeStreamResponse.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected ReadChangeStreamResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static ReadChangeStreamResponse getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<ReadChangeStreamResponse> parser()
-
getParserForType
public com.google.protobuf.Parser<ReadChangeStreamResponse> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public ReadChangeStreamResponse getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-