• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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    public function __construct() {
21        \GPBMetadata\Src\Proto\Grpc\Testing\Control::initOnce();
22        parent::__construct();
23    }
24
25}
26
27