Class: Google::Bigtable::Admin::V2::ListTablesResponse
- Inherits:
-
Object
- Object
- Google::Bigtable::Admin::V2::ListTablesResponse
- 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
-
#next_page_token ⇒ String
Set if not all tables could be returned in a single response.
-
#tables ⇒ Array<Google::Bigtable::Admin::V2::Table>
The tables present in the requested instance.
Instance Attribute Details
#next_page_token ⇒ String
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.
135 |
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb', line 135 class ListTablesResponse; end |
#tables ⇒ Array<Google::Bigtable::Admin::V2::Table>
Returns The tables present in the requested instance.
135 |
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb', line 135 class ListTablesResponse; end |