Reference documentation and code samples for the Container Analysis V1 API class Google::Cloud::ContainerAnalysis::V1::ExportSBOMRequest.
The request to generate and export SBOM. Target must be specified for the request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cloud_storage_location
def cloud_storage_location() -> ::Google::Cloud::ContainerAnalysis::V1::ExportSBOMRequest::CloudStorageLocation
Returns
- (::Google::Cloud::ContainerAnalysis::V1::ExportSBOMRequest::CloudStorageLocation) — Optional. Empty placeholder to denote that this is a Google Cloud Storage export request.
#cloud_storage_location=
def cloud_storage_location=(value) -> ::Google::Cloud::ContainerAnalysis::V1::ExportSBOMRequest::CloudStorageLocation
Parameter
- value (::Google::Cloud::ContainerAnalysis::V1::ExportSBOMRequest::CloudStorageLocation) — Optional. Empty placeholder to denote that this is a Google Cloud Storage export request.
Returns
- (::Google::Cloud::ContainerAnalysis::V1::ExportSBOMRequest::CloudStorageLocation) — Optional. Empty placeholder to denote that this is a Google Cloud Storage export request.
#name
def name() -> ::String
Returns
-
(::String) — Required. The name of the resource in the form of
projects/[PROJECT_ID]/resources/[RESOURCE_URL]
.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. The name of the resource in the form of
projects/[PROJECT_ID]/resources/[RESOURCE_URL]
.
Returns
-
(::String) — Required. The name of the resource in the form of
projects/[PROJECT_ID]/resources/[RESOURCE_URL]
.