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