commonMain.protokt.v1.google.rpc.status_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/rpc/status.proto
@file:Suppress("DEPRECATION")
package protokt.v1.google.rpc
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 StatusProto {
public val descriptor: FileDescriptor by lazy {
val descriptorData =
arrayOf(
"\ngoogle/rpc/status.proto\ngoogle.rpcg" +
"oogle/protobuf/any.proto\"N\nStatus\nco" +
"de (\nmessage (\t%\ndetails " +
"(2.google.protobuf.AnyBa\ncom.google.r" +
"pcBStatusProtoPZ7google.golang.org/gen" +
"proto/googleapis/rpc/status;statusᄁ" +
"RPCbproto3"
)
FileDescriptor.buildFrom(
descriptorData,
listOf(
AnyProto.descriptor
)
)
}
}
public val Status.Deserializer.descriptor: Descriptor
get() = StatusProto.descriptor.messageTypes[0]