Reference documentation and code samples for the Google Cloud Container Analysis V1 Client class ExportSBOMRequest.
The request to generate and export SBOM. Target must be specified for the request.
Generated from protobuf message google.devtools.containeranalysis.v1.ExportSBOMRequest
Namespace
Google \ Cloud \ ContainerAnalysis \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name of the resource in the form of |
↳ cloud_storage_location |
ExportSBOMRequest\CloudStorageLocation
Optional. Empty placeholder to denote that this is a Google Cloud Storage export request. |
getName
Required. The name of the resource in the form of
projects/[PROJECT_ID]/resources/[RESOURCE_URL]
.
Returns | |
---|---|
Type | Description |
string |
setName
Required. The name of the resource in the form of
projects/[PROJECT_ID]/resources/[RESOURCE_URL]
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getCloudStorageLocation
Optional. Empty placeholder to denote that this is a Google Cloud Storage export request.
Returns | |
---|---|
Type | Description |
ExportSBOMRequest\CloudStorageLocation|null |
hasCloudStorageLocation
setCloudStorageLocation
Optional. Empty placeholder to denote that this is a Google Cloud Storage export request.
Parameter | |
---|---|
Name | Description |
var |
ExportSBOMRequest\CloudStorageLocation
|
Returns | |
---|---|
Type | Description |
$this |
getTarget
Returns | |
---|---|
Type | Description |
string |