Enum AsyncFileManagerConfig.ManagerTypeCase
- java.lang.Object
-
- java.lang.Enum<AsyncFileManagerConfig.ManagerTypeCase>
-
- io.envoyproxy.envoy.extensions.common.async_files.v3.AsyncFileManagerConfig.ManagerTypeCase
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<AsyncFileManagerConfig.ManagerTypeCase>
- Enclosing class:
- AsyncFileManagerConfig
public static enum AsyncFileManagerConfig.ManagerTypeCase extends Enum<AsyncFileManagerConfig.ManagerTypeCase> implements com.google.protobuf.Internal.EnumLite
-
-
Enum Constant Summary
Enum Constants Enum Constant Description MANAGERTYPE_NOT_SETTHREAD_POOL
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static AsyncFileManagerConfig.ManagerTypeCaseforNumber(int value)intgetNumber()static AsyncFileManagerConfig.ManagerTypeCasevalueOf(int value)Deprecated.static AsyncFileManagerConfig.ManagerTypeCasevalueOf(String name)Returns the enum constant of this type with the specified name.static AsyncFileManagerConfig.ManagerTypeCase[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
THREAD_POOL
public static final AsyncFileManagerConfig.ManagerTypeCase THREAD_POOL
-
MANAGERTYPE_NOT_SET
public static final AsyncFileManagerConfig.ManagerTypeCase MANAGERTYPE_NOT_SET
-
-
Method Detail
-
values
public static AsyncFileManagerConfig.ManagerTypeCase[] 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 (AsyncFileManagerConfig.ManagerTypeCase c : AsyncFileManagerConfig.ManagerTypeCase.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static AsyncFileManagerConfig.ManagerTypeCase 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 AsyncFileManagerConfig.ManagerTypeCase 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 AsyncFileManagerConfig.ManagerTypeCase forNumber(int value)
-
getNumber
public int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-
-