Class: Google::Area120::Tables::V1alpha1::ListTablesResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/area120/tables/v1alpha1/tables.rb

Overview

Response message for TablesService.ListTables.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns A token, which can be sent as page_token to retrieve the next page. If this field is empty, there are no subsequent pages.

Returns:

  • (::String)

    A token, which can be sent as page_token to retrieve the next page. If this field is empty, there are no subsequent pages.



62
63
64
65
# File 'proto_docs/google/area120/tables/v1alpha1/tables.rb', line 62

class ListTablesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#tables::Array<::Google::Area120::Tables::V1alpha1::Table>

Returns The list of tables.

Returns:



62
63
64
65
# File 'proto_docs/google/area120/tables/v1alpha1/tables.rb', line 62

class ListTablesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end