Interface DiscoveryNoteOrBuilder (2.3.1)

public interface DiscoveryNoteOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAnalysisKind()

public abstract NoteKind getAnalysisKind()

Required. Immutable. The kind of analysis that is handled by this discovery.

.grafeas.v1.NoteKind analysis_kind = 1;

Returns
TypeDescription
NoteKind

The analysisKind.

getAnalysisKindValue()

public abstract int getAnalysisKindValue()

Required. Immutable. The kind of analysis that is handled by this discovery.

.grafeas.v1.NoteKind analysis_kind = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for analysisKind.