Class: Grafeas::V1::DiscoveryNote
- Inherits:
-
Object
- Object
- Grafeas::V1::DiscoveryNote
- Defined in:
- lib/grafeas/v1/doc/grafeas/v1/discovery.rb
Overview
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.
Instance Attribute Summary collapse
-
#analysis_kind ⇒ Grafeas::V1::NoteKind
Required.
Instance Attribute Details
#analysis_kind ⇒ Grafeas::V1::NoteKind
Returns Required. Immutable. The kind of analysis that is handled by this discovery.
25 |
# File 'lib/grafeas/v1/doc/grafeas/v1/discovery.rb', line 25 class DiscoveryNote; end |