| Package | Description |
|---|---|
| io.grpc.channelz.v1 |
| Modifier and Type | Method and Description |
|---|---|
static ChannelTraceEvent.Severity |
ChannelTraceEvent.Severity.forNumber(int value) |
ChannelTraceEvent.Severity |
ChannelTraceEvent.getSeverity()
the severity of the trace event
|
ChannelTraceEvent.Severity |
ChannelTraceEvent.Builder.getSeverity()
the severity of the trace event
|
ChannelTraceEvent.Severity |
ChannelTraceEventOrBuilder.getSeverity()
the severity of the trace event
|
static ChannelTraceEvent.Severity |
ChannelTraceEvent.Severity.valueOf(Descriptors.EnumValueDescriptor desc) |
static ChannelTraceEvent.Severity |
ChannelTraceEvent.Severity.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ChannelTraceEvent.Severity |
ChannelTraceEvent.Severity.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
static Internal.EnumLiteMap<ChannelTraceEvent.Severity> |
ChannelTraceEvent.Severity.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
ChannelTraceEvent.Builder |
ChannelTraceEvent.Builder.setSeverity(ChannelTraceEvent.Severity value)
the severity of the trace event
|