public sealed class ExportSBOMResponse : IMessage<ExportSBOMResponse>, IEquatable<ExportSBOMResponse>, IDeepCloneable<ExportSBOMResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Container Analysis v1 API class ExportSBOMResponse.
The response from a call to ExportSBOM.
Implements
IMessageExportSBOMResponse, IEquatableExportSBOMResponse, IDeepCloneableExportSBOMResponse, IBufferMessage, IMessageNamespace
Google.Cloud.DevTools.ContainerAnalysis.V1Assembly
Google.Cloud.DevTools.ContainerAnalysis.V1.dll
Constructors
ExportSBOMResponse()
public ExportSBOMResponse()
ExportSBOMResponse(ExportSBOMResponse)
public ExportSBOMResponse(ExportSBOMResponse other)
Parameter | |
---|---|
Name | Description |
other |
ExportSBOMResponse |
Properties
DiscoveryOccurrence
public string DiscoveryOccurrence { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |