Uses of Class
com.google.cloud.osconfig.v1alpha.CVSSv3.AttackVector
-
Packages that use CVSSv3.AttackVector Package Description com.google.cloud.osconfig.v1alpha A client to OS Config API -
-
Uses of CVSSv3.AttackVector in com.google.cloud.osconfig.v1alpha
Methods in com.google.cloud.osconfig.v1alpha that return CVSSv3.AttackVector Modifier and Type Method Description static CVSSv3.AttackVector
CVSSv3.AttackVector. forNumber(int value)
CVSSv3.AttackVector
CVSSv3.Builder. getAttackVector()
This metric reflects the context by which vulnerability exploitation is possible.CVSSv3.AttackVector
CVSSv3. getAttackVector()
This metric reflects the context by which vulnerability exploitation is possible.CVSSv3.AttackVector
CVSSv3OrBuilder. getAttackVector()
This metric reflects the context by which vulnerability exploitation is possible.static CVSSv3.AttackVector
CVSSv3.AttackVector. valueOf(int value)
Deprecated.static CVSSv3.AttackVector
CVSSv3.AttackVector. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.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.Methods in com.google.cloud.osconfig.v1alpha that return types with arguments of type CVSSv3.AttackVector Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<CVSSv3.AttackVector>
CVSSv3.AttackVector. internalGetValueMap()
Methods in com.google.cloud.osconfig.v1alpha with parameters of type CVSSv3.AttackVector Modifier and Type Method Description CVSSv3.Builder
CVSSv3.Builder. setAttackVector(CVSSv3.AttackVector value)
This metric reflects the context by which vulnerability exploitation is possible.
-