1234567891011121314151617181920212223242526 |
- <?php
- # Generated by the protocol buffer compiler. DO NOT EDIT!
- # NO CHECKED-IN PROTOBUF GENCODE
- # source: api/EntUser.proto
- namespace GPBMetadata\Api;
- class EntUser
- {
- 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\xEB\x01\x0A\x11api/EntUser.proto\x12\x09proto.api\x1A google/protobuf/descriptor.proto\"@\x0A\x0CUserBaseInfo\x12\x0F\x0A\x07user_id\x18\x01 \x01(\x05\x12\x10\x0A\x08username\x18\x02 \x01(\x09\x12\x0D\x0A\x05phone\x18\x03 \x01(\x09\"5\x0A\x07EntUser\x12*\x0A\x09base_info\x18\x01 \x01(\x0B2\x17.proto.api.UserBaseInfoB(Z\x06api/v1\x92A\x1D\x12\x1B\x0A\x0C\xE7\x94\xA8\xE6\x88\xB7\xE5\xAE\x9E\xE4\xBD\x93\x12\x06\xE5\xAE\x9E\xE4\xBD\x932\x031.0b\x06proto3"
- , true);
- static::$is_initialized = true;
- }
- }
|