Kaido Kert | 25902c6 | 2024-06-17 17:10:28 -0700 | [diff] [blame^] | 1 | <?php |
| 2 | # Generated by the protocol buffer compiler. DO NOT EDIT! |
| 3 | # source: google/protobuf/any.proto |
| 4 | |
| 5 | namespace GPBMetadata\Google\Protobuf; |
| 6 | |
| 7 | class Any |
| 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 | "0acd010a19676f6f676c652f70726f746f6275662f616e792e70726f746f" . |
| 19 | "120f676f6f676c652e70726f746f62756622260a03416e7912100a087479" . |
| 20 | "70655f75726c180120012809120d0a0576616c756518022001280c426f0a" . |
| 21 | "13636f6d2e676f6f676c652e70726f746f6275664208416e7950726f746f" . |
| 22 | "50015a256769746875622e636f6d2f676f6c616e672f70726f746f627566" . |
| 23 | "2f7074797065732f616e79a20203475042aa021e476f6f676c652e50726f" . |
| 24 | "746f6275662e57656c6c4b6e6f776e5479706573620670726f746f33" |
| 25 | )); |
| 26 | |
| 27 | static::$is_initialized = true; |
| 28 | } |
| 29 | } |
| 30 | |