aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/tests/qps/generated_code/Grpc/Testing/Scenarios.php
blob: 278f555b7606338f767c20c0ef610e22719a2cb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?php
# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: src/proto/grpc/testing/control.proto

namespace Grpc\Testing;

use Google\Protobuf\Internal\GPBType;
use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;

/**
 * <pre>
 * A set of scenarios to be run with qps_json_driver
 * </pre>
 *
 * Protobuf type <code>grpc.testing.Scenarios</code>
 */
class Scenarios extends \Google\Protobuf\Internal\Message
{
    /**
     * <code>repeated .grpc.testing.Scenario scenarios = 1;</code>
     */
    private $scenarios;

    public function __construct() {
        \GPBMetadata\Src\Proto\Grpc\Testing\Control::initOnce();
        parent::__construct();
    }

    /**
     * <code>repeated .grpc.testing.Scenario scenarios = 1;</code>
     */
    public function getScenarios()
    {
        return $this->scenarios;
    }

    /**
     * <code>repeated .grpc.testing.Scenario scenarios = 1;</code>
     */
    public function setScenarios(&$var)
    {
        GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Grpc\Testing\Scenario::class);
        $this->scenarios = $var;
    }

}