googleanalytics
/
lib
/
analytics-admin
/
vendor
/
google
/
common-protos
/
metadata
/
Api
/
Resource.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
Resource.php
41 lines
| 1 | <?php |
| 2 | # Generated by the protocol buffer compiler. DO NOT EDIT! |
| 3 | # source: google/api/resource.proto |
| 4 | |
| 5 | namespace GPBMetadata\Google\Api; |
| 6 | |
| 7 | class Resource |
| 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 | "0afa030a19676f6f676c652f6170692f7265736f757263652e70726f746f" . |
| 19 | "120a676f6f676c652e6170691a20676f6f676c652f70726f746f6275662f" . |
| 20 | "64657363726970746f722e70726f746f22ff010a125265736f7572636544" . |
| 21 | "657363726970746f72120c0a0474797065180120012809120f0a07706174" . |
| 22 | "7465726e18022003280912120a0a6e616d655f6669656c64180320012809" . |
| 23 | "12370a07686973746f727918042001280e32262e676f6f676c652e617069" . |
| 24 | "2e5265736f7572636544657363726970746f722e486973746f7279120e0a" . |
| 25 | "06706c7572616c18052001280912100a0873696e67756c61721806200128" . |
| 26 | "09225b0a07486973746f727912170a13484953544f52595f554e53504543" . |
| 27 | "49464945441000121d0a194f524947494e414c4c595f53494e474c455f50" . |
| 28 | "41545445524e100112180a144655545552455f4d554c54495f5041545445" . |
| 29 | "524e100222350a115265736f757263655265666572656e6365120c0a0474" . |
| 30 | "79706518012001280912120a0a6368696c645f7479706518022001280942" . |
| 31 | "6e0a0e636f6d2e676f6f676c652e617069420d5265736f7572636550726f" . |
| 32 | "746f50015a41676f6f676c652e676f6c616e672e6f72672f67656e70726f" . |
| 33 | "746f2f676f6f676c65617069732f6170692f616e6e6f746174696f6e733b" . |
| 34 | "616e6e6f746174696f6e73f80101a2020447415049620670726f746f33" |
| 35 | ), true); |
| 36 | |
| 37 | static::$is_initialized = true; |
| 38 | } |
| 39 | } |
| 40 | |
| 41 |