Enum Severity (2.21.0)

publicenumSeverityextendsEnum<Severity>implementsProtocolMessageEnum

Note provider-assigned severity/impact ranking.

Protobuf enum grafeas.v1beta1.vulnerability.Severity

Implements

ProtocolMessageEnum

Static Fields

Name Description
CRITICAL

Critical severity.

CRITICAL = 5;

CRITICAL_VALUE

Critical severity.

CRITICAL = 5;

HIGH

High severity.

HIGH = 4;

HIGH_VALUE

High severity.

HIGH = 4;

LOW

Low severity.

LOW = 2;

LOW_VALUE

Low severity.

LOW = 2;

MEDIUM

Medium severity.

MEDIUM = 3;

MEDIUM_VALUE

Medium severity.

MEDIUM = 3;

MINIMAL

Minimal severity.

MINIMAL = 1;

MINIMAL_VALUE

Minimal severity.

MINIMAL = 1;

SEVERITY_UNSPECIFIED

Unknown.

SEVERITY_UNSPECIFIED = 0;

SEVERITY_UNSPECIFIED_VALUE

Unknown.

SEVERITY_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.