public interface ServerDataOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getCallsFailed()
The number of incoming calls that have a completed with a non-OK status
|
long |
getCallsStarted()
The number of incoming calls started on the server
|
long |
getCallsSucceeded()
The number of incoming calls that have completed with an OK status
|
Timestamp |
getLastCallStartedTimestamp()
The last time a call was started on the server.
|
TimestampOrBuilder |
getLastCallStartedTimestampOrBuilder()
The last time a call was started on the server.
|
ChannelTrace |
getTrace()
A trace of recent events on the server.
|
ChannelTraceOrBuilder |
getTraceOrBuilder()
A trace of recent events on the server.
|
boolean |
hasLastCallStartedTimestamp()
The last time a call was started on the server.
|
boolean |
hasTrace()
A trace of recent events on the server.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedboolean hasTrace()
A trace of recent events on the server. May be absent.
.grpc.channelz.v1.ChannelTrace trace = 1;ChannelTrace getTrace()
A trace of recent events on the server. May be absent.
.grpc.channelz.v1.ChannelTrace trace = 1;ChannelTraceOrBuilder getTraceOrBuilder()
A trace of recent events on the server. May be absent.
.grpc.channelz.v1.ChannelTrace trace = 1;long getCallsStarted()
The number of incoming calls started on the server
int64 calls_started = 2;long getCallsSucceeded()
The number of incoming calls that have completed with an OK status
int64 calls_succeeded = 3;long getCallsFailed()
The number of incoming calls that have a completed with a non-OK status
int64 calls_failed = 4;boolean hasLastCallStartedTimestamp()
The last time a call was started on the server.
.google.protobuf.Timestamp last_call_started_timestamp = 5;Timestamp getLastCallStartedTimestamp()
The last time a call was started on the server.
.google.protobuf.Timestamp last_call_started_timestamp = 5;TimestampOrBuilder getLastCallStartedTimestampOrBuilder()
The last time a call was started on the server.
.google.protobuf.Timestamp last_call_started_timestamp = 5;