public interface ExportSBOMRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCloudStorageLocation()
public abstract ExportSBOMRequest.CloudStorageLocation getCloudStorageLocation()Optional. Empty placeholder to denote that this is a Google Cloud Storage export request.
.google.devtools.containeranalysis.v1.ExportSBOMRequest.CloudStorageLocation cloud_storage_location = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ExportSBOMRequest.CloudStorageLocation |
The cloudStorageLocation. |
getCloudStorageLocationOrBuilder()
public abstract ExportSBOMRequest.CloudStorageLocationOrBuilder getCloudStorageLocationOrBuilder()Optional. Empty placeholder to denote that this is a Google Cloud Storage export request.
.google.devtools.containeranalysis.v1.ExportSBOMRequest.CloudStorageLocation cloud_storage_location = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ExportSBOMRequest.CloudStorageLocationOrBuilder |
|
getName()
public abstract String getName() Required. The name of the resource in the form of
projects/[PROJECT_ID]/resources/[RESOURCE_URL].
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes() Required. The name of the resource in the form of
projects/[PROJECT_ID]/resources/[RESOURCE_URL].
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getTargetCase()
public abstract ExportSBOMRequest.TargetCase getTargetCase()| Returns | |
|---|---|
| Type | Description |
ExportSBOMRequest.TargetCase |
|
hasCloudStorageLocation()
public abstract boolean hasCloudStorageLocation()Optional. Empty placeholder to denote that this is a Google Cloud Storage export request.
.google.devtools.containeranalysis.v1.ExportSBOMRequest.CloudStorageLocation cloud_storage_location = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the cloudStorageLocation field is set. |