Google Cloud Quotas V1beta Client - Class Enablement (1.2.0)

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

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

ENABLEMENT_UNSPECIFIED

Value: 0

The quota adjuster is in an unknown state.

Generated from protobuf enum ENABLEMENT_UNSPECIFIED = 0;

ENABLED

Value: 2

The quota adjuster is enabled.

Generated from protobuf enum ENABLED = 2;

DISABLED

Value: 3

The quota adjuster is disabled.

Generated from protobuf enum DISABLED = 3;