Class: Google::Cloud::Dataproc::V1::UpdateJobRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::UpdateJobRequest
- Defined in:
- lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/jobs.rb
Overview
A request to update a job.
Instance Attribute Summary collapse
-
#job ⇒ Google::Cloud::Dataproc::V1::Job
Required.
-
#job_id ⇒ String
Required.
-
#project_id ⇒ String
Required.
-
#region ⇒ String
Required.
-
#update_mask ⇒ Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#job ⇒ Google::Cloud::Dataproc::V1::Job
Returns Required. The changes to the job.
628 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/jobs.rb', line 628 class UpdateJobRequest; end |
#job_id ⇒ String
Returns Required. The job ID.
628 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/jobs.rb', line 628 class UpdateJobRequest; end |
#project_id ⇒ String
Returns Required. The ID of the Google Cloud Platform project that the job belongs to.
628 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/jobs.rb', line 628 class UpdateJobRequest; end |
#region ⇒ String
Returns Required. The Cloud Dataproc region in which to handle the request.
628 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/jobs.rb', line 628 class UpdateJobRequest; end |
#update_mask ⇒ Google::Protobuf::FieldMask
Returns 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.
628 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/jobs.rb', line 628 class UpdateJobRequest; end |