public static enum QuotaIncreaseEligibility.IneligibilityReason extends Enum<QuotaIncreaseEligibility.IneligibilityReason> implements com.google.protobuf.ProtocolMessageEnum
The enumeration of reasons when it is ineligible to request increase adjustment.Protobuf enum
google.api.cloudquotas.v1beta.QuotaIncreaseEligibility.IneligibilityReason| Enum Constant and Description |
|---|
INELIGIBILITY_REASON_UNSPECIFIED
Default value when is_eligible is true.
|
NO_VALID_BILLING_ACCOUNT
The container is not linked with a valid billing account.
|
NOT_ENOUGH_USAGE_HISTORY
There is not enough usage history to determine the eligibility.
|
NOT_SUPPORTED
Quota increase is not supported for the quota.
|
OTHER
Other reasons.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
INELIGIBILITY_REASON_UNSPECIFIED_VALUE
Default value when is_eligible is true.
|
static int |
NO_VALID_BILLING_ACCOUNT_VALUE
The container is not linked with a valid billing account.
|
static int |
NOT_ENOUGH_USAGE_HISTORY_VALUE
There is not enough usage history to determine the eligibility.
|
static int |
NOT_SUPPORTED_VALUE
Quota increase is not supported for the quota.
|
static int |
OTHER_VALUE
Other reasons.
|
| Modifier and Type | Method and Description |
|---|---|
static QuotaIncreaseEligibility.IneligibilityReason |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<QuotaIncreaseEligibility.IneligibilityReason> |
internalGetValueMap() |
static QuotaIncreaseEligibility.IneligibilityReason |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static QuotaIncreaseEligibility.IneligibilityReason |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static QuotaIncreaseEligibility.IneligibilityReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuotaIncreaseEligibility.IneligibilityReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QuotaIncreaseEligibility.IneligibilityReason INELIGIBILITY_REASON_UNSPECIFIED
Default value when is_eligible is true.
INELIGIBILITY_REASON_UNSPECIFIED = 0;public static final QuotaIncreaseEligibility.IneligibilityReason NO_VALID_BILLING_ACCOUNT
The container is not linked with a valid billing account.
NO_VALID_BILLING_ACCOUNT = 1;public static final QuotaIncreaseEligibility.IneligibilityReason NOT_SUPPORTED
Quota increase is not supported for the quota.
NOT_SUPPORTED = 3;public static final QuotaIncreaseEligibility.IneligibilityReason NOT_ENOUGH_USAGE_HISTORY
There is not enough usage history to determine the eligibility.
NOT_ENOUGH_USAGE_HISTORY = 4;public static final QuotaIncreaseEligibility.IneligibilityReason OTHER
Other reasons.
OTHER = 2;public static final QuotaIncreaseEligibility.IneligibilityReason UNRECOGNIZED
public static final int INELIGIBILITY_REASON_UNSPECIFIED_VALUE
Default value when is_eligible is true.
INELIGIBILITY_REASON_UNSPECIFIED = 0;public static final int NO_VALID_BILLING_ACCOUNT_VALUE
The container is not linked with a valid billing account.
NO_VALID_BILLING_ACCOUNT = 1;public static final int NOT_SUPPORTED_VALUE
Quota increase is not supported for the quota.
NOT_SUPPORTED = 3;public static final int NOT_ENOUGH_USAGE_HISTORY_VALUE
There is not enough usage history to determine the eligibility.
NOT_ENOUGH_USAGE_HISTORY = 4;public static final int OTHER_VALUE
Other reasons.
OTHER = 2;public static QuotaIncreaseEligibility.IneligibilityReason[] values()
for (QuotaIncreaseEligibility.IneligibilityReason c : QuotaIncreaseEligibility.IneligibilityReason.values()) System.out.println(c);
public static QuotaIncreaseEligibility.IneligibilityReason valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static QuotaIncreaseEligibility.IneligibilityReason valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static QuotaIncreaseEligibility.IneligibilityReason forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<QuotaIncreaseEligibility.IneligibilityReason> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static QuotaIncreaseEligibility.IneligibilityReason valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.