Interface DiscoveryNoteOrBuilder (2.14.0)

Stay organized with collections Save and categorize content based on your preferences.
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.