All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scalapb.mdg.engine.proto.reports.PathErrorStats.scala Maven / Gradle / Ivy

The newest version!
// Generated by the Scala Plugin for the Protocol Buffer Compiler.
// Do not edit!
//
// Protofile syntax: PROTO3

package mdg.engine.proto.reports

@SerialVersionUID(0L)
final case class PathErrorStats(
    children: _root_.scala.collection.immutable.Map[_root_.scala.Predef.String, mdg.engine.proto.reports.PathErrorStats] = _root_.scala.collection.immutable.Map.empty,
    errorsCount: _root_.scala.Long = 0L,
    requestsWithErrorsCount: _root_.scala.Long = 0L,
    unknownFields: _root_.scalapb.UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty
    ) extends scalapb.GeneratedMessage with scalapb.lenses.Updatable[PathErrorStats] {
    @transient
    private[this] var __serializedSizeMemoized: _root_.scala.Int = 0
    private[this] def __computeSerializedSize(): _root_.scala.Int = {
      var __size = 0
      children.foreach { __item =>
        val __value = mdg.engine.proto.reports.PathErrorStats._typemapper_children.toBase(__item)
        __size += 1 + _root_.com.google.protobuf.CodedOutputStream.computeUInt32SizeNoTag(__value.serializedSize) + __value.serializedSize
      }
      
      {
        val __value = errorsCount
        if (__value != 0L) {
          __size += _root_.com.google.protobuf.CodedOutputStream.computeUInt64Size(4, __value)
        }
      };
      
      {
        val __value = requestsWithErrorsCount
        if (__value != 0L) {
          __size += _root_.com.google.protobuf.CodedOutputStream.computeUInt64Size(5, __value)
        }
      };
      __size += unknownFields.serializedSize
      __size
    }
    override def serializedSize: _root_.scala.Int = {
      var __size = __serializedSizeMemoized
      if (__size == 0) {
        __size = __computeSerializedSize() + 1
        __serializedSizeMemoized = __size
      }
      __size - 1
      
    }
    def writeTo(`_output__`: _root_.com.google.protobuf.CodedOutputStream): _root_.scala.Unit = {
      children.foreach { __v =>
        val __m = mdg.engine.proto.reports.PathErrorStats._typemapper_children.toBase(__v)
        _output__.writeTag(1, 2)
        _output__.writeUInt32NoTag(__m.serializedSize)
        __m.writeTo(_output__)
      };
      {
        val __v = errorsCount
        if (__v != 0L) {
          _output__.writeUInt64(4, __v)
        }
      };
      {
        val __v = requestsWithErrorsCount
        if (__v != 0L) {
          _output__.writeUInt64(5, __v)
        }
      };
      unknownFields.writeTo(_output__)
    }
    def clearChildren = copy(children = _root_.scala.collection.immutable.Map.empty)
    def addChildren(__vs: (_root_.scala.Predef.String, mdg.engine.proto.reports.PathErrorStats) *): PathErrorStats = addAllChildren(__vs)
    def addAllChildren(__vs: Iterable[(_root_.scala.Predef.String, mdg.engine.proto.reports.PathErrorStats)]): PathErrorStats = copy(children = children ++ __vs)
    def withChildren(__v: _root_.scala.collection.immutable.Map[_root_.scala.Predef.String, mdg.engine.proto.reports.PathErrorStats]): PathErrorStats = copy(children = __v)
    def withErrorsCount(__v: _root_.scala.Long): PathErrorStats = copy(errorsCount = __v)
    def withRequestsWithErrorsCount(__v: _root_.scala.Long): PathErrorStats = copy(requestsWithErrorsCount = __v)
    def withUnknownFields(__v: _root_.scalapb.UnknownFieldSet) = copy(unknownFields = __v)
    def discardUnknownFields = copy(unknownFields = _root_.scalapb.UnknownFieldSet.empty)
    def getFieldByNumber(__fieldNumber: _root_.scala.Int): _root_.scala.Any = {
      (__fieldNumber: @_root_.scala.unchecked) match {
        case 1 => children.iterator.map(mdg.engine.proto.reports.PathErrorStats._typemapper_children.toBase(_)).toSeq
        case 4 => {
          val __t = errorsCount
          if (__t != 0L) __t else null
        }
        case 5 => {
          val __t = requestsWithErrorsCount
          if (__t != 0L) __t else null
        }
      }
    }
    def getField(__field: _root_.scalapb.descriptors.FieldDescriptor): _root_.scalapb.descriptors.PValue = {
      _root_.scala.Predef.require(__field.containingMessage eq companion.scalaDescriptor)
      (__field.number: @_root_.scala.unchecked) match {
        case 1 => _root_.scalapb.descriptors.PRepeated(children.iterator.map(mdg.engine.proto.reports.PathErrorStats._typemapper_children.toBase(_).toPMessage).toVector)
        case 4 => _root_.scalapb.descriptors.PLong(errorsCount)
        case 5 => _root_.scalapb.descriptors.PLong(requestsWithErrorsCount)
      }
    }
    def toProtoString: _root_.scala.Predef.String = _root_.scalapb.TextFormat.printToUnicodeString(this)
    def companion: mdg.engine.proto.reports.PathErrorStats.type = mdg.engine.proto.reports.PathErrorStats
    // @@protoc_insertion_point(GeneratedMessage[mdg.engine.proto.PathErrorStats])
}

