PipelineWorkloadDataflowFlexTemplateRequestArgs

data class PipelineWorkloadDataflowFlexTemplateRequestArgs(val launchParameter: Output<PipelineWorkloadDataflowFlexTemplateRequestLaunchParameterArgs>, val location: Output<String>, val projectId: Output<String>, val validateOnly: Output<Boolean>? = null) : ConvertibleToJava<PipelineWorkloadDataflowFlexTemplateRequestArgs>

Constructors

constructor(launchParameter: Output<PipelineWorkloadDataflowFlexTemplateRequestLaunchParameterArgs>, location: Output<String>, projectId: Output<String>, validateOnly: Output<Boolean>? = null)

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
val location: Output<String>

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

Link copied to clipboard
val projectId: Output<String>

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

Link copied to clipboard
val validateOnly: Output<Boolean>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): PipelineWorkloadDataflowFlexTemplateRequestArgs