Class GoogleCloudDatapipelinesV1LaunchTemplateParameters
Parameters to provide to the template being launched.
Implements
Inherited Members
Namespace: Google.Apis.Datapipelines.v1.Data
Assembly: Google.Apis.Datapipelines.v1.dll
Syntax
public class GoogleCloudDatapipelinesV1LaunchTemplateParameters : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Environment
The runtime environment for the job.
Declaration
[JsonProperty("environment")]
public virtual GoogleCloudDatapipelinesV1RuntimeEnvironment Environment { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatapipelinesV1RuntimeEnvironment |
JobName
Required. The job name to use for the created job.
Declaration
[JsonProperty("jobName")]
public virtual string JobName { get; set; }
Property Value
Type | Description |
---|---|
string |
Parameters
The runtime parameters to pass to the job.
Declaration
[JsonProperty("parameters")]
public virtual IDictionary<string, string> Parameters { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
TransformNameMapping
Map of transform name prefixes of the job to be replaced to the corresponding name prefixes of the new job. Only applicable when updating a pipeline.
Declaration
[JsonProperty("transformNameMapping")]
public virtual IDictionary<string, string> TransformNameMapping { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
Update
If set, replace the existing pipeline with the name specified by jobName with this pipeline, preserving state.
Declaration
[JsonProperty("update")]
public virtual bool? Update { get; set; }
Property Value
Type | Description |
---|---|
bool? |