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

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

The newest version!
// Generated by protokt version 1.0.0-beta.2. Do not modify.
// Source: google/api/httpbody.proto
@file:Suppress("DEPRECATION")

package protokt.v1.google.api

import protokt.v1.GeneratedFileDescriptor
import protokt.v1.google.protobuf.AnyProto
import protokt.v1.google.protobuf.Descriptor
import protokt.v1.google.protobuf.FileDescriptor
import kotlin.Suppress

@GeneratedFileDescriptor
public object HttpBodyProto {
  public val descriptor: FileDescriptor by lazy {
    val descriptorData =
      arrayOf(
        "\ngoogle/api/httpbody.proto\ngoogle.api" +
          "google/protobuf/any.proto\"X\n\bHttpBody" +
          "\ncontent_type (\t\ndata ((\n\nex" +
          "tensions (2.google.protobuf.AnyBh\n" +
          "com.google.apiB\rHttpBodyProtoPZ;google." +
          "golang.org/genproto/googleapis/api/httpb" +
          "ody;httpbody￸ᄁGAPIbproto3"
      )

    FileDescriptor.buildFrom(
      descriptorData,
      listOf(
        AnyProto.descriptor
      )
    )
  }
}

public val HttpBody.Deserializer.descriptor: Descriptor
  get() = HttpBodyProto.descriptor.messageTypes[0]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy