public static interface Messages.LoadBalancerAccumulatedStatsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof@Deprecated int getNumRpcsStartedByMethodCount()
The total number of RPCs have ever issued for each type. Deprecated: use stats_per_method.rpcs_started instead.
map<string, int32> num_rpcs_started_by_method = 1 [deprecated = true];@Deprecated boolean containsNumRpcsStartedByMethod(String key)
The total number of RPCs have ever issued for each type. Deprecated: use stats_per_method.rpcs_started instead.
map<string, int32> num_rpcs_started_by_method = 1 [deprecated = true];@Deprecated Map<String,Integer> getNumRpcsStartedByMethod()
getNumRpcsStartedByMethodMap() instead.@Deprecated Map<String,Integer> getNumRpcsStartedByMethodMap()
The total number of RPCs have ever issued for each type. Deprecated: use stats_per_method.rpcs_started instead.
map<string, int32> num_rpcs_started_by_method = 1 [deprecated = true];@Deprecated int getNumRpcsStartedByMethodOrDefault(String key, int defaultValue)
The total number of RPCs have ever issued for each type. Deprecated: use stats_per_method.rpcs_started instead.
map<string, int32> num_rpcs_started_by_method = 1 [deprecated = true];@Deprecated int getNumRpcsStartedByMethodOrThrow(String key)
The total number of RPCs have ever issued for each type. Deprecated: use stats_per_method.rpcs_started instead.
map<string, int32> num_rpcs_started_by_method = 1 [deprecated = true];@Deprecated int getNumRpcsSucceededByMethodCount()
The total number of RPCs have ever completed successfully for each type. Deprecated: use stats_per_method.result instead.
map<string, int32> num_rpcs_succeeded_by_method = 2 [deprecated = true];@Deprecated boolean containsNumRpcsSucceededByMethod(String key)
The total number of RPCs have ever completed successfully for each type. Deprecated: use stats_per_method.result instead.
map<string, int32> num_rpcs_succeeded_by_method = 2 [deprecated = true];@Deprecated Map<String,Integer> getNumRpcsSucceededByMethod()
getNumRpcsSucceededByMethodMap() instead.@Deprecated Map<String,Integer> getNumRpcsSucceededByMethodMap()
The total number of RPCs have ever completed successfully for each type. Deprecated: use stats_per_method.result instead.
map<string, int32> num_rpcs_succeeded_by_method = 2 [deprecated = true];@Deprecated int getNumRpcsSucceededByMethodOrDefault(String key, int defaultValue)
The total number of RPCs have ever completed successfully for each type. Deprecated: use stats_per_method.result instead.
map<string, int32> num_rpcs_succeeded_by_method = 2 [deprecated = true];@Deprecated int getNumRpcsSucceededByMethodOrThrow(String key)
The total number of RPCs have ever completed successfully for each type. Deprecated: use stats_per_method.result instead.
map<string, int32> num_rpcs_succeeded_by_method = 2 [deprecated = true];@Deprecated int getNumRpcsFailedByMethodCount()
The total number of RPCs have ever failed for each type. Deprecated: use stats_per_method.result instead.
map<string, int32> num_rpcs_failed_by_method = 3 [deprecated = true];@Deprecated boolean containsNumRpcsFailedByMethod(String key)
The total number of RPCs have ever failed for each type. Deprecated: use stats_per_method.result instead.
map<string, int32> num_rpcs_failed_by_method = 3 [deprecated = true];@Deprecated Map<String,Integer> getNumRpcsFailedByMethod()
getNumRpcsFailedByMethodMap() instead.@Deprecated Map<String,Integer> getNumRpcsFailedByMethodMap()
The total number of RPCs have ever failed for each type. Deprecated: use stats_per_method.result instead.
map<string, int32> num_rpcs_failed_by_method = 3 [deprecated = true];@Deprecated int getNumRpcsFailedByMethodOrDefault(String key, int defaultValue)
The total number of RPCs have ever failed for each type. Deprecated: use stats_per_method.result instead.
map<string, int32> num_rpcs_failed_by_method = 3 [deprecated = true];@Deprecated int getNumRpcsFailedByMethodOrThrow(String key)
The total number of RPCs have ever failed for each type. Deprecated: use stats_per_method.result instead.
map<string, int32> num_rpcs_failed_by_method = 3 [deprecated = true];int getStatsPerMethodCount()
Per-method RPC statistics. The key is the RpcType in string form; e.g. 'EMPTY_CALL' or 'UNARY_CALL'
map<string, .grpc.testing.LoadBalancerAccumulatedStatsResponse.MethodStats> stats_per_method = 4;boolean containsStatsPerMethod(String key)
Per-method RPC statistics. The key is the RpcType in string form; e.g. 'EMPTY_CALL' or 'UNARY_CALL'
map<string, .grpc.testing.LoadBalancerAccumulatedStatsResponse.MethodStats> stats_per_method = 4;@Deprecated Map<String,Messages.LoadBalancerAccumulatedStatsResponse.MethodStats> getStatsPerMethod()
getStatsPerMethodMap() instead.Map<String,Messages.LoadBalancerAccumulatedStatsResponse.MethodStats> getStatsPerMethodMap()
Per-method RPC statistics. The key is the RpcType in string form; e.g. 'EMPTY_CALL' or 'UNARY_CALL'
map<string, .grpc.testing.LoadBalancerAccumulatedStatsResponse.MethodStats> stats_per_method = 4;Messages.LoadBalancerAccumulatedStatsResponse.MethodStats getStatsPerMethodOrDefault(String key, Messages.LoadBalancerAccumulatedStatsResponse.MethodStats defaultValue)
Per-method RPC statistics. The key is the RpcType in string form; e.g. 'EMPTY_CALL' or 'UNARY_CALL'
map<string, .grpc.testing.LoadBalancerAccumulatedStatsResponse.MethodStats> stats_per_method = 4;Messages.LoadBalancerAccumulatedStatsResponse.MethodStats getStatsPerMethodOrThrow(String key)
Per-method RPC statistics. The key is the RpcType in string form; e.g. 'EMPTY_CALL' or 'UNARY_CALL'
map<string, .grpc.testing.LoadBalancerAccumulatedStatsResponse.MethodStats> stats_per_method = 4;