Enum Build.Warning.Priority (3.4.1)

public enum Build.Warning.Priority extends Enum<Build.Warning.Priority> implements ProtocolMessageEnum

The relative importance of this warning.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ALERT

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

ALERT = 3;

ALERT_VALUE

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

ALERT = 3;

INFO

e.g. deprecation warnings and alternative feature highlights.

INFO = 1;

INFO_VALUE

e.g. deprecation warnings and alternative feature highlights.

INFO = 1;

PRIORITY_UNSPECIFIED

Should not be used.

PRIORITY_UNSPECIFIED = 0;

PRIORITY_UNSPECIFIED_VALUE

Should not be used.

PRIORITY_UNSPECIFIED = 0;

UNRECOGNIZED
WARNING

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

WARNING = 2;

WARNING_VALUE

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

WARNING = 2;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()