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 \ WarningMethods
static::name
value
mixed
static::value
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;