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

com.google.rpc.status.kt Maven / Gradle / Ivy

// Generated by protokt version 0.12.0. Do not modify.
// Source: google/rpc/status.proto
package com.google.rpc

import com.toasttab.protokt.AnyProto
import com.toasttab.protokt.Descriptor
import com.toasttab.protokt.FileDescriptor
import com.toasttab.protokt.rt.KtGeneratedFileDescriptor

@KtGeneratedFileDescriptor
object StatusProto {
    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
                    )
                )
            }
}

val Status.Deserializer.descriptor: Descriptor
    get() = StatusProto.descriptor.messageTypes[0]




© 2015 - 2025 Weber Informatics LLC | Privacy Policy