aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/tests/qps/generated_code/Grpc/Testing/ServerType.php
blob: 605c83c3f76d85310356f02c71ee252f04264721 (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
<?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.ServerType</code>
 */
class ServerType
{
    /**
     * <code>SYNC_SERVER = 0;</code>
     */
    const SYNC_SERVER = 0;
    /**
     * <code>ASYNC_SERVER = 1;</code>
     */
    const ASYNC_SERVER = 1;
    /**
     * <code>ASYNC_GENERIC_SERVER = 2;</code>
     */
    const ASYNC_GENERIC_SERVER = 2;
    /**
     * <pre>
     * used for some language-specific variants
     * </pre>
     *
     * <code>OTHER_SERVER = 3;</code>
     */
    const OTHER_SERVER = 3;
}