Interface ListTablesResponseOrBuilder

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

public interface ListTablesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Set if not all tables could be returned in a single response.
    com.google.protobuf.ByteString
    Set if not all tables could be returned in a single response.
    getTables(int index)
    The tables present in the requested instance.
    int
    The tables present in the requested instance.
    The tables present in the requested instance.
    getTablesOrBuilder(int index)
    The tables present in the requested instance.
    List<? extends TableOrBuilder>
    The tables present in the requested instance.

    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

    • getTablesList

      List<Table> getTablesList()
       The tables present in the requested instance.
       
      repeated .google.bigtable.admin.v2.Table tables = 1;
    • getTables

      Table getTables(int index)
       The tables present in the requested instance.
       
      repeated .google.bigtable.admin.v2.Table tables = 1;
    • getTablesCount

      int getTablesCount()
       The tables present in the requested instance.
       
      repeated .google.bigtable.admin.v2.Table tables = 1;
    • getTablesOrBuilderList

      List<? extends TableOrBuilder> getTablesOrBuilderList()
       The tables present in the requested instance.
       
      repeated .google.bigtable.admin.v2.Table tables = 1;
    • getTablesOrBuilder

      TableOrBuilder getTablesOrBuilder(int index)
       The tables present in the requested instance.
       
      repeated .google.bigtable.admin.v2.Table tables = 1;
    • getNextPageToken

      String getNextPageToken()
       Set if not all tables could be returned in a single response.
       Pass this value to `page_token` in another request to get the next
       page of results.
       
      string next_page_token = 2;
      Returns:
      The nextPageToken.
    • getNextPageTokenBytes

      com.google.protobuf.ByteString getNextPageTokenBytes()
       Set if not all tables could be returned in a single response.
       Pass this value to `page_token` in another request to get the next
       page of results.
       
      string next_page_token = 2;
      Returns:
      The bytes for nextPageToken.