| Modifier and Type | Method and Description |
|---|---|
static CVSSv3.AttackVector |
CVSSv3.AttackVector.forNumber(int value) |
CVSSv3.AttackVector |
CVSSv3OrBuilder.getAttackVector()
This metric reflects the context by which vulnerability exploitation is
possible.
|
CVSSv3.AttackVector |
CVSSv3.getAttackVector()
This metric reflects the context by which vulnerability exploitation is
possible.
|
CVSSv3.AttackVector |
CVSSv3.Builder.getAttackVector()
This metric reflects the context by which vulnerability exploitation is
possible.
|
static CVSSv3.AttackVector |
CVSSv3.AttackVector.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CVSSv3.AttackVector |
CVSSv3.AttackVector.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CVSSv3.AttackVector |
CVSSv3.AttackVector.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CVSSv3.AttackVector[] |
CVSSv3.AttackVector.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.AttackVector> |
CVSSv3.AttackVector.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
CVSSv3.Builder |
CVSSv3.Builder.setAttackVector(CVSSv3.AttackVector value)
This metric reflects the context by which vulnerability exploitation is
possible.
|
Copyright © 2023 Google LLC. All rights reserved.