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
ListWorkspacescall.
Instance Attribute Details
#page_size ⇒ ::Integer
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
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 |