Google Cloud Dataproc v1 API - Class CancelJobRequest (5.11.0)

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

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

A request to cancel a job.

Inheritance

object > CancelJobRequest

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

CancelJobRequest()

public CancelJobRequest()

CancelJobRequest(CancelJobRequest)

public CancelJobRequest(CancelJobRequest other)
Parameter
Name Description
other CancelJobRequest

Properties

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