xiaoai/php_server/extend/lib/protobuf/GPBMetadata/ErrorMessage.php

30 lines
927 B
PHP

<?php
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: ErrorMessage.proto
namespace GPBMetadata;
class ErrorMessage
{
public static $is_initialized = false;
public static function initOnce() {
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
if (static::$is_initialized == true) {
return;
}
\GPBMetadata\TransportMessage::initOnce();
$pool->internalAddGeneratedFile(hex2bin(
"0a92010a124572726f724d6573736167652e70726f746f12174a75626f2e" .
"4a754c69616f2e494d2e57782e50726f746f225b0a0c4572726f724d6573" .
"7361676512390a094572726f72436f646518012001280e32262e4a75626f" .
"2e4a754c69616f2e494d2e57782e50726f746f2e456e756d4572726f7243" .
"6f646512100a084572726f724d7367180220012809620670726f746f33"
), true);
static::$is_initialized = true;
}
}