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

scalapb.endless.runtime.akka.serializer.proto.command.CommandProto.scala Maven / Gradle / Ivy

// Generated by the Scala Plugin for the Protocol Buffer Compiler.
// Do not edit!
//
// Protofile syntax: PROTO2

package endless.runtime.akka.serializer.proto.command

object CommandProto extends _root_.scalapb.GeneratedFileObject {
  lazy val dependencies: Seq[_root_.scalapb.GeneratedFileObject] = Seq(
    scalapb.options.ScalapbProto
  )
  lazy val messagesCompanions: Seq[_root_.scalapb.GeneratedMessageCompanion[? <: _root_.scalapb.GeneratedMessage]] =
    Seq[_root_.scalapb.GeneratedMessageCompanion[? <: _root_.scalapb.GeneratedMessage]](
      endless.runtime.akka.serializer.proto.command.Command
    )
  private lazy val ProtoBytes: _root_.scala.Array[Byte] =
      scalapb.Encoding.fromBase64(scala.collection.immutable.Seq(
  """Cg1jb21tYW5kLnByb3RvEiVlbmRsZXNzLnJ1bnRpbWUuYWtrYS5zZXJpYWxpemVyLnByb3RvGhVzY2FsYXBiL3NjYWxhcGIuc
  HJvdG8icwoHQ29tbWFuZBIXCgJpZBgBIAIoCUIH4j8EEgJpZFICaWQSJgoHcGF5bG9hZBgCIAIoDEIM4j8JEgdwYXlsb2FkUgdwY
  Xlsb2FkEicKCHJlcGx5X3RvGAMgAigJQgziPwkSB3JlcGx5VG9SB3JlcGx5VG9CCEgB4j8D4AEB"""
      ).mkString)
  lazy val scalaDescriptor: _root_.scalapb.descriptors.FileDescriptor = {
    val scalaProto = com.google.protobuf.descriptor.FileDescriptorProto.parseFrom(ProtoBytes)
    _root_.scalapb.descriptors.FileDescriptor.buildFrom(scalaProto, dependencies.map(_.scalaDescriptor))
  }
  lazy val javaDescriptor: com.google.protobuf.Descriptors.FileDescriptor = {
    val javaProto = com.google.protobuf.DescriptorProtos.FileDescriptorProto.parseFrom(ProtoBytes)
    com.google.protobuf.Descriptors.FileDescriptor.buildFrom(javaProto, _root_.scala.Array(
      scalapb.options.ScalapbProto.javaDescriptor
    ))
  }
  @deprecated("Use javaDescriptor instead. In a future version this will refer to scalaDescriptor.", "ScalaPB 0.5.47")
  def descriptor: com.google.protobuf.Descriptors.FileDescriptor = javaDescriptor
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy