Class UpdateJobRequest (5.1.0)

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

A request to update a job.

Attributes

NameDescription
project_id str
Required. The ID of the Google Cloud Platform project that the job belongs to.
region str
Required. The Dataproc region in which to handle the request.
job_id str
Required. The job ID.
job google.cloud.dataproc_v1.types.Job
Required. The changes to the job.
update_mask google.protobuf.field_mask_pb2.FieldMask
Required. Specifies the path, relative to Job, of the field to update. For example, to update the labels of a Job the update_mask parameter would be specified as labels, and the PATCH request body would specify the new value. Note: Currently, labels is the only field that can be updated.