grpc.testing.RpcType */ class RpcType { /** * UNARY = 0; */ const UNARY = 0; /** * STREAMING = 1; */ const STREAMING = 1; }