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 webpage provides documentation for the `DiscoveryNote` class within the Grafeas v1 API, covering version 3.5.0."],["The `DiscoveryNote` class represents a note indicating the type of analysis a provider performs, existing in the provider's project."],["The documentation includes details on the inheritance of the `DiscoveryNote` class, which derives from `object` and implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `DiscoveryNote` class has a constructor that allows for the creation of a new instance or cloning from an existing one, as well as having a property named `AnalysisKind` that defines the kind of analysis handled by the discovery."],["Links to different versions of the Grafeas v1 API are provided, ranging from version 2.2.0 to the latest version, 3.7.0."]]],[]]