public static enum CVSSv3.Scope extends Enum<CVSSv3.Scope> implements com.google.protobuf.ProtocolMessageEnum
The Scope metric captures whether a vulnerability in one vulnerable component impacts resources in components beyond its security scope.Protobuf enum
google.cloud.osconfig.v1alpha.CVSSv3.Scope| Enum Constant and Description |
|---|
SCOPE_CHANGED
An exploited vulnerability can affect resources beyond the security scope
managed by the security authority of the vulnerable component.
|
SCOPE_UNCHANGED
An exploited vulnerability can only affect resources managed by the same
security authority.
|
SCOPE_UNSPECIFIED
Invalid value.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
SCOPE_CHANGED_VALUE
An exploited vulnerability can affect resources beyond the security scope
managed by the security authority of the vulnerable component.
|
static int |
SCOPE_UNCHANGED_VALUE
An exploited vulnerability can only affect resources managed by the same
security authority.
|
static int |
SCOPE_UNSPECIFIED_VALUE
Invalid value.
|
| Modifier and Type | Method and Description |
|---|---|
static CVSSv3.Scope |
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.Scope> |
internalGetValueMap() |
static CVSSv3.Scope |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CVSSv3.Scope |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CVSSv3.Scope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CVSSv3.Scope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CVSSv3.Scope SCOPE_UNSPECIFIED
Invalid value.
SCOPE_UNSPECIFIED = 0;public static final CVSSv3.Scope SCOPE_UNCHANGED
An exploited vulnerability can only affect resources managed by the same security authority.
SCOPE_UNCHANGED = 1;public static final CVSSv3.Scope SCOPE_CHANGED
An exploited vulnerability can affect resources beyond the security scope managed by the security authority of the vulnerable component.
SCOPE_CHANGED = 2;public static final CVSSv3.Scope UNRECOGNIZED
public static final int SCOPE_UNSPECIFIED_VALUE
Invalid value.
SCOPE_UNSPECIFIED = 0;public static final int SCOPE_UNCHANGED_VALUE
An exploited vulnerability can only affect resources managed by the same security authority.
SCOPE_UNCHANGED = 1;public static final int SCOPE_CHANGED_VALUE
An exploited vulnerability can affect resources beyond the security scope managed by the security authority of the vulnerable component.
SCOPE_CHANGED = 2;public static CVSSv3.Scope[] values()
for (CVSSv3.Scope c : CVSSv3.Scope.values()) System.out.println(c);
public static CVSSv3.Scope 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.Scope valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static CVSSv3.Scope forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<CVSSv3.Scope> 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.Scope valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.