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.
Implements
IMessage DiscoveryNote , IEquatable DiscoveryNote , IDeepCloneable DiscoveryNote , IBufferMessage , IMessageNamespace
Grafeas.V1Assembly
Grafeas.V1.dll
Constructors
DiscoveryNote()
public DiscoveryNote()
DiscoveryNote(DiscoveryNote)
public DiscoveryNote(DiscoveryNote other)
Properties
AnalysisKind
public NoteKind AnalysisKind { get; set; }
Required. Immutable. The kind of analysis that is handled by this discovery.