Enum BuildOptions.SubstitutionOption (3.11.0)

public enum BuildOptions.SubstitutionOption extends Enum<BuildOptions.SubstitutionOption> implements ProtocolMessageEnum

Specifies the behavior when there is an error in the substitution checks.

Protobuf enum google.devtools.cloudbuild.v1.BuildOptions.SubstitutionOption

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ALLOW_LOOSE

Do not fail the build if error in substitutions checks.

ALLOW_LOOSE = 1;

ALLOW_LOOSE_VALUE

Do not fail the build if error in substitutions checks.

ALLOW_LOOSE = 1;

MUST_MATCH

Fails the build if error in substitutions checks, like missing a substitution in the template or in the map.

MUST_MATCH = 0;

MUST_MATCH_VALUE

Fails the build if error in substitutions checks, like missing a substitution in the template or in the map.

MUST_MATCH = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()