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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb

Overview

Instance Attribute Summary collapse

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.

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.



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.

Returns:



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