Class Warning (3.18.0)

Warning(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A non-fatal problem encountered during the execution of the build.

Attributes

NameDescription
text str
Explanation of the warning generated.
priority google.cloud.devtools.cloudbuild_v1.types.Build.Warning.Priority
The priority for this warning.

Classes

Priority

Priority(value)

The relative importance of this warning.

Values: PRIORITY_UNSPECIFIED (0): Should not be used. INFO (1): e.g. deprecation warnings and alternative feature highlights. WARNING (2): e.g. automated detection of possible issues with the build. ALERT (3): e.g. alerts that a feature used in the build is pending removal