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

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

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

package protokt.v1.google.api

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

@GeneratedFileDescriptor
public object LabelProto {
  public val descriptor: FileDescriptor by lazy {
    val descriptorData =
      arrayOf(
        "\ngoogle/api/label.proto\ngoogle.api\"ワ\n" +
          "LabelDescriptor\nkey (\t9\n\nvalue_t" +
          "ype (2%.google.api.LabelDescriptor.V" +
          "alueType\ndescription (\t\",\n\tValueTy" +
          "pe\n\nSTRING\b\nBOOL\t\nINT64B_\nc" +
          "om.google.apiB\nLabelProtoPZ5google.gola" +
          "ng.org/genproto/googleapis/api/label;lab" +
          "el￸ᄁGAPIbproto3"
      )

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

public val LabelDescriptor.ValueType.Deserializer.descriptor: EnumDescriptor
  get() = LabelDescriptor.descriptor.enumTypes[0]

public val LabelDescriptor.Deserializer.descriptor: Descriptor
  get() = LabelProto.descriptor.messageTypes[0]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy