public sealed class GetJobRequest : IMessage<GetJobRequest>, IEquatable<GetJobRequest>, IDeepCloneable<GetJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataflow v1beta3 API class GetJobRequest.
Request to get the state of a Cloud Dataflow job.
Implements
IMessageGetJobRequest, IEquatableGetJobRequest, IDeepCloneableGetJobRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
GetJobRequest()
public GetJobRequest()
GetJobRequest(GetJobRequest)
public GetJobRequest(GetJobRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetJobRequest |
Properties
JobId
public string JobId { get; set; }
The job ID.
Property Value | |
---|---|
Type | Description |
string |
Location
public string Location { get; set; }
The regional endpoint that contains this job.
Property Value | |
---|---|
Type | Description |
string |
ProjectId
public string ProjectId { get; set; }
The ID of the Cloud Platform project that the job belongs to.
Property Value | |
---|---|
Type | Description |
string |
View
public JobView View { get; set; }
The level of information requested in response.
Property Value | |
---|---|
Type | Description |
JobView |