aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/tests/qps/generated_code/Grpc/Testing/ClientType.php
blob: 4f59da992f998c9567c94acfb9e8f913d6e07deb (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
<?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
{
    /**
     * <pre>
     * Many languages support a basic distinction between using
     * sync or async client, and this allows the specification
     * </pre>
     *
     * <code>SYNC_CLIENT = 0;</code>
     */
    const SYNC_CLIENT = 0;
    /**
     * <code>ASYNC_CLIENT = 1;</code>
     */
    const ASYNC_CLIENT = 1;
    /**
     * <pre>
     * used for some language-specific variants
     * </pre>
     *
     * <code>OTHER_CLIENT = 2;</code>
     */
    const OTHER_CLIENT = 2;
}