commonMain.protokt.v1.google.api.routing_descriptors.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-common-protos Show documentation
Show all versions of proto-google-common-protos Show documentation
Protobuf compiler and runtime for Kotlin
The newest version!
// Generated by protokt version 1.0.0-beta.2. Do not modify.
// Source: google/api/routing.proto
@file:Suppress("DEPRECATION")
package protokt.v1.google.api
import protokt.v1.GeneratedFileDescriptor
import protokt.v1.google.protobuf.Descriptor
import protokt.v1.google.protobuf.DescriptorProtos
import protokt.v1.google.protobuf.FileDescriptor
import kotlin.Suppress
@GeneratedFileDescriptor
public object RoutingProto {
public val descriptor: FileDescriptor by lazy {
val descriptorData =
arrayOf(
"\ngoogle/api/routing.proto\ngoogle.api " +
"google/protobuf/descriptor.proto\"G\nRout" +
"ingRule8\nrouting_parameters (2.go" +
"ogle.api.RoutingParameter\"8\nRoutingPara" +
"meter\r\nfield (\t\n\rpath_template " +
"(\t:T\nrouting.google.protobuf.MethodO" +
"ptions며ᄐ\" (2.google.api.RoutingRule" +
"RroutingBj\ncom.google.apiBRoutingProt" +
"oPZAgoogle.golang.org/genproto/googleap" +
"is/api/annotations;annotationsᄁGAPIbp" +
"roto3"
)
FileDescriptor.buildFrom(
descriptorData,
listOf(
DescriptorProtos.descriptor
)
)
}
}
public val RoutingRule.Deserializer.descriptor: Descriptor
get() = RoutingProto.descriptor.messageTypes[0]
public val RoutingParameter.Deserializer.descriptor: Descriptor
get() = RoutingProto.descriptor.messageTypes[1]