Google Cloud Dataproc v1 API - Class SubmitJobRequest (5.10.0)

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

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

A request to submit a job.

Inheritance

object > SubmitJobRequest

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

SubmitJobRequest()

public SubmitJobRequest()

SubmitJobRequest(SubmitJobRequest)

public SubmitJobRequest(SubmitJobRequest other)
Parameter
NameDescription
otherSubmitJobRequest

Properties

Job

public Job Job { get; set; }

Required. The job resource.

Property Value
TypeDescription
Job

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

RequestId

public string RequestId { get; set; }

Optional. A unique id used to identify the request. If the server receives two SubmitJobRequests with the same id, then the second request will be ignored and the first [Job][google.cloud.dataproc.v1.Job] created and stored in the backend is returned.

It is recommended to always set this value to a UUID.

The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.

Property Value
TypeDescription
string