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."],[[["The latest version available for the Grafeas v1 API class ComplianceOccurrence is 3.7.0."],["ComplianceOccurrence indicates when compliance checks in the associated ComplianceNote are not met for specific resources or a particular reason."],["This class implements several interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The `NonComplianceReason` property allows users to identify the reason for non-compliance and is stored as a string."],["The `NonCompliantFiles` property contains a collection of non-compliant files using the RepeatedField type."]]],[]]