Class ListTasksRequest (0.7.1) Stay organized with collections Save and categorize content based on your preferences.
ListTasksRequest(mapping=None,*,ignore_unknown_fields=False,**kwargs)Request message for retrieving a list of Tasks.
Attributes | |
|---|---|
| Name | Description |
parent | strRequired. 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 | intMaximum number of Tasks to return in this call. |
page_token | strA page token received from a previous call to ListTasks. All other parameters must match. |
show_deleted | boolIf true, returns deleted (but unexpired) resources along with active ones. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-01-22 UTC.