Properties of a LaunchTemplateRequest.
Package
@google-cloud/dataflow!Properties
dynamicTemplate
dynamicTemplate?: (google.dataflow.v1beta3.IDynamicTemplateLaunchParams|null);
LaunchTemplateRequest dynamicTemplate
Type | Description |
---|---|
(google.dataflow.v1beta3.IDynamicTemplateLaunchParams|null) |
gcsPath
gcsPath?: (string|null);
LaunchTemplateRequest gcsPath
Type | Description |
---|---|
(string|null) |
launchParameters
launchParameters?: (google.dataflow.v1beta3.ILaunchTemplateParameters|null);
LaunchTemplateRequest launchParameters
Type | Description |
---|---|
(google.dataflow.v1beta3.ILaunchTemplateParameters|null) |
location
location?: (string|null);
LaunchTemplateRequest location
Type | Description |
---|---|
(string|null) |
projectId
projectId?: (string|null);
LaunchTemplateRequest projectId
Type | Description |
---|---|
(string|null) |
validateOnly
validateOnly?: (boolean|null);
LaunchTemplateRequest validateOnly
Type | Description |
---|---|
(boolean|null) |