commonMain.protokt.v1.google.rpc.code_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/code.proto
@file:Suppress("DEPRECATION")
package protokt.v1.google.rpc
import protokt.v1.GeneratedFileDescriptor
import protokt.v1.google.protobuf.EnumDescriptor
import protokt.v1.google.protobuf.FileDescriptor
import kotlin.Suppress
@GeneratedFileDescriptor
public object CodeProto {
public val descriptor: FileDescriptor by lazy {
val descriptorData =
arrayOf(
"\ngoogle/rpc/code.proto\ngoogle.rpc*ᄋ\n" +
"Code\nOK \r\n\tCANCELLED\nUNKNOWN" +
"\nINVALID_ARGUMENT\nDEADLINE_EXCEE" +
"DED\r\n\tNOT_FOUND\nALREADY_EXISTS" +
"\nPERMISSION_DENIED\nUNAUTHENTICAT" +
"ED\nRESOURCE_EXHAUSTED\b\nFAILED_P" +
"RECONDITION\t\nABORTED\n\nOUT_OF_RAN" +
"GE\n\rUNIMPLEMENTED\n\bINTERNAL\r\n" +
"UNAVAILABLE\r\n\tDATA_LOSSBX\ncom.goo" +
"gle.rpcB\tCodeProtoPZ3google.golang.org/" +
"genproto/googleapis/rpc/code;codeᄁRPCb" +
"proto3"
)
FileDescriptor.buildFrom(
descriptorData,
listOf()
)
}
}
public val Code.Deserializer.descriptor: EnumDescriptor
get() = CodeProto.descriptor.enumTypes[0]