Pipeline Workload Dataflow Launch Template Request Args
data class PipelineWorkloadDataflowLaunchTemplateRequestArgs(val gcsPath: Output<String>? = null, val launchParameters: Output<PipelineWorkloadDataflowLaunchTemplateRequestLaunchParametersArgs>? = null, val location: Output<String>? = null, val projectId: Output<String>, val validateOnly: Output<Boolean>? = null) : ConvertibleToJava<PipelineWorkloadDataflowLaunchTemplateRequestArgs>
Constructors
Link copied to clipboard
constructor(gcsPath: Output<String>? = null, launchParameters: Output<PipelineWorkloadDataflowLaunchTemplateRequestLaunchParametersArgs>? = null, location: Output<String>? = null, projectId: Output<String>, validateOnly: Output<Boolean>? = null)
Properties
Link copied to clipboard
val launchParameters: Output<PipelineWorkloadDataflowLaunchTemplateRequestLaunchParametersArgs>? = null
The parameters of the template to launch. This should be part of the body of the POST request. https://cloud.google.com/dataflow/docs/reference/data-pipelines/rest/v1/projects.locations.pipelines#launchtemplateparameters Structure is documented below.
Link copied to clipboard
(Optional)