GoogleCloudDatapipelinesV1WorkloadArgs

data class GoogleCloudDatapipelinesV1WorkloadArgs(val dataflowFlexTemplateRequest: Output<GoogleCloudDatapipelinesV1LaunchFlexTemplateRequestArgs>? = null, val dataflowLaunchTemplateRequest: Output<GoogleCloudDatapipelinesV1LaunchTemplateRequestArgs>? = null) : ConvertibleToJava<GoogleCloudDatapipelinesV1WorkloadArgs>

Workload details for creating the pipeline jobs.

Constructors

Link copied to clipboard
fun GoogleCloudDatapipelinesV1WorkloadArgs(dataflowFlexTemplateRequest: Output<GoogleCloudDatapipelinesV1LaunchFlexTemplateRequestArgs>? = null, dataflowLaunchTemplateRequest: Output<GoogleCloudDatapipelinesV1LaunchTemplateRequestArgs>? = null)

Functions

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

Properties

Link copied to clipboard

Template information and additional parameters needed to launch a Dataflow job using the flex launch API.

Link copied to clipboard

Template information and additional parameters needed to launch a Dataflow job using the standard launch API.