Cloud Build v1 API - Enum BuildOptions.Types.VerifyOption (2.9.0)

public enum BuildOptions.Types.VerifyOption

Reference documentation and code samples for the Cloud Build v1 API enum BuildOptions.Types.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.

Namespace

Google.Cloud.CloudBuild.V1

Assembly

Google.Cloud.CloudBuild.V1.dll

Fields

NameDescription
NotVerified

Not a verifiable build (the default).

Verified

Build must be verified.