| Modifier and Type | Method and Description |
|---|---|
static Cvssv3.UserInteraction |
Cvssv3.UserInteraction.forNumber(int value) |
Cvssv3.UserInteraction |
Cvssv3.getUserInteraction()
This metric captures the requirement for a human user, other than the
attacker, to participate in the successful compromise of the vulnerable
component.
|
Cvssv3.UserInteraction |
Cvssv3.Builder.getUserInteraction()
This metric captures the requirement for a human user, other than the
attacker, to participate in the successful compromise of the vulnerable
component.
|
Cvssv3.UserInteraction |
Cvssv3OrBuilder.getUserInteraction()
This metric captures the requirement for a human user, other than the
attacker, to participate in the successful compromise of the vulnerable
component.
|
static Cvssv3.UserInteraction |
Cvssv3.UserInteraction.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Cvssv3.UserInteraction |
Cvssv3.UserInteraction.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Cvssv3.UserInteraction |
Cvssv3.UserInteraction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Cvssv3.UserInteraction[] |
Cvssv3.UserInteraction.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.UserInteraction> |
Cvssv3.UserInteraction.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Cvssv3.Builder |
Cvssv3.Builder.setUserInteraction(Cvssv3.UserInteraction value)
This metric captures the requirement for a human user, other than the
attacker, to participate in the successful compromise of the vulnerable
component.
|
Copyright © 2024 Google LLC. All rights reserved.