regions

@JvmName(name = "ghbrvgmqgqebaeaf")
suspend fun regions(value: Output<List<WorkerPoolRegionsItem>>)
@JvmName(name = "jeypolhxdljrfnyc")
suspend fun regions(value: List<WorkerPoolRegionsItem>?)

Parameters

value

List of regions to create the WorkerPool. Regions can't be empty. If Cloud Build adds a new GCP region in the future, the existing WorkerPool will not be enabled in the new region automatically; you must add the new region to the regions field to enable the WorkerPool in that region.


@JvmName(name = "dquqxnqjplitqxog")
suspend fun regions(vararg values: Output<WorkerPoolRegionsItem>)


@JvmName(name = "bdocsgytpfffleow")
suspend fun regions(values: List<Output<WorkerPoolRegionsItem>>)
@JvmName(name = "hqyvtmthsghliwie")
suspend fun regions(vararg values: WorkerPoolRegionsItem)

Parameters

values

List of regions to create the WorkerPool. Regions can't be empty. If Cloud Build adds a new GCP region in the future, the existing WorkerPool will not be enabled in the new region automatically; you must add the new region to the regions field to enable the WorkerPool in that region.