12345678910111213141516171819202122232425262728293031323334353637 |
- <?php
- # Generated by the protocol buffer compiler. DO NOT EDIT!
- # source: google/api/system_parameter.proto
- namespace GPBMetadata\Google\Api;
- class SystemParameter
- {
- public static $is_initialized = false;
- public static function initOnce() {
- $pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
- if (static::$is_initialized == true) {
- return;
- }
- $pool->internalAddGeneratedFile(hex2bin(
- "0aa0030a21676f6f676c652f6170692f73797374656d5f706172616d6574" .
- "65722e70726f746f120a676f6f676c652e61706922420a1053797374656d" .
- "506172616d6574657273122e0a0572756c657318012003280b321f2e676f" .
- "6f676c652e6170692e53797374656d506172616d6574657252756c652258" .
- "0a1353797374656d506172616d6574657252756c6512100a0873656c6563" .
- "746f72180120012809122f0a0a706172616d657465727318022003280b32" .
- "1b2e676f6f676c652e6170692e53797374656d506172616d657465722251" .
- "0a0f53797374656d506172616d65746572120c0a046e616d651801200128" .
- "0912130a0b687474705f686561646572180220012809121b0a1375726c5f" .
- "71756572795f706172616d6574657218032001280942760a0e636f6d2e67" .
- "6f6f676c652e617069421453797374656d506172616d6574657250726f74" .
- "6f50015a45676f6f676c652e676f6c616e672e6f72672f67656e70726f74" .
- "6f2f676f6f676c65617069732f6170692f73657276696365636f6e666967" .
- "3b73657276696365636f6e666967a2020447415049620670726f746f33"
- ), true);
- static::$is_initialized = true;
- }
- }
|