Reference documentation and code samples for the Compute V1 Client class ReservationSlotsGetVersionRequest.
Generated from protobuf message google.cloud.compute.v1.ReservationSlotsGetVersionRequest
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ sbom_selections |
string[]
The SBOM selection to return. Duplicate values in the list will be ignored. Check the SbomSelections enum for the list of possible values. |
getSbomSelections
The SBOM selection to return. Duplicate values in the list will be ignored.
Check the SbomSelections enum for the list of possible values.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<string> |
|
setSbomSelections
The SBOM selection to return. Duplicate values in the list will be ignored.
Check the SbomSelections enum for the list of possible values.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|