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. ADiscoveryoccurrence 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-09-04 UTC."],[[["\u003cp\u003eThis webpage provides reference documentation and code samples for the Grafeas v1 API class \u003ccode\u003eDiscoveryNote\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDiscoveryNote\u003c/code\u003e indicates a type of analysis a provider will perform, residing in the provider's project.\u003c/p\u003e\n"],["\u003cp\u003eA \u003ccode\u003eDiscovery\u003c/code\u003e occurrence is created in a consumer's project when analysis begins.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDiscoveryNote\u003c/code\u003e class has a constructor that creates an object, or an object using another \u003ccode\u003eDiscoveryNote\u003c/code\u003e as a parameter, it also contains a property \u003ccode\u003eAnalysisKind\u003c/code\u003e which handles the kind of analysis performed.\u003c/p\u003e\n"],["\u003cp\u003eThe page is versioned with the latest version being 3.7.0, with other versions listed from 3.6.0 down to 2.2.0.\u003c/p\u003e\n"]]],[],null,["# Grafeas v1 API - Class DiscoveryNote (3.10.0)\n\nVersion latestkeyboard_arrow_down\n\n- [3.10.0 (latest)](/dotnet/docs/reference/Grafeas.V1/latest/Grafeas.V1.DiscoveryNote)\n- [3.8.0](/dotnet/docs/reference/Grafeas.V1/3.8.0/Grafeas.V1.DiscoveryNote)\n- [3.7.0](/dotnet/docs/reference/Grafeas.V1/3.7.0/Grafeas.V1.DiscoveryNote)\n- [3.6.0](/dotnet/docs/reference/Grafeas.V1/3.6.0/Grafeas.V1.DiscoveryNote)\n- [3.5.0](/dotnet/docs/reference/Grafeas.V1/3.5.0/Grafeas.V1.DiscoveryNote)\n- [3.4.0](/dotnet/docs/reference/Grafeas.V1/3.4.0/Grafeas.V1.DiscoveryNote)\n- [3.3.0](/dotnet/docs/reference/Grafeas.V1/3.3.0/Grafeas.V1.DiscoveryNote)\n- [3.2.0](/dotnet/docs/reference/Grafeas.V1/3.2.0/Grafeas.V1.DiscoveryNote)\n- [3.1.0](/dotnet/docs/reference/Grafeas.V1/3.1.0/Grafeas.V1.DiscoveryNote)\n- [3.0.0](/dotnet/docs/reference/Grafeas.V1/3.0.0/Grafeas.V1.DiscoveryNote)\n- [2.4.0](/dotnet/docs/reference/Grafeas.V1/2.4.0/Grafeas.V1.DiscoveryNote)\n- [2.3.0](/dotnet/docs/reference/Grafeas.V1/2.3.0/Grafeas.V1.DiscoveryNote)\n- [2.2.0](/dotnet/docs/reference/Grafeas.V1/2.2.0/Grafeas.V1.DiscoveryNote) \n\n public sealed class DiscoveryNote : IMessage\u003cDiscoveryNote\u003e, IEquatable\u003cDiscoveryNote\u003e, IDeepCloneable\u003cDiscoveryNote\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Grafeas v1 API class DiscoveryNote.\n\nA note that indicates a type of analysis a provider would perform. This note\nexists in a provider's project. A `Discovery` occurrence is created in a\nconsumer's project at the start of analysis. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e DiscoveryNote \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[DiscoveryNote](/dotnet/docs/reference/Grafeas.V1/latest/Grafeas.V1.DiscoveryNote), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[DiscoveryNote](/dotnet/docs/reference/Grafeas.V1/latest/Grafeas.V1.DiscoveryNote), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[DiscoveryNote](/dotnet/docs/reference/Grafeas.V1/latest/Grafeas.V1.DiscoveryNote), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Grafeas.V1](/dotnet/docs/reference/Grafeas.V1/latest/Grafeas.V1)\n\nAssembly\n--------\n\nGrafeas.V1.dll\n\nConstructors\n------------\n\n### DiscoveryNote()\n\n public DiscoveryNote()\n\n### DiscoveryNote(DiscoveryNote)\n\n public DiscoveryNote(DiscoveryNote other)\n\nProperties\n----------\n\n### AnalysisKind\n\n public NoteKind AnalysisKind { get; set; }\n\nRequired. Immutable. The kind of analysis that is handled by this\ndiscovery."]]