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 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Google Container Analysis v1 API - Class ExportSBOMResponse (3.10.0)\n\nVersion latestkeyboard_arrow_down\n\n- [3.10.0 (latest)](/dotnet/docs/reference/Google.Cloud.DevTools.ContainerAnalysis.V1/latest/Google.Cloud.DevTools.ContainerAnalysis.V1.ExportSBOMResponse)\n- [3.8.0](/dotnet/docs/reference/Google.Cloud.DevTools.ContainerAnalysis.V1/3.8.0/Google.Cloud.DevTools.ContainerAnalysis.V1.ExportSBOMResponse)\n- [3.7.0](/dotnet/docs/reference/Google.Cloud.DevTools.ContainerAnalysis.V1/3.7.0/Google.Cloud.DevTools.ContainerAnalysis.V1.ExportSBOMResponse)\n- [3.6.0](/dotnet/docs/reference/Google.Cloud.DevTools.ContainerAnalysis.V1/3.6.0/Google.Cloud.DevTools.ContainerAnalysis.V1.ExportSBOMResponse)\n- [3.5.0](/dotnet/docs/reference/Google.Cloud.DevTools.ContainerAnalysis.V1/3.5.0/Google.Cloud.DevTools.ContainerAnalysis.V1.ExportSBOMResponse)\n- [3.4.0](/dotnet/docs/reference/Google.Cloud.DevTools.ContainerAnalysis.V1/3.4.0/Google.Cloud.DevTools.ContainerAnalysis.V1.ExportSBOMResponse)\n- [3.3.0](/dotnet/docs/reference/Google.Cloud.DevTools.ContainerAnalysis.V1/3.3.0/Google.Cloud.DevTools.ContainerAnalysis.V1.ExportSBOMResponse)\n- [3.2.0](/dotnet/docs/reference/Google.Cloud.DevTools.ContainerAnalysis.V1/3.2.0/Google.Cloud.DevTools.ContainerAnalysis.V1.ExportSBOMResponse)\n- [3.1.0](/dotnet/docs/reference/Google.Cloud.DevTools.ContainerAnalysis.V1/3.1.0/Google.Cloud.DevTools.ContainerAnalysis.V1.ExportSBOMResponse)\n- [3.0.0](/dotnet/docs/reference/Google.Cloud.DevTools.ContainerAnalysis.V1/3.0.0/Google.Cloud.DevTools.ContainerAnalysis.V1.ExportSBOMResponse)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.DevTools.ContainerAnalysis.V1/2.4.0/Google.Cloud.DevTools.ContainerAnalysis.V1.ExportSBOMResponse)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.DevTools.ContainerAnalysis.V1/2.3.0/Google.Cloud.DevTools.ContainerAnalysis.V1.ExportSBOMResponse)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.DevTools.ContainerAnalysis.V1/2.2.0/Google.Cloud.DevTools.ContainerAnalysis.V1.ExportSBOMResponse) \n\n public sealed class ExportSBOMResponse : IMessage\u003cExportSBOMResponse\u003e, IEquatable\u003cExportSBOMResponse\u003e, IDeepCloneable\u003cExportSBOMResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Container Analysis v1 API class ExportSBOMResponse.\n\nThe response from a call to ExportSBOM. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ExportSBOMResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ExportSBOMResponse](/dotnet/docs/reference/Google.Cloud.DevTools.ContainerAnalysis.V1/latest/Google.Cloud.DevTools.ContainerAnalysis.V1.ExportSBOMResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ExportSBOMResponse](/dotnet/docs/reference/Google.Cloud.DevTools.ContainerAnalysis.V1/latest/Google.Cloud.DevTools.ContainerAnalysis.V1.ExportSBOMResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ExportSBOMResponse](/dotnet/docs/reference/Google.Cloud.DevTools.ContainerAnalysis.V1/latest/Google.Cloud.DevTools.ContainerAnalysis.V1.ExportSBOMResponse), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.DevTools.ContainerAnalysis.V1](/dotnet/docs/reference/Google.Cloud.DevTools.ContainerAnalysis.V1/latest/Google.Cloud.DevTools.ContainerAnalysis.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.DevTools.ContainerAnalysis.V1.dll\n\nConstructors\n------------\n\n### ExportSBOMResponse()\n\n public ExportSBOMResponse()\n\n### ExportSBOMResponse(ExportSBOMResponse)\n\n public ExportSBOMResponse(ExportSBOMResponse other)\n\nProperties\n----------\n\n### DiscoveryOccurrence\n\n public string DiscoveryOccurrence { get; set; }\n\nThe name of the discovery occurrence in the form\n\"projects/{project_id}/occurrences/{OCCURRENCE_ID}\nIt can be used to track the progress of the SBOM export."]]