commonMain.protokt.v1.google.api.quota_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/quota.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 QuotaProto {
public val descriptor: FileDescriptor by lazy {
val descriptorData =
arrayOf(
"\ngoogle/api/quota.proto\ngoogle.api\"]\n" +
"Quota&\nlimits (2.google.api.Quota" +
"Limit,\nmetric_rules (2.google.api" +
".MetricRule\"ム\n\nMetricRule\n\bselector" +
" (\t=\nmetric_costs (2\'.google.api." +
"MetricRule.MetricCostsEntry2\nMetricCos" +
"tsEntry\nkey (\t\r\nvalue (:8\"" +
"ユ\n\nQuotaLimit\nname (\t\ndescript" +
"ion (\t\n\rdefault_limit (\n\tmax_" +
"limit (\n\tfree_tier (\n\bdurati" +
"on (\t\nmetric\b (\t\nunit\t (\t2" +
"\nvalues\n (2\".google.api.QuotaLimit.V" +
"aluesEntry\ndisplay_name (\t-\nValu" +
"esEntry\nkey (\t\r\nvalue (:8B" +
"l\ncom.google.apiB\nQuotaProtoPZEgoogle." +
"golang.org/genproto/googleapis/api/servi" +
"ceconfig;serviceconfigᄁGAPIbproto3"
)
FileDescriptor.buildFrom(
descriptorData,
listOf()
)
}
}
public val Quota.Deserializer.descriptor: Descriptor
get() = QuotaProto.descriptor.messageTypes[0]
public val MetricRule.Deserializer.descriptor: Descriptor
get() = QuotaProto.descriptor.messageTypes[1]
public val QuotaLimit.Deserializer.descriptor: Descriptor
get() = QuotaProto.descriptor.messageTypes[2]