Google Cloud Datapipelines V1Workload Args
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
constructor(dataflowFlexTemplateRequest: Output<GoogleCloudDatapipelinesV1LaunchFlexTemplateRequestArgs>? = null, dataflowLaunchTemplateRequest: Output<GoogleCloudDatapipelinesV1LaunchTemplateRequestArgs>? = null)
Properties
Link copied to clipboard
val dataflowFlexTemplateRequest: Output<GoogleCloudDatapipelinesV1LaunchFlexTemplateRequestArgs>? = null
Template information and additional parameters needed to launch a Dataflow job using the flex launch API.
Link copied to clipboard
val dataflowLaunchTemplateRequest: Output<GoogleCloudDatapipelinesV1LaunchTemplateRequestArgs>? = null
Template information and additional parameters needed to launch a Dataflow job using the standard launch API.