Class: Google::Apis::ContaineranalysisV1::ExportSbomRequest
- Inherits:
-
Object
- Object
- Google::Apis::ContaineranalysisV1::ExportSbomRequest
- 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 request to generate and export SBOM. Target must be specified for the request.
Instance Attribute Summary collapse
-
#cloud_storage_location ⇒ Google::Apis::ContaineranalysisV1::CloudStorageLocation
Empty placeholder to denote that this is a Google Cloud Storage export request.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ExportSbomRequest
constructor
A new instance of ExportSbomRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ExportSbomRequest
Returns a new instance of ExportSbomRequest.
3634 3635 3636 |
# File 'lib/google/apis/containeranalysis_v1/classes.rb', line 3634 def initialize(**args) update!(**args) end |
Instance Attribute Details
#cloud_storage_location ⇒ Google::Apis::ContaineranalysisV1::CloudStorageLocation
Empty placeholder to denote that this is a Google Cloud Storage export request.
Corresponds to the JSON property cloudStorageLocation
3632 3633 3634 |
# File 'lib/google/apis/containeranalysis_v1/classes.rb', line 3632 def cloud_storage_location @cloud_storage_location end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3639 3640 3641 |
# File 'lib/google/apis/containeranalysis_v1/classes.rb', line 3639 def update!(**args) @cloud_storage_location = args[:cloud_storage_location] if args.key?(:cloud_storage_location) end |