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. VALUES
Fields 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. internalValueMap
Methods in io.grpc.channelz.v1 that return ChannelTraceEvent.Severity Modifier and Type Method Description static ChannelTraceEvent.Severity
ChannelTraceEvent.Severity. forNumber(int value)
ChannelTraceEvent.Severity
ChannelTraceEvent.Builder. getSeverity()
the severity of the trace eventChannelTraceEvent.Severity
ChannelTraceEvent. getSeverity()
the severity of the trace eventChannelTraceEvent.Severity
ChannelTraceEventOrBuilder. 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
ChannelTraceEvent.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.Builder
ChannelTraceEvent.Builder. setSeverity(ChannelTraceEvent.Severity value)
the severity of the trace event
-