Google Cloud Build V1 Client - Class SubstitutionOption (0.11.0)

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 \ BuildOptions

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;