Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class LaunchTemplateParameters.
Parameters to provide to the template being launched.
Generated from protobuf message google.dataflow.v1beta3.LaunchTemplateParameters
Namespace
Google \ Cloud \ Dataflow \ V1beta3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ job_name
string
Required. The job name to use for the created job.
↳ parameters
↳ environment
↳ update
bool
If set, replace the existing pipeline with the name specified by jobName with this pipeline, preserving state.
↳ transform_name_mapping
array| Google\Protobuf\Internal\MapField
Only applicable when updating a pipeline. Map of transform name prefixes of the job to be replaced to the corresponding name prefixes of the new job.
getJobName
Required. The job name to use for the created job.
string
setJobName
Required. The job name to use for the created job.
var
string
$this
getParameters
The runtime parameters to pass to the job.
setParameters
The runtime parameters to pass to the job.
$this
getEnvironment
The runtime environment for the job.
hasEnvironment
clearEnvironment
setEnvironment
The runtime environment for the job.
$this
getUpdate
If set, replace the existing pipeline with the name specified by jobName with this pipeline, preserving state.
bool
setUpdate
If set, replace the existing pipeline with the name specified by jobName with this pipeline, preserving state.
var
bool
$this
getTransformNameMapping
Only applicable when updating a pipeline. Map of transform name prefixes of the job to be replaced to the corresponding name prefixes of the new job.
setTransformNameMapping
Only applicable when updating a pipeline. Map of transform name prefixes of the job to be replaced to the corresponding name prefixes of the new job.
$this