Google Cloud Datapipelines V1Launch Template Parameters Response
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.
Properties
Link copied to clipboard
The runtime environment for the 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.