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