pubsubConfigs

@JvmName(name = "tjpwjvqlurclugpp")
suspend fun pubsubConfigs(value: Output<List<RepositoryPubsubConfigArgs>>)
@JvmName(name = "ujqgkfnpihqxdxro")
suspend fun pubsubConfigs(value: List<RepositoryPubsubConfigArgs>?)

Parameters

value

How this repository publishes a change in the repository through Cloud Pub/Sub. Keyed by the topic names. Structure is documented below.


@JvmName(name = "aamykmipmhbcyuqf")
suspend fun pubsubConfigs(vararg values: Output<RepositoryPubsubConfigArgs>)


@JvmName(name = "nkyxdxphwuwpeulj")
suspend fun pubsubConfigs(values: List<Output<RepositoryPubsubConfigArgs>>)
@JvmName(name = "jfhqgpfxkmrbypkp")
suspend fun pubsubConfigs(vararg values: RepositoryPubsubConfigArgs)

Parameters

values

How this repository publishes a change in the repository through Cloud Pub/Sub. Keyed by the topic names. Structure is documented below.


@JvmName(name = "rufiranewkyqqoei")
suspend fun pubsubConfigs(argument: List<suspend RepositoryPubsubConfigArgsBuilder.() -> Unit>)
@JvmName(name = "lfiwflyjqddtbsem")
suspend fun pubsubConfigs(vararg argument: suspend RepositoryPubsubConfigArgsBuilder.() -> Unit)
@JvmName(name = "jxbwxqfdwtthditj")
suspend fun pubsubConfigs(argument: suspend RepositoryPubsubConfigArgsBuilder.() -> Unit)

Parameters

argument

How this repository publishes a change in the repository through Cloud Pub/Sub. Keyed by the topic names. Structure is documented below.