Class: Google::Cloud::Dataproc::V1beta2::UpdateJobRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1beta2::UpdateJobRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataproc/v1beta2/jobs.rb
Overview
A request to update a job.
Instance Attribute Summary collapse
-
#job ⇒ ::Google::Cloud::Dataproc::V1beta2::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::V1beta2::Job
Returns Required. The changes to the job.
933 934 935 936 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/jobs.rb', line 933 class UpdateJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#job_id ⇒ ::String
Returns Required. The job ID.
933 934 935 936 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/jobs.rb', line 933 class UpdateJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_id ⇒ ::String
Returns Required. The ID of the Google Cloud Platform project that the job belongs to.
933 934 935 936 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/jobs.rb', line 933 class UpdateJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#region ⇒ ::String
Returns Required. The Dataproc region in which to handle the request.
933 934 935 936 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/jobs.rb', line 933 class UpdateJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods 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.
933 934 935 936 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/jobs.rb', line 933 class UpdateJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |