GoogleApi.Dataflow.V1b3.Model.LaunchTemplateParameters (google_api_dataflow v0.35.0) 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

Specs

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
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.