| Modifier and Type | Method and Description |
|---|---|
static Cvssv3.AttackVector |
Cvssv3.AttackVector.forNumber(int value) |
Cvssv3.AttackVector |
Cvssv3.getAttackVector()
Base Metrics
Represents the intrinsic characteristics of a vulnerability that are
constant over time and across user environments.
|
Cvssv3.AttackVector |
Cvssv3.Builder.getAttackVector()
Base Metrics
Represents the intrinsic characteristics of a vulnerability that are
constant over time and across user environments.
|
Cvssv3.AttackVector |
Cvssv3OrBuilder.getAttackVector()
Base Metrics
Represents the intrinsic characteristics of a vulnerability that are
constant over time and across user environments.
|
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)
Base Metrics
Represents the intrinsic characteristics of a vulnerability that are
constant over time and across user environments.
|
Copyright © 2024 Google LLC. All rights reserved.