1 <?php 2 # Generated by the protocol buffer compiler. DO NOT EDIT! 3 # source: src/proto/grpc/testing/control.proto 4 5 namespace Grpc\Testing; 6 7 use Google\Protobuf\Internal\GPBType; 8 use Google\Protobuf\Internal\RepeatedField; 9 use Google\Protobuf\Internal\GPBUtil; 10 11 /** 12 * Once an RPC finishes, immediately start a new one. 13 * No configuration parameters needed. 14 * 15 * Generated from protobuf message <code>grpc.testing.ClosedLoopParams</code> 16 */ 17 class ClosedLoopParams extends \Google\Protobuf\Internal\Message 18 { 19 20 public function __construct() { 21 \GPBMetadata\Src\Proto\Grpc\Testing\Control::initOnce(); 22 parent::__construct(); 23 } 24 25 } 26 27