Class LaunchTemplateParameters (0.3.1)

LaunchTemplateParameters(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Parameters to provide to the template being launched.

Attributes

NameDescription
job_name str
Required. The job name to use for the created job.
parameters Sequence[google.cloud.dataflow_v1beta3.types.LaunchTemplateParameters.ParametersEntry]
The runtime parameters to pass to the job.
environment google.cloud.dataflow_v1beta3.types.RuntimeEnvironment
The runtime environment for the job.
update bool
If set, replace the existing pipeline with the name specified by jobName with this pipeline, preserving state.
transform_name_mapping Sequence[google.cloud.dataflow_v1beta3.types.LaunchTemplateParameters.TransformNameMappingEntry]
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.

Classes

ParametersEntry

ParametersEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.

TransformNameMappingEntry

TransformNameMappingEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.