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