Google Cloud Datapipelines V1Launch Template Request Args
data class GoogleCloudDatapipelinesV1LaunchTemplateRequestArgs(val gcsPath: Output<String>? = null, val launchParameters: Output<GoogleCloudDatapipelinesV1LaunchTemplateParametersArgs>? = null, val location: Output<String>? = null, val project: Output<String>, val validateOnly: Output<Boolean>? = null) : ConvertibleToJava<GoogleCloudDatapipelinesV1LaunchTemplateRequestArgs>
A request to launch a template.
Constructors
Link copied to clipboard
constructor(gcsPath: Output<String>? = null, launchParameters: Output<GoogleCloudDatapipelinesV1LaunchTemplateParametersArgs>? = null, location: Output<String>? = null, project: Output<String>, validateOnly: Output<Boolean>? = null)