Enum BuildOptions.VerifyOption (3.43.0)

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

Specifies the manner in which the build should be verified, if at all.

If a verified build is requested, and any part of the process to generate and upload provenance fails, the build will also fail.

If the build does not request verification then that process may occur, but is not guaranteed to. If it does occur and fails, the build will not fail.

For more information, see Viewing Build Provenance.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
NOT_VERIFIED

Not a verifiable build (the default).

NOT_VERIFIED = 0;

NOT_VERIFIED_VALUE

Not a verifiable build (the default).

NOT_VERIFIED = 0;

UNRECOGNIZED
VERIFIED

Build must be verified.

VERIFIED = 1;

VERIFIED_VALUE

Build must be verified.

VERIFIED = 1;

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()