Class: Google::Bigtable::Admin::V2::ListTablesResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb

Overview

Response message for BigtableTableAdmin::ListTables

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_tokenString

Returns 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.

Returns:

  • (String)

    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.



127
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb', line 127

class ListTablesResponse; end

#tablesArray<Google::Bigtable::Admin::V2::Table>

Returns The tables present in the requested instance.

Returns:



127
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb', line 127

class ListTablesResponse; end