object PathErrorStats extends scalapb.GeneratedMessageCompanion[mdg.engine.proto.reports.PathErrorStats] {
  implicit def messageCompanion: scalapb.GeneratedMessageCompanion[mdg.engine.proto.reports.PathErrorStats] = this
  def parseFrom(`_input__`: _root_.com.google.protobuf.CodedInputStream): mdg.engine.proto.reports.PathErrorStats = {
    val __children: _root_.scala.collection.mutable.Builder[(_root_.scala.Predef.String, mdg.engine.proto.reports.PathErrorStats), _root_.scala.collection.immutable.Map[_root_.scala.Predef.String, mdg.engine.proto.reports.PathErrorStats]] = _root_.scala.collection.immutable.Map.newBuilder[_root_.scala.Predef.String, mdg.engine.proto.reports.PathErrorStats]
    var __errorsCount: _root_.scala.Long = 0L
    var __requestsWithErrorsCount: _root_.scala.Long = 0L
    var `_unknownFields__`: _root_.scalapb.UnknownFieldSet.Builder = null
    var _done__ = false
    while (!_done__) {
      val _tag__ = _input__.readTag()
      _tag__ match {
        case 0 => _done__ = true
        case 10 =>
          __children += mdg.engine.proto.reports.PathErrorStats._typemapper_children.toCustom(_root_.scalapb.LiteParser.readMessage[mdg.engine.proto.reports.PathErrorStats.ChildrenEntry](_input__))
        case 32 =>
          __errorsCount = _input__.readUInt64()
        case 40 =>
          __requestsWithErrorsCount = _input__.readUInt64()
        case tag =>
          if (_unknownFields__ == null) {
            _unknownFields__ = new _root_.scalapb.UnknownFieldSet.Builder()
          }
          _unknownFields__.parseField(tag, _input__)
      }
    }
    mdg.engine.proto.reports.PathErrorStats(
        children = __children.result(),
        errorsCount = __errorsCount,
        requestsWithErrorsCount = __requestsWithErrorsCount,
        unknownFields = if (_unknownFields__ == null) _root_.scalapb.UnknownFieldSet.empty else _unknownFields__.result()
    )
  }
  implicit def messageReads: _root_.scalapb.descriptors.Reads[mdg.engine.proto.reports.PathErrorStats] = _root_.scalapb.descriptors.Reads{
    case _root_.scalapb.descriptors.PMessage(__fieldsMap) =>
      _root_.scala.Predef.require(__fieldsMap.keys.forall(_.containingMessage eq scalaDescriptor), "FieldDescriptor does not match message type.")
      mdg.engine.proto.reports.PathErrorStats(
        children = __fieldsMap.get(scalaDescriptor.findFieldByNumber(1).get).map(_.as[_root_.scala.Seq[mdg.engine.proto.reports.PathErrorStats.ChildrenEntry]]).getOrElse(_root_.scala.Seq.empty).iterator.map(mdg.engine.proto.reports.PathErrorStats._typemapper_children.toCustom(_)).toMap,
        errorsCount = __fieldsMap.get(scalaDescriptor.findFieldByNumber(4).get).map(_.as[_root_.scala.Long]).getOrElse(0L),
        requestsWithErrorsCount = __fieldsMap.get(scalaDescriptor.findFieldByNumber(5).get).map(_.as[_root_.scala.Long]).getOrElse(0L)
      )
    case _ => throw new RuntimeException("Expected PMessage")
  }
  def javaDescriptor: _root_.com.google.protobuf.Descriptors.Descriptor = ReportsProto.javaDescriptor.getMessageTypes().get(2)
  def scalaDescriptor: _root_.scalapb.descriptors.Descriptor = ReportsProto.scalaDescriptor.messages(2)
  def messageCompanionForFieldNumber(__number: _root_.scala.Int): _root_.scalapb.GeneratedMessageCompanion[_] = {
    var __out: _root_.scalapb.GeneratedMessageCompanion[_] = null
    (__number: @_root_.scala.unchecked) match {
      case 1 => __out = mdg.engine.proto.reports.PathErrorStats.ChildrenEntry
    }
    __out
  }
  lazy val nestedMessagesCompanions: Seq[_root_.scalapb.GeneratedMessageCompanion[_ <: _root_.scalapb.GeneratedMessage]] =
    Seq[_root_.scalapb.GeneratedMessageCompanion[_ <: _root_.scalapb.GeneratedMessage]](
      _root_.mdg.engine.proto.reports.PathErrorStats.ChildrenEntry
    )
  def enumCompanionForFieldNumber(__fieldNumber: _root_.scala.Int): _root_.scalapb.GeneratedEnumCompanion[_] = throw new MatchError(__fieldNumber)
  lazy val defaultInstance = mdg.engine.proto.reports.PathErrorStats(
    children = _root_.scala.collection.immutable.Map.empty,
    errorsCount = 0L,
    requestsWithErrorsCount = 0L
  )
  @SerialVersionUID(0L)
  final case class ChildrenEntry(
      key: _root_.scala.Predef.String = "",
      value: _root_.scala.Option[mdg.engine.proto.reports.PathErrorStats] = _root_.scala.None,
      unknownFields: _root_.scalapb.UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty
      ) extends scalapb.GeneratedMessage with scalapb.lenses.Updatable[ChildrenEntry] {
      @transient
      private[this] var __serializedSizeMemoized: _root_.scala.Int = 0
      private[this] def __computeSerializedSize(): _root_.scala.Int = {
        var __size = 0
        
        {
          val __value = key
          if (!__value.isEmpty) {
            __size += _root_.com.google.protobuf.CodedOutputStream.computeStringSize(1, __value)
          }
        };
        if (value.isDefined) {
          val __value = value.get
          __size += 1 + _root_.com.google.protobuf.CodedOutputStream.computeUInt32SizeNoTag(__value.serializedSize) + __value.serializedSize
        };
        __size += unknownFields.serializedSize
        __size
      }
      override def serializedSize: _root_.scala.Int = {
        var __size = __serializedSizeMemoized
        if (__size == 0) {
          __size = __computeSerializedSize() + 1
          __serializedSizeMemoized = __size
        }
        __size - 1
        
      }
      def writeTo(`_output__`: _root_.com.google.protobuf.CodedOutputStream): _root_.scala.Unit = {
        {
          val __v = key
          if (!__v.isEmpty) {
            _output__.writeString(1, __v)
          }
        };
        value.foreach { __v =>
          val __m = __v
          _output__.writeTag(2, 2)
          _output__.writeUInt32NoTag(__m.serializedSize)
          __m.writeTo(_output__)
        };
        unknownFields.writeTo(_output__)
      }
      def withKey(__v: _root_.scala.Predef.String): ChildrenEntry = copy(key = __v)
      def getValue: mdg.engine.proto.reports.PathErrorStats = value.getOrElse(mdg.engine.proto.reports.PathErrorStats.defaultInstance)
      def clearValue: ChildrenEntry = copy(value = _root_.scala.None)
      def withValue(__v: mdg.engine.proto.reports.PathErrorStats): ChildrenEntry = copy(value = Option(__v))
      def withUnknownFields(__v: _root_.scalapb.UnknownFieldSet) = copy(unknownFields = __v)
      def discardUnknownFields = copy(unknownFields = _root_.scalapb.UnknownFieldSet.empty)
      def getFieldByNumber(__fieldNumber: _root_.scala.Int): _root_.scala.Any = {
        (__fieldNumber: @_root_.scala.unchecked) match {
          case 1 => {
            val __t = key
            if (__t != "") __t else null
          }
          case 2 => value.orNull
        }
      }
      def getField(__field: _root_.scalapb.descriptors.FieldDescriptor): _root_.scalapb.descriptors.PValue = {
        _root_.scala.Predef.require(__field.containingMessage eq companion.scalaDescriptor)
        (__field.number: @_root_.scala.unchecked) match {
          case 1 => _root_.scalapb.descriptors.PString(key)
          case 2 => value.map(_.toPMessage).getOrElse(_root_.scalapb.descriptors.PEmpty)
        }
      }
      def toProtoString: _root_.scala.Predef.String = _root_.scalapb.TextFormat.printToUnicodeString(this)
      def companion: mdg.engine.proto.reports.PathErrorStats.ChildrenEntry.type = mdg.engine.proto.reports.PathErrorStats.ChildrenEntry
      // @@protoc_insertion_point(GeneratedMessage[mdg.engine.proto.PathErrorStats.ChildrenEntry])
  }
  
