public sealed class DiscoveryNote : IMessage<DiscoveryNote>, IEquatable<DiscoveryNote>, IDeepCloneable<DiscoveryNote>, IBufferMessage, IMessage
Reference documentation and code samples for the Grafeas v1 API class DiscoveryNote.
A note that indicates a type of analysis a provider would perform. This note
exists in a provider's project. A Discovery occurrence is created in a
consumer's project at the start of analysis.
[[["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 documentation covers the `DiscoveryNote` class within the Grafeas v1 API, used to define the type of analysis a provider performs."],["`DiscoveryNote` is part of the `Grafeas.V1` namespace and is found in the `Grafeas.V1.dll` assembly, with the latest being 3.7.0, and the version on the page is 3.1.0."],["The `DiscoveryNote` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a property `AnalysisKind` of type `NoteKind` that is immutable and required, defining what kind of analysis it represents."],["The `DiscoveryNote` class can be constructed either without parameters or by copying another `DiscoveryNote` object."]]],[]]