Reference documentation and code samples for the Google Cloud Quotas V1 Client class RolloutInfo.
[Output only] Rollout information of a quota.
Generated from protobuf message google.api.cloudquotas.v1.RolloutInfo
Namespace
Google \ Cloud \ CloudQuotas \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ ongoing_rollout |
bool
Whether there is an ongoing rollout for a quota or not. |
getOngoingRollout
Whether there is an ongoing rollout for a quota or not.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setOngoingRollout
Whether there is an ongoing rollout for a quota or not.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|