  object ChildrenEntry extends scalapb.GeneratedMessageCompanion[mdg.engine.proto.reports.PathErrorStats.ChildrenEntry] {
    implicit def messageCompanion: scalapb.GeneratedMessageCompanion[mdg.engine.proto.reports.PathErrorStats.ChildrenEntry] = this
    def parseFrom(`_input__`: _root_.com.google.protobuf.CodedInputStream): mdg.engine.proto.reports.PathErrorStats.ChildrenEntry = {
      var __key: _root_.scala.Predef.String = ""
      var __value: _root_.scala.Option[mdg.engine.proto.reports.PathErrorStats] = _root_.scala.None
      var `_unknownFields__`: _root_.scalapb.UnknownFieldSet.Builder = null
      var _done__ = false
      while (!_done__) {
        val _tag__ = _input__.readTag()
        _tag__ match {
          case 0 => _done__ = true
          case 10 =>
            __key = _input__.readStringRequireUtf8()
          case 18 =>
            __value = _root_.scala.Option(__value.fold(_root_.scalapb.LiteParser.readMessage[mdg.engine.proto.reports.PathErrorStats](_input__))(_root_.scalapb.LiteParser.readMessage(_input__, _)))
          case tag =>
            if (_unknownFields__ == null) {
              _unknownFields__ = new _root_.scalapb.UnknownFieldSet.Builder()
            }
            _unknownFields__.parseField(tag, _input__)
        }
      }
      mdg.engine.proto.reports.PathErrorStats.ChildrenEntry(
          key = __key,
          value = __value,
          unknownFields = if (_unknownFields__ == null) _root_.scalapb.UnknownFieldSet.empty else _unknownFields__.result()
      )
    }
    implicit def messageReads: _root_.scalapb.descriptors.Reads[mdg.engine.proto.reports.PathErrorStats.ChildrenEntry] = _root_.scalapb.descriptors.Reads{
      case _root_.scalapb.descriptors.PMessage(__fieldsMap) =>
        _root_.scala.Predef.require(__fieldsMap.keys.forall(_.containingMessage eq scalaDescriptor), "FieldDescriptor does not match message type.")
        mdg.engine.proto.reports.PathErrorStats.ChildrenEntry(
          key = __fieldsMap.get(scalaDescriptor.findFieldByNumber(1).get).map(_.as[_root_.scala.Predef.String]).getOrElse(""),
          value = __fieldsMap.get(scalaDescriptor.findFieldByNumber(2).get).flatMap(_.as[_root_.scala.Option[mdg.engine.proto.reports.PathErrorStats]])
        )
      case _ => throw new RuntimeException("Expected PMessage")
    }
    def javaDescriptor: _root_.com.google.protobuf.Descriptors.Descriptor = mdg.engine.proto.reports.PathErrorStats.javaDescriptor.getNestedTypes().get(0)
    def scalaDescriptor: _root_.scalapb.descriptors.Descriptor = mdg.engine.proto.reports.PathErrorStats.scalaDescriptor.nestedMessages(0)
    def messageCompanionForFieldNumber(__number: _root_.scala.Int): _root_.scalapb.GeneratedMessageCompanion[_] = {
      var __out: _root_.scalapb.GeneratedMessageCompanion[_] = null
      (__number: @_root_.scala.unchecked) match {
        case 2 => __out = mdg.engine.proto.reports.PathErrorStats
      }
      __out
    }
    lazy val nestedMessagesCompanions: Seq[_root_.scalapb.GeneratedMessageCompanion[_ <: _root_.scalapb.GeneratedMessage]] = Seq.empty
    def enumCompanionForFieldNumber(__fieldNumber: _root_.scala.Int): _root_.scalapb.GeneratedEnumCompanion[_] = throw new MatchError(__fieldNumber)
    lazy val defaultInstance = mdg.engine.proto.reports.PathErrorStats.ChildrenEntry(
      key = "",
      value = _root_.scala.None
    )
    implicit class ChildrenEntryLens[UpperPB](_l: _root_.scalapb.lenses.Lens[UpperPB, mdg.engine.proto.reports.PathErrorStats.ChildrenEntry]) extends _root_.scalapb.lenses.ObjectLens[UpperPB, mdg.engine.proto.reports.PathErrorStats.ChildrenEntry](_l) {
      def key: _root_.scalapb.lenses.Lens[UpperPB, _root_.scala.Predef.String] = field(_.key)((c_, f_) => c_.copy(key = f_))
      def value: _root_.scalapb.lenses.Lens[UpperPB, mdg.engine.proto.reports.PathErrorStats] = field(_.getValue)((c_, f_) => c_.copy(value = _root_.scala.Option(f_)))
      def optionalValue: _root_.scalapb.lenses.Lens[UpperPB, _root_.scala.Option[mdg.engine.proto.reports.PathErrorStats]] = field(_.value)((c_, f_) => c_.copy(value = f_))
    }
    final val KEY_FIELD_NUMBER = 1
    final val VALUE_FIELD_NUMBER = 2
    @transient
    implicit val keyValueMapper: _root_.scalapb.TypeMapper[mdg.engine.proto.reports.PathErrorStats.ChildrenEntry, (_root_.scala.Predef.String, mdg.engine.proto.reports.PathErrorStats)] =
      _root_.scalapb.TypeMapper[mdg.engine.proto.reports.PathErrorStats.ChildrenEntry, (_root_.scala.Predef.String, mdg.engine.proto.reports.PathErrorStats)](__m => (__m.key, __m.getValue))(__p => mdg.engine.proto.reports.PathErrorStats.ChildrenEntry(__p._1, Some(__p._2)))
    def of(
      key: _root_.scala.Predef.String,
      value: _root_.scala.Option[mdg.engine.proto.reports.PathErrorStats]
    ): _root_.mdg.engine.proto.reports.PathErrorStats.ChildrenEntry = _root_.mdg.engine.proto.reports.PathErrorStats.ChildrenEntry(
      key,
      value
    )
    // @@protoc_insertion_point(GeneratedMessageCompanion[mdg.engine.proto.PathErrorStats.ChildrenEntry])
  }
  
  implicit class PathErrorStatsLens[UpperPB](_l: _root_.scalapb.lenses.Lens[UpperPB, mdg.engine.proto.reports.PathErrorStats]) extends _root_.scalapb.lenses.ObjectLens[UpperPB, mdg.engine.proto.reports.PathErrorStats](_l) {
    def children: _root_.scalapb.lenses.Lens[UpperPB, _root_.scala.collection.immutable.Map[_root_.scala.Predef.String, mdg.engine.proto.reports.PathErrorStats]] = field(_.children)((c_, f_) => c_.copy(children = f_))
    def errorsCount: _root_.scalapb.lenses.Lens[UpperPB, _root_.scala.Long] = field(_.errorsCount)((c_, f_) => c_.copy(errorsCount = f_))
    def requestsWithErrorsCount: _root_.scalapb.lenses.Lens[UpperPB, _root_.scala.Long] = field(_.requestsWithErrorsCount)((c_, f_) => c_.copy(requestsWithErrorsCount = f_))
  }
  final val CHILDREN_FIELD_NUMBER = 1
  final val ERRORS_COUNT_FIELD_NUMBER = 4
  final val REQUESTS_WITH_ERRORS_COUNT_FIELD_NUMBER = 5
  @transient
  private[reports] val _typemapper_children: _root_.scalapb.TypeMapper[mdg.engine.proto.reports.PathErrorStats.ChildrenEntry, (_root_.scala.Predef.String, mdg.engine.proto.reports.PathErrorStats)] = implicitly[_root_.scalapb.TypeMapper[mdg.engine.proto.reports.PathErrorStats.ChildrenEntry, (_root_.scala.Predef.String, mdg.engine.proto.reports.PathErrorStats)]]
  def of(
    children: _root_.scala.collection.immutable.Map[_root_.scala.Predef.String, mdg.engine.proto.reports.PathErrorStats],
    errorsCount: _root_.scala.Long,
    requestsWithErrorsCount: _root_.scala.Long
  ): _root_.mdg.engine.proto.reports.PathErrorStats = _root_.mdg.engine.proto.reports.PathErrorStats(
    children,
    errorsCount,
    requestsWithErrorsCount
  )
  // @@protoc_insertion_point(GeneratedMessageCompanion[mdg.engine.proto.PathErrorStats])
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy