public
static
final
class
DiscoveryNote
.
Builder
extends
GeneratedMessage
.
Builder<DiscoveryNote
.
Builder
>
implements
DiscoveryNoteOrBuilder
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.
Protobuf type grafeas.v1.DiscoveryNote
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DiscoveryNote.BuilderImplements
DiscoveryNoteOrBuilderStatic Methods
getDescriptor()
public
static
final
Descriptors
.
Descriptor
getDescriptor
()
Methods
build()
public
DiscoveryNote
build
()
buildPartial()
public
DiscoveryNote
buildPartial
()
clear()
public
DiscoveryNote
.
Builder
clear
()
clearAnalysisKind()
public
DiscoveryNote
.
Builder
clearAnalysisKind
()
Required. Immutable. The kind of analysis that is handled by this discovery.
.grafeas.v1.NoteKind analysis_kind = 1;
getAnalysisKind()
public
NoteKind
getAnalysisKind
()
Required. Immutable. The kind of analysis that is handled by this discovery.
.grafeas.v1.NoteKind analysis_kind = 1;
getAnalysisKindValue()
public
int
getAnalysisKindValue
()
Required. Immutable. The kind of analysis that is handled by this discovery.
.grafeas.v1.NoteKind analysis_kind = 1;
getDefaultInstanceForType()
public
DiscoveryNote
getDefaultInstanceForType
()
getDescriptorForType()
public
Descriptors
.
Descriptor
getDescriptorForType
()
internalGetFieldAccessorTable()
protected
GeneratedMessage
.
FieldAccessorTable
internalGetFieldAccessorTable
()
isInitialized()
public
final
boolean
isInitialized
()
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public
DiscoveryNote
.
Builder
mergeFrom
(
CodedInputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
mergeFrom(Message other)
public
DiscoveryNote
.
Builder
mergeFrom
(
Message
other
)
mergeFrom(DiscoveryNote other)
public
DiscoveryNote
.
Builder
mergeFrom
(
DiscoveryNote
other
)
setAnalysisKind(NoteKind value)
public
DiscoveryNote
.
Builder
setAnalysisKind
(
NoteKind
value
)
Required. Immutable. The kind of analysis that is handled by this discovery.
.grafeas.v1.NoteKind analysis_kind = 1;
setAnalysisKindValue(int value)
public
DiscoveryNote
.
Builder
setAnalysisKindValue
(
int
value
)
Required. Immutable. The kind of analysis that is handled by this discovery.
.grafeas.v1.NoteKind analysis_kind = 1;

