Class ListJobsResponse (5.0.1)

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

A list of jobs in a project.

Attributes

NameDescription
jobs Sequence[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.

Inheritance

builtins.object > proto.message.Message > ListJobsResponse