Package io.grpc.channelz.v1
Enum ChannelTraceEvent.Severity
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<ChannelTraceEvent.Severity>
- Enclosing class:
ChannelTraceEvent
public static enum ChannelTraceEvent.Severity
extends Enum<ChannelTraceEvent.Severity>
implements com.google.protobuf.ProtocolMessageEnum
The supported severity levels of trace events.Protobuf enum
grpc.channelz.v1.ChannelTraceEvent.Severity
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionCT_ERROR = 3;
CT_INFO = 1;
CT_UNKNOWN = 0;
CT_WARNING = 2;
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
CT_ERROR = 3;
static final int
CT_INFO = 1;
static final int
CT_UNKNOWN = 0;
static final int
CT_WARNING = 2;
private static final com.google.protobuf.Internal.EnumLiteMap
<ChannelTraceEvent.Severity> private final int
private static final ChannelTraceEvent.Severity[]
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ChannelTraceEvent.Severity
forNumber
(int value) static final com.google.protobuf.Descriptors.EnumDescriptor
final com.google.protobuf.Descriptors.EnumDescriptor
final int
final com.google.protobuf.Descriptors.EnumValueDescriptor
static com.google.protobuf.Internal.EnumLiteMap
<ChannelTraceEvent.Severity> static ChannelTraceEvent.Severity
valueOf
(int value) Deprecated.static ChannelTraceEvent.Severity
valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static ChannelTraceEvent.Severity
Returns the enum constant of this type with the specified name.static ChannelTraceEvent.Severity[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
CT_UNKNOWN
CT_UNKNOWN = 0;
-
CT_INFO
CT_INFO = 1;
-
CT_WARNING
CT_WARNING = 2;
-
CT_ERROR
CT_ERROR = 3;
-
UNRECOGNIZED
-
-
Field Details
-
CT_UNKNOWN_VALUE
public static final int CT_UNKNOWN_VALUECT_UNKNOWN = 0;
- See Also:
-
CT_INFO_VALUE
public static final int CT_INFO_VALUECT_INFO = 1;
- See Also:
-
CT_WARNING_VALUE
public static final int CT_WARNING_VALUECT_WARNING = 2;
- See Also:
-
CT_ERROR_VALUE
public static final int CT_ERROR_VALUECT_ERROR = 3;
- See Also:
-
internalValueMap
private static final com.google.protobuf.Internal.EnumLiteMap<ChannelTraceEvent.Severity> internalValueMap -
VALUES
-
value
private final int value
-
-
Constructor Details
-
Severity
private Severity(int value)
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
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
-
getNumber
public final int getNumber()- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
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
- Parameters:
value
- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<ChannelTraceEvent.Severity> internalGetValueMap() -
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static ChannelTraceEvent.Severity valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) 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:
desc
- 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
-