PoolOptionArgs

data class PoolOptionArgs(val name: Output<String>? = null) : ConvertibleToJava<PoolOptionArgs>

Details about how a build should be executed on a WorkerPool. See running builds in a private pool for more information.

Constructors

Link copied to clipboard
fun PoolOptionArgs(name: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): PoolOptionArgs

Properties

Link copied to clipboard
val name: Output<String>? = null

The WorkerPool resource to execute the build on. You must have cloudbuild.workerpools.use on the project hosting the WorkerPool. Format projects/{project}/locations/{location}/workerPools/{workerPoolId}