PipelineWorkloadDataflowFlexTemplateRequest

data class PipelineWorkloadDataflowFlexTemplateRequest(val launchParameter: PipelineWorkloadDataflowFlexTemplateRequestLaunchParameter, val location: String, val projectId: String, val validateOnly: Boolean? = null)

Constructors

constructor(launchParameter: PipelineWorkloadDataflowFlexTemplateRequestLaunchParameter, location: String, projectId: String, validateOnly: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Parameter to launch a job from a Flex Template. https://cloud.google.com/dataflow/docs/reference/data-pipelines/rest/v1/projects.locations.pipelines#launchflextemplateparameter Structure is documented below.

Link copied to clipboard

The regional endpoint to which to direct the request. For example, us-central1, us-west1.

Link copied to clipboard

The ID of the Cloud Platform project that the job belongs to.

Link copied to clipboard
val validateOnly: Boolean? = null

If true, the request is validated but not actually executed. Defaults to false.