1<?php 2# Generated by the protocol buffer compiler. DO NOT EDIT! 3# source: google/protobuf/wrappers.proto 4 5namespace GPBMetadata\Google\Protobuf; 6 7class Wrappers 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� 20google/protobuf/wrappers.protogoogle.protobuf" 21DoubleValue 22value (" 23 24FloatValue 25value (" 26 27Int64Value 28value (" 29UInt64Value 30value (" 31 32Int32Value 33value (" 34UInt32Value 35value ( 36" 37 BoolValue 38value (" 39StringValue 40value ( " 41 42BytesValue 43value (B� 44com.google.protobufB 45WrappersProtoPZ1google.golang.org/protobuf/types/known/wrapperspb��GPB�Google.Protobuf.WellKnownTypesbproto3' 46 , true); 47 48 static::$is_initialized = true; 49 } 50} 51 52