Class: Google::Cloud::Dataproc::V1::UpdateJobRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataproc/v1/jobs.rb

Overview

A request to update a job.

Instance Attribute Summary collapse

Instance Attribute Details

#job::Google::Cloud::Dataproc::V1::Job

Returns Required. The changes to the job.

Returns:



1020
1021
1022
1023
# File 'proto_docs/google/cloud/dataproc/v1/jobs.rb', line 1020

class UpdateJobRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#job_id::String

Returns Required. The job ID.

Returns:

  • (::String)

    Required. The job ID.



1020
1021
1022
1023
# File 'proto_docs/google/cloud/dataproc/v1/jobs.rb', line 1020

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.

Returns:

  • (::String)

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



1020
1021
1022
1023
# File 'proto_docs/google/cloud/dataproc/v1/jobs.rb', line 1020

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.

Returns:

  • (::String)

    Required. The Dataproc region in which to handle the request.



1020
1021
1022
1023
# File 'proto_docs/google/cloud/dataproc/v1/jobs.rb', line 1020

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.

Returns:

  • (::Google::Protobuf::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.



1020
1021
1022
1023
# File 'proto_docs/google/cloud/dataproc/v1/jobs.rb', line 1020

class UpdateJobRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end