aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/tests/qps/generated_code/Grpc/Testing/RpcType.php
blob: 2e664fff47716c5ba0f7704c522ac7d0f35d4fa0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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
{
    /**
     * <code>UNARY = 0;</code>
     */
    const UNARY = 0;
    /**
     * <code>STREAMING = 1;</code>
     */
    const STREAMING = 1;
}