Package mdg.engine.proto
Interface Reports.PathErrorStatsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Reports.PathErrorStats,Reports.PathErrorStats.Builder
- Enclosing class:
- Reports
public static interface Reports.PathErrorStatsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsChildren(String key) map<string, .mdg.engine.proto.PathErrorStats> children = 1;Deprecated.intmap<string, .mdg.engine.proto.PathErrorStats> children = 1;map<string, .mdg.engine.proto.PathErrorStats> children = 1;getChildrenOrDefault(String key, Reports.PathErrorStats defaultValue) map<string, .mdg.engine.proto.PathErrorStats> children = 1;getChildrenOrThrow(String key) map<string, .mdg.engine.proto.PathErrorStats> children = 1;longuint64 errors_count = 4;longuint64 requests_with_errors_count = 5;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getChildrenCount
int getChildrenCount()map<string, .mdg.engine.proto.PathErrorStats> children = 1; -
containsChildren
map<string, .mdg.engine.proto.PathErrorStats> children = 1; -
getChildren
Deprecated.UsegetChildrenMap()instead. -
getChildrenMap
Map<String,Reports.PathErrorStats> getChildrenMap()map<string, .mdg.engine.proto.PathErrorStats> children = 1; -
getChildrenOrDefault
map<string, .mdg.engine.proto.PathErrorStats> children = 1; -
getChildrenOrThrow
map<string, .mdg.engine.proto.PathErrorStats> children = 1; -
getErrorsCount
long getErrorsCount()uint64 errors_count = 4;- Returns:
- The errorsCount.
-
getRequestsWithErrorsCount
long getRequestsWithErrorsCount()uint64 requests_with_errors_count = 5;- Returns:
- The requestsWithErrorsCount.
-