Class ListJobsRequest (0.10.4)

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

Request message for retrieving a list of Jobs.

Attributes

NameDescription
parent str
Required. The location and project to list resources on. Format: projects/{project}/locations/{location}, where {project} can be project id or number.
page_size int
Maximum number of Jobs to return in this call.
page_token str
A page token received from a previous call to ListJobs. All other parameters must match.
show_deleted bool
If true, returns deleted (but unexpired) resources along with active ones.