xref: /aosp_15_r20/external/grpc-grpc/src/php/tests/interop/Grpc/Testing/HookResponse.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 * Generated from protobuf message <code>grpc.testing.HookResponse</code>
13 */
14class HookResponse extends \Google\Protobuf\Internal\Message
15{
16
17    /**
18     * Constructor.
19     *
20     * @param array $data {
21     *     Optional. Data for populating the Message object.
22     *
23     * }
24     */
25    public function __construct($data = NULL) {
26        \GPBMetadata\Src\Proto\Grpc\Testing\Messages::initOnce();
27        parent::__construct($data);
28    }
29
30}
31
32