Google Cloud Build V1 Client - Class Priority (0.9.0)

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

The relative importance of this warning.

Protobuf type google.devtools.cloudbuild.v1.Build.Warning.Priority

Namespace

Google \ Cloud \ Build \ V1 \ Build \ Warning

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

PRIORITY_UNSPECIFIED

Value: 0

Should not be used.

Generated from protobuf enum PRIORITY_UNSPECIFIED = 0;

INFO

Value: 1

e.g. deprecation warnings and alternative feature highlights.

Generated from protobuf enum INFO = 1;

WARNING

Value: 2

e.g. automated detection of possible issues with the build.

Generated from protobuf enum WARNING = 2;

ALERT

Value: 3

e.g. alerts that a feature used in the build is pending removal

Generated from protobuf enum ALERT = 3;