1<?php 2# Generated by the protocol buffer compiler. DO NOT EDIT! 3# source: src/proto/grpc/testing/control.proto 4 5namespace Grpc\Testing; 6 7use Google\Protobuf\Internal\GPBType; 8use Google\Protobuf\Internal\RepeatedField; 9use 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 */ 17class ClosedLoopParams extends \Google\Protobuf\Internal\Message 18{ 19 20 /** 21 * Constructor. 22 * 23 * @param array $data { 24 * Optional. Data for populating the Message object. 25 * 26 * } 27 */ 28 public function __construct($data = NULL) { 29 \GPBMetadata\Src\Proto\Grpc\Testing\Control::initOnce(); 30 parent::__construct($data); 31 } 32 33} 34 35