public interface DiscoveryNoteOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
NoteKind |
getAnalysisKind()
Required.
|
int |
getAnalysisKindValue()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
int getAnalysisKindValue()
Required. Immutable. The kind of analysis that is handled by this discovery.
.grafeas.v1.NoteKind analysis_kind = 1;
NoteKind getAnalysisKind()
Required. Immutable. The kind of analysis that is handled by this discovery.
.grafeas.v1.NoteKind analysis_kind = 1;
Copyright © 2019 Google LLC. All rights reserved.