aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/tests/qps/generated_code/Grpc/Testing/PayloadType.php
blob: 189ef034b4724cc7133c20435bd9d1cc93664bf2 (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
<?php
# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: src/proto/grpc/testing/messages.proto

namespace Grpc\Testing;

/**
 * <pre>
 * DEPRECATED, don't use. To be removed shortly.
 * The type of payload that should be returned.
 * </pre>
 *
 * Protobuf enum <code>grpc.testing.PayloadType</code>
 */
class PayloadType
{
    /**
     * <pre>
     * Compressable text format.
     * </pre>
     *
     * <code>COMPRESSABLE = 0;</code>
     */
    const COMPRESSABLE = 0;
}