summaryrefslogtreecommitdiff
path: root/tests/plugins/grpc/php_server/src/GPBMetadata/Service.php
blob: c1b65b2171bf2b58e1b2e5994fd5a62d5b349fbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?php
# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: service.proto

namespace GPBMetadata;

class Service
{
    public static $is_initialized = false;

    public static function initOnce() {
        $pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();

        if (static::$is_initialized == true) {
          return;
        }
        $pool->internalAddGeneratedFile(hex2bin(
            "0a6e0a0d736572766963652e70726f746f12077365727669636522160a07" .
            "4d657373616765120b0a036d736718012001280932340a044563686f122c" .
            "0a0450696e6712102e736572766963652e4d6573736167651a102e736572" .
            "766963652e4d6573736167652200620670726f746f33"
        ));

        static::$is_initialized = true;
    }
}