Uses of Class
io.grafeas.v1beta1.vulnerability.Severity
-
Packages that use Severity Package Description io.grafeas.v1beta1 io.grafeas.v1beta1.vulnerability -
-
Uses of Severity in io.grafeas.v1beta1
Methods in io.grafeas.v1beta1 that return Severity Modifier and Type Method Description Severity
VulnerabilityOccurrencesSummary.FixableTotalByDigest.Builder. getSeverity()
The severity for this count.Severity
VulnerabilityOccurrencesSummary.FixableTotalByDigest. getSeverity()
The severity for this count.Severity
VulnerabilityOccurrencesSummary.FixableTotalByDigestOrBuilder. getSeverity()
The severity for this count.Methods in io.grafeas.v1beta1 with parameters of type Severity Modifier and Type Method Description VulnerabilityOccurrencesSummary.FixableTotalByDigest.Builder
VulnerabilityOccurrencesSummary.FixableTotalByDigest.Builder. setSeverity(Severity value)
The severity for this count. -
Uses of Severity in io.grafeas.v1beta1.vulnerability
Methods in io.grafeas.v1beta1.vulnerability that return Severity Modifier and Type Method Description static Severity
Severity. forNumber(int value)
Severity
Details.Builder. getEffectiveSeverity()
The distro assigned severity for this vulnerability when it is available, and note provider assigned severity when distro has not yet assigned a severity for this vulnerability.Severity
Details. getEffectiveSeverity()
The distro assigned severity for this vulnerability when it is available, and note provider assigned severity when distro has not yet assigned a severity for this vulnerability.Severity
DetailsOrBuilder. getEffectiveSeverity()
The distro assigned severity for this vulnerability when it is available, and note provider assigned severity when distro has not yet assigned a severity for this vulnerability.Severity
Details.Builder. getSeverity()
Output only.Severity
Details. getSeverity()
Output only.Severity
DetailsOrBuilder. getSeverity()
Output only.Severity
Vulnerability.Builder. getSeverity()
Note provider assigned impact of the vulnerability.Severity
Vulnerability. getSeverity()
Note provider assigned impact of the vulnerability.Severity
VulnerabilityOrBuilder. getSeverity()
Note provider assigned impact of the vulnerability.static Severity
Severity. valueOf(int value)
Deprecated.static Severity
Severity. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Severity
Severity. valueOf(String name)
Returns the enum constant of this type with the specified name.static Severity[]
Severity. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.grafeas.v1beta1.vulnerability that return types with arguments of type Severity Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Severity>
Severity. internalGetValueMap()
Methods in io.grafeas.v1beta1.vulnerability with parameters of type Severity Modifier and Type Method Description Details.Builder
Details.Builder. setEffectiveSeverity(Severity value)
The distro assigned severity for this vulnerability when it is available, and note provider assigned severity when distro has not yet assigned a severity for this vulnerability.Details.Builder
Details.Builder. setSeverity(Severity value)
Output only.Vulnerability.Builder
Vulnerability.Builder. setSeverity(Severity value)
Note provider assigned impact of the vulnerability.
-