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