ListTasksRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request message for retrieving a list of Tasks.
Attributes |
|
---|---|
Name | Description |
parent |
str
Required. The Execution from which the Tasks should be listed. To list all Tasks across Executions of a Job, use "-" instead of Execution name. To list all Tasks across Jobs, use "-" instead of Job name. Format: projects/{project}/locations/{location}/jobs/{job}/executions/{execution} |
page_size |
int
Maximum number of Tasks to return in this call. |
page_token |
str
A page token received from a previous call to ListTasks. All other parameters must match. |
show_deleted |
bool
If true, returns deleted (but unexpired) resources along with active ones. |