aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/tests/qps/generated_code/Grpc/Testing/RpcType.php
blob: 73a66490ea9d4254666c0c2e3463c66564da5a37 (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\RpcType</code>
 */
class RpcType
{
    /**
     * Generated from protobuf enum <code>UNARY = 0;</code>
     */
    const UNARY = 0;
    /**
     * Generated from protobuf enum <code>STREAMING = 1;</code>
     */
    const STREAMING = 1;
    /**
     * Generated from protobuf enum <code>STREAMING_FROM_CLIENT = 2;</code>
     */
    const STREAMING_FROM_CLIENT = 2;
    /**
     * Generated from protobuf enum <code>STREAMING_FROM_SERVER = 3;</code>
     */
    const STREAMING_FROM_SERVER = 3;
    /**
     * Generated from protobuf enum <code>STREAMING_BOTH_WAYS = 4;</code>
     */
    const STREAMING_BOTH_WAYS = 4;
}