Uses of Enum
io.grpc.channelz.v1.ChannelTraceEvent.Severity
Packages that use ChannelTraceEvent.Severity
-
Uses of ChannelTraceEvent.Severity in io.grpc.channelz.v1
Fields in io.grpc.channelz.v1 declared as ChannelTraceEvent.SeverityModifier and TypeFieldDescriptionprivate static final ChannelTraceEvent.Severity[]
ChannelTraceEvent.Severity.VALUES
Fields in io.grpc.channelz.v1 with type parameters of type ChannelTraceEvent.SeverityModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap
<ChannelTraceEvent.Severity> ChannelTraceEvent.Severity.internalValueMap
Methods in io.grpc.channelz.v1 that return ChannelTraceEvent.SeverityModifier and TypeMethodDescriptionstatic ChannelTraceEvent.Severity
ChannelTraceEvent.Severity.forNumber
(int value) ChannelTraceEvent.Builder.getSeverity()
the severity of the trace eventChannelTraceEvent.getSeverity()
the severity of the trace eventChannelTraceEventOrBuilder.getSeverity()
the severity of the trace eventstatic ChannelTraceEvent.Severity
ChannelTraceEvent.Severity.valueOf
(int value) Deprecated.static ChannelTraceEvent.Severity
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[]
ChannelTraceEvent.Severity.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.grpc.channelz.v1 that return types with arguments of type ChannelTraceEvent.SeverityModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<ChannelTraceEvent.Severity> ChannelTraceEvent.Severity.internalGetValueMap()
Methods in io.grpc.channelz.v1 with parameters of type ChannelTraceEvent.SeverityModifier and TypeMethodDescriptionChannelTraceEvent.Builder.setSeverity
(ChannelTraceEvent.Severity value) the severity of the trace event