Class ListTasksRequest (0.17.18)

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

ListTasks Request.

Attributes

NameDescription
parent str
Required. Name of a TaskGroup from which Tasks are being requested. Pattern: "projects/{project}/locations/{location}/jobs/{job}/taskGroups/{task_group}".
filter str
Task filter, null filter matches all Tasks. Filter string should be of the format State=TaskStatus.State e.g. State=RUNNING
order_by str
Not implemented.
page_size int
Page size.
page_token str
Page token.