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.
Implements
IMessageCreateJobRequest, IEquatableCreateJobRequest, IDeepCloneableCreateJobRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
CreateJobRequest()
public CreateJobRequest()
CreateJobRequest(CreateJobRequest)
public CreateJobRequest(CreateJobRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateJobRequest |
Properties
Job
public Job Job { get; set; }
The job to create.
Property Value | |
---|---|
Type | Description |
Job |
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 |
ReplaceJobId
public string ReplaceJobId { get; set; }
Deprecated. This field is now in the Job message.
Property Value | |
---|---|
Type | Description |
string |
View
public JobView View { get; set; }
The level of information requested in response.
Property Value | |
---|---|
Type | Description |
JobView |