public sealed class NonCompliantFile : IMessage<NonCompliantFile>, IEquatable<NonCompliantFile>, IDeepCloneable<NonCompliantFile>, IBufferMessage, IMessage
Reference documentation and code samples for the Grafeas v1 API class NonCompliantFile.
Details about files that caused a compliance check to fail.
[[["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 documentation for the `NonCompliantFile` class within the Grafeas v1 API, specifically version 3.6.0."],["The `NonCompliantFile` class is used to detail files that have failed a compliance check, and it implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["There are several previous versions of Grafeas.V1 available for viewing including versions 3.5.0, 3.4.0, 3.3.0, 3.2.0, 3.1.0, 3.0.0, 2.4.0, 2.3.0 and 2.2.0, with version 3.7.0 being the most up to date."],["The class has properties such as `DisplayCommand`, `Path`, and `Reason` which help describe the command to display the non-compliant files, the path to the file, and the reason for non-compliance, respectively."],["There are two constructor methods for the class, a default one and another that takes a `NonCompliantFile` object as an input."]]],[]]