Pipeline Workload Dataflow Launch Template Request
data class PipelineWorkloadDataflowLaunchTemplateRequest(val gcsPath: String? = null, val launchParameters: PipelineWorkloadDataflowLaunchTemplateRequestLaunchParameters? = null, val location: String? = null, val projectId: String, val validateOnly: Boolean? = null)
Constructors
Link copied to clipboard
constructor(gcsPath: String? = null, launchParameters: PipelineWorkloadDataflowLaunchTemplateRequestLaunchParameters? = null, location: String? = null, projectId: String, validateOnly: Boolean? = null)
Properties
Link copied to clipboard
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)