Grpc\Testing\ServerType */ class ServerType { /** * Generated from protobuf enum SYNC_SERVER = 0; */ const SYNC_SERVER = 0; /** * Generated from protobuf enum ASYNC_SERVER = 1; */ const ASYNC_SERVER = 1; /** * Generated from protobuf enum ASYNC_GENERIC_SERVER = 2; */ const ASYNC_GENERIC_SERVER = 2; /** * used for some language-specific variants * * Generated from protobuf enum OTHER_SERVER = 3; */ const OTHER_SERVER = 3; }