Google Cloud Dataproc v1 API - Class GetJobRequest (5.10.0)

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

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

A request to get the resource representation for a job in a project.

Inheritance

object > GetJobRequest

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

GetJobRequest()

public GetJobRequest()

GetJobRequest(GetJobRequest)

public GetJobRequest(GetJobRequest other)
Parameter
NameDescription
otherGetJobRequest

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