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
fun PipelineWorkloadDataflowLaunchTemplateRequestArgs(gcsPath: Output<String>? = null, launchParameters: Output<PipelineWorkloadDataflowLaunchTemplateRequestLaunchParametersArgs>? = null, location: Output<String>? = null, projectId: Output<String>, validateOnly: Output<Boolean>? = null)
Functions
Properties
Link copied to clipboard
val launchParameters: Output<PipelineWorkloadDataflowLaunchTemplateRequestLaunchParametersArgs>? = null
Link copied to clipboard