udpa.annotations.VersioningProto.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 udpa.annotations
object VersioningProto extends _root_.scalapb.GeneratedFileObject {
lazy val dependencies: Seq[_root_.scalapb.GeneratedFileObject] = Seq(
com.google.protobuf.descriptor.DescriptorProtoCompanion
)
lazy val messagesCompanions: Seq[_root_.scalapb.GeneratedMessageCompanion[_ <: _root_.scalapb.GeneratedMessage]] =
Seq[_root_.scalapb.GeneratedMessageCompanion[_ <: _root_.scalapb.GeneratedMessage]](
udpa.annotations.VersioningAnnotation
)
private lazy val ProtoBytes: _root_.scala.Array[Byte] =
scalapb.Encoding.fromBase64(scala.collection.immutable.Seq(
"""CiF1ZHBhL2Fubm90YXRpb25zL3ZlcnNpb25pbmcucHJvdG8SEHVkcGEuYW5ub3RhdGlvbnMaIGdvb2dsZS9wcm90b2J1Zi9kZ
XNjcmlwdG9yLnByb3RvImQKFFZlcnNpb25pbmdBbm5vdGF0aW9uEkwKFXByZXZpb3VzX21lc3NhZ2VfdHlwZRgBIAEoCUIY4j8VE
hNwcmV2aW91c01lc3NhZ2VUeXBlUhNwcmV2aW91c01lc3NhZ2VUeXBlOmoKCnZlcnNpb25pbmcSHy5nb29nbGUucHJvdG9idWYuT
WVzc2FnZU9wdGlvbnMY04jhAyABKAsyJi51ZHBhLmFubm90YXRpb25zLlZlcnNpb25pbmdBbm5vdGF0aW9uUgp2ZXJzaW9uaW5nQ
iRaImdpdGh1Yi5jb20vY25jZi94ZHMvZ28vYW5ub3RhdGlvbnNiBnByb3RvMw=="""
).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(
com.google.protobuf.descriptor.DescriptorProtoCompanion.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
val versioning: _root_.scalapb.GeneratedExtension[com.google.protobuf.descriptor.MessageOptions, _root_.scala.Option[udpa.annotations.VersioningAnnotation]] =
_root_.scalapb.GeneratedExtension.forOptionalUnknownMessageField(7881811, _root_.scalapb.UnknownFieldSet.Field.lengthDelimitedLens)({__valueIn => _root_.scalapb.GeneratedExtension.readMessageFromByteString(udpa.annotations.VersioningAnnotation)(__valueIn)}, {__valueIn => __valueIn.toByteString})
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy