Class Reports.PathErrorStats

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
mdg.engine.proto.Reports.PathErrorStats
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, Reports.PathErrorStatsOrBuilder
Enclosing class:
Reports

public static final class Reports.PathErrorStats extends com.google.protobuf.GeneratedMessage implements Reports.PathErrorStatsOrBuilder
Protobuf type mdg.engine.proto.PathErrorStats
See Also:
  • Field Details

    • CHILDREN_FIELD_NUMBER

      public static final int CHILDREN_FIELD_NUMBER
      See Also:
    • ERRORS_COUNT_FIELD_NUMBER

      public static final int ERRORS_COUNT_FIELD_NUMBER
      See Also:
    • REQUESTS_WITH_ERRORS_COUNT_FIELD_NUMBER

      public static final int REQUESTS_WITH_ERRORS_COUNT_FIELD_NUMBER
      See Also:
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetMapFieldReflection

      protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
      Overrides:
      internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessage
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
    • getChildrenCount

      public int getChildrenCount()
      Description copied from interface: Reports.PathErrorStatsOrBuilder
      map<string, .mdg.engine.proto.PathErrorStats> children = 1;
      Specified by:
      getChildrenCount in interface Reports.PathErrorStatsOrBuilder
    • containsChildren

      public boolean containsChildren(String key)
      map<string, .mdg.engine.proto.PathErrorStats> children = 1;
      Specified by:
      containsChildren in interface Reports.PathErrorStatsOrBuilder
    • getChildren

      Deprecated.
      Use getChildrenMap() instead.
      Specified by:
      getChildren in interface Reports.PathErrorStatsOrBuilder
    • getChildrenMap

      public Map<String,Reports.PathErrorStats> getChildrenMap()
      map<string, .mdg.engine.proto.PathErrorStats> children = 1;
      Specified by:
      getChildrenMap in interface Reports.PathErrorStatsOrBuilder
    • getChildrenOrDefault

      public Reports.PathErrorStats getChildrenOrDefault(String key, Reports.PathErrorStats defaultValue)
      map<string, .mdg.engine.proto.PathErrorStats> children = 1;
      Specified by:
      getChildrenOrDefault in interface Reports.PathErrorStatsOrBuilder
    • getChildrenOrThrow

      public Reports.PathErrorStats getChildrenOrThrow(String key)
      map<string, .mdg.engine.proto.PathErrorStats> children = 1;
      Specified by:
      getChildrenOrThrow in interface Reports.PathErrorStatsOrBuilder
    • getErrorsCount

      public long getErrorsCount()
      uint64 errors_count = 4;
      Specified by:
      getErrorsCount in interface Reports.PathErrorStatsOrBuilder
      Returns:
      The errorsCount.
    • getRequestsWithErrorsCount

      public long getRequestsWithErrorsCount()
      uint64 requests_with_errors_count = 5;
      Specified by:
      getRequestsWithErrorsCount in interface Reports.PathErrorStatsOrBuilder
      Returns:
      The requestsWithErrorsCount.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static Reports.PathErrorStats parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Reports.PathErrorStats parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Reports.PathErrorStats parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Reports.PathErrorStats parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Reports.PathErrorStats parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Reports.PathErrorStats parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Reports.PathErrorStats parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Reports.PathErrorStats parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Reports.PathErrorStats parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Reports.PathErrorStats parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Reports.PathErrorStats parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Reports.PathErrorStats parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public Reports.PathErrorStats.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static Reports.PathErrorStats.Builder newBuilder()
    • newBuilder

      public static Reports.PathErrorStats.Builder newBuilder(Reports.PathErrorStats prototype)
    • toBuilder

      public Reports.PathErrorStats.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected Reports.PathErrorStats.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static Reports.PathErrorStats getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Reports.PathErrorStats> parser()
    • getParserForType

      public com.google.protobuf.Parser<Reports.PathErrorStats> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public Reports.PathErrorStats getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder