Google Cloud Quotas V1 Client - Class QuotaDetails (0.2.2)

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 \ V1

Methods

__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 Google\Cloud\CloudQuotas\V1\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
Google\Cloud\CloudQuotas\V1\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 Google\Cloud\CloudQuotas\V1\RolloutInfo
Returns
Type Description
$this