triggers

@JvmName(name = "qpcsfpyalpiboewn")
suspend fun triggers(value: Output<List<GooglePrivacyDlpV2TriggerArgs>>)
@JvmName(name = "hlgwikallxpsnwig")
suspend fun triggers(value: List<GooglePrivacyDlpV2TriggerArgs>?)

Parameters

value

A list of triggers which will be OR'ed together. Only one in the list needs to trigger for a job to be started. The list may contain only a single Schedule trigger and must have at least one object.


@JvmName(name = "pyoxvvpyklsxexal")
suspend fun triggers(vararg values: Output<GooglePrivacyDlpV2TriggerArgs>)


@JvmName(name = "xtwmkagfjniiqimq")
suspend fun triggers(values: List<Output<GooglePrivacyDlpV2TriggerArgs>>)
@JvmName(name = "dmwubmkpiroqybno")
suspend fun triggers(vararg values: GooglePrivacyDlpV2TriggerArgs)

Parameters

values

A list of triggers which will be OR'ed together. Only one in the list needs to trigger for a job to be started. The list may contain only a single Schedule trigger and must have at least one object.


@JvmName(name = "rjspolhwenfpwoid")
suspend fun triggers(argument: List<suspend GooglePrivacyDlpV2TriggerArgsBuilder.() -> Unit>)
@JvmName(name = "btrubnrnmdslyhnb")
suspend fun triggers(vararg argument: suspend GooglePrivacyDlpV2TriggerArgsBuilder.() -> Unit)
@JvmName(name = "ubyscbprqcrqomkb")
suspend fun triggers(argument: suspend GooglePrivacyDlpV2TriggerArgsBuilder.() -> Unit)

Parameters

argument

A list of triggers which will be OR'ed together. Only one in the list needs to trigger for a job to be started. The list may contain only a single Schedule trigger and must have at least one object.