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 Details

    • getChildrenCount

      int getChildrenCount()
      map<string, .mdg.engine.proto.PathErrorStats> children = 1;
    • containsChildren

      boolean containsChildren(String key)
      map<string, .mdg.engine.proto.PathErrorStats> children = 1;
    • getChildren

      Deprecated.
      Use getChildrenMap() instead.
    • getChildrenMap

      Map<String,Reports.PathErrorStats> getChildrenMap()
      map<string, .mdg.engine.proto.PathErrorStats> children = 1;
    • getChildrenOrDefault

      Reports.PathErrorStats getChildrenOrDefault(String key, Reports.PathErrorStats defaultValue)
      map<string, .mdg.engine.proto.PathErrorStats> children = 1;
    • getChildrenOrThrow

      Reports.PathErrorStats getChildrenOrThrow(String key)
      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.