Class: Google::Cloud::ContainerAnalysis::V1::ExportSBOMResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ContainerAnalysis::V1::ExportSBOMResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/containeranalysis/v1/containeranalysis.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 Attribute Details
#discovery_occurrence ⇒ ::String
Returns 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.
52 53 54 55 |
# File 'proto_docs/google/devtools/containeranalysis/v1/containeranalysis.rb', line 52 class ExportSBOMResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |