public static enum StatsdSink.StatsdSpecifierCase extends Enum<StatsdSink.StatsdSpecifierCase> implements com.google.protobuf.Internal.EnumLite
Enum Constant and Description |
---|
ADDRESS |
STATSDSPECIFIER_NOT_SET |
TCP_CLUSTER_NAME |
Modifier and Type | Method and Description |
---|---|
static StatsdSink.StatsdSpecifierCase |
forNumber(int value) |
int |
getNumber() |
static StatsdSink.StatsdSpecifierCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static StatsdSink.StatsdSpecifierCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatsdSink.StatsdSpecifierCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StatsdSink.StatsdSpecifierCase ADDRESS
public static final StatsdSink.StatsdSpecifierCase TCP_CLUSTER_NAME
public static final StatsdSink.StatsdSpecifierCase STATSDSPECIFIER_NOT_SET
public static StatsdSink.StatsdSpecifierCase[] values()
for (StatsdSink.StatsdSpecifierCase c : StatsdSink.StatsdSpecifierCase.values()) System.out.println(c);
public static StatsdSink.StatsdSpecifierCase 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 null@Deprecated public static StatsdSink.StatsdSpecifierCase valueOf(int value)
forNumber(int)
instead.public static StatsdSink.StatsdSpecifierCase forNumber(int value)
public int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
Copyright © 2018–2021 The Envoy Project. All rights reserved.