Class: Google::Cloud::Bigtable::Admin::V2::ListTablesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::ListTablesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb
Overview
Response message for google.bigtable.admin.v2.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::Cloud::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.
222 223 224 225 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 222 class ListTablesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tables ⇒ ::Array<::Google::Cloud::Bigtable::Admin::V2::Table>
Returns The tables present in the requested instance.
222 223 224 225 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 222 class ListTablesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |