public interface ClientStatsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ClientStatsPerToken |
getCallsFinishedWithDrop(int index)
The list of dropped calls.
|
int |
getCallsFinishedWithDropCount()
The list of dropped calls.
|
List<ClientStatsPerToken> |
getCallsFinishedWithDropList()
The list of dropped calls.
|
ClientStatsPerTokenOrBuilder |
getCallsFinishedWithDropOrBuilder(int index)
The list of dropped calls.
|
List<? extends ClientStatsPerTokenOrBuilder> |
getCallsFinishedWithDropOrBuilderList()
The list of dropped calls.
|
long |
getNumCallsFinished()
The total number of RPCs that finished.
|
long |
getNumCallsFinishedKnownReceived()
The total number of RPCs that finished and are known to have been received
by a server.
|
long |
getNumCallsFinishedWithClientFailedToSend()
The total number of RPCs that failed to reach a server except dropped RPCs.
|
long |
getNumCallsStarted()
The total number of RPCs that started.
|
com.google.protobuf.Timestamp |
getTimestamp()
The timestamp of generating the report.
|
com.google.protobuf.TimestampOrBuilder |
getTimestampOrBuilder()
The timestamp of generating the report.
|
boolean |
hasTimestamp()
The timestamp of generating the report.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTimestamp()
The timestamp of generating the report.
.google.protobuf.Timestamp timestamp = 1;com.google.protobuf.Timestamp getTimestamp()
The timestamp of generating the report.
.google.protobuf.Timestamp timestamp = 1;com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder()
The timestamp of generating the report.
.google.protobuf.Timestamp timestamp = 1;long getNumCallsStarted()
The total number of RPCs that started.
int64 num_calls_started = 2;long getNumCallsFinished()
The total number of RPCs that finished.
int64 num_calls_finished = 3;long getNumCallsFinishedWithClientFailedToSend()
The total number of RPCs that failed to reach a server except dropped RPCs.
int64 num_calls_finished_with_client_failed_to_send = 6;long getNumCallsFinishedKnownReceived()
The total number of RPCs that finished and are known to have been received by a server.
int64 num_calls_finished_known_received = 7;List<ClientStatsPerToken> getCallsFinishedWithDropList()
The list of dropped calls.
repeated .grpc.lb.v1.ClientStatsPerToken calls_finished_with_drop = 8;ClientStatsPerToken getCallsFinishedWithDrop(int index)
The list of dropped calls.
repeated .grpc.lb.v1.ClientStatsPerToken calls_finished_with_drop = 8;int getCallsFinishedWithDropCount()
The list of dropped calls.
repeated .grpc.lb.v1.ClientStatsPerToken calls_finished_with_drop = 8;List<? extends ClientStatsPerTokenOrBuilder> getCallsFinishedWithDropOrBuilderList()
The list of dropped calls.
repeated .grpc.lb.v1.ClientStatsPerToken calls_finished_with_drop = 8;ClientStatsPerTokenOrBuilder getCallsFinishedWithDropOrBuilder(int index)
The list of dropped calls.
repeated .grpc.lb.v1.ClientStatsPerToken calls_finished_with_drop = 8;