Reference documentation and code samples for the Google Cloud Build V1 Client class SubstitutionOption.
Specifies the behavior when there is an error in the substitution checks.
Protobuf type google.devtools.cloudbuild.v1.BuildOptions.SubstitutionOption
Namespace
Google \ Cloud \ Build \ V1 \ BuildOptionsMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
MUST_MATCH
Value: 0
Fails the build if error in substitutions checks, like missing a substitution in the template or in the map.
Generated from protobuf enum MUST_MATCH = 0;
ALLOW_LOOSE
Value: 1
Do not fail the build if error in substitutions checks.
Generated from protobuf enum ALLOW_LOOSE = 1;