Interface protos.google.dataflow.v1beta3.ILaunchTemplateParameters

Properties of a LaunchTemplateParameters.

Package

@google-cloud/dataflow!

Properties

environment

environment?: (google.dataflow.v1beta3.IRuntimeEnvironment|null);

LaunchTemplateParameters environment

Property Value
TypeDescription
(google.dataflow.v1beta3.IRuntimeEnvironment|null)

jobName

jobName?: (string|null);

LaunchTemplateParameters jobName

Property Value
TypeDescription
(string|null)

parameters

parameters?: ({ [k: string]: string }|null);

LaunchTemplateParameters parameters

Property Value
TypeDescription
({ [k: string]: string }|null)

transformNameMapping

transformNameMapping?: ({ [k: string]: string }|null);

LaunchTemplateParameters transformNameMapping

Property Value
TypeDescription
({ [k: string]: string }|null)

update

update?: (boolean|null);

LaunchTemplateParameters update

Property Value
TypeDescription
(boolean|null)