public static interface Messages.LoadBalancerAccumulatedStatsResponse.MethodStatsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsResult(int key)
The number of RPCs that completed with each status for this method.
|
Map<Integer,Integer> |
getResult()
Deprecated.
|
int |
getResultCount()
The number of RPCs that completed with each status for this method.
|
Map<Integer,Integer> |
getResultMap()
The number of RPCs that completed with each status for this method.
|
int |
getResultOrDefault(int key,
int defaultValue)
The number of RPCs that completed with each status for this method.
|
int |
getResultOrThrow(int key)
The number of RPCs that completed with each status for this method.
|
int |
getRpcsStarted()
The number of RPCs that were started for this method.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getRpcsStarted()
The number of RPCs that were started for this method.
int32 rpcs_started = 1;int getResultCount()
The number of RPCs that completed with each status for this method. The key is the integral value of a google.rpc.Code; the value is the count.
map<int32, int32> result = 2;boolean containsResult(int key)
The number of RPCs that completed with each status for this method. The key is the integral value of a google.rpc.Code; the value is the count.
map<int32, int32> result = 2;@Deprecated Map<Integer,Integer> getResult()
getResultMap() instead.Map<Integer,Integer> getResultMap()
The number of RPCs that completed with each status for this method. The key is the integral value of a google.rpc.Code; the value is the count.
map<int32, int32> result = 2;int getResultOrDefault(int key,
int defaultValue)
The number of RPCs that completed with each status for this method. The key is the integral value of a google.rpc.Code; the value is the count.
map<int32, int32> result = 2;int getResultOrThrow(int key)
The number of RPCs that completed with each status for this method. The key is the integral value of a google.rpc.Code; the value is the count.
map<int32, int32> result = 2;