View Source GoogleApi.Dataflow.V1b3.Model.LaunchTemplateParameters (google_api_dataflow v0.50.0)
Parameters to provide to the template being launched. Note that the [metadata in the pipeline code] (https://cloud.google.com/dataflow/docs/guides/templates/creating-templates#metadata) determines which runtime parameters are valid.
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. The name must match the regular expression[a-z]([-a-z0-9]{0,1022}[a-z0-9])?
-
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataflow.V1b3.Model.LaunchTemplateParameters{ environment: GoogleApi.Dataflow.V1b3.Model.RuntimeEnvironment.t() | nil, jobName: String.t() | nil, parameters: map() | nil, transformNameMapping: map() | nil, update: boolean() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.