Enum CVSSv3.AttackComplexity
- java.lang.Object
-
- java.lang.Enum<CVSSv3.AttackComplexity>
-
- com.google.cloud.osconfig.v1alpha.CVSSv3.AttackComplexity
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<CVSSv3.AttackComplexity>
- Enclosing class:
- CVSSv3
public static enum CVSSv3.AttackComplexity extends Enum<CVSSv3.AttackComplexity> implements com.google.protobuf.ProtocolMessageEnum
This metric describes the conditions beyond the attacker's control that must exist in order to exploit the vulnerability.
Protobuf enumgoogle.cloud.osconfig.v1alpha.CVSSv3.AttackComplexity
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ATTACK_COMPLEXITY_HIGH
A successful attack depends on conditions beyond the attacker's control.ATTACK_COMPLEXITY_LOW
Specialized access conditions or extenuating circumstances do not exist.ATTACK_COMPLEXITY_UNSPECIFIED
Invalid value.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static int
ATTACK_COMPLEXITY_HIGH_VALUE
A successful attack depends on conditions beyond the attacker's control.static int
ATTACK_COMPLEXITY_LOW_VALUE
Specialized access conditions or extenuating circumstances do not exist.static int
ATTACK_COMPLEXITY_UNSPECIFIED_VALUE
Invalid value.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static CVSSv3.AttackComplexity
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.AttackComplexity>
internalGetValueMap()
static CVSSv3.AttackComplexity
valueOf(int value)
Deprecated.static CVSSv3.AttackComplexity
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static CVSSv3.AttackComplexity
valueOf(String name)
Returns the enum constant of this type with the specified name.static CVSSv3.AttackComplexity[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ATTACK_COMPLEXITY_UNSPECIFIED
public static final CVSSv3.AttackComplexity ATTACK_COMPLEXITY_UNSPECIFIED
Invalid value.
ATTACK_COMPLEXITY_UNSPECIFIED = 0;
-
ATTACK_COMPLEXITY_LOW
public static final CVSSv3.AttackComplexity ATTACK_COMPLEXITY_LOW
Specialized access conditions or extenuating circumstances do not exist. An attacker can expect repeatable success when attacking the vulnerable component.
ATTACK_COMPLEXITY_LOW = 1;
-
ATTACK_COMPLEXITY_HIGH
public static final CVSSv3.AttackComplexity ATTACK_COMPLEXITY_HIGH
A successful attack depends on conditions beyond the attacker's control. That is, a successful attack cannot be accomplished at will, but requires the attacker to invest in some measurable amount of effort in preparation or execution against the vulnerable component before a successful attack can be expected.
ATTACK_COMPLEXITY_HIGH = 2;
-
UNRECOGNIZED
public static final CVSSv3.AttackComplexity UNRECOGNIZED
-
-
Field Detail
-
ATTACK_COMPLEXITY_UNSPECIFIED_VALUE
public static final int ATTACK_COMPLEXITY_UNSPECIFIED_VALUE
Invalid value.
ATTACK_COMPLEXITY_UNSPECIFIED = 0;
- See Also:
- Constant Field Values
-
ATTACK_COMPLEXITY_LOW_VALUE
public static final int ATTACK_COMPLEXITY_LOW_VALUE
Specialized access conditions or extenuating circumstances do not exist. An attacker can expect repeatable success when attacking the vulnerable component.
ATTACK_COMPLEXITY_LOW = 1;
- See Also:
- Constant Field Values
-
ATTACK_COMPLEXITY_HIGH_VALUE
public static final int ATTACK_COMPLEXITY_HIGH_VALUE
A successful attack depends on conditions beyond the attacker's control. That is, a successful attack cannot be accomplished at will, but requires the attacker to invest in some measurable amount of effort in preparation or execution against the vulnerable component before a successful attack can be expected.
ATTACK_COMPLEXITY_HIGH = 2;
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static CVSSv3.AttackComplexity[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (CVSSv3.AttackComplexity c : CVSSv3.AttackComplexity.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static CVSSv3.AttackComplexity valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static CVSSv3.AttackComplexity valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
forNumber
public static CVSSv3.AttackComplexity forNumber(int value)
- Parameters:
value
- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<CVSSv3.AttackComplexity> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static CVSSv3.AttackComplexity valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
-