google_api_dataflow v0.24.0 GoogleApi.Dataflow.V1b3.Model.LaunchTemplateParameters View Source
Parameters to provide to the template being launched.
Attributes
environment(type:GoogleApi.Dataflow.V1b3.Model.RuntimeEnvironment.t, default:nil) - The runtime environment for the job.jobName(type:String.t, default:nil) - Required. The job name to use for the created job.parameters(type:map(), default:nil) - The runtime parameters to pass to the job.transformNameMapping(type:map(), default:nil) - Only applicable when updating a pipeline. Map of transform name prefixes of the job to be replaced to the corresponding name prefixes of the new job.update(type:boolean(), default:nil) - If set, replace the existing pipeline with the name specified by jobName with this pipeline, preserving state.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Dataflow.V1b3.Model.LaunchTemplateParameters{
environment: GoogleApi.Dataflow.V1b3.Model.RuntimeEnvironment.t(),
jobName: String.t(),
parameters: map(),
transformNameMapping: map(),
update: boolean()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.