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."],[[["The `VulnerabilityOccurrencesSummary` class, part of the Google Container Analysis v1 API, provides a summary of vulnerability occurrences per resource and severity type."],["This class has multiple versions available, with version 3.7.0 being the latest, and spans back to version 2.2.0."],["`VulnerabilityOccurrencesSummary` includes a `Counts` property, which is a `RepeatedField` that lists the number of fixable and total vulnerabilities by resource."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and comparison."],["It is contained in the `Google.Cloud.DevTools.ContainerAnalysis.V1` namespace and is found within the `Google.Cloud.DevTools.ContainerAnalysis.V1.dll` assembly."]]],[]]