Package | Description |
---|---|
io.grafeas.v1 |
A client to Container Analysis API.
|
Modifier and Type | Method and Description |
---|---|
static CVSSv3.AttackVector |
CVSSv3.AttackVector.forNumber(int value) |
CVSSv3.AttackVector |
CVSSv3OrBuilder.getAttackVector()
Base Metrics
Represents the intrinsic characteristics of a vulnerability that are
constant over time and across user environments.
|
CVSSv3.AttackVector |
CVSSv3.getAttackVector()
Base Metrics
Represents the intrinsic characteristics of a vulnerability that are
constant over time and across user environments.
|
CVSSv3.AttackVector |
CVSSv3.Builder.getAttackVector()
Base Metrics
Represents the intrinsic characteristics of a vulnerability that are
constant over time and across user environments.
|
static CVSSv3.AttackVector |
CVSSv3.AttackVector.valueOf(Descriptors.EnumValueDescriptor desc) |
static CVSSv3.AttackVector |
CVSSv3.AttackVector.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CVSSv3.AttackVector |
CVSSv3.AttackVector.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CVSSv3.AttackVector[] |
CVSSv3.AttackVector.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.AttackVector> |
CVSSv3.AttackVector.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
CVSSv3.Builder |
CVSSv3.Builder.setAttackVector(CVSSv3.AttackVector value)
Base Metrics
Represents the intrinsic characteristics of a vulnerability that are
constant over time and across user environments.
|
Copyright © 2019 Google LLC. All rights reserved.