public static enum Monitoring.ClientType extends Enum<Monitoring.ClientType> implements com.google.protobuf.ProtocolMessageEnum
monitoring.ClientType
Enum Constant and Description |
---|
CONSUMER
CONSUMER = 0; |
CONTROLCENTER
CONTROLCENTER = 2; |
PRODUCER
PRODUCER = 1; |
UNRECOGNIZED |
Modifier and Type | Field and Description |
---|---|
static int |
CONSUMER_VALUE
CONSUMER = 0; |
static int |
CONTROLCENTER_VALUE
CONTROLCENTER = 2; |
static int |
PRODUCER_VALUE
PRODUCER = 1; |
Modifier and Type | Method and Description |
---|---|
static Monitoring.ClientType |
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<Monitoring.ClientType> |
internalGetValueMap() |
static Monitoring.ClientType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Monitoring.ClientType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Monitoring.ClientType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Monitoring.ClientType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Monitoring.ClientType CONSUMER
CONSUMER = 0;
public static final Monitoring.ClientType PRODUCER
PRODUCER = 1;
public static final Monitoring.ClientType CONTROLCENTER
CONTROLCENTER = 2;
public static final Monitoring.ClientType UNRECOGNIZED
public static final int CONSUMER_VALUE
CONSUMER = 0;
public static final int PRODUCER_VALUE
PRODUCER = 1;
public static final int CONTROLCENTER_VALUE
CONTROLCENTER = 2;
public static Monitoring.ClientType[] values()
for (Monitoring.ClientType c : Monitoring.ClientType.values()) System.out.println(c);
public static Monitoring.ClientType 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.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
@Deprecated public static Monitoring.ClientType valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static Monitoring.ClientType forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Monitoring.ClientType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Monitoring.ClientType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)