GoogleCloudDatapipelinesV1LaunchTemplateParametersResponse

data class GoogleCloudDatapipelinesV1LaunchTemplateParametersResponse(val environment: GoogleCloudDatapipelinesV1RuntimeEnvironmentResponse, val jobName: String, val parameters: Map<String, String>, val transformNameMapping: Map<String, String>, val update: Boolean)

Parameters to provide to the template being launched.

Constructors

constructor(environment: GoogleCloudDatapipelinesV1RuntimeEnvironmentResponse, jobName: String, parameters: Map<String, String>, transformNameMapping: Map<String, String>, update: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The runtime environment for the job.

Link copied to clipboard

The job name to use for the created job.

Link copied to clipboard

The runtime parameters to pass to the job.

Link copied to clipboard

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.

Link copied to clipboard

If set, replace the existing pipeline with the name specified by jobName with this pipeline, preserving state.