googleanalytics
/
lib
/
analytics-admin
/
vendor
/
google
/
common-protos
/
metadata
/
Api
/
Client.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
Client.php
31 lines
| 1 | <?php |
| 2 | # Generated by the protocol buffer compiler. DO NOT EDIT! |
| 3 | # source: google/api/client.proto |
| 4 | |
| 5 | namespace GPBMetadata\Google\Api; |
| 6 | |
| 7 | class Client |
| 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 | "0aba010a17676f6f676c652f6170692f636c69656e742e70726f746f120a" . |
| 19 | "676f6f676c652e6170691a20676f6f676c652f70726f746f6275662f6465" . |
| 20 | "7363726970746f722e70726f746f42690a0e636f6d2e676f6f676c652e61" . |
| 21 | "7069420b436c69656e7450726f746f50015a41676f6f676c652e676f6c61" . |
| 22 | "6e672e6f72672f67656e70726f746f2f676f6f676c65617069732f617069" . |
| 23 | "2f616e6e6f746174696f6e733b616e6e6f746174696f6e73a20204474150" . |
| 24 | "49620670726f746f33" |
| 25 | ), true); |
| 26 | |
| 27 | static::$is_initialized = true; |
| 28 | } |
| 29 | } |
| 30 | |
| 31 |