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
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
INELIGIBILITY_REASON_UNSPECIFIED | Default value when is_eligible is true. |
INELIGIBILITY_REASON_UNSPECIFIED_VALUE | Default value when is_eligible is true. |
NO_VALID_BILLING_ACCOUNT | The container is not linked with a valid billing account. |
NO_VALID_BILLING_ACCOUNT_VALUE | The container is not linked with a valid billing account. |
OTHER | Other reasons. |
OTHER_VALUE | Other reasons. |
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() |