public static enum BeamFnApi.LogEntry.Severity.Enum extends Enum<BeamFnApi.LogEntry.Severity.Enum> implements com.google.protobuf.ProtocolMessageEnum
org.apache.beam.fn.v1.LogEntry.Severity.Enum| Enum Constant and Description |
|---|
CRITICAL
Critical events cause severe problems or brief outages and may
indicate that a person must take action.
|
DEBUG
Debugging information.
|
ERROR
Error events are likely to cause problems.
|
INFO
Normal events.
|
NOTICE
Normal but significant events, such as start up, shut down, or
configuration.
|
TRACE
Trace level information, also the default log level unless
another severity is specified.
|
UNRECOGNIZED |
UNSPECIFIED
UNSPECIFIED = 0; |
WARN
Warning events might cause problems.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CRITICAL_VALUE
Critical events cause severe problems or brief outages and may
indicate that a person must take action.
|
static int |
DEBUG_VALUE
Debugging information.
|
static int |
ERROR_VALUE
Error events are likely to cause problems.
|
static int |
INFO_VALUE
Normal events.
|
static int |
NOTICE_VALUE
Normal but significant events, such as start up, shut down, or
configuration.
|
static int |
TRACE_VALUE
Trace level information, also the default log level unless
another severity is specified.
|
static int |
UNSPECIFIED_VALUE
UNSPECIFIED = 0; |
static int |
WARN_VALUE
Warning events might cause problems.
|
| Modifier and Type | Method and Description |
|---|---|
static BeamFnApi.LogEntry.Severity.Enum |
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<BeamFnApi.LogEntry.Severity.Enum> |
internalGetValueMap() |
static BeamFnApi.LogEntry.Severity.Enum |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static BeamFnApi.LogEntry.Severity.Enum |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static BeamFnApi.LogEntry.Severity.Enum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BeamFnApi.LogEntry.Severity.Enum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BeamFnApi.LogEntry.Severity.Enum UNSPECIFIED
UNSPECIFIED = 0;public static final BeamFnApi.LogEntry.Severity.Enum TRACE
Trace level information, also the default log level unless another severity is specified.
TRACE = 1;public static final BeamFnApi.LogEntry.Severity.Enum DEBUG
Debugging information.
DEBUG = 2;public static final BeamFnApi.LogEntry.Severity.Enum INFO
Normal events.
INFO = 3;public static final BeamFnApi.LogEntry.Severity.Enum NOTICE
Normal but significant events, such as start up, shut down, or configuration.
NOTICE = 4;public static final BeamFnApi.LogEntry.Severity.Enum WARN
Warning events might cause problems.
WARN = 5;public static final BeamFnApi.LogEntry.Severity.Enum ERROR
Error events are likely to cause problems.
ERROR = 6;public static final BeamFnApi.LogEntry.Severity.Enum CRITICAL
Critical events cause severe problems or brief outages and may indicate that a person must take action.
CRITICAL = 7;public static final BeamFnApi.LogEntry.Severity.Enum UNRECOGNIZED
public static final int UNSPECIFIED_VALUE
UNSPECIFIED = 0;public static final int TRACE_VALUE
Trace level information, also the default log level unless another severity is specified.
TRACE = 1;public static final int DEBUG_VALUE
Debugging information.
DEBUG = 2;public static final int INFO_VALUE
Normal events.
INFO = 3;public static final int NOTICE_VALUE
Normal but significant events, such as start up, shut down, or configuration.
NOTICE = 4;public static final int WARN_VALUE
Warning events might cause problems.
WARN = 5;public static final int ERROR_VALUE
Error events are likely to cause problems.
ERROR = 6;public static final int CRITICAL_VALUE
Critical events cause severe problems or brief outages and may indicate that a person must take action.
CRITICAL = 7;public static BeamFnApi.LogEntry.Severity.Enum[] values()
for (BeamFnApi.LogEntry.Severity.Enum c : BeamFnApi.LogEntry.Severity.Enum.values()) System.out.println(c);
public static BeamFnApi.LogEntry.Severity.Enum 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 nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static BeamFnApi.LogEntry.Severity.Enum valueOf(int value)
forNumber(int) instead.public static BeamFnApi.LogEntry.Severity.Enum forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<BeamFnApi.LogEntry.Severity.Enum> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static BeamFnApi.LogEntry.Severity.Enum valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.