Class: Google::Apis::ContaineranalysisV1::ExportSbomResponse

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/containeranalysis_v1/classes.rb,
lib/google/apis/containeranalysis_v1/representations.rb,
lib/google/apis/containeranalysis_v1/representations.rb

Overview

The response from a call to ExportSBOM.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ExportSbomResponse

Returns a new instance of ExportSbomResponse.



3611
3612
3613
# File 'lib/google/apis/containeranalysis_v1/classes.rb', line 3611

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#discovery_occurrenceString

The name of the discovery occurrence in the form "projects/project_id/ occurrences/OCCURRENCE_ID It can be used to track the progress of the SBOM export. Corresponds to the JSON property discoveryOccurrence

Returns:

  • (String)


3609
3610
3611
# File 'lib/google/apis/containeranalysis_v1/classes.rb', line 3609

def discovery_occurrence
  @discovery_occurrence
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3616
3617
3618
# File 'lib/google/apis/containeranalysis_v1/classes.rb', line 3616

def update!(**args)
  @discovery_occurrence = args[:discovery_occurrence] if args.key?(:discovery_occurrence)
end