Enum Bootstrap.ApplicationLogConfig.LogFormat.LogFormatCase
- java.lang.Object
-
- java.lang.Enum<Bootstrap.ApplicationLogConfig.LogFormat.LogFormatCase>
-
- io.envoyproxy.envoy.config.bootstrap.v3.Bootstrap.ApplicationLogConfig.LogFormat.LogFormatCase
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,java.io.Serializable
,java.lang.Comparable<Bootstrap.ApplicationLogConfig.LogFormat.LogFormatCase>
- Enclosing class:
- Bootstrap.ApplicationLogConfig.LogFormat
public static enum Bootstrap.ApplicationLogConfig.LogFormat.LogFormatCase extends java.lang.Enum<Bootstrap.ApplicationLogConfig.LogFormat.LogFormatCase> implements com.google.protobuf.Internal.EnumLite
-
-
Enum Constant Summary
Enum Constants Enum Constant Description JSON_FORMAT
LOGFORMAT_NOT_SET
TEXT_FORMAT
-
Field Summary
Fields Modifier and Type Field Description private int
value
-
Constructor Summary
Constructors Modifier Constructor Description private
LogFormatCase(int value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Bootstrap.ApplicationLogConfig.LogFormat.LogFormatCase
forNumber(int value)
int
getNumber()
static Bootstrap.ApplicationLogConfig.LogFormat.LogFormatCase
valueOf(int value)
Deprecated.static Bootstrap.ApplicationLogConfig.LogFormat.LogFormatCase
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Bootstrap.ApplicationLogConfig.LogFormat.LogFormatCase[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
JSON_FORMAT
public static final Bootstrap.ApplicationLogConfig.LogFormat.LogFormatCase JSON_FORMAT
-
TEXT_FORMAT
public static final Bootstrap.ApplicationLogConfig.LogFormat.LogFormatCase TEXT_FORMAT
-
LOGFORMAT_NOT_SET
public static final Bootstrap.ApplicationLogConfig.LogFormat.LogFormatCase LOGFORMAT_NOT_SET
-
-
Method Detail
-
values
public static Bootstrap.ApplicationLogConfig.LogFormat.LogFormatCase[] 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 (Bootstrap.ApplicationLogConfig.LogFormat.LogFormatCase c : Bootstrap.ApplicationLogConfig.LogFormat.LogFormatCase.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Bootstrap.ApplicationLogConfig.LogFormat.LogFormatCase valueOf(java.lang.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:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
valueOf
@Deprecated public static Bootstrap.ApplicationLogConfig.LogFormat.LogFormatCase 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:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
forNumber
public static Bootstrap.ApplicationLogConfig.LogFormat.LogFormatCase forNumber(int value)
-
getNumber
public int getNumber()
- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
-
-