Show / Hide Table of Contents

Class GoogleCloudDatapipelinesV1LaunchTemplateParameters

Parameters to provide to the template being launched.

Inheritance
object
GoogleCloudDatapipelinesV1LaunchTemplateParameters
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX