Dataflow v1beta3 API - Class CreateJobRequest (2.0.0-beta06)

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

Reference documentation and code samples for the Dataflow v1beta3 API class CreateJobRequest.

Request to create a Cloud Dataflow job.

Inheritance

object > CreateJobRequest

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

CreateJobRequest()

public CreateJobRequest()

CreateJobRequest(CreateJobRequest)

public CreateJobRequest(CreateJobRequest other)
Parameter
NameDescription
otherCreateJobRequest

Properties

Job

public Job Job { get; set; }

The job to create.

Property Value
TypeDescription
Job

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

ReplaceJobId

public string ReplaceJobId { get; set; }

Deprecated. This field is now in the Job message.

Property Value
TypeDescription
string

View

public JobView View { get; set; }

The level of information requested in response.

Property Value
TypeDescription
JobView