Class: Google::Area120::Tables::V1alpha1::ListTablesRequest
- Inherits:
-
Object
- Object
- Google::Area120::Tables::V1alpha1::ListTablesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/area120/tables/v1alpha1/tables.rb
Overview
Request message for TablesService.ListTables.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
The maximum number of tables to return.
-
#page_token ⇒ ::String
A page token, received from a previous
ListTables
call.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns The maximum number of tables to return. The service may return fewer than this value.
If unspecified, at most 20 tables are returned. The maximum value is 100; values above 100 are coerced to 100.
49 50 51 52 |
# File 'proto_docs/google/area120/tables/v1alpha1/tables.rb', line 49 class ListTablesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns A page token, received from a previous ListTables
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListTables
must match
the call that provided the page token.
49 50 51 52 |
# File 'proto_docs/google/area120/tables/v1alpha1/tables.rb', line 49 class ListTablesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |