public static enum CVSSv3.UserInteraction extends Enum<CVSSv3.UserInteraction> implements com.google.protobuf.ProtocolMessageEnum
This metric captures the requirement for a human user, other than the attacker, to participate in the successful compromise of the vulnerable component.Protobuf enum
google.cloud.osconfig.v1.CVSSv3.UserInteraction| Enum Constant and Description |
|---|
UNRECOGNIZED |
USER_INTERACTION_NONE
The vulnerable system can be exploited without interaction from any user.
|
USER_INTERACTION_REQUIRED
Successful exploitation of this vulnerability requires a user to take
some action before the vulnerability can be exploited.
|
USER_INTERACTION_UNSPECIFIED
Invalid value.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
USER_INTERACTION_NONE_VALUE
The vulnerable system can be exploited without interaction from any user.
|
static int |
USER_INTERACTION_REQUIRED_VALUE
Successful exploitation of this vulnerability requires a user to take
some action before the vulnerability can be exploited.
|
static int |
USER_INTERACTION_UNSPECIFIED_VALUE
Invalid value.
|
| Modifier and Type | Method and Description |
|---|---|
static CVSSv3.UserInteraction |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<CVSSv3.UserInteraction> |
internalGetValueMap() |
static CVSSv3.UserInteraction |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CVSSv3.UserInteraction |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CVSSv3.UserInteraction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CVSSv3.UserInteraction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CVSSv3.UserInteraction USER_INTERACTION_UNSPECIFIED
Invalid value.
USER_INTERACTION_UNSPECIFIED = 0;public static final CVSSv3.UserInteraction USER_INTERACTION_NONE
The vulnerable system can be exploited without interaction from any user.
USER_INTERACTION_NONE = 1;public static final CVSSv3.UserInteraction USER_INTERACTION_REQUIRED
Successful exploitation of this vulnerability requires a user to take some action before the vulnerability can be exploited.
USER_INTERACTION_REQUIRED = 2;public static final CVSSv3.UserInteraction UNRECOGNIZED
public static final int USER_INTERACTION_UNSPECIFIED_VALUE
Invalid value.
USER_INTERACTION_UNSPECIFIED = 0;public static final int USER_INTERACTION_NONE_VALUE
The vulnerable system can be exploited without interaction from any user.
USER_INTERACTION_NONE = 1;public static final int USER_INTERACTION_REQUIRED_VALUE
Successful exploitation of this vulnerability requires a user to take some action before the vulnerability can be exploited.
USER_INTERACTION_REQUIRED = 2;public static CVSSv3.UserInteraction[] values()
for (CVSSv3.UserInteraction c : CVSSv3.UserInteraction.values()) System.out.println(c);
public static CVSSv3.UserInteraction valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static CVSSv3.UserInteraction valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static CVSSv3.UserInteraction forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<CVSSv3.UserInteraction> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static CVSSv3.UserInteraction valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.