Class ListWorkloadsRequest (1.12.0)

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

Request for listing workloads in a Cloud Composer environment.

Attributes

NameDescription
parent str
Required. The environment name to get workloads for, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}".
page_size int
Optional. The maximum number of environments to return.
page_token str
Optional. The next_page_token value returned from a previous List request, if any.
filter str
Optional. The list filter. Currently only supports equality on the type field. The value of a field specified in the filter expression must be one ComposerWorkloadType enum option. It's possible to get multiple types using "OR" operator, e.g.: "type=SCHEDULER OR type=CELERY_WORKER". If not specified, all items are returned.