Interface protos.google.dataflow.v1beta3.ILaunchTemplateRequest

Properties of a LaunchTemplateRequest.

Package

@google-cloud/dataflow!

Properties

dynamicTemplate

dynamicTemplate?: (google.dataflow.v1beta3.IDynamicTemplateLaunchParams|null);

LaunchTemplateRequest dynamicTemplate

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

gcsPath

gcsPath?: (string|null);

LaunchTemplateRequest gcsPath

Property Value
TypeDescription
(string|null)

launchParameters

launchParameters?: (google.dataflow.v1beta3.ILaunchTemplateParameters|null);

LaunchTemplateRequest launchParameters

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

location

location?: (string|null);

LaunchTemplateRequest location

Property Value
TypeDescription
(string|null)

projectId

projectId?: (string|null);

LaunchTemplateRequest projectId

Property Value
TypeDescription
(string|null)

validateOnly

validateOnly?: (boolean|null);

LaunchTemplateRequest validateOnly

Property Value
TypeDescription
(boolean|null)