Enum QuotaIncreaseEligibility.IneligibilityReason (0.2.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

NameDescription
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;

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

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()