Google Cloud Build V1 Client - Class VerifyOption (0.11.0)

Reference documentation and code samples for the Google Cloud Build V1 Client class VerifyOption.

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 type google.devtools.cloudbuild.v1.BuildOptions.VerifyOption

Namespace

Google \ Cloud \ Build \ V1 \ BuildOptions

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

NOT_VERIFIED

Value: 0

Not a verifiable build (the default).

Generated from protobuf enum NOT_VERIFIED = 0;

VERIFIED

Value: 1

Build must be verified.

Generated from protobuf enum VERIFIED = 1;