Interface ReadChangeStreamResponse.CloseStreamOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ReadChangeStreamResponse.CloseStream, ReadChangeStreamResponse.CloseStream.Builder
Enclosing class:
ReadChangeStreamResponse

public static interface ReadChangeStreamResponse.CloseStreamOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    If non-empty, contains the information needed to resume reading their associated partitions.
    int
    If non-empty, contains the information needed to resume reading their associated partitions.
    If non-empty, contains the information needed to resume reading their associated partitions.
    If non-empty, contains the information needed to resume reading their associated partitions.
    If non-empty, contains the information needed to resume reading their associated partitions.
    getNewPartitions(int index)
    If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
    int
    If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
    If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
    If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
    If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
    com.google.rpc.Status
    The status of the stream.
    com.google.rpc.StatusOrBuilder
    The status of the stream.
    boolean
    The status of the stream.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasStatus

      boolean hasStatus()
       The status of the stream.
       
      .google.rpc.Status status = 1;
      Returns:
      Whether the status field is set.
    • getStatus

      com.google.rpc.Status getStatus()
       The status of the stream.
       
      .google.rpc.Status status = 1;
      Returns:
      The status.
    • getStatusOrBuilder

      com.google.rpc.StatusOrBuilder getStatusOrBuilder()
       The status of the stream.
       
      .google.rpc.Status status = 1;
    • getContinuationTokensList

      List<StreamContinuationToken> getContinuationTokensList()
       If non-empty, contains the information needed to resume reading their
       associated partitions.
       
      repeated .google.bigtable.v2.StreamContinuationToken continuation_tokens = 2;
    • getContinuationTokens

      StreamContinuationToken getContinuationTokens(int index)
       If non-empty, contains the information needed to resume reading their
       associated partitions.
       
      repeated .google.bigtable.v2.StreamContinuationToken continuation_tokens = 2;
    • getContinuationTokensCount

      int getContinuationTokensCount()
       If non-empty, contains the information needed to resume reading their
       associated partitions.
       
      repeated .google.bigtable.v2.StreamContinuationToken continuation_tokens = 2;
    • getContinuationTokensOrBuilderList

      List<? extends StreamContinuationTokenOrBuilder> getContinuationTokensOrBuilderList()
       If non-empty, contains the information needed to resume reading their
       associated partitions.
       
      repeated .google.bigtable.v2.StreamContinuationToken continuation_tokens = 2;
    • getContinuationTokensOrBuilder

      StreamContinuationTokenOrBuilder getContinuationTokensOrBuilder(int index)
       If non-empty, contains the information needed to resume reading their
       associated partitions.
       
      repeated .google.bigtable.v2.StreamContinuationToken continuation_tokens = 2;
    • getNewPartitionsList

      List<StreamPartition> getNewPartitionsList()
       If non-empty, contains the new partitions to start reading from, which
       are related to but not necessarily identical to the partitions for the
       above `continuation_tokens`.
       
      repeated .google.bigtable.v2.StreamPartition new_partitions = 3;
    • getNewPartitions

      StreamPartition getNewPartitions(int index)
       If non-empty, contains the new partitions to start reading from, which
       are related to but not necessarily identical to the partitions for the
       above `continuation_tokens`.
       
      repeated .google.bigtable.v2.StreamPartition new_partitions = 3;
    • getNewPartitionsCount

      int getNewPartitionsCount()
       If non-empty, contains the new partitions to start reading from, which
       are related to but not necessarily identical to the partitions for the
       above `continuation_tokens`.
       
      repeated .google.bigtable.v2.StreamPartition new_partitions = 3;
    • getNewPartitionsOrBuilderList

      List<? extends StreamPartitionOrBuilder> getNewPartitionsOrBuilderList()
       If non-empty, contains the new partitions to start reading from, which
       are related to but not necessarily identical to the partitions for the
       above `continuation_tokens`.
       
      repeated .google.bigtable.v2.StreamPartition new_partitions = 3;
    • getNewPartitionsOrBuilder

      StreamPartitionOrBuilder getNewPartitionsOrBuilder(int index)
       If non-empty, contains the new partitions to start reading from, which
       are related to but not necessarily identical to the partitions for the
       above `continuation_tokens`.
       
      repeated .google.bigtable.v2.StreamPartition new_partitions = 3;