public sealed class CreateJobFromTemplateRequest : IMessage<CreateJobFromTemplateRequest>, IEquatable<CreateJobFromTemplateRequest>, IDeepCloneable<CreateJobFromTemplateRequest>, IBufferMessage, IMessageReference documentation and code samples for the Dataflow v1beta3 API class CreateJobFromTemplateRequest.
A request to create a Cloud Dataflow job from a template.
Implements
IMessageCreateJobFromTemplateRequest, IEquatableCreateJobFromTemplateRequest, IDeepCloneableCreateJobFromTemplateRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
CreateJobFromTemplateRequest()
public CreateJobFromTemplateRequest()CreateJobFromTemplateRequest(CreateJobFromTemplateRequest)
public CreateJobFromTemplateRequest(CreateJobFromTemplateRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateJobFromTemplateRequest |
Properties
Environment
public RuntimeEnvironment Environment { get; set; }The runtime environment for the job.
| Property Value | |
|---|---|
| Type | Description |
RuntimeEnvironment |
|
GcsPath
public string GcsPath { get; set; }Required. A Cloud Storage path to the template from which to
create the job.
Must be a valid Cloud Storage URL, beginning with gs://.
| Property Value | |
|---|---|
| Type | Description |
string |
|
HasGcsPath
public bool HasGcsPath { get; }Gets whether the "gcs_path" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
JobName
public string JobName { get; set; }Required. The job name to use for the created job.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Location
public string Location { get; set; }The regional endpoint to which to direct the request.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parameters
public MapField<string, string> Parameters { get; }The runtime parameters to pass to the job.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringstring |
|
ProjectId
public string ProjectId { get; set; }Required. The ID of the Cloud Platform project that the job belongs to.
| Property Value | |
|---|---|
| Type | Description |
string |
|
TemplateCase
public CreateJobFromTemplateRequest.TemplateOneofCase TemplateCase { get; }| Property Value | |
|---|---|
| Type | Description |
CreateJobFromTemplateRequestTemplateOneofCase |
|