Interface ReservationSubBlocksGetVersionRequestOrBuilder (1.105.0)

public interface ReservationSubBlocksGetVersionRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSbomSelections(int index)

public abstract String getSbomSelections(int index)

The SBOM selection to return. Check the SbomSelections enum for the list of possible values.

repeated string sbom_selections = 69155705;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The sbomSelections at the given index.

getSbomSelectionsBytes(int index)

public abstract ByteString getSbomSelectionsBytes(int index)

The SBOM selection to return. Check the SbomSelections enum for the list of possible values.

repeated string sbom_selections = 69155705;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the sbomSelections at the given index.

getSbomSelectionsCount()

public abstract int getSbomSelectionsCount()

The SBOM selection to return. Check the SbomSelections enum for the list of possible values.

repeated string sbom_selections = 69155705;

Returns
Type Description
int

The count of sbomSelections.

getSbomSelectionsList()

public abstract List<String> getSbomSelectionsList()

The SBOM selection to return. Check the SbomSelections enum for the list of possible values.

repeated string sbom_selections = 69155705;

Returns
Type Description
List<String>

A list containing the sbomSelections.