GoogleCloudDatapipelinesV1LaunchFlexTemplateRequestArgs

data class GoogleCloudDatapipelinesV1LaunchFlexTemplateRequestArgs(val launchParameter: Output<GoogleCloudDatapipelinesV1LaunchFlexTemplateParameterArgs>, val location: Output<String>, val project: Output<String>, val validateOnly: Output<Boolean>? = null) : ConvertibleToJava<GoogleCloudDatapipelinesV1LaunchFlexTemplateRequestArgs>

A request to launch a Dataflow job from a Flex Template.

Constructors

fun GoogleCloudDatapipelinesV1LaunchFlexTemplateRequestArgs(launchParameter: Output<GoogleCloudDatapipelinesV1LaunchFlexTemplateParameterArgs>, location: Output<String>, project: Output<String>, validateOnly: Output<Boolean>? = null)

Functions

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

Properties

Link copied to clipboard

Parameter to launch a job from a Flex Template.

Link copied to clipboard
val location: Output<String>

The regional endpoint (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) to which to direct the request. For example, us-central1, us-west1.

Link copied to clipboard
val project: 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.