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 SeverityVulnerabilityOccurrencesSummary.FixableTotalByDigest.Builder. getSeverity()The severity for this count.SeverityVulnerabilityOccurrencesSummary.FixableTotalByDigest. getSeverity()The severity for this count.SeverityVulnerabilityOccurrencesSummary.FixableTotalByDigestOrBuilder. getSeverity()The severity for this count.Methods in io.grafeas.v1beta1 with parameters of type Severity Modifier and Type Method Description VulnerabilityOccurrencesSummary.FixableTotalByDigest.BuilderVulnerabilityOccurrencesSummary.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 SeveritySeverity. forNumber(int value)SeverityDetails.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.SeverityDetails. 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.SeverityDetailsOrBuilder. 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.SeverityDetails.Builder. getSeverity()Output only.SeverityDetails. getSeverity()Output only.SeverityDetailsOrBuilder. getSeverity()Output only.SeverityVulnerability.Builder. getSeverity()Note provider assigned impact of the vulnerability.SeverityVulnerability. getSeverity()Note provider assigned impact of the vulnerability.SeverityVulnerabilityOrBuilder. getSeverity()Note provider assigned impact of the vulnerability.static SeveritySeverity. valueOf(int value)Deprecated.static SeveritySeverity. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static SeveritySeverity. 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.BuilderDetails.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.BuilderDetails.Builder. setSeverity(Severity value)Output only.Vulnerability.BuilderVulnerability.Builder. setSeverity(Severity value)Note provider assigned impact of the vulnerability.
-