Class: Google::Area120::Tables::V1alpha1::ListTablesResponse
- Inherits:
-
Object
- Object
- Google::Area120::Tables::V1alpha1::ListTablesResponse
- 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
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page. -
#tables ⇒ ::Array<::Google::Area120::Tables::V1alpha1::Table>
The list of tables.
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.
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.
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 |