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