DefaultPoolArgs

data class DefaultPoolArgs(val artifactStorage: Output<String>? = null, val serviceAccount: Output<String>? = null) : ConvertibleToJava<DefaultPoolArgs>

Execution using the default Cloud Build pool.

Constructors

Link copied to clipboard
fun DefaultPoolArgs(artifactStorage: Output<String>? = null, serviceAccount: Output<String>? = null)

Functions

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

Properties

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

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
val serviceAccount: Output<String>? = null

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