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