commonMain.protokt.v1.google.api.label_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/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]