View Source GoogleApi.DataPipelines.V1.Model.GoogleCloudDatapipelinesV1LaunchTemplateParameters (google_api_data_pipelines v0.4.0)

Parameters to provide to the template being launched.

Attributes

  • environment (type: GoogleApi.DataPipelines.V1.Model.GoogleCloudDatapipelinesV1RuntimeEnvironment.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) - 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.
  • 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.DataPipelines.V1.Model.GoogleCloudDatapipelinesV1LaunchTemplateParameters{
    environment:
      GoogleApi.DataPipelines.V1.Model.GoogleCloudDatapipelinesV1RuntimeEnvironment.t()
      | nil,
    jobName: String.t() | nil,
    parameters: map() | nil,
    transformNameMapping: map() | nil,
    update: boolean() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.