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 intCT_ERROR = 3;static final intCT_INFO = 1;static final intCT_UNKNOWN = 0;static final intCT_WARNING = 2;private static final com.google.protobuf.Internal.EnumLiteMap<ChannelTraceEvent.Severity> private final intprivate static final ChannelTraceEvent.Severity[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ChannelTraceEvent.SeverityforNumber(int value) static com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<ChannelTraceEvent.Severity> static ChannelTraceEvent.SeverityvalueOf(int value) Deprecated.static ChannelTraceEvent.SeverityvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static ChannelTraceEvent.SeverityReturns 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:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin 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:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static 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
-