Interface ReadChangeStreamResponse.CloseStreamOrBuilder

    • Method Detail

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