Google Cloud Dataproc v1 API - Class UpdateJobRequest (5.11.0)

public sealed class UpdateJobRequest : IMessage<UpdateJobRequest>, IEquatable<UpdateJobRequest>, IDeepCloneable<UpdateJobRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dataproc v1 API class UpdateJobRequest.

A request to update a job.

Inheritance

object > UpdateJobRequest

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

UpdateJobRequest()

public UpdateJobRequest()

UpdateJobRequest(UpdateJobRequest)

public UpdateJobRequest(UpdateJobRequest other)
Parameter
Name Description
other UpdateJobRequest

Properties

Job

public Job Job { get; set; }

Required. The changes to the job.

Property Value
Type Description
Job

JobId

public string JobId { get; set; }

Required. The job ID.

Property Value
Type Description
string

ProjectId

public string ProjectId { get; set; }

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

Property Value
Type Description
string

Region

public string Region { get; set; }

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

Property Value
Type Description
string

UpdateMask

public FieldMask UpdateMask { get; set; }

Required. Specifies the path, relative to <code>Job</code>, of the field to update. For example, to update the labels of a Job the <code>update_mask</code> parameter would be specified as <code>labels</code>, and the PATCH request body would specify the new value. <strong>Note:</strong> Currently, <code>labels</code> is the only field that can be updated.

Property Value
Type Description
FieldMask