Class ListWorkerPoolsRequest (0.12.0)

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

Request message for retrieving a list of WorkerPools.

Attributes

Name Description
parent str
Required. The location and project to list resources on. Location must be a valid Google Cloud region, and cannot be the "-" wildcard. Format: projects/{project}/locations/{location}, where {project} can be project id or number.
page_size int
Maximum number of WorkerPools to return in this call.
page_token str
A page token received from a previous call to ListWorkerPools. All other parameters must match.
show_deleted bool
If true, returns deleted (but unexpired) resources along with active ones.