public sealed class GetJobRequest : IMessage<GetJobRequest>, IEquatable<GetJobRequest>, IDeepCloneable<GetJobRequest>, IBufferMessage, IMessage
Request to get the state of a Cloud Dataflow job.
Implements
IMessage<GetJobRequest>, IEquatable<GetJobRequest>, IDeepCloneable<GetJobRequest>, 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 |