Reference documentation and code samples for the Google Cloud Quotas V1beta Client class Enablement.
The enablement status of the quota adjuster.
Protobuf type google.api.cloudquotas.v1beta.QuotaAdjusterSettings.Enablement
Namespace
Google \ Cloud \ CloudQuotas \ V1beta \ QuotaAdjusterSettingsMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
ENABLEMENT_UNSPECIFIED
Value: 0The quota adjuster is in an unknown state.
Generated from protobuf enum ENABLEMENT_UNSPECIFIED = 0;
ENABLED
Value: 2The quota adjuster is enabled.
Generated from protobuf enum ENABLED = 2;
DISABLED
Value: 3The quota adjuster is disabled.
Generated from protobuf enum DISABLED = 3;