Pipeline Workload Dataflow Launch Template Request Launch Parameters
data class PipelineWorkloadDataflowLaunchTemplateRequestLaunchParameters(val environment: PipelineWorkloadDataflowLaunchTemplateRequestLaunchParametersEnvironment? = null, val jobName: String, val parameters: Map<String, String>? = null, val transformNameMapping: Map<String, String>? = null, val update: Boolean? = null)
Properties
Link copied to clipboard
The runtime environment for the job. https://cloud.google.com/dataflow/docs/reference/data-pipelines/rest/v1/projects.locations.pipelines#RuntimeEnvironment Structure is documented below.
Link copied to clipboard
The runtime parameters to pass to the job. 'An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.'
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. 'An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.'