Package com.google.bigtable.v2
Class ReadChangeStreamResponse.Heartbeat.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ReadChangeStreamResponse.Heartbeat.Builder>
-
- com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat.Builder
-
- All Implemented Interfaces:
ReadChangeStreamResponse.HeartbeatOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- ReadChangeStreamResponse.Heartbeat
public static final class ReadChangeStreamResponse.Heartbeat.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ReadChangeStreamResponse.Heartbeat.Builder> implements ReadChangeStreamResponse.HeartbeatOrBuilder
A periodic message with information that can be used to checkpoint the state of a stream.
Protobuf typegoogle.bigtable.v2.ReadChangeStreamResponse.Heartbeat
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ReadChangeStreamResponse.Heartbeat.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ReadChangeStreamResponse.Heartbeatbuild()ReadChangeStreamResponse.HeartbeatbuildPartial()ReadChangeStreamResponse.Heartbeat.Builderclear()ReadChangeStreamResponse.Heartbeat.BuilderclearContinuationToken()A token that can be provided to a subsequent `ReadChangeStream` call to pick up reading at the current stream position.ReadChangeStreamResponse.Heartbeat.BuilderclearEstimatedLowWatermark()An estimate of the commit timestamp that is usually lower than or equal to any timestamp for a record that will be delivered in the future on the stream.ReadChangeStreamResponse.Heartbeat.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)ReadChangeStreamResponse.Heartbeat.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)ReadChangeStreamResponse.Heartbeat.Builderclone()StreamContinuationTokengetContinuationToken()A token that can be provided to a subsequent `ReadChangeStream` call to pick up reading at the current stream position.StreamContinuationToken.BuildergetContinuationTokenBuilder()A token that can be provided to a subsequent `ReadChangeStream` call to pick up reading at the current stream position.StreamContinuationTokenOrBuildergetContinuationTokenOrBuilder()A token that can be provided to a subsequent `ReadChangeStream` call to pick up reading at the current stream position.ReadChangeStreamResponse.HeartbeatgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()com.google.protobuf.TimestampgetEstimatedLowWatermark()An estimate of the commit timestamp that is usually lower than or equal to any timestamp for a record that will be delivered in the future on the stream.com.google.protobuf.Timestamp.BuildergetEstimatedLowWatermarkBuilder()An estimate of the commit timestamp that is usually lower than or equal to any timestamp for a record that will be delivered in the future on the stream.com.google.protobuf.TimestampOrBuildergetEstimatedLowWatermarkOrBuilder()An estimate of the commit timestamp that is usually lower than or equal to any timestamp for a record that will be delivered in the future on the stream.booleanhasContinuationToken()A token that can be provided to a subsequent `ReadChangeStream` call to pick up reading at the current stream position.booleanhasEstimatedLowWatermark()An estimate of the commit timestamp that is usually lower than or equal to any timestamp for a record that will be delivered in the future on the stream.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()ReadChangeStreamResponse.Heartbeat.BuildermergeContinuationToken(StreamContinuationToken value)A token that can be provided to a subsequent `ReadChangeStream` call to pick up reading at the current stream position.ReadChangeStreamResponse.Heartbeat.BuildermergeEstimatedLowWatermark(com.google.protobuf.Timestamp value)An estimate of the commit timestamp that is usually lower than or equal to any timestamp for a record that will be delivered in the future on the stream.ReadChangeStreamResponse.Heartbeat.BuildermergeFrom(ReadChangeStreamResponse.Heartbeat other)ReadChangeStreamResponse.Heartbeat.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ReadChangeStreamResponse.Heartbeat.BuildermergeFrom(com.google.protobuf.Message other)ReadChangeStreamResponse.Heartbeat.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)ReadChangeStreamResponse.Heartbeat.BuildersetContinuationToken(StreamContinuationToken value)A token that can be provided to a subsequent `ReadChangeStream` call to pick up reading at the current stream position.ReadChangeStreamResponse.Heartbeat.BuildersetContinuationToken(StreamContinuationToken.Builder builderForValue)A token that can be provided to a subsequent `ReadChangeStream` call to pick up reading at the current stream position.ReadChangeStreamResponse.Heartbeat.BuildersetEstimatedLowWatermark(com.google.protobuf.Timestamp value)An estimate of the commit timestamp that is usually lower than or equal to any timestamp for a record that will be delivered in the future on the stream.ReadChangeStreamResponse.Heartbeat.BuildersetEstimatedLowWatermark(com.google.protobuf.Timestamp.Builder builderForValue)An estimate of the commit timestamp that is usually lower than or equal to any timestamp for a record that will be delivered in the future on the stream.ReadChangeStreamResponse.Heartbeat.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ReadChangeStreamResponse.Heartbeat.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)ReadChangeStreamResponse.Heartbeat.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
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.Builder<ReadChangeStreamResponse.Heartbeat.Builder>
-
clear
public ReadChangeStreamResponse.Heartbeat.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<ReadChangeStreamResponse.Heartbeat.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<ReadChangeStreamResponse.Heartbeat.Builder>
-
getDefaultInstanceForType
public ReadChangeStreamResponse.Heartbeat getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public ReadChangeStreamResponse.Heartbeat build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ReadChangeStreamResponse.Heartbeat buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ReadChangeStreamResponse.Heartbeat.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<ReadChangeStreamResponse.Heartbeat.Builder>
-
setField
public ReadChangeStreamResponse.Heartbeat.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ReadChangeStreamResponse.Heartbeat.Builder>
-
clearField
public ReadChangeStreamResponse.Heartbeat.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ReadChangeStreamResponse.Heartbeat.Builder>
-
clearOneof
public ReadChangeStreamResponse.Heartbeat.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<ReadChangeStreamResponse.Heartbeat.Builder>
-
setRepeatedField
public ReadChangeStreamResponse.Heartbeat.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ReadChangeStreamResponse.Heartbeat.Builder>
-
addRepeatedField
public ReadChangeStreamResponse.Heartbeat.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ReadChangeStreamResponse.Heartbeat.Builder>
-
mergeFrom
public ReadChangeStreamResponse.Heartbeat.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ReadChangeStreamResponse.Heartbeat.Builder>
-
mergeFrom
public ReadChangeStreamResponse.Heartbeat.Builder mergeFrom(ReadChangeStreamResponse.Heartbeat other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<ReadChangeStreamResponse.Heartbeat.Builder>
-
mergeFrom
public ReadChangeStreamResponse.Heartbeat.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ReadChangeStreamResponse.Heartbeat.Builder>- Throws:
IOException
-
hasContinuationToken
public boolean hasContinuationToken()
A token that can be provided to a subsequent `ReadChangeStream` call to pick up reading at the current stream position.
.google.bigtable.v2.StreamContinuationToken continuation_token = 1;- Specified by:
hasContinuationTokenin interfaceReadChangeStreamResponse.HeartbeatOrBuilder- Returns:
- Whether the continuationToken field is set.
-
getContinuationToken
public StreamContinuationToken getContinuationToken()
A token that can be provided to a subsequent `ReadChangeStream` call to pick up reading at the current stream position.
.google.bigtable.v2.StreamContinuationToken continuation_token = 1;- Specified by:
getContinuationTokenin interfaceReadChangeStreamResponse.HeartbeatOrBuilder- Returns:
- The continuationToken.
-
setContinuationToken
public ReadChangeStreamResponse.Heartbeat.Builder setContinuationToken(StreamContinuationToken value)
A token that can be provided to a subsequent `ReadChangeStream` call to pick up reading at the current stream position.
.google.bigtable.v2.StreamContinuationToken continuation_token = 1;
-
setContinuationToken
public ReadChangeStreamResponse.Heartbeat.Builder setContinuationToken(StreamContinuationToken.Builder builderForValue)
A token that can be provided to a subsequent `ReadChangeStream` call to pick up reading at the current stream position.
.google.bigtable.v2.StreamContinuationToken continuation_token = 1;
-
mergeContinuationToken
public ReadChangeStreamResponse.Heartbeat.Builder mergeContinuationToken(StreamContinuationToken value)
A token that can be provided to a subsequent `ReadChangeStream` call to pick up reading at the current stream position.
.google.bigtable.v2.StreamContinuationToken continuation_token = 1;
-
clearContinuationToken
public ReadChangeStreamResponse.Heartbeat.Builder clearContinuationToken()
A token that can be provided to a subsequent `ReadChangeStream` call to pick up reading at the current stream position.
.google.bigtable.v2.StreamContinuationToken continuation_token = 1;
-
getContinuationTokenBuilder
public StreamContinuationToken.Builder getContinuationTokenBuilder()
A token that can be provided to a subsequent `ReadChangeStream` call to pick up reading at the current stream position.
.google.bigtable.v2.StreamContinuationToken continuation_token = 1;
-
getContinuationTokenOrBuilder
public StreamContinuationTokenOrBuilder getContinuationTokenOrBuilder()
A token that can be provided to a subsequent `ReadChangeStream` call to pick up reading at the current stream position.
.google.bigtable.v2.StreamContinuationToken continuation_token = 1;- Specified by:
getContinuationTokenOrBuilderin interfaceReadChangeStreamResponse.HeartbeatOrBuilder
-
hasEstimatedLowWatermark
public boolean hasEstimatedLowWatermark()
An estimate of the commit timestamp that is usually lower than or equal to any timestamp for a record that will be delivered in the future on the stream. It is possible that, under particular circumstances that a future record has a timestamp is is lower than a previously seen timestamp. For an example usage see https://beam.apache.org/documentation/basics/#watermarks
.google.protobuf.Timestamp estimated_low_watermark = 2;- Specified by:
hasEstimatedLowWatermarkin interfaceReadChangeStreamResponse.HeartbeatOrBuilder- Returns:
- Whether the estimatedLowWatermark field is set.
-
getEstimatedLowWatermark
public com.google.protobuf.Timestamp getEstimatedLowWatermark()
An estimate of the commit timestamp that is usually lower than or equal to any timestamp for a record that will be delivered in the future on the stream. It is possible that, under particular circumstances that a future record has a timestamp is is lower than a previously seen timestamp. For an example usage see https://beam.apache.org/documentation/basics/#watermarks
.google.protobuf.Timestamp estimated_low_watermark = 2;- Specified by:
getEstimatedLowWatermarkin interfaceReadChangeStreamResponse.HeartbeatOrBuilder- Returns:
- The estimatedLowWatermark.
-
setEstimatedLowWatermark
public ReadChangeStreamResponse.Heartbeat.Builder setEstimatedLowWatermark(com.google.protobuf.Timestamp value)
An estimate of the commit timestamp that is usually lower than or equal to any timestamp for a record that will be delivered in the future on the stream. It is possible that, under particular circumstances that a future record has a timestamp is is lower than a previously seen timestamp. For an example usage see https://beam.apache.org/documentation/basics/#watermarks
.google.protobuf.Timestamp estimated_low_watermark = 2;
-
setEstimatedLowWatermark
public ReadChangeStreamResponse.Heartbeat.Builder setEstimatedLowWatermark(com.google.protobuf.Timestamp.Builder builderForValue)
An estimate of the commit timestamp that is usually lower than or equal to any timestamp for a record that will be delivered in the future on the stream. It is possible that, under particular circumstances that a future record has a timestamp is is lower than a previously seen timestamp. For an example usage see https://beam.apache.org/documentation/basics/#watermarks
.google.protobuf.Timestamp estimated_low_watermark = 2;
-
mergeEstimatedLowWatermark
public ReadChangeStreamResponse.Heartbeat.Builder mergeEstimatedLowWatermark(com.google.protobuf.Timestamp value)
An estimate of the commit timestamp that is usually lower than or equal to any timestamp for a record that will be delivered in the future on the stream. It is possible that, under particular circumstances that a future record has a timestamp is is lower than a previously seen timestamp. For an example usage see https://beam.apache.org/documentation/basics/#watermarks
.google.protobuf.Timestamp estimated_low_watermark = 2;
-
clearEstimatedLowWatermark
public ReadChangeStreamResponse.Heartbeat.Builder clearEstimatedLowWatermark()
An estimate of the commit timestamp that is usually lower than or equal to any timestamp for a record that will be delivered in the future on the stream. It is possible that, under particular circumstances that a future record has a timestamp is is lower than a previously seen timestamp. For an example usage see https://beam.apache.org/documentation/basics/#watermarks
.google.protobuf.Timestamp estimated_low_watermark = 2;
-
getEstimatedLowWatermarkBuilder
public com.google.protobuf.Timestamp.Builder getEstimatedLowWatermarkBuilder()
An estimate of the commit timestamp that is usually lower than or equal to any timestamp for a record that will be delivered in the future on the stream. It is possible that, under particular circumstances that a future record has a timestamp is is lower than a previously seen timestamp. For an example usage see https://beam.apache.org/documentation/basics/#watermarks
.google.protobuf.Timestamp estimated_low_watermark = 2;
-
getEstimatedLowWatermarkOrBuilder
public com.google.protobuf.TimestampOrBuilder getEstimatedLowWatermarkOrBuilder()
An estimate of the commit timestamp that is usually lower than or equal to any timestamp for a record that will be delivered in the future on the stream. It is possible that, under particular circumstances that a future record has a timestamp is is lower than a previously seen timestamp. For an example usage see https://beam.apache.org/documentation/basics/#watermarks
.google.protobuf.Timestamp estimated_low_watermark = 2;- Specified by:
getEstimatedLowWatermarkOrBuilderin interfaceReadChangeStreamResponse.HeartbeatOrBuilder
-
setUnknownFields
public final ReadChangeStreamResponse.Heartbeat.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ReadChangeStreamResponse.Heartbeat.Builder>
-
mergeUnknownFields
public final ReadChangeStreamResponse.Heartbeat.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ReadChangeStreamResponse.Heartbeat.Builder>
-
-