GoogleApi.DataPipelines.V1.Model.GoogleCloudDatapipelinesV1LaunchTemplateParameters (google_api_data_pipelines v0.2.1) View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
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
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.