Class DeleteJobRequest (3.2.0)

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

A request to delete a job.

Inheritance

Object > DeleteJobRequest

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

DeleteJobRequest()

public DeleteJobRequest()

DeleteJobRequest(DeleteJobRequest)

public DeleteJobRequest(DeleteJobRequest other)
Parameter
NameDescription
otherDeleteJobRequest

Properties

JobId

public string JobId { get; set; }

Required. The job ID.

Property Value
TypeDescription
String

ProjectId

public string ProjectId { get; set; }

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

Property Value
TypeDescription
String

Region

public string Region { get; set; }

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

Property Value
TypeDescription
String