public interface ClientStatsPerTokenOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getLoadBalanceToken()
See Server.load_balance_token.
|
com.google.protobuf.ByteString |
getLoadBalanceTokenBytes()
See Server.load_balance_token.
|
long |
getNumCalls()
The total number of RPCs that finished associated with the token.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getLoadBalanceToken()
See Server.load_balance_token.
string load_balance_token = 1;com.google.protobuf.ByteString getLoadBalanceTokenBytes()
See Server.load_balance_token.
string load_balance_token = 1;long getNumCalls()
The total number of RPCs that finished associated with the token.
int64 num_calls = 2;