Uses of Class
io.grpc.channelz.v1.ChannelTraceEvent.Severity
-
Packages that use ChannelTraceEvent.Severity Package Description io.grpc.channelz.v1 -
-
Uses of ChannelTraceEvent.Severity in io.grpc.channelz.v1
Fields in io.grpc.channelz.v1 declared as ChannelTraceEvent.Severity Modifier and Type Field Description private static ChannelTraceEvent.Severity[]ChannelTraceEvent.Severity. VALUESFields in io.grpc.channelz.v1 with type parameters of type ChannelTraceEvent.Severity Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<ChannelTraceEvent.Severity>ChannelTraceEvent.Severity. internalValueMapMethods in io.grpc.channelz.v1 that return ChannelTraceEvent.Severity Modifier and Type Method Description static ChannelTraceEvent.SeverityChannelTraceEvent.Severity. forNumber(int value)ChannelTraceEvent.SeverityChannelTraceEvent.Builder. getSeverity()the severity of the trace eventChannelTraceEvent.SeverityChannelTraceEvent. getSeverity()the severity of the trace eventChannelTraceEvent.SeverityChannelTraceEventOrBuilder. 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.SeverityChannelTraceEvent.Severity. valueOf(java.lang.String name)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.Severity Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ChannelTraceEvent.Severity>ChannelTraceEvent.Severity. internalGetValueMap()Methods in io.grpc.channelz.v1 with parameters of type ChannelTraceEvent.Severity Modifier and Type Method Description ChannelTraceEvent.BuilderChannelTraceEvent.Builder. setSeverity(ChannelTraceEvent.Severity value)the severity of the trace event
-