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