startTasks

@JvmName(name = "udhtkythgyctmnhj")
suspend fun startTasks(value: Output<List<GoogleCloudIntegrationsV1alphaNextTaskArgs>>)
@JvmName(name = "pxqmbtffuqjstgqr")
suspend fun startTasks(value: List<GoogleCloudIntegrationsV1alphaNextTaskArgs>?)

Parameters

value

Optional. Set of tasks numbers from where the integration execution is started by this trigger. If this is empty, then integration is executed with default start tasks. In the list of start tasks, none of two tasks can have direct ancestor-descendant relationships (i.e. in a same integration execution graph).


@JvmName(name = "otcuyfotrudydusa")
suspend fun startTasks(vararg values: Output<GoogleCloudIntegrationsV1alphaNextTaskArgs>)


@JvmName(name = "xkpkbryesuetudgm")
suspend fun startTasks(values: List<Output<GoogleCloudIntegrationsV1alphaNextTaskArgs>>)
@JvmName(name = "ttfccgqrcancfenx")
suspend fun startTasks(vararg values: GoogleCloudIntegrationsV1alphaNextTaskArgs)

Parameters

values

Optional. Set of tasks numbers from where the integration execution is started by this trigger. If this is empty, then integration is executed with default start tasks. In the list of start tasks, none of two tasks can have direct ancestor-descendant relationships (i.e. in a same integration execution graph).


@JvmName(name = "kqncjtomjvwdpcfq")
suspend fun startTasks(argument: List<suspend GoogleCloudIntegrationsV1alphaNextTaskArgsBuilder.() -> Unit>)
@JvmName(name = "cuuonbgqedduafwd")
suspend fun startTasks(vararg argument: suspend GoogleCloudIntegrationsV1alphaNextTaskArgsBuilder.() -> Unit)
@JvmName(name = "jasismbmltjhuuuh")
suspend fun startTasks(argument: suspend GoogleCloudIntegrationsV1alphaNextTaskArgsBuilder.() -> Unit)

Parameters

argument

Optional. Set of tasks numbers from where the integration execution is started by this trigger. If this is empty, then integration is executed with default start tasks. In the list of start tasks, none of two tasks can have direct ancestor-descendant relationships (i.e. in a same integration execution graph).