Class ListJobsResponse (5.23.0)

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

A list of jobs in a project.

Attributes

Name Description
jobs MutableSequence[google.cloud.dataproc_v1.types.Job]
Output only. Jobs list.
next_page_token str
Optional. This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent ListJobsRequest.
unreachable MutableSequence[str]
Output only. List of jobs with kms_key-encrypted parameters that could not be decrypted. A response to a jobs.get request may indicate the reason for the decryption failure for a specific job.