Class ListJobsRequest (0.6.0)

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

Request to list Cloud Dataflow jobs.

Attributes

NameDescription
filter google.cloud.dataflow_v1beta3.types.ListJobsRequest.Filter
The kind of filter to use.
project_id str
The project which owns the jobs.
view google.cloud.dataflow_v1beta3.types.JobView
Deprecated. ListJobs always returns summaries now. Use GetJob for other JobViews.
page_size int
If there are many jobs, limit response to at most this many. The actual number of jobs returned will be the lesser of max_responses and an unspecified server-defined limit.
page_token str
Set this to the 'next_page_token' field of a previous response to request additional results in a long list.
location str
The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains this job.

Inheritance

builtins.object > proto.message.Message > ListJobsRequest

Classes

Filter

Filter(value)

This field filters out and returns jobs in the specified job state. The order of data returned is determined by the filter used, and is subject to change.