commonMain.protokt.v1.google.api.http_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/http.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 HttpProto {
public val descriptor: FileDescriptor by lazy {
val descriptorData =
arrayOf(
"\ngoogle/api/http.proto\ngoogle.api\"T\nH" +
"ttp#\nrules (2.google.api.HttpRule" +
"\'\nfully_decode_reserved_expansion (" +
"\b\"チ\n\bHttpRule\n\bselector (\t\r\nget" +
" (\tH \r\nput (\tH \npost (\tH " +
"\ndelete (\tH \npatch (\tH /\ncus" +
"tom\b (2.google.api.CustomHttpPattern" +
"H \nbody (\t\n\rresponse_body (\t" +
"1\nadditional_bindings (2.google.ap" +
"i.HttpRuleB\t\npattern\"/\nCustomHttpPatte" +
"rn\nkind (\t\npath (\tBj\ncom.go" +
"ogle.apiB\tHttpProtoPZAgoogle.golang.org" +
"/genproto/googleapis/api/annotations;ann" +
"otationsᄁGAPIbproto3"
)
FileDescriptor.buildFrom(
descriptorData,
listOf()
)
}
}
public val Http.Deserializer.descriptor: Descriptor
get() = HttpProto.descriptor.messageTypes[0]
public val HttpRule.Deserializer.descriptor: Descriptor
get() = HttpProto.descriptor.messageTypes[1]
public val CustomHttpPattern.Deserializer.descriptor: Descriptor
get() = HttpProto.descriptor.messageTypes[2]