1<?php 2# Generated by the protocol buffer compiler. DO NOT EDIT! 3# source: helloworld.proto 4 5namespace GPBMetadata; 6 7class Helloworld 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 ' 19� 20helloworld.proto 21helloworld" 22HelloRequest 23name ( " 24 25HelloReply 26message ( 2I 27Greeter> 28SayHello.helloworld.HelloRequest.helloworld.HelloReply"B6 29io.grpc.examples.helloworldBHelloWorldProtoP�HLWbproto3' 30 , true); 31 32 static::$is_initialized = true; 33 } 34} 35 36