public static enum QuotaProtos.QuotaScope extends Enum<QuotaProtos.QuotaScope> implements com.google.protobuf.ProtocolMessageEnum
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 com.google.protobuf.Internal.EnumLiteMap<QuotaProtos.QuotaScope> |
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()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnumpublic static QuotaProtos.QuotaScope valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<QuotaProtos.QuotaScope> 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 QuotaProtos.QuotaScope valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.