grpc.testing.ClientType */ class ClientType { /** *
     * Many languages support a basic distinction between using
     * sync or async client, and this allows the specification
     * 
* * SYNC_CLIENT = 0; */ const SYNC_CLIENT = 0; /** * ASYNC_CLIENT = 1; */ const ASYNC_CLIENT = 1; /** *
     * used for some language-specific variants
     * 
* * OTHER_CLIENT = 2; */ const OTHER_CLIENT = 2; }