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 type google.bigtable.v2.ReadChangeStreamResponse.Heartbeat
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ReadChangeStreamResponse.Heartbeat.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<ReadChangeStreamResponse.Heartbeat.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ReadChangeStreamResponse.Heartbeat.Builder>
    • getDefaultInstanceForType

      public ReadChangeStreamResponse.Heartbeat getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public ReadChangeStreamResponse.Heartbeat buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<ReadChangeStreamResponse.Heartbeat.Builder>
    • setField

      public ReadChangeStreamResponse.Heartbeat.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<ReadChangeStreamResponse.Heartbeat.Builder>
    • clearField

      public ReadChangeStreamResponse.Heartbeat.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<ReadChangeStreamResponse.Heartbeat.Builder>
    • clearOneof

      public ReadChangeStreamResponse.Heartbeat.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.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:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ReadChangeStreamResponse.Heartbeat.Builder>
    • addRepeatedField

      public ReadChangeStreamResponse.Heartbeat.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ReadChangeStreamResponse.Heartbeat.Builder>
    • mergeFrom

      public ReadChangeStreamResponse.Heartbeat.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ReadChangeStreamResponse.Heartbeat.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.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:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.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:
      hasContinuationToken in interface ReadChangeStreamResponse.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:
      getContinuationToken in interface ReadChangeStreamResponse.HeartbeatOrBuilder
      Returns:
      The continuationToken.
    • setContinuationToken

       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

       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:
      getContinuationTokenOrBuilder in interface ReadChangeStreamResponse.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:
      hasEstimatedLowWatermark in interface ReadChangeStreamResponse.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:
      getEstimatedLowWatermark in interface ReadChangeStreamResponse.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:
      getEstimatedLowWatermarkOrBuilder in interface ReadChangeStreamResponse.HeartbeatOrBuilder
    • setUnknownFields

      public final ReadChangeStreamResponse.Heartbeat.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ReadChangeStreamResponse.Heartbeat.Builder>
    • mergeUnknownFields

      public final ReadChangeStreamResponse.Heartbeat.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ReadChangeStreamResponse.Heartbeat.Builder>