public sealed class VulnerabilityOccurrencesSummary : IMessage<VulnerabilityOccurrencesSummary>, IEquatable<VulnerabilityOccurrencesSummary>, IDeepCloneable<VulnerabilityOccurrencesSummary>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Container Analysis v1 API class VulnerabilityOccurrencesSummary.
A summary of how many vulnerability occurrences there are per resource and
severity type.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides documentation for the `VulnerabilityOccurrencesSummary` class within the Google Container Analysis v1 API, which is used to summarize the number of vulnerability occurrences per resource and severity."],["The `VulnerabilityOccurrencesSummary` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits members from the `object` class."],["The `Counts` property of `VulnerabilityOccurrencesSummary` contains a list of `FixableTotalByDigest`, detailing the count of fixable and total vulnerabilities for each resource."],["The documentation provides links to the different versions of this class, spanning from 2.2.0 up to 3.7.0, with the latest version highlighted."],["The `VulnerabilityOccurrencesSummary` class has two constructors to either create a new object or copy an existing `VulnerabilityOccurrencesSummary` object."]]],[]]