1234567891011121314151617181920212223242526 |
- <?php
- # Generated by the protocol buffer compiler. DO NOT EDIT!
- # NO CHECKED-IN PROTOBUF GENCODE
- # source: api/EntCommon.proto
- namespace GPBMetadata\Api;
- class EntCommon
- {
- public static $is_initialized = false;
- public static function initOnce() {
- $pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
- if (static::$is_initialized == true) {
- return;
- }
- \GPBMetadata\ProtocGenOpenapiv2\Options\Annotations::initOnce();
- $pool->internalAddGeneratedFile(
- "\x0A\x9E\x01\x0A\x13api/EntCommon.proto\x12\x09proto.api\x1A google/protobuf/descriptor.proto*.\x0A\x06YES_NO\x12\x13\x0A\x0FYES_NO_RESERVED\x10\x00\x12\x07\x0A\x03YES\x10\x01\x12\x06\x0A\x02NO\x10\x02B\"Z\x06api/v1\x92A\x17\x12\x15\x0A\x06\xE5\xAE\x9E\xE4\xBD\x93\x12\x06\xE5\xAE\x9E\xE4\xBD\x932\x031.0b\x06proto3"
- , true);
- static::$is_initialized = true;
- }
- }
|