Class UpdateJobRequest (0.1.5)

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

Request to update a Cloud Dataflow job. .. attribute:: project_id

The ID of the Cloud Platform project that the job belongs to.

:type: str

Attributes

NameDescription
job_id str
The job ID.
job google.cloud.dataflow_v1beta3.types.Job
The updated job. Only the job state is updatable; other fields will be ignored.
location str
The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains this job.