public interface ReservationSlotsGetVersionRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSbomSelections(int index)
public abstract String getSbomSelections(int index)The SBOM selection to return. Duplicate values in the list will be ignored. Check the SbomSelections enum for the list of possible values.
repeated string sbom_selections = 69155705;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe 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. Duplicate values in the list will be ignored. Check the SbomSelections enum for the list of possible values.
repeated string sbom_selections = 69155705;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe 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. Duplicate values in the list will be ignored. 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. Duplicate values in the list will be ignored. 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. |