io.envoyproxy.envoy.extensions.regex_engines.v3.GoogleRe2Proto.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of envoy-scala-control-plane_2.13 Show documentation
Show all versions of envoy-scala-control-plane_2.13 Show documentation
ScalaPB generated bindings for Envoy
// Generated by the Scala Plugin for the Protocol Buffer Compiler.
// Do not edit!
//
// Protofile syntax: PROTO3
package io.envoyproxy.envoy.extensions.regex_engines.v3
object GoogleRe2Proto extends _root_.scalapb.GeneratedFileObject {
lazy val dependencies: Seq[_root_.scalapb.GeneratedFileObject] = Seq(
udpa.annotations.StatusProto
)
lazy val messagesCompanions: Seq[_root_.scalapb.GeneratedMessageCompanion[_ <: _root_.scalapb.GeneratedMessage]] =
Seq[_root_.scalapb.GeneratedMessageCompanion[_ <: _root_.scalapb.GeneratedMessage]](
io.envoyproxy.envoy.extensions.regex_engines.v3.GoogleRE2
)
private lazy val ProtoBytes: _root_.scala.Array[Byte] =
scalapb.Encoding.fromBase64(scala.collection.immutable.Seq(
"""CjJlbnZveS9leHRlbnNpb25zL3JlZ2V4X2VuZ2luZXMvdjMvZ29vZ2xlX3JlMi5wcm90bxIhZW52b3kuZXh0ZW5zaW9ucy5yZ
WdleF9lbmdpbmVzLnYzGh11ZHBhL2Fubm90YXRpb25zL3N0YXR1cy5wcm90byILCglHb29nbGVSRTJCpQEKL2lvLmVudm95cHJve
HkuZW52b3kuZXh0ZW5zaW9ucy5yZWdleF9lbmdpbmVzLnYzQg5Hb29nbGVSZTJQcm90b1ABWlhnaXRodWIuY29tL2Vudm95cHJve
HkvZ28tY29udHJvbC1wbGFuZS9lbnZveS9leHRlbnNpb25zL3JlZ2V4X2VuZ2luZXMvdjM7cmVnZXhfZW5naW5lc3YzuoDI0QYCE
AJiBnByb3RvMw=="""
).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(
udpa.annotations.StatusProto.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 - 2025 Weber Informatics LLC | Privacy Policy