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 type
google.bigtable.v2.ReadChangeStreamResponse.Heartbeat| Modifier and Type | Method and Description |
|---|---|
ReadChangeStreamResponse.Heartbeat.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ReadChangeStreamResponse.Heartbeat |
build() |
ReadChangeStreamResponse.Heartbeat |
buildPartial() |
ReadChangeStreamResponse.Heartbeat.Builder |
clear() |
ReadChangeStreamResponse.Heartbeat.Builder |
clearContinuationToken()
A token that can be provided to a subsequent `ReadChangeStream` call
to pick up reading at the current stream position.
|
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.
|
ReadChangeStreamResponse.Heartbeat.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ReadChangeStreamResponse.Heartbeat.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ReadChangeStreamResponse.Heartbeat.Builder |
clone() |
StreamContinuationToken |
getContinuationToken()
A token that can be provided to a subsequent `ReadChangeStream` call
to pick up reading at the current stream position.
|
StreamContinuationToken.Builder |
getContinuationTokenBuilder()
A token that can be provided to a subsequent `ReadChangeStream` call
to pick up reading at the current stream position.
|
StreamContinuationTokenOrBuilder |
getContinuationTokenOrBuilder()
A token that can be provided to a subsequent `ReadChangeStream` call
to pick up reading at the current stream position.
|
ReadChangeStreamResponse.Heartbeat |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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.
|
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.
|
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.
|
boolean |
hasContinuationToken()
A token that can be provided to a subsequent `ReadChangeStream` call
to pick up reading at the current stream position.
|
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
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.
|
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.
|
ReadChangeStreamResponse.Heartbeat.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ReadChangeStreamResponse.Heartbeat.Builder |
mergeFrom(com.google.protobuf.Message other) |
ReadChangeStreamResponse.Heartbeat.Builder |
mergeFrom(ReadChangeStreamResponse.Heartbeat other) |
ReadChangeStreamResponse.Heartbeat.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
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.
|
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.
|
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.
|
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.
|
ReadChangeStreamResponse.Heartbeat.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ReadChangeStreamResponse.Heartbeat.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ReadChangeStreamResponse.Heartbeat.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ReadChangeStreamResponse.Heartbeat.Builder>public ReadChangeStreamResponse.Heartbeat.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ReadChangeStreamResponse.Heartbeat.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ReadChangeStreamResponse.Heartbeat.Builder>public ReadChangeStreamResponse.Heartbeat getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ReadChangeStreamResponse.Heartbeat build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ReadChangeStreamResponse.Heartbeat buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ReadChangeStreamResponse.Heartbeat.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ReadChangeStreamResponse.Heartbeat.Builder>public ReadChangeStreamResponse.Heartbeat.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ReadChangeStreamResponse.Heartbeat.Builder>public ReadChangeStreamResponse.Heartbeat.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ReadChangeStreamResponse.Heartbeat.Builder>public ReadChangeStreamResponse.Heartbeat.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ReadChangeStreamResponse.Heartbeat.Builder>public ReadChangeStreamResponse.Heartbeat.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ReadChangeStreamResponse.Heartbeat.Builder>public ReadChangeStreamResponse.Heartbeat.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ReadChangeStreamResponse.Heartbeat.Builder>public ReadChangeStreamResponse.Heartbeat.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ReadChangeStreamResponse.Heartbeat.Builder>public ReadChangeStreamResponse.Heartbeat.Builder mergeFrom(ReadChangeStreamResponse.Heartbeat other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ReadChangeStreamResponse.Heartbeat.Builder>public ReadChangeStreamResponse.Heartbeat.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ReadChangeStreamResponse.Heartbeat.Builder>IOExceptionpublic 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;hasContinuationToken in interface ReadChangeStreamResponse.HeartbeatOrBuilderpublic 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;getContinuationToken in interface ReadChangeStreamResponse.HeartbeatOrBuilderpublic 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;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;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;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;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;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;getContinuationTokenOrBuilder in interface ReadChangeStreamResponse.HeartbeatOrBuilderpublic 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;hasEstimatedLowWatermark in interface ReadChangeStreamResponse.HeartbeatOrBuilderpublic 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;getEstimatedLowWatermark in interface ReadChangeStreamResponse.HeartbeatOrBuilderpublic 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;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;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;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;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;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;getEstimatedLowWatermarkOrBuilder in interface ReadChangeStreamResponse.HeartbeatOrBuilderpublic final ReadChangeStreamResponse.Heartbeat.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ReadChangeStreamResponse.Heartbeat.Builder>public final ReadChangeStreamResponse.Heartbeat.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ReadChangeStreamResponse.Heartbeat.Builder>Copyright © 2023 Google LLC. All rights reserved.