Class GetJobRequest (1.0.0-beta03)

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

Request to get the state of a Cloud Dataflow job.

Inheritance

Object > GetJobRequest

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

GetJobRequest()

public GetJobRequest()

GetJobRequest(GetJobRequest)

public GetJobRequest(GetJobRequest other)
Parameter
NameDescription
otherGetJobRequest

Properties

JobId

public string JobId { get; set; }

The job ID.

Property Value
TypeDescription
String

Location

public string Location { get; set; }

The regional endpoint that contains this job.

Property Value
TypeDescription
String

ProjectId

public string ProjectId { get; set; }

The ID of the Cloud Platform project that the job belongs to.

Property Value
TypeDescription
String

View

public JobView View { get; set; }

The level of information requested in response.

Property Value
TypeDescription
JobView