public sealed class ExportSBOMRequest : IMessage<ExportSBOMRequest>, IEquatable<ExportSBOMRequest>, IDeepCloneable<ExportSBOMRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Container Analysis v1 API class ExportSBOMRequest.
The request to generate and export SBOM. Target must be specified for the
request.
[[["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 ExportSBOMRequest (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.ExportSBOMRequest)\n- [3.8.0](/dotnet/docs/reference/Google.Cloud.DevTools.ContainerAnalysis.V1/3.8.0/Google.Cloud.DevTools.ContainerAnalysis.V1.ExportSBOMRequest)\n- [3.7.0](/dotnet/docs/reference/Google.Cloud.DevTools.ContainerAnalysis.V1/3.7.0/Google.Cloud.DevTools.ContainerAnalysis.V1.ExportSBOMRequest)\n- [3.6.0](/dotnet/docs/reference/Google.Cloud.DevTools.ContainerAnalysis.V1/3.6.0/Google.Cloud.DevTools.ContainerAnalysis.V1.ExportSBOMRequest)\n- [3.5.0](/dotnet/docs/reference/Google.Cloud.DevTools.ContainerAnalysis.V1/3.5.0/Google.Cloud.DevTools.ContainerAnalysis.V1.ExportSBOMRequest)\n- [3.4.0](/dotnet/docs/reference/Google.Cloud.DevTools.ContainerAnalysis.V1/3.4.0/Google.Cloud.DevTools.ContainerAnalysis.V1.ExportSBOMRequest)\n- [3.3.0](/dotnet/docs/reference/Google.Cloud.DevTools.ContainerAnalysis.V1/3.3.0/Google.Cloud.DevTools.ContainerAnalysis.V1.ExportSBOMRequest)\n- [3.2.0](/dotnet/docs/reference/Google.Cloud.DevTools.ContainerAnalysis.V1/3.2.0/Google.Cloud.DevTools.ContainerAnalysis.V1.ExportSBOMRequest)\n- [3.1.0](/dotnet/docs/reference/Google.Cloud.DevTools.ContainerAnalysis.V1/3.1.0/Google.Cloud.DevTools.ContainerAnalysis.V1.ExportSBOMRequest)\n- [3.0.0](/dotnet/docs/reference/Google.Cloud.DevTools.ContainerAnalysis.V1/3.0.0/Google.Cloud.DevTools.ContainerAnalysis.V1.ExportSBOMRequest)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.DevTools.ContainerAnalysis.V1/2.4.0/Google.Cloud.DevTools.ContainerAnalysis.V1.ExportSBOMRequest)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.DevTools.ContainerAnalysis.V1/2.3.0/Google.Cloud.DevTools.ContainerAnalysis.V1.ExportSBOMRequest)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.DevTools.ContainerAnalysis.V1/2.2.0/Google.Cloud.DevTools.ContainerAnalysis.V1.ExportSBOMRequest) \n\n public sealed class ExportSBOMRequest : IMessage\u003cExportSBOMRequest\u003e, IEquatable\u003cExportSBOMRequest\u003e, IDeepCloneable\u003cExportSBOMRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Container Analysis v1 API class ExportSBOMRequest.\n\nThe request to generate and export SBOM. Target must be specified for the\nrequest. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ExportSBOMRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ExportSBOMRequest](/dotnet/docs/reference/Google.Cloud.DevTools.ContainerAnalysis.V1/latest/Google.Cloud.DevTools.ContainerAnalysis.V1.ExportSBOMRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ExportSBOMRequest](/dotnet/docs/reference/Google.Cloud.DevTools.ContainerAnalysis.V1/latest/Google.Cloud.DevTools.ContainerAnalysis.V1.ExportSBOMRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ExportSBOMRequest](/dotnet/docs/reference/Google.Cloud.DevTools.ContainerAnalysis.V1/latest/Google.Cloud.DevTools.ContainerAnalysis.V1.ExportSBOMRequest), [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### ExportSBOMRequest()\n\n public ExportSBOMRequest()\n\n### ExportSBOMRequest(ExportSBOMRequest)\n\n public ExportSBOMRequest(ExportSBOMRequest other)\n\nProperties\n----------\n\n### CloudStorageLocation\n\n public ExportSBOMRequest.Types.CloudStorageLocation CloudStorageLocation { get; set; }\n\nOptional. Empty placeholder to denote that this is a Google Cloud Storage\nexport request.\n\n### Name\n\n public string Name { get; set; }\n\nRequired. The name of the resource in the form of\n`projects/[PROJECT_ID]/resources/[RESOURCE_URL]`.\n\n### TargetCase\n\n public ExportSBOMRequest.TargetOneofCase TargetCase { get; }"]]