@Generated(value="Generated by the protocol buffer compiler") public enum ConsoleMessageLevel extends java.lang.Enum<ConsoleMessageLevel> implements com.google.protobuf.ProtocolMessageEnum
Enum Constant and Description |
---|
CONSOLE_MESSAGE_LEVEL_UNSPECIFIED
Reserved value.
|
DEBUG |
LEVEL_ERROR |
LOG |
UNRECOGNIZED |
VERBOSE |
WARNING |
Modifier and Type | Field and Description |
---|---|
static int |
CONSOLE_MESSAGE_LEVEL_UNSPECIFIED_VALUE
Reserved value.
|
static int |
DEBUG_VALUE |
static int |
LEVEL_ERROR_VALUE |
static int |
LOG_VALUE |
static int |
VERBOSE_VALUE |
static int |
WARNING_VALUE |
Modifier and Type | Method and Description |
---|---|
static ConsoleMessageLevel |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<ConsoleMessageLevel> |
internalGetValueMap() |
static ConsoleMessageLevel |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ConsoleMessageLevel |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ConsoleMessageLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConsoleMessageLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConsoleMessageLevel CONSOLE_MESSAGE_LEVEL_UNSPECIFIED
public static final ConsoleMessageLevel DEBUG
public static final ConsoleMessageLevel LOG
public static final ConsoleMessageLevel WARNING
public static final ConsoleMessageLevel LEVEL_ERROR
public static final ConsoleMessageLevel VERBOSE
public static final ConsoleMessageLevel UNRECOGNIZED
public static final int CONSOLE_MESSAGE_LEVEL_UNSPECIFIED_VALUE
public static final int DEBUG_VALUE
public static final int LOG_VALUE
public static final int WARNING_VALUE
public static final int LEVEL_ERROR_VALUE
public static final int VERBOSE_VALUE
public static ConsoleMessageLevel[] values()
for (ConsoleMessageLevel c : ConsoleMessageLevel.values()) System.out.println(c);
public static ConsoleMessageLevel valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic final int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
@Deprecated public static ConsoleMessageLevel valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static ConsoleMessageLevel forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ConsoleMessageLevel> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static ConsoleMessageLevel valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)