public
enum
CVSSv3
.
Impact
extends
Enum<CVSSv3
.
Impact
>
implements
ProtocolMessageEnum
Protobuf enum grafeas.v1.CVSSv3.Impact
Implements
ProtocolMessageEnumStatic Fields
Name
Description
IMPACT_HIGH
IMPACT_HIGH = 1;
IMPACT_HIGH_VALUE
IMPACT_HIGH = 1;
IMPACT_LOW
IMPACT_LOW = 2;
IMPACT_LOW_VALUE
IMPACT_LOW = 2;
IMPACT_NONE
IMPACT_NONE = 3;
IMPACT_NONE_VALUE
IMPACT_NONE = 3;
IMPACT_UNSPECIFIED
IMPACT_UNSPECIFIED = 0;
IMPACT_UNSPECIFIED_VALUE
IMPACT_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()

