googleanalytics
/
lib
/
analytics-admin
/
vendor
/
google
/
common-protos
/
metadata
/
Api
/
FieldBehavior.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
FieldBehavior.php
35 lines
| 1 | <?php |
| 2 | # Generated by the protocol buffer compiler. DO NOT EDIT! |
| 3 | # source: google/api/field_behavior.proto |
| 4 | |
| 5 | namespace GPBMetadata\Google\Api; |
| 6 | |
| 7 | class FieldBehavior |
| 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 | "0ac6020a1f676f6f676c652f6170692f6669656c645f6265686176696f72" . |
| 19 | "2e70726f746f120a676f6f676c652e6170691a20676f6f676c652f70726f" . |
| 20 | "746f6275662f64657363726970746f722e70726f746f2a7b0a0d4669656c" . |
| 21 | "644265686176696f72121e0a1a4649454c445f4245484156494f525f554e" . |
| 22 | "5350454349464945441000120c0a084f5054494f4e414c1001120c0a0852" . |
| 23 | "455155495245441002120f0a0b4f55545055545f4f4e4c591003120e0a0a" . |
| 24 | "494e5055545f4f4e4c591004120d0a09494d4d555441424c45100542700a" . |
| 25 | "0e636f6d2e676f6f676c652e61706942124669656c644265686176696f72" . |
| 26 | "50726f746f50015a41676f6f676c652e676f6c616e672e6f72672f67656e" . |
| 27 | "70726f746f2f676f6f676c65617069732f6170692f616e6e6f746174696f" . |
| 28 | "6e733b616e6e6f746174696f6e73a2020447415049620670726f746f33" |
| 29 | ), true); |
| 30 | |
| 31 | static::$is_initialized = true; |
| 32 | } |
| 33 | } |
| 34 | |
| 35 |