1<?php
2# Generated by the protocol buffer compiler.  DO NOT EDIT!
3# source: src/proto/grpc/testing/empty.proto
4
5namespace GPBMetadata\Src\Proto\Grpc\Testing;
6
7class PBEmpty
8{
9    public static $is_initialized = false;
10
11    public static function initOnce() {
12        $pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
13
14        if (static::$is_initialized == true) {
15          return;
16        }
17        $pool->internalAddGeneratedFile(
18            '
19J
20"src/proto/grpc/testing/empty.protogrpc.testing"
21EmptyMessagebproto3'
22        , true);
23
24        static::$is_initialized = true;
25    }
26}
27
28