googleanalytics
/
lib
/
analytics-admin
/
vendor
/
google
/
common-protos
/
metadata
/
Api
/
Context.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
Context.php
34 lines
| 1 | <?php |
| 2 | # Generated by the protocol buffer compiler. DO NOT EDIT! |
| 3 | # source: google/api/context.proto |
| 4 | |
| 5 | namespace GPBMetadata\Google\Api; |
| 6 | |
| 7 | class Context |
| 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 | "0a97020a18676f6f676c652f6170692f636f6e746578742e70726f746f12" . |
| 19 | "0a676f6f676c652e61706922310a07436f6e7465787412260a0572756c65" . |
| 20 | "7318012003280b32172e676f6f676c652e6170692e436f6e746578745275" . |
| 21 | "6c6522440a0b436f6e7465787452756c6512100a0873656c6563746f7218" . |
| 22 | "012001280912110a0972657175657374656418022003280912100a087072" . |
| 23 | "6f7669646564180320032809426e0a0e636f6d2e676f6f676c652e617069" . |
| 24 | "420c436f6e7465787450726f746f50015a45676f6f676c652e676f6c616e" . |
| 25 | "672e6f72672f67656e70726f746f2f676f6f676c65617069732f6170692f" . |
| 26 | "73657276696365636f6e6669673b73657276696365636f6e666967a20204" . |
| 27 | "47415049620670726f746f33" |
| 28 | ), true); |
| 29 | |
| 30 | static::$is_initialized = true; |
| 31 | } |
| 32 | } |
| 33 | |
| 34 |