Google Cloud Quotas V1 Client - Class IneligibilityReason (1.0.0)

Reference documentation and code samples for the Google Cloud Quotas V1 Client class IneligibilityReason.

The enumeration of reasons when it is ineligible to request increase adjustment.

Protobuf type google.api.cloudquotas.v1.QuotaIncreaseEligibility.IneligibilityReason

Namespace

Google \ Cloud \ CloudQuotas \ V1 \ QuotaIncreaseEligibility

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

INELIGIBILITY_REASON_UNSPECIFIED

Value: 0

Default value when is_eligible is true.

Generated from protobuf enum INELIGIBILITY_REASON_UNSPECIFIED = 0;

NO_VALID_BILLING_ACCOUNT

Value: 1

The container is not linked with a valid billing account.

Generated from protobuf enum NO_VALID_BILLING_ACCOUNT = 1;

OTHER

Value: 2

Other reasons.

Generated from protobuf enum OTHER = 2;