Class ListDeploymentsRequest (0.1.1)

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

Request message to list deployments for a project.

Attributes

NameDescription
parent str
Required. Name of the project in which to create the deployment. Example: projects/my_project.
page_size int
The maximum number of deployments to return. The service may return fewer than this value. If unspecified, at most 1000 deployments will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
page_token str
A page token, received from a previous ListDeployments call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListDeployments must match the call that provided the page token.