Google Cloud Build V1 Client - Class BuildOptions (0.9.0)

Reference documentation and code samples for the Google Cloud Build V1 Client class BuildOptions.

Optional arguments to enable specific features of builds.

Generated from protobuf message google.devtools.cloudbuild.v1.BuildOptions

Namespace

Google \ Cloud \ Build \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ source_provenance_hash array

Requested hash for SourceProvenance.

↳ requested_verify_option int

Requested verifiability options.

↳ machine_type int

Compute Engine machine type on which to run the build.

↳ disk_size_gb int|string

Requested disk size for the VM that runs the build. Note that this is NOT "disk free"; some of the space will be used by the operating system and build utilities. Also note that this is the minimum disk size that will be allocated for the build -- the build may run with a larger disk than requested. At present, the maximum disk size is 2000GB; builds that request more than the maximum are rejected with an error.

↳ substitution_option int

Option to specify behavior when there is an error in the substitution checks. NOTE: this is always set to ALLOW_LOOSE for triggered builds and cannot be overridden in the build configuration file.

↳ dynamic_substitutions bool

Option to specify whether or not to apply bash style string operations to the substitutions. NOTE: this is always enabled for triggered builds and cannot be overridden in the build configuration file.

↳ log_streaming_option int

Option to define build log streaming behavior to Google Cloud Storage.

↳ worker_pool string

This field deprecated; please use pool.name instead.

↳ pool Google\Cloud\Build\V1\BuildOptions\PoolOption

Optional. Specification for execution on a WorkerPool. See running builds in a private pool for more information.

↳ logging int

Option to specify the logging mode, which determines if and where build logs are stored.

↳ env array

A list of global environment variable definitions that will exist for all build steps in this build. If a variable is defined in both globally and in a build step, the variable will use the build step value. The elements are of the form "KEY=VALUE" for the environment variable "KEY" being given the value "VALUE".

↳ secret_env array

A list of global environment variables, which are encrypted using a Cloud Key Management Service crypto key. These values must be specified in the build's Secret. These variables will be available to all build steps in this build.

↳ volumes array<Google\Cloud\Build\V1\Volume>

Global list of volumes to mount for ALL build steps Each volume is created as an empty volume prior to starting the build process. Upon completion of the build, volumes and their contents are discarded. Global volume names and paths cannot conflict with the volumes defined a build step. Using a global volume in a build with only one step is not valid as it is indicative of a build request with an incorrect configuration.

↳ default_logs_bucket_behavior int

Optional. Option to specify how default logs buckets are setup.

getSourceProvenanceHash

Requested hash for SourceProvenance.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setSourceProvenanceHash

Requested hash for SourceProvenance.

Parameter
NameDescription
var int[]
Returns
TypeDescription
$this

getRequestedVerifyOption

Requested verifiability options.

Returns
TypeDescription
int

setRequestedVerifyOption

Requested verifiability options.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getMachineType

Compute Engine machine type on which to run the build.

Returns
TypeDescription
int

setMachineType

Compute Engine machine type on which to run the build.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getDiskSizeGb

Requested disk size for the VM that runs the build. Note that this is NOT "disk free"; some of the space will be used by the operating system and build utilities. Also note that this is the minimum disk size that will be allocated for the build -- the build may run with a larger disk than requested. At present, the maximum disk size is 2000GB; builds that request more than the maximum are rejected with an error.

Returns
TypeDescription
int|string

setDiskSizeGb

Requested disk size for the VM that runs the build. Note that this is NOT "disk free"; some of the space will be used by the operating system and build utilities. Also note that this is the minimum disk size that will be allocated for the build -- the build may run with a larger disk than requested. At present, the maximum disk size is 2000GB; builds that request more than the maximum are rejected with an error.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getSubstitutionOption

Option to specify behavior when there is an error in the substitution checks.

NOTE: this is always set to ALLOW_LOOSE for triggered builds and cannot be overridden in the build configuration file.

Returns
TypeDescription
int

setSubstitutionOption

Option to specify behavior when there is an error in the substitution checks.

NOTE: this is always set to ALLOW_LOOSE for triggered builds and cannot be overridden in the build configuration file.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getDynamicSubstitutions

Option to specify whether or not to apply bash style string operations to the substitutions.

NOTE: this is always enabled for triggered builds and cannot be overridden in the build configuration file.

Returns
TypeDescription
bool

setDynamicSubstitutions

Option to specify whether or not to apply bash style string operations to the substitutions.

NOTE: this is always enabled for triggered builds and cannot be overridden in the build configuration file.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getLogStreamingOption

Option to define build log streaming behavior to Google Cloud Storage.

Returns
TypeDescription
int

setLogStreamingOption

Option to define build log streaming behavior to Google Cloud Storage.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getWorkerPool

This field deprecated; please use pool.name instead.

Returns
TypeDescription
string

setWorkerPool

This field deprecated; please use pool.name instead.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPool

Optional. Specification for execution on a WorkerPool.

See running builds in a private pool for more information.

Returns
TypeDescription
Google\Cloud\Build\V1\BuildOptions\PoolOption|null

hasPool

clearPool

setPool

Optional. Specification for execution on a WorkerPool.

See running builds in a private pool for more information.

Parameter
NameDescription
var Google\Cloud\Build\V1\BuildOptions\PoolOption
Returns
TypeDescription
$this

getLogging

Option to specify the logging mode, which determines if and where build logs are stored.

Returns
TypeDescription
int

setLogging

Option to specify the logging mode, which determines if and where build logs are stored.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getEnv

A list of global environment variable definitions that will exist for all build steps in this build. If a variable is defined in both globally and in a build step, the variable will use the build step value.

The elements are of the form "KEY=VALUE" for the environment variable "KEY" being given the value "VALUE".

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setEnv

A list of global environment variable definitions that will exist for all build steps in this build. If a variable is defined in both globally and in a build step, the variable will use the build step value.

The elements are of the form "KEY=VALUE" for the environment variable "KEY" being given the value "VALUE".

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getSecretEnv

A list of global environment variables, which are encrypted using a Cloud Key Management Service crypto key. These values must be specified in the build's Secret. These variables will be available to all build steps in this build.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setSecretEnv

A list of global environment variables, which are encrypted using a Cloud Key Management Service crypto key. These values must be specified in the build's Secret. These variables will be available to all build steps in this build.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getVolumes

Global list of volumes to mount for ALL build steps Each volume is created as an empty volume prior to starting the build process. Upon completion of the build, volumes and their contents are discarded. Global volume names and paths cannot conflict with the volumes defined a build step.

Using a global volume in a build with only one step is not valid as it is indicative of a build request with an incorrect configuration.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setVolumes

Global list of volumes to mount for ALL build steps Each volume is created as an empty volume prior to starting the build process. Upon completion of the build, volumes and their contents are discarded. Global volume names and paths cannot conflict with the volumes defined a build step.

Using a global volume in a build with only one step is not valid as it is indicative of a build request with an incorrect configuration.

Parameter
NameDescription
var array<Google\Cloud\Build\V1\Volume>
Returns
TypeDescription
$this

getDefaultLogsBucketBehavior

Optional. Option to specify how default logs buckets are setup.

Returns
TypeDescription
int

setDefaultLogsBucketBehavior

Optional. Option to specify how default logs buckets are setup.

Parameter
NameDescription
var int
Returns
TypeDescription
$this