Reference documentation and code samples for the Google Cloud Quotas V1 Client class QuotaDetails.
The quota details for a map of dimensions.
Generated from protobuf message google.api.cloudquotas.v1.QuotaDetails
Namespace
Google \ Cloud \ CloudQuotas \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ value |
int|string
The value currently in effect and being enforced. |
↳ rollout_info |
RolloutInfo
Rollout information of this quota. This field is present only if the effective limit will change due to the ongoing rollout of the service config. |
getValue
The value currently in effect and being enforced.
Returns | |
---|---|
Type | Description |
int|string |
setValue
The value currently in effect and being enforced.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |
getRolloutInfo
Rollout information of this quota.
This field is present only if the effective limit will change due to the ongoing rollout of the service config.
Returns | |
---|---|
Type | Description |
RolloutInfo|null |
hasRolloutInfo
clearRolloutInfo
setRolloutInfo
Rollout information of this quota.
This field is present only if the effective limit will change due to the ongoing rollout of the service config.
Parameter | |
---|---|
Name | Description |
var |
RolloutInfo
|
Returns | |
---|---|
Type | Description |
$this |