Class: Google::Apis::ContaineranalysisV1::ExportSbomResponse
- Inherits:
-
Object
- Object
- Google::Apis::ContaineranalysisV1::ExportSbomResponse
- 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
-
#discovery_occurrence ⇒ String
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.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ExportSbomResponse
constructor
A new instance of ExportSbomResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_occurrence ⇒ String
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
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 |