aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/tests/qps/generated_code/Grpc/Testing/PayloadType.php
blob: d8df1af79828fad49e43ec078b84fe164550b63b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php
# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: src/proto/grpc/testing/messages.proto

namespace Grpc\Testing;

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