Class: Google::Cloud::Bigtable::Admin::V2::ListTablesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::ListTablesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb
Overview
Request message for google.bigtable.admin.v2.BigtableTableAdmin.ListTables
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Maximum number of results per page.
-
#page_token ⇒ ::String
The value of
next_page_tokenreturned by a previous call. -
#parent ⇒ ::String
Required.
-
#view ⇒ ::Google::Cloud::Bigtable::Admin::V2::Table::View
The view to be applied to the returned tables' fields.
Instance Attribute Details
#page_size ⇒ ::Integer
207 208 209 210 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 207 class ListTablesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
207 208 209 210 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 207 class ListTablesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
207 208 209 210 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 207 class ListTablesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#view ⇒ ::Google::Cloud::Bigtable::Admin::V2::Table::View
207 208 209 210 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 207 class ListTablesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |