| Modifier and Type | Method and Description |
|---|---|
static Cve.RiskRating |
Cve.RiskRating.forNumber(int value) |
Cve.RiskRating |
Cve.getImpact()
The potential impact of the vulnerability if it was to be exploited.
|
Cve.RiskRating |
Cve.Builder.getImpact()
The potential impact of the vulnerability if it was to be exploited.
|
Cve.RiskRating |
CveOrBuilder.getImpact()
The potential impact of the vulnerability if it was to be exploited.
|
static Cve.RiskRating |
Cve.RiskRating.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Cve.RiskRating |
Cve.RiskRating.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Cve.RiskRating |
Cve.RiskRating.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Cve.RiskRating[] |
Cve.RiskRating.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Cve.RiskRating> |
Cve.RiskRating.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Cve.Builder |
Cve.Builder.setImpact(Cve.RiskRating value)
The potential impact of the vulnerability if it was to be exploited.
|
Copyright © 2024 Google LLC. All rights reserved.