googleanalytics
/
lib
/
analytics-admin
/
vendor
/
google
/
common-protos
/
metadata
/
Api
/
Auth.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
Auth.php
47 lines
| 1 | <?php |
| 2 | # Generated by the protocol buffer compiler. DO NOT EDIT! |
| 3 | # source: google/api/auth.proto |
| 4 | |
| 5 | namespace GPBMetadata\Google\Api; |
| 6 | |
| 7 | class Auth |
| 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 | \GPBMetadata\Google\Api\Annotations::initOnce(); |
| 18 | $pool->internalAddGeneratedFile(hex2bin( |
| 19 | "0a88050a15676f6f676c652f6170692f617574682e70726f746f120a676f" . |
| 20 | "6f676c652e617069226c0a0e41757468656e7469636174696f6e122d0a05" . |
| 21 | "72756c657318032003280b321e2e676f6f676c652e6170692e4175746865" . |
| 22 | "6e7469636174696f6e52756c65122b0a0970726f76696465727318042003" . |
| 23 | "280b32182e676f6f676c652e6170692e4175746850726f766964657222a9" . |
| 24 | "010a1241757468656e7469636174696f6e52756c6512100a0873656c6563" . |
| 25 | "746f72180120012809122c0a056f6175746818022001280b321d2e676f6f" . |
| 26 | "676c652e6170692e4f41757468526571756972656d656e747312200a1861" . |
| 27 | "6c6c6f775f776974686f75745f63726564656e7469616c18052001280812" . |
| 28 | "310a0c726571756972656d656e747318072003280b321b2e676f6f676c65" . |
| 29 | "2e6170692e41757468526571756972656d656e74226a0a0c417574685072" . |
| 30 | "6f7669646572120a0a026964180120012809120e0a066973737565721802" . |
| 31 | "2001280912100a086a776b735f75726918032001280912110a0961756469" . |
| 32 | "656e63657318042001280912190a11617574686f72697a6174696f6e5f75" . |
| 33 | "726c180520012809222d0a114f41757468526571756972656d656e747312" . |
| 34 | "180a1063616e6f6e6963616c5f73636f70657318012001280922390a0f41" . |
| 35 | "757468526571756972656d656e7412130a0b70726f76696465725f696418" . |
| 36 | "012001280912110a0961756469656e636573180220012809426b0a0e636f" . |
| 37 | "6d2e676f6f676c652e61706942094175746850726f746f50015a45676f6f" . |
| 38 | "676c652e676f6c616e672e6f72672f67656e70726f746f2f676f6f676c65" . |
| 39 | "617069732f6170692f73657276696365636f6e6669673b73657276696365" . |
| 40 | "636f6e666967a2020447415049620670726f746f33" |
| 41 | ), true); |
| 42 | |
| 43 | static::$is_initialized = true; |
| 44 | } |
| 45 | } |
| 46 | |
| 47 |