Google Cloud Build V1 Client - Class VerifyOption (0.5.1)

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.

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

NOT_VERIFIED

Value: 0

Not a verifiable build. (default)

Generated from protobuf enum NOT_VERIFIED = 0;

VERIFIED

Value: 1

Verified build.

Generated from protobuf enum VERIFIED = 1;