googleanalytics
/
lib
/
analytics-admin
/
vendor
/
google
/
common-protos
/
metadata
/
Api
/
Consumer.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
Consumer.php
38 lines
| 1 | <?php |
| 2 | # Generated by the protocol buffer compiler. DO NOT EDIT! |
| 3 | # source: google/api/consumer.proto |
| 4 | |
| 5 | namespace GPBMetadata\Google\Api; |
| 6 | |
| 7 | class Consumer |
| 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 | "0a87030a19676f6f676c652f6170692f636f6e73756d65722e70726f746f" . |
| 19 | "120a676f6f676c652e617069223d0a1150726f6a65637450726f70657274" . |
| 20 | "69657312280a0a70726f7065727469657318012003280b32142e676f6f67" . |
| 21 | "6c652e6170692e50726f706572747922ac010a0850726f7065727479120c" . |
| 22 | "0a046e616d65180120012809122f0a047479706518022001280e32212e67" . |
| 23 | "6f6f676c652e6170692e50726f70657274792e50726f7065727479547970" . |
| 24 | "6512130a0b6465736372697074696f6e180320012809224c0a0c50726f70" . |
| 25 | "6572747954797065120f0a0b554e535045434946494544100012090a0549" . |
| 26 | "4e543634100112080a04424f4f4c1002120a0a06535452494e471003120a" . |
| 27 | "0a06444f55424c45100442680a0e636f6d2e676f6f676c652e617069420d" . |
| 28 | "436f6e73756d657250726f746f50015a45676f6f676c652e676f6c616e67" . |
| 29 | "2e6f72672f67656e70726f746f2f676f6f676c65617069732f6170692f73" . |
| 30 | "657276696365636f6e6669673b73657276696365636f6e66696762067072" . |
| 31 | "6f746f33" |
| 32 | ), true); |
| 33 | |
| 34 | static::$is_initialized = true; |
| 35 | } |
| 36 | } |
| 37 | |
| 38 |