Package | Description |
---|---|
com.google.cloud.securitycenter.v1 |
A client to Security Command Center API
|
Modifier and Type | Method and Description |
---|---|
static Cvssv3.Impact |
Cvssv3.Impact.forNumber(int value) |
Cvssv3.Impact |
Cvssv3.getAvailabilityImpact()
This metric measures the impact to the availability of the impacted
component resulting from a successfully exploited vulnerability.
|
Cvssv3.Impact |
Cvssv3.Builder.getAvailabilityImpact()
This metric measures the impact to the availability of the impacted
component resulting from a successfully exploited vulnerability.
|
Cvssv3.Impact |
Cvssv3OrBuilder.getAvailabilityImpact()
This metric measures the impact to the availability of the impacted
component resulting from a successfully exploited vulnerability.
|
Cvssv3.Impact |
Cvssv3.getConfidentialityImpact()
This metric measures the impact to the confidentiality of the information
resources managed by a software component due to a successfully exploited
vulnerability.
|
Cvssv3.Impact |
Cvssv3.Builder.getConfidentialityImpact()
This metric measures the impact to the confidentiality of the information
resources managed by a software component due to a successfully exploited
vulnerability.
|
Cvssv3.Impact |
Cvssv3OrBuilder.getConfidentialityImpact()
This metric measures the impact to the confidentiality of the information
resources managed by a software component due to a successfully exploited
vulnerability.
|
Cvssv3.Impact |
Cvssv3.getIntegrityImpact()
This metric measures the impact to integrity of a successfully exploited
vulnerability.
|
Cvssv3.Impact |
Cvssv3.Builder.getIntegrityImpact()
This metric measures the impact to integrity of a successfully exploited
vulnerability.
|
Cvssv3.Impact |
Cvssv3OrBuilder.getIntegrityImpact()
This metric measures the impact to integrity of a successfully exploited
vulnerability.
|
static Cvssv3.Impact |
Cvssv3.Impact.valueOf(Descriptors.EnumValueDescriptor desc) |
static Cvssv3.Impact |
Cvssv3.Impact.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Cvssv3.Impact |
Cvssv3.Impact.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Cvssv3.Impact[] |
Cvssv3.Impact.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.Impact> |
Cvssv3.Impact.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Cvssv3.Builder |
Cvssv3.Builder.setAvailabilityImpact(Cvssv3.Impact value)
This metric measures the impact to the availability of the impacted
component resulting from a successfully exploited vulnerability.
|
Cvssv3.Builder |
Cvssv3.Builder.setConfidentialityImpact(Cvssv3.Impact value)
This metric measures the impact to the confidentiality of the information
resources managed by a software component due to a successfully exploited
vulnerability.
|
Cvssv3.Builder |
Cvssv3.Builder.setIntegrityImpact(Cvssv3.Impact value)
This metric measures the impact to integrity of a successfully exploited
vulnerability.
|
Copyright © 2022 Google LLC. All rights reserved.