public static interface Reports.PathErrorStatsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsChildren(java.lang.String key)
map<string, .mdg.engine.proto.PathErrorStats> children = 1; |
java.util.Map<java.lang.String,Reports.PathErrorStats> |
getChildren()
Deprecated.
|
int |
getChildrenCount()
map<string, .mdg.engine.proto.PathErrorStats> children = 1; |
java.util.Map<java.lang.String,Reports.PathErrorStats> |
getChildrenMap()
map<string, .mdg.engine.proto.PathErrorStats> children = 1; |
Reports.PathErrorStats |
getChildrenOrDefault(java.lang.String key,
Reports.PathErrorStats defaultValue)
map<string, .mdg.engine.proto.PathErrorStats> children = 1; |
Reports.PathErrorStats |
getChildrenOrThrow(java.lang.String key)
map<string, .mdg.engine.proto.PathErrorStats> children = 1; |
long |
getErrorsCount()
uint64 errors_count = 4; |
long |
getRequestsWithErrorsCount()
uint64 requests_with_errors_count = 5; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getChildrenCount()
map<string, .mdg.engine.proto.PathErrorStats> children = 1;boolean containsChildren(java.lang.String key)
map<string, .mdg.engine.proto.PathErrorStats> children = 1;@Deprecated java.util.Map<java.lang.String,Reports.PathErrorStats> getChildren()
getChildrenMap() instead.java.util.Map<java.lang.String,Reports.PathErrorStats> getChildrenMap()
map<string, .mdg.engine.proto.PathErrorStats> children = 1;Reports.PathErrorStats getChildrenOrDefault(java.lang.String key, Reports.PathErrorStats defaultValue)
map<string, .mdg.engine.proto.PathErrorStats> children = 1;Reports.PathErrorStats getChildrenOrThrow(java.lang.String key)
map<string, .mdg.engine.proto.PathErrorStats> children = 1;long getErrorsCount()
uint64 errors_count = 4;long getRequestsWithErrorsCount()
uint64 requests_with_errors_count = 5;