public static enum QuotaProtos.QuotaScope extends Enum<QuotaProtos.QuotaScope>
QuotaScope| Enum Constant and Description |
|---|
CLUSTER
CLUSTER = 1; |
MACHINE
MACHINE = 2; |
| Modifier and Type | Field and Description |
|---|---|
static int |
CLUSTER_VALUE
CLUSTER = 1; |
static int |
MACHINE_VALUE
MACHINE = 2; |
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static <any> |
internalGetValueMap() |
static QuotaProtos.QuotaScope |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static QuotaProtos.QuotaScope |
valueOf(int value) |
static QuotaProtos.QuotaScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuotaProtos.QuotaScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QuotaProtos.QuotaScope CLUSTER
CLUSTER = 1;public static final QuotaProtos.QuotaScope MACHINE
MACHINE = 2;public static final int CLUSTER_VALUE
CLUSTER = 1;public static final int MACHINE_VALUE
MACHINE = 2;public static QuotaProtos.QuotaScope[] values()
for (QuotaProtos.QuotaScope c : QuotaProtos.QuotaScope.values()) System.out.println(c);
public static QuotaProtos.QuotaScope 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()
public static QuotaProtos.QuotaScope valueOf(int value)
public static <any> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static QuotaProtos.QuotaScope valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)