commonMain.protokt.v1.google.api.context_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/context.proto
@file:Suppress("DEPRECATION")
package protokt.v1.google.api
import protokt.v1.GeneratedFileDescriptor
import protokt.v1.google.protobuf.Descriptor
import protokt.v1.google.protobuf.FileDescriptor
import kotlin.Suppress
@GeneratedFileDescriptor
public object ContextProto {
public val descriptor: FileDescriptor by lazy {
val descriptorData =
arrayOf(
"\ngoogle/api/context.proto\ngoogle.api\"1" +
"\nContext&\nrules (2.google.api.Co" +
"ntextRule\"ヘ\nContextRule\n\bselector " +
"(\t\n\trequested (\t\n\bprovided (\t" +
"\"\nallowed_request_extensions (\t#\n" +
"allowed_response_extensions (\tBn\ncom" +
".google.apiBContextProtoPZEgoogle.gola" +
"ng.org/genproto/googleapis/api/serviceco" +
"nfig;serviceconfigᄁGAPIbproto3"
)
FileDescriptor.buildFrom(
descriptorData,
listOf()
)
}
}
public val Context.Deserializer.descriptor: Descriptor
get() = ContextProto.descriptor.messageTypes[0]
public val ContextRule.Deserializer.descriptor: Descriptor
get() = ContextProto.descriptor.messageTypes[1]