Class: Grafeas::V1::DiscoveryNote
- Inherits:
-
Object
- Object
- Grafeas::V1::DiscoveryNote
- Extended by:
- Google::Protobuf::MessageExts::ClassMethods
- Includes:
- Google::Protobuf::MessageExts
- Defined in:
- proto_docs/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.
29 30 31 32 |
# File 'proto_docs/grafeas/v1/discovery.rb', line 29 class DiscoveryNote include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |