Module: Google::Cloud::Build::V1::Build::Warning::Priority
- Defined in:
- proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb
Overview
The relative importance of this warning.
Constant Summary collapse
- PRIORITY_UNSPECIFIED =
Should not be used.
0
- INFO =
e.g. deprecation warnings and alternative feature highlights.
1
- WARNING =
e.g. automated detection of possible issues with the build.
2
- ALERT =
e.g. alerts that a feature used in the build is pending removal
3