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.events.cloud.cloudbuild.v1.BuildOptions.SubstitutionOption
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ALLOW_LOOSE |
Do not fail the build if error in substitutions checks. |
ALLOW_LOOSE_VALUE |
Do not fail the build if error in substitutions checks. |
MUST_MATCH |
Fails the build if error in substitutions checks, like missing a substitution in the template or in the map. |
MUST_MATCH_VALUE |
Fails the build if error in substitutions checks, like missing a substitution in the template or in the map. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |