googleanalytics
/
lib
/
analytics-admin
/
vendor
/
google
/
common-protos
/
metadata
/
Api
/
Backend.php
googleanalytics
/
lib
/
analytics-admin
/
vendor
/
google
/
common-protos
/
metadata
/
Api
Last commit date
Expr
3 years ago
Annotations.php
3 years ago
Auth.php
3 years ago
Backend.php
3 years ago
Billing.php
3 years ago
Client.php
3 years ago
ConfigChange.php
3 years ago
Consumer.php
3 years ago
Context.php
3 years ago
Control.php
3 years ago
Distribution.php
3 years ago
Documentation.php
3 years ago
Endpoint.php
3 years ago
FieldBehavior.php
3 years ago
Http.php
3 years ago
Httpbody.php
3 years ago
Label.php
3 years ago
LaunchStage.php
3 years ago
Log.php
3 years ago
Logging.php
3 years ago
Metric.php
3 years ago
MonitoredResource.php
3 years ago
Monitoring.php
3 years ago
Quota.php
3 years ago
Resource.php
3 years ago
Routing.php
3 years ago
Service.php
3 years ago
SourceInfo.php
3 years ago
SystemParameter.php
3 years ago
Usage.php
3 years ago
Backend.php
43 lines
| 1 | <?php |
| 2 | # Generated by the protocol buffer compiler. DO NOT EDIT! |
| 3 | # source: google/api/backend.proto |
| 4 | |
| 5 | namespace GPBMetadata\Google\Api; |
| 6 | |
| 7 | class Backend |
| 8 | { |
| 9 | public static $is_initialized = false; |
| 10 | |
| 11 | public static function initOnce() { |
| 12 | $pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool(); |
| 13 | |
| 14 | if (static::$is_initialized == true) { |
| 15 | return; |
| 16 | } |
| 17 | $pool->internalAddGeneratedFile(hex2bin( |
| 18 | "0ab4040a18676f6f676c652f6170692f6261636b656e642e70726f746f12" . |
| 19 | "0a676f6f676c652e61706922310a074261636b656e6412260a0572756c65" . |
| 20 | "7318012003280b32172e676f6f676c652e6170692e4261636b656e645275" . |
| 21 | "6c6522e0020a0b4261636b656e6452756c6512100a0873656c6563746f72" . |
| 22 | "180120012809120f0a076164647265737318022001280912100a08646561" . |
| 23 | "646c696e6518032001280112140a0c6d696e5f646561646c696e65180420" . |
| 24 | "012801121a0a126f7065726174696f6e5f646561646c696e651805200128" . |
| 25 | "0112410a10706174685f7472616e736c6174696f6e18062001280e32272e" . |
| 26 | "676f6f676c652e6170692e4261636b656e6452756c652e50617468547261" . |
| 27 | "6e736c6174696f6e12160a0c6a77745f61756469656e6365180720012809" . |
| 28 | "480012160a0c64697361626c655f61757468180820012808480022650a0f" . |
| 29 | "506174685472616e736c6174696f6e12200a1c504154485f5452414e534c" . |
| 30 | "4154494f4e5f554e535045434946494544100012140a10434f4e5354414e" . |
| 31 | "545f414444524553531001121a0a16415050454e445f504154485f544f5f" . |
| 32 | "41444452455353100242100a0e61757468656e7469636174696f6e426e0a" . |
| 33 | "0e636f6d2e676f6f676c652e617069420c4261636b656e6450726f746f50" . |
| 34 | "015a45676f6f676c652e676f6c616e672e6f72672f67656e70726f746f2f" . |
| 35 | "676f6f676c65617069732f6170692f73657276696365636f6e6669673b73" . |
| 36 | "657276696365636f6e666967a2020447415049620670726f746f33" |
| 37 | ), true); |
| 38 | |
| 39 | static::$is_initialized = true; |
| 40 | } |
| 41 | } |
| 42 | |
| 43 |