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

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#jobGoogle::Cloud::Dataproc::V1::Job

Returns Required. The changes to the job.

Returns:



641
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/jobs.rb', line 641

class UpdateJobRequest; end

#job_idString

Returns Required. The job ID.

Returns:

  • (String)

    Required. The job ID.



641
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/jobs.rb', line 641

class UpdateJobRequest; end

#project_idString

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.



641
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/jobs.rb', line 641

class UpdateJobRequest; end

#regionString

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

Returns:

  • (String)

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



641
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/jobs.rb', line 641

class UpdateJobRequest; end

#update_maskGoogle::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.



641
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/jobs.rb', line 641

class UpdateJobRequest; end