PipelineWorkloadDataflowLaunchTemplateRequestLaunchParameters

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)

Constructors

constructor(environment: PipelineWorkloadDataflowLaunchTemplateRequestLaunchParametersEnvironment? = null, jobName: String, parameters: Map<String, String>? = null, transformNameMapping: Map<String, String>? = null, update: Boolean? = null)

Types

Link copied to clipboard
object Companion

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 job name to use for the created job.

Link copied to clipboard
val parameters: Map<String, String>? = null

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" }.'

Link copied to clipboard
val update: Boolean? = null

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