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