nextTasks

@JvmName(name = "hvkmqjkuwdrjedox")
suspend fun nextTasks(value: Output<List<GoogleCloudIntegrationsV1alphaNextTaskArgs>>)
@JvmName(name = "ljhbuxwdaxppyyns")
suspend fun nextTasks(value: List<GoogleCloudIntegrationsV1alphaNextTaskArgs>?)

Parameters

value

Optional. The set of tasks that are next in line to be executed as per the execution graph defined for the parent event, specified by event_config_id. Each of these next tasks are executed only if the condition associated with them evaluates to true.


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


@JvmName(name = "rgkfpltnpppxcgxa")
suspend fun nextTasks(values: List<Output<GoogleCloudIntegrationsV1alphaNextTaskArgs>>)
@JvmName(name = "sjygjdjchaircetq")
suspend fun nextTasks(vararg values: GoogleCloudIntegrationsV1alphaNextTaskArgs)

Parameters

values

Optional. The set of tasks that are next in line to be executed as per the execution graph defined for the parent event, specified by event_config_id. Each of these next tasks are executed only if the condition associated with them evaluates to true.


@JvmName(name = "vhtbqmtowgxhouvf")
suspend fun nextTasks(argument: List<suspend GoogleCloudIntegrationsV1alphaNextTaskArgsBuilder.() -> Unit>)
@JvmName(name = "rxdgoophyadfrost")
suspend fun nextTasks(vararg argument: suspend GoogleCloudIntegrationsV1alphaNextTaskArgsBuilder.() -> Unit)
@JvmName(name = "sonvdhdehcntaoos")
suspend fun nextTasks(argument: suspend GoogleCloudIntegrationsV1alphaNextTaskArgsBuilder.() -> Unit)

Parameters

argument

Optional. The set of tasks that are next in line to be executed as per the execution graph defined for the parent event, specified by event_config_id. Each of these next tasks are executed only if the condition associated with them evaluates to true.