1<?php 2# Generated by the protocol buffer compiler. DO NOT EDIT! 3# source: src/proto/grpc/testing/empty.proto 4 5namespace Grpc\Testing; 6 7use Google\Protobuf\Internal\GPBType; 8use Google\Protobuf\Internal\RepeatedField; 9use Google\Protobuf\Internal\GPBUtil; 10 11/** 12 * An empty message that you can re-use to avoid defining duplicated empty 13 * messages in your project. A typical example is to use it as argument or the 14 * return value of a service API. For instance: 15 * service Foo { 16 * rpc Bar (grpc.testing.Empty) returns (grpc.testing.Empty) { }; 17 * }; 18 * 19 * Generated from protobuf message <code>grpc.testing.Empty</code> 20 */ 21class PBEmpty extends \Google\Protobuf\Internal\Message 22{ 23 24 public function __construct() { 25 \GPBMetadata\Src\Proto\Grpc\Testing\GPBEmpty::initOnce(); 26 parent::__construct(); 27 } 28 29} 30 31