Area 120 Tables V1alpha1 API - Class Google::Area120::Tables::V1alpha1::ListWorkspacesRequest (v0.2.5)

Reference documentation and code samples for the Area 120 Tables V1alpha1 API class Google::Area120::Tables::V1alpha1::ListWorkspacesRequest.

Request message for TablesService.ListWorkspaces.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — 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.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — 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.

Returns
  • (::Integer) — 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.

#page_token

def page_token() -> ::String
Returns
  • (::String) — 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.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — 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.

Returns
  • (::String) — 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.