Package | Description |
---|---|
com.google.cloud.securitycenter.v1 |
A client to Security Command Center API
|
Modifier and Type | Method and Description |
---|---|
static Cvssv3.AttackComplexity |
Cvssv3.AttackComplexity.forNumber(int value) |
Cvssv3.AttackComplexity |
Cvssv3.getAttackComplexity()
This metric describes the conditions beyond the attacker's control that
must exist in order to exploit the vulnerability.
|
Cvssv3.AttackComplexity |
Cvssv3.Builder.getAttackComplexity()
This metric describes the conditions beyond the attacker's control that
must exist in order to exploit the vulnerability.
|
Cvssv3.AttackComplexity |
Cvssv3OrBuilder.getAttackComplexity()
This metric describes the conditions beyond the attacker's control that
must exist in order to exploit the vulnerability.
|
static Cvssv3.AttackComplexity |
Cvssv3.AttackComplexity.valueOf(Descriptors.EnumValueDescriptor desc) |
static Cvssv3.AttackComplexity |
Cvssv3.AttackComplexity.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Cvssv3.AttackComplexity |
Cvssv3.AttackComplexity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Cvssv3.AttackComplexity[] |
Cvssv3.AttackComplexity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Internal.EnumLiteMap<Cvssv3.AttackComplexity> |
Cvssv3.AttackComplexity.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Cvssv3.Builder |
Cvssv3.Builder.setAttackComplexity(Cvssv3.AttackComplexity value)
This metric describes the conditions beyond the attacker's control that
must exist in order to exploit the vulnerability.
|
Copyright © 2022 Google LLC. All rights reserved.