Google Container Analysis v1 API - Class ExportSBOMResponse (3.8.0)

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.

Inheritance

object > ExportSBOMResponse

Namespace

Google.Cloud.DevTools.ContainerAnalysis.V1

Assembly

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