Interface ExportSBOMResponseOrBuilder (2.64.0)

public interface ExportSBOMResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDiscoveryOccurrence()

public abstract String getDiscoveryOccurrence()

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

string discovery_occurrence = 1;

Returns
Type Description
String

The discoveryOccurrence.

getDiscoveryOccurrenceBytes()

public abstract ByteString getDiscoveryOccurrenceBytes()

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

string discovery_occurrence = 1;

Returns
Type Description
ByteString

The bytes for discoveryOccurrence.