public sealed class GetJobRequest : IMessage<GetJobRequest>, IEquatable<GetJobRequest>, IDeepCloneable<GetJobRequest>, IBufferMessage, IMessage
A request to get the resource representation for a job in a project.
Implements
IMessage<GetJobRequest>, IEquatable<GetJobRequest>, IDeepCloneable<GetJobRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
GetJobRequest()
public GetJobRequest()
GetJobRequest(GetJobRequest)
public GetJobRequest(GetJobRequest other)
Parameter | |
---|---|
Name | Description |
other | GetJobRequest |
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 |