Enum ClusterConfig.ClusterImplementationSpecifierCase
- java.lang.Object
-
- java.lang.Enum<ClusterConfig.ClusterImplementationSpecifierCase>
-
- io.envoyproxy.envoy.extensions.clusters.dynamic_forward_proxy.v3.ClusterConfig.ClusterImplementationSpecifierCase
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<ClusterConfig.ClusterImplementationSpecifierCase>
- Enclosing class:
- ClusterConfig
public static enum ClusterConfig.ClusterImplementationSpecifierCase extends Enum<ClusterConfig.ClusterImplementationSpecifierCase> implements com.google.protobuf.Internal.EnumLite
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CLUSTERIMPLEMENTATIONSPECIFIER_NOT_SETDNS_CACHE_CONFIGSUB_CLUSTERS_CONFIG
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ClusterConfig.ClusterImplementationSpecifierCaseforNumber(int value)intgetNumber()static ClusterConfig.ClusterImplementationSpecifierCasevalueOf(int value)Deprecated.static ClusterConfig.ClusterImplementationSpecifierCasevalueOf(String name)Returns the enum constant of this type with the specified name.static ClusterConfig.ClusterImplementationSpecifierCase[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
DNS_CACHE_CONFIG
public static final ClusterConfig.ClusterImplementationSpecifierCase DNS_CACHE_CONFIG
-
SUB_CLUSTERS_CONFIG
public static final ClusterConfig.ClusterImplementationSpecifierCase SUB_CLUSTERS_CONFIG
-
CLUSTERIMPLEMENTATIONSPECIFIER_NOT_SET
public static final ClusterConfig.ClusterImplementationSpecifierCase CLUSTERIMPLEMENTATIONSPECIFIER_NOT_SET
-
-
Method Detail
-
values
public static ClusterConfig.ClusterImplementationSpecifierCase[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ClusterConfig.ClusterImplementationSpecifierCase c : ClusterConfig.ClusterImplementationSpecifierCase.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ClusterConfig.ClusterImplementationSpecifierCase valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
valueOf
@Deprecated public static ClusterConfig.ClusterImplementationSpecifierCase valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
public static ClusterConfig.ClusterImplementationSpecifierCase forNumber(int value)
-
getNumber
public int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-
-