Reference documentation and code samples for the Google Cloud Container Analysis V1 Client class ExportSBOMResponse.
The response from a call to ExportSBOM.
Generated from protobuf message google.devtools.containeranalysis.v1.ExportSBOMResponse
Namespace
Google \ Cloud \ ContainerAnalysis \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ 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. |
getDiscoveryOccurrence
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.
Returns | |
---|---|
Type | Description |
string |
setDiscoveryOccurrence
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.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |