Class ReadChangeStreamResponse.Heartbeat.Builder

    • Method Detail

      • 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>
      • 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

        public ReadChangeStreamResponse.Heartbeat 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
      • 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>
      • 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.
      • 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;
      • 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