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 \ QuotaIncreaseEligibilityMethods
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;
NOT_SUPPORTED
Value: 3
Quota increase is not supported for the quota.
Generated from protobuf enum NOT_SUPPORTED = 3;
NOT_ENOUGH_USAGE_HISTORY
Value: 4
There is not enough usage history to determine the eligibility.
Generated from protobuf enum NOT_ENOUGH_USAGE_HISTORY = 4;
OTHER
Value: 2
Other reasons.
Generated from protobuf enum OTHER = 2;