Class UpdateJobRequest (0.6.1)

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

Request to update a Cloud Dataflow job.

Attributes

NameDescription
project_id str
The ID of the Cloud Platform project that the job belongs to.
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.

Inheritance

builtins.object > proto.message.Message > UpdateJobRequest