aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/tests/qps/generated_code/Grpc/Testing/ClientType.php
blob: d1df4f19436168fe4f49f2c492bf7f86ff4f562a (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
<?php
# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: src/proto/grpc/testing/control.proto

namespace Grpc\Testing;

/**
 * Protobuf enum <code>Grpc\Testing\ClientType</code>
 */
class ClientType
{
    /**
     * Many languages support a basic distinction between using
     * sync or async client, and this allows the specification
     *
     * Generated from protobuf enum <code>SYNC_CLIENT = 0;</code>
     */
    const SYNC_CLIENT = 0;
    /**
     * Generated from protobuf enum <code>ASYNC_CLIENT = 1;</code>
     */
    const ASYNC_CLIENT = 1;
    /**
     * used for some language-specific variants
     *
     * Generated from protobuf enum <code>OTHER_CLIENT = 2;</code>
     */
    const OTHER_CLIENT = 2;
}