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

commonMain.protokt.v1.google.api.routing_descriptors.kt Maven / Gradle / Ivy

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.apiBRoutingProt" +
          "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]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy