Class: Google::Apis::ContaineranalysisV1beta1::ExportSbomResponse

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/containeranalysis_v1beta1/classes.rb,
lib/google/apis/containeranalysis_v1beta1/representations.rb,
lib/google/apis/containeranalysis_v1beta1/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.



3528
3529
3530
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 3528

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

Instance Attribute Details

#discovery_occurrence_idString

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

Returns:

  • (String)


3526
3527
3528
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 3526

def discovery_occurrence_id
  @discovery_occurrence_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3533
3534
3535
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 3533

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