Interface StreamContinuationTokensOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    StreamContinuationTokens, StreamContinuationTokens.Builder

    public interface StreamContinuationTokensOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getTokensList

        List<StreamContinuationToken> getTokensList()
         List of continuation tokens.
         
        repeated .google.bigtable.v2.StreamContinuationToken tokens = 1;
      • getTokens

        StreamContinuationToken getTokens​(int index)
         List of continuation tokens.
         
        repeated .google.bigtable.v2.StreamContinuationToken tokens = 1;
      • getTokensCount

        int getTokensCount()
         List of continuation tokens.
         
        repeated .google.bigtable.v2.StreamContinuationToken tokens = 1;
      • getTokensOrBuilderList

        List<? extends StreamContinuationTokenOrBuilder> getTokensOrBuilderList()
         List of continuation tokens.
         
        repeated .google.bigtable.v2.StreamContinuationToken tokens = 1;
      • getTokensOrBuilder

        StreamContinuationTokenOrBuilder getTokensOrBuilder​(int index)
         List of continuation tokens.
         
        repeated .google.bigtable.v2.StreamContinuationToken tokens = 1;