Interface ExportSBOMResponseOrBuilder (2.52.0)

public interface ExportSBOMResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDiscoveryOccurrenceId()

public abstract String getDiscoveryOccurrenceId()

The name of the discovery occurrence in the form "projects/{project_id}/occurrences/{OCCURRENCE_ID} It can be used to track the progression of the SBOM export.

string discovery_occurrence_id = 1;

Returns
Type Description
String

The discoveryOccurrenceId.

getDiscoveryOccurrenceIdBytes()

public abstract ByteString getDiscoveryOccurrenceIdBytes()

The name of the discovery occurrence in the form "projects/{project_id}/occurrences/{OCCURRENCE_ID} It can be used to track the progression of the SBOM export.

string discovery_occurrence_id = 1;

Returns
Type Description
ByteString

The bytes for discoveryOccurrenceId.