| <?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\ClientType</code> |
| */ |
| class ClientType |
| { |
| /** |
| * Many languages support a basic distinction between using |
| * sync or async client, and this allows the specification |
| * |
| * Generated from protobuf enum <code>SYNC_CLIENT = 0;</code> |
| */ |
| const SYNC_CLIENT = 0; |
| /** |
| * Generated from protobuf enum <code>ASYNC_CLIENT = 1;</code> |
| */ |
| const ASYNC_CLIENT = 1; |
| /** |
| * used for some language-specific variants |
| * |
| * Generated from protobuf enum <code>OTHER_CLIENT = 2;</code> |
| */ |
| const OTHER_CLIENT = 2; |
| } |
| |