public sealed class ComplianceOccurrence : IMessage<ComplianceOccurrence>, IEquatable<ComplianceOccurrence>, IDeepCloneable<ComplianceOccurrence>, IBufferMessage, IMessage
Reference documentation and code samples for the Grafeas v1 API class ComplianceOccurrence.
An indication that the compliance checks in the associated ComplianceNote
were not satisfied for particular resources or a specified reason.
[[["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-04-17 UTC."],[[["This webpage provides reference documentation for the `ComplianceOccurrence` class within the Grafeas v1 API, focusing on version 3.2.0."],["`ComplianceOccurrence` is a class that indicates when compliance checks, as defined in the associated `ComplianceNote`, were not met for specific resources or due to a particular reason."],["The `ComplianceOccurrence` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["Key properties of `ComplianceOccurrence` include `NonComplianceReason` (a string) and `NonCompliantFiles` (a `RepeatedField` of `NonCompliantFile`)."],["The documentation provides details on the versions of the Grafeas v1 API available, ranging from the latest (3.7.0) to as far back as version 2.2.0, allowing for easy review of previous updates."]]],[]]