Class ListWorkspacesRequest (0.2.1)

ListWorkspacesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

ListWorkspaces request message.

Attributes

NameDescription
parent str
Required. The repository in which to list workspaces. Must be in the format ``projects/*/locations/*/repositories/*``.
page_size int
Optional. Maximum number of workspaces to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.
page_token str
Optional. 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.
order_by str
Optional. This field only supports ordering by ``name``. If unspecified, the server will choose the ordering. If specified, the default order is ascending for the ``name`` field.
filter str
Optional. Filter for the returned list.

Inheritance

builtins.object > proto.message.Message > ListWorkspacesRequest