25 lines
1.7 KiB
PHP
Executable File
25 lines
1.7 KiB
PHP
Executable File
<?php
|
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
# source: google/api/quota.proto
|
|
|
|
namespace GPBMetadata\Google\Api;
|
|
|
|
class Quota
|
|
{
|
|
public static $is_initialized = false;
|
|
|
|
public static function initOnce() {
|
|
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
|
|
|
|
if (static::$is_initialized == true) {
|
|
return;
|
|
}
|
|
$pool->internalAddGeneratedFile(
|
|
"\x0A\xA5\x05\x0A\x16google/api/quota.proto\x12\x0Agoogle.api\"]\x0A\x05Quota\x12&\x0A\x06limits\x18\x03 \x03(\x0B2\x16.google.api.QuotaLimit\x12,\x0A\x0Cmetric_rules\x18\x04 \x03(\x0B2\x16.google.api.MetricRule\"\x91\x01\x0A\x0AMetricRule\x12\x10\x0A\x08selector\x18\x01 \x01(\x09\x12=\x0A\x0Cmetric_costs\x18\x02 \x03(\x0B2'.google.api.MetricRule.MetricCostsEntry\x1A2\x0A\x10MetricCostsEntry\x12\x0B\x0A\x03key\x18\x01 \x01(\x09\x12\x0D\x0A\x05value\x18\x02 \x01(\x03:\x028\x01\"\x95\x02\x0A\x0AQuotaLimit\x12\x0C\x0A\x04name\x18\x06 \x01(\x09\x12\x13\x0A\x0Bdescription\x18\x02 \x01(\x09\x12\x15\x0A\x0Ddefault_limit\x18\x03 \x01(\x03\x12\x11\x0A\x09max_limit\x18\x04 \x01(\x03\x12\x11\x0A\x09free_tier\x18\x07 \x01(\x03\x12\x10\x0A\x08duration\x18\x05 \x01(\x09\x12\x0E\x0A\x06metric\x18\x08 \x01(\x09\x12\x0C\x0A\x04unit\x18\x09 \x01(\x09\x122\x0A\x06values\x18\x0A \x03(\x0B2\".google.api.QuotaLimit.ValuesEntry\x12\x14\x0A\x0Cdisplay_name\x18\x0C \x01(\x09\x1A-\x0A\x0BValuesEntry\x12\x0B\x0A\x03key\x18\x01 \x01(\x09\x12\x0D\x0A\x05value\x18\x02 \x01(\x03:\x028\x01Bl\x0A\x0Ecom.google.apiB\x0AQuotaProtoP\x01ZEgoogle.golang.org/genproto/googleapis/api/serviceconfig;serviceconfig\xA2\x02\x04GAPIb\x06proto3"
|
|
, true);
|
|
|
|
static::$is_initialized = true;
|
|
}
|
|
}
|
|
|