| Modifier and Type | Method and Description |
|---|---|
static Cvssv3.PrivilegesRequired |
Cvssv3.PrivilegesRequired.forNumber(int value) |
Cvssv3.PrivilegesRequired |
Cvssv3OrBuilder.getPrivilegesRequired()
This metric describes the level of privileges an attacker must possess
before successfully exploiting the vulnerability.
|
Cvssv3.PrivilegesRequired |
Cvssv3.getPrivilegesRequired()
This metric describes the level of privileges an attacker must possess
before successfully exploiting the vulnerability.
|
Cvssv3.PrivilegesRequired |
Cvssv3.Builder.getPrivilegesRequired()
This metric describes the level of privileges an attacker must possess
before successfully exploiting the vulnerability.
|
static Cvssv3.PrivilegesRequired |
Cvssv3.PrivilegesRequired.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Cvssv3.PrivilegesRequired |
Cvssv3.PrivilegesRequired.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Cvssv3.PrivilegesRequired |
Cvssv3.PrivilegesRequired.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Cvssv3.PrivilegesRequired[] |
Cvssv3.PrivilegesRequired.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<Cvssv3.PrivilegesRequired> |
Cvssv3.PrivilegesRequired.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Cvssv3.Builder |
Cvssv3.Builder.setPrivilegesRequired(Cvssv3.PrivilegesRequired value)
This metric describes the level of privileges an attacker must possess
before successfully exploiting the vulnerability.
|
Copyright © 2023 Google LLC. All rights reserved.