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.
Implements
IMessageExportSBOMRequest, IEquatableExportSBOMRequest, IDeepCloneableExportSBOMRequest, IBufferMessage, IMessageNamespace
Google.Cloud.DevTools.ContainerAnalysis.V1Assembly
Google.Cloud.DevTools.ContainerAnalysis.V1.dll
Constructors
ExportSBOMRequest()
public ExportSBOMRequest()
ExportSBOMRequest(ExportSBOMRequest)
public ExportSBOMRequest(ExportSBOMRequest other)
Parameter | |
---|---|
Name | Description |
other |
ExportSBOMRequest |
Properties
CloudStorageLocation
public ExportSBOMRequest.Types.CloudStorageLocation CloudStorageLocation { get; set; }
Optional. Empty placeholder to denote that this is a Google Cloud Storage export request.
Property Value | |
---|---|
Type | Description |
ExportSBOMRequestTypesCloudStorageLocation |
Name
public string Name { get; set; }
Required. The name of the resource in the form of
projects/[PROJECT_ID]/resources/[RESOURCE_URL]
.
Property Value | |
---|---|
Type | Description |
string |
TargetCase
public ExportSBOMRequest.TargetOneofCase TargetCase { get; }
Property Value | |
---|---|
Type | Description |
ExportSBOMRequestTargetOneofCase |