public static enum QuotaAdjusterSettings.Enablement extends Enum<QuotaAdjusterSettings.Enablement> implements com.google.protobuf.ProtocolMessageEnum
The enablement status of the quota adjuster.Protobuf enum
google.api.cloudquotas.v1beta.QuotaAdjusterSettings.Enablement| Enum Constant and Description |
|---|
DISABLED
The quota adjuster is disabled.
|
ENABLED
The quota adjuster is enabled.
|
ENABLEMENT_UNSPECIFIED
The quota adjuster is in an unknown state.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
DISABLED_VALUE
The quota adjuster is disabled.
|
static int |
ENABLED_VALUE
The quota adjuster is enabled.
|
static int |
ENABLEMENT_UNSPECIFIED_VALUE
The quota adjuster is in an unknown state.
|
| Modifier and Type | Method and Description |
|---|---|
static QuotaAdjusterSettings.Enablement |
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<QuotaAdjusterSettings.Enablement> |
internalGetValueMap() |
static QuotaAdjusterSettings.Enablement |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static QuotaAdjusterSettings.Enablement |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static QuotaAdjusterSettings.Enablement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuotaAdjusterSettings.Enablement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QuotaAdjusterSettings.Enablement ENABLEMENT_UNSPECIFIED
The quota adjuster is in an unknown state.
ENABLEMENT_UNSPECIFIED = 0;public static final QuotaAdjusterSettings.Enablement ENABLED
The quota adjuster is enabled.
ENABLED = 2;public static final QuotaAdjusterSettings.Enablement DISABLED
The quota adjuster is disabled.
DISABLED = 3;public static final QuotaAdjusterSettings.Enablement UNRECOGNIZED
public static final int ENABLEMENT_UNSPECIFIED_VALUE
The quota adjuster is in an unknown state.
ENABLEMENT_UNSPECIFIED = 0;public static final int ENABLED_VALUE
The quota adjuster is enabled.
ENABLED = 2;public static final int DISABLED_VALUE
The quota adjuster is disabled.
DISABLED = 3;public static QuotaAdjusterSettings.Enablement[] values()
for (QuotaAdjusterSettings.Enablement c : QuotaAdjusterSettings.Enablement.values()) System.out.println(c);
public static QuotaAdjusterSettings.Enablement 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 QuotaAdjusterSettings.Enablement valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static QuotaAdjusterSettings.Enablement forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<QuotaAdjusterSettings.Enablement> 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 QuotaAdjusterSettings.Enablement valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.