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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides documentation for the `DiscoveryNote` class within the Grafeas v1 API, specifically for version 3.3.0."],["`DiscoveryNote` is a class that represents a type of analysis that a provider performs and is used to create a `Discovery` occurrence in a consumer's project."],["The `DiscoveryNote` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a property named `AnalysisKind` which is a required, immutable field that specifies the type of analysis handled by the discovery."],["The content displays the different versions available from version 2.2.0 to 3.7.0 with 3.7.0 being the latest version."]]],[]]