nextTasks

@JvmName(name = "gronveipnlphrngm")
suspend fun nextTasks(value: Output<List<GoogleCloudIntegrationsV1alphaNextTaskArgs>>)
@JvmName(name = "rfyabqcyrevqedse")
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 = "cbgpqecjyrtbbloj")
suspend fun nextTasks(vararg values: Output<GoogleCloudIntegrationsV1alphaNextTaskArgs>)


@JvmName(name = "vdepmpgqjaajcgwa")
suspend fun nextTasks(values: List<Output<GoogleCloudIntegrationsV1alphaNextTaskArgs>>)
@JvmName(name = "vndwxonxpvguelbr")
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 = "sutfxgduykavteda")
suspend fun nextTasks(argument: List<suspend GoogleCloudIntegrationsV1alphaNextTaskArgsBuilder.() -> Unit>)
@JvmName(name = "iwsdoqaulsmcsjwu")
suspend fun nextTasks(vararg argument: suspend GoogleCloudIntegrationsV1alphaNextTaskArgsBuilder.() -> Unit)
@JvmName(name = "hkhpxchsuqxxmwri")
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.