xref: /aosp_15_r20/external/grpc-grpc/src/php/tests/interop/Grpc/Testing/ClientConfigureResponse.php (revision cc02d7e222339f7a4f6ba5f422e6413f4bd931f2)
1<?php
2# Generated by the protocol buffer compiler.  DO NOT EDIT!
3# source: src/proto/grpc/testing/messages.proto
4
5namespace Grpc\Testing;
6
7use Google\Protobuf\Internal\GPBType;
8use Google\Protobuf\Internal\RepeatedField;
9use Google\Protobuf\Internal\GPBUtil;
10
11/**
12 * Response for updating a test client's configuration.
13 *
14 * Generated from protobuf message <code>grpc.testing.ClientConfigureResponse</code>
15 */
16class ClientConfigureResponse extends \Google\Protobuf\Internal\Message
17{
18
19    /**
20     * Constructor.
21     *
22     * @param array $data {
23     *     Optional. Data for populating the Message object.
24     *
25     * }
26     */
27    public function __construct($data = NULL) {
28        \GPBMetadata\Src\Proto\Grpc\Testing\Messages::initOnce();
29        parent::__construct($data);
30    }
31
32}
33
34