aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/tests/qps/generated_code/GPBMetadata/Src/Proto/Grpc/Testing/ProxyService.php
blob: e07f73679eaaee2d0769c4699e185dd6a80e8523 (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
28
29
30
31
32
33
34
35
36
37
<?php
# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: src/proto/grpc/testing/proxy-service.proto

namespace GPBMetadata\Src\Proto\Grpc\Testing;

class ProxyService
{
    public static $is_initialized = false;

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

        if (static::$is_initialized == true) {
          return;
        }
        \GPBMetadata\Src\Proto\Grpc\Testing\Control::initOnce();
        \GPBMetadata\Src\Proto\Grpc\Testing\Stats::initOnce();
        $pool->internalAddGeneratedFile(hex2bin(
            "0ad6020a2a7372632f70726f746f2f677270632f74657374696e672f7072" .
            "6f78792d736572766963652e70726f746f120c677270632e74657374696e" .
            "671a227372632f70726f746f2f677270632f74657374696e672f73746174" .
            "732e70726f746f221c0a0950726f787953746174120f0a076c6174656e63" .
            "7918012001280132cf010a1250726f7879436c69656e7453657276696365" .
            "123b0a09476574436f6e66696712122e677270632e74657374696e672e56" .
            "6f69641a1a2e677270632e74657374696e672e436c69656e74436f6e6669" .
            "67123b0a0a5265706f727454696d6512172e677270632e74657374696e67" .
            "2e50726f7879537461741a122e677270632e74657374696e672e566f6964" .
            "2801123f0a0a5265706f727448697374121b2e677270632e74657374696e" .
            "672e486973746f6772616d446174611a122e677270632e74657374696e67" .
            "2e566f69642801620670726f746f33"
        ));

        static::$is_initialized = true;
    }
}