Class ListJobsRequest (0.9.1) Stay organized with collections Save and categorize content based on your preferences.
ListJobsRequest(mapping=None,*,ignore_unknown_fields=False,**kwargs)Request message for retrieving a list of Jobs.
Attributes | |
|---|---|
| Name | Description |
parent | strRequired. The location and project to list resources on. Format: projects/{project}/locations/{location}, where {project} can be project id or number. |
page_size | intMaximum number of Jobs to return in this call. |
page_token | strA page token received from a previous call to ListJobs. 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.