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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getNextPageToken()
      A token, which can be sent as `page_token` to retrieve the next page.
      com.google.protobuf.ByteString getNextPageTokenBytes()
      A token, which can be sent as `page_token` to retrieve the next page.
      Table getTables​(int index)
      The tables from the specified database.
      int getTablesCount()
      The tables from the specified database.
      List<Table> getTablesList()
      The tables from the specified database.
      TableOrBuilder getTablesOrBuilder​(int index)
      The tables from the specified database.
      List<? extends TableOrBuilder> getTablesOrBuilderList()
      The tables from the specified database.
      • 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 Detail

      • getTablesList

        List<Table> getTablesList()
         The tables from the specified database.
         
        repeated .google.cloud.bigquery.biglake.v1.Table tables = 1;
      • getTables

        Table getTables​(int index)
         The tables from the specified database.
         
        repeated .google.cloud.bigquery.biglake.v1.Table tables = 1;
      • getTablesCount

        int getTablesCount()
         The tables from the specified database.
         
        repeated .google.cloud.bigquery.biglake.v1.Table tables = 1;
      • getTablesOrBuilderList

        List<? extends TableOrBuilder> getTablesOrBuilderList()
         The tables from the specified database.
         
        repeated .google.cloud.bigquery.biglake.v1.Table tables = 1;
      • getTablesOrBuilder

        TableOrBuilder getTablesOrBuilder​(int index)
         The tables from the specified database.
         
        repeated .google.cloud.bigquery.biglake.v1.Table tables = 1;
      • getNextPageToken

        String getNextPageToken()
         A token, which can be sent as `page_token` to retrieve the next page.
         If this field is omitted, there are no subsequent pages.
         
        string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         A token, which can be sent as `page_token` to retrieve the next page.
         If this field is omitted, there are no subsequent pages.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.