public static final class ReadChangeStreamResponse.Heartbeat extends com.google.protobuf.GeneratedMessageV3 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 | Class and Description |
|---|---|
static class |
ReadChangeStreamResponse.Heartbeat.Builder
A periodic message with information that can be used to checkpoint
the state of a stream.
|
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 |
CONTINUATION_TOKEN_FIELD_NUMBER |
static int |
ESTIMATED_LOW_WATERMARK_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
StreamContinuationToken |
getContinuationToken()
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.
|
static ReadChangeStreamResponse.Heartbeat |
getDefaultInstance() |
ReadChangeStreamResponse.Heartbeat |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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.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.
|
com.google.protobuf.Parser<ReadChangeStreamResponse.Heartbeat> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
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.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ReadChangeStreamResponse.Heartbeat.Builder |
newBuilder() |
static ReadChangeStreamResponse.Heartbeat.Builder |
newBuilder(ReadChangeStreamResponse.Heartbeat prototype) |
ReadChangeStreamResponse.Heartbeat.Builder |
newBuilderForType() |
protected ReadChangeStreamResponse.Heartbeat.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static ReadChangeStreamResponse.Heartbeat |
parseDelimitedFrom(InputStream input) |
static ReadChangeStreamResponse.Heartbeat |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReadChangeStreamResponse.Heartbeat |
parseFrom(byte[] data) |
static ReadChangeStreamResponse.Heartbeat |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReadChangeStreamResponse.Heartbeat |
parseFrom(ByteBuffer data) |
static ReadChangeStreamResponse.Heartbeat |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReadChangeStreamResponse.Heartbeat |
parseFrom(com.google.protobuf.ByteString data) |
static ReadChangeStreamResponse.Heartbeat |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReadChangeStreamResponse.Heartbeat |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ReadChangeStreamResponse.Heartbeat |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReadChangeStreamResponse.Heartbeat |
parseFrom(InputStream input) |
static ReadChangeStreamResponse.Heartbeat |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ReadChangeStreamResponse.Heartbeat> |
parser() |
ReadChangeStreamResponse.Heartbeat.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 CONTINUATION_TOKEN_FIELD_NUMBER
public static final int ESTIMATED_LOW_WATERMARK_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 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 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 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 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.Heartbeat parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReadChangeStreamResponse.Heartbeat parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReadChangeStreamResponse.Heartbeat parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReadChangeStreamResponse.Heartbeat parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReadChangeStreamResponse.Heartbeat parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReadChangeStreamResponse.Heartbeat parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReadChangeStreamResponse.Heartbeat parseFrom(InputStream input) throws IOException
IOExceptionpublic static ReadChangeStreamResponse.Heartbeat parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ReadChangeStreamResponse.Heartbeat parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ReadChangeStreamResponse.Heartbeat parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ReadChangeStreamResponse.Heartbeat parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ReadChangeStreamResponse.Heartbeat parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ReadChangeStreamResponse.Heartbeat.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ReadChangeStreamResponse.Heartbeat.Builder newBuilder()
public static ReadChangeStreamResponse.Heartbeat.Builder newBuilder(ReadChangeStreamResponse.Heartbeat prototype)
public ReadChangeStreamResponse.Heartbeat.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ReadChangeStreamResponse.Heartbeat.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ReadChangeStreamResponse.Heartbeat getDefaultInstance()
public static com.google.protobuf.Parser<ReadChangeStreamResponse.Heartbeat> parser()
public com.google.protobuf.Parser<ReadChangeStreamResponse.Heartbeat> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ReadChangeStreamResponse.Heartbeat getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2023 Google LLC. All rights reserved.