ListJobsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Response to a request to list Cloud Dataflow jobs in a project. This might be a partial response, depending on the page size in the ListJobsRequest. However, if the project does not have any jobs, an instance of ListJobsResponse is not returned and the requests's response body is empty {}.
Attributes | |
---|---|
Name | Description |
jobs |
MutableSequence[google.cloud.dataflow_v1beta3.types.Job]
A subset of the requested job information. |
next_page_token |
str
Set if there may be more results than fit in this response. |
failed_location |
MutableSequence[google.cloud.dataflow_v1beta3.types.FailedLocation]
Zero or more messages describing the [regional endpoints] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that failed to respond. |