class Google::Apis::ContaineranalysisV1::DiscoveryNote

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.

Attributes

analysis_kind[RW]

Required. Immutable. The kind of analysis that is handled by this discovery. Corresponds to the JSON property ‘analysisKind` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/containeranalysis_v1/classes.rb, line 2460
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/containeranalysis_v1/classes.rb, line 2465
def update!(**args)
  @analysis_kind = args[:analysis_kind] if args.key?(:analysis_kind)
end