Reference documentation and code samples for the Google Cloud Bare Metal Solution V2 Client class ListProvisioningQuotasResponse.
Response message for the list of provisioning quotas.
Generated from protobuf message google.cloud.baremetalsolution.v2.ListProvisioningQuotasResponse
Namespace
Google \ Cloud \ BareMetalSolution \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ provisioning_quotas |
array<ProvisioningQuota>
The provisioning quotas registered in this project. |
↳ next_page_token |
string
Token to retrieve the next page of results, or empty if there are no more results in the list. |
getProvisioningQuotas
The provisioning quotas registered in this project.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setProvisioningQuotas
The provisioning quotas registered in this project.
| Parameter | |
|---|---|
| Name | Description |
var |
array<ProvisioningQuota>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
Token to retrieve the next page of results, or empty if there are no more results in the list.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
Token to retrieve the next page of results, or empty if there are no more results in the list.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|