Class: Grafeas::V1::DiscoveryOccurrence::AnalysisCompleted

Inherits:
Object
  • Object
show all
Extended by:
Google::Protobuf::MessageExts::ClassMethods
Includes:
Google::Protobuf::MessageExts
Defined in:
proto_docs/grafeas/v1/discovery.rb

Overview

Indicates which analysis completed successfully. Multiple types of analysis can be performed on a single resource.

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_type::Array<::String>

Returns:

  • (::Array<::String>)


69
70
71
72
# File 'proto_docs/grafeas/v1/discovery.rb', line 69

class AnalysisCompleted
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end