Uses of Enum
io.grpc.channelz.v1.ChannelTraceEvent.Severity
Packages that use ChannelTraceEvent.Severity
-
Uses of ChannelTraceEvent.Severity in io.grpc.channelz.v1
Subclasses with type arguments of type ChannelTraceEvent.Severity in io.grpc.channelz.v1Modifier and TypeClassDescriptionstatic enumThe supported severity levels of trace events.Methods in io.grpc.channelz.v1 that return ChannelTraceEvent.SeverityModifier and TypeMethodDescriptionstatic ChannelTraceEvent.SeverityChannelTraceEvent.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.SeverityChannelTraceEvent.Severity.valueOf(int value) Deprecated.static ChannelTraceEvent.SeverityChannelTraceEvent.Severity.valueOf(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[]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