Enum QuotaIncreaseEligibility.IneligibilityReason (0.22.0)

public enum QuotaIncreaseEligibility.IneligibilityReason extends Enum<QuotaIncreaseEligibility.IneligibilityReason> implements ProtocolMessageEnum

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

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
INELIGIBILITY_REASON_UNSPECIFIED

Default value when is_eligible is true.

INELIGIBILITY_REASON_UNSPECIFIED = 0;

INELIGIBILITY_REASON_UNSPECIFIED_VALUE

Default value when is_eligible is true.

INELIGIBILITY_REASON_UNSPECIFIED = 0;

NOT_ENOUGH_USAGE_HISTORY

There is not enough usage history to determine the eligibility.

NOT_ENOUGH_USAGE_HISTORY = 4;

NOT_ENOUGH_USAGE_HISTORY_VALUE

There is not enough usage history to determine the eligibility.

NOT_ENOUGH_USAGE_HISTORY = 4;

NOT_SUPPORTED

Quota increase is not supported for the quota.

NOT_SUPPORTED = 3;

NOT_SUPPORTED_VALUE

Quota increase is not supported for the quota.

NOT_SUPPORTED = 3;

NO_VALID_BILLING_ACCOUNT

The container is not linked with a valid billing account.

NO_VALID_BILLING_ACCOUNT = 1;

NO_VALID_BILLING_ACCOUNT_VALUE

The container is not linked with a valid billing account.

NO_VALID_BILLING_ACCOUNT = 1;

OTHER

Other reasons.

OTHER = 2;

OTHER_VALUE

Other reasons.

OTHER = 2;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()