PrivatePoolResponse

data class PrivatePoolResponse(val artifactStorage: String, val serviceAccount: String, val workerPool: String)

Execution using a private Cloud Build pool.

Constructors

Link copied to clipboard
fun PrivatePoolResponse(artifactStorage: String, serviceAccount: String, workerPool: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. Cloud Storage location where execution outputs should be stored. This can either be a bucket ("gs://my-bucket") or a path within a bucket ("gs://my-bucket/my-dir"). If unspecified, a default bucket located in the same region will be used.

Link copied to clipboard

Optional. Google service account to use for execution. If unspecified, the project execution service account (-compute@developer.gserviceaccount.com) will be used.

Link copied to clipboard

Resource name of the Cloud Build worker pool to use. The format is projects/{project}/locations/{location}/workerPools/{pool}.