AkkaGrpc generate stubs

I want to use the regular stub and channel mechanism of Grpc along with the builtin AkkaGRPC AkkaHttp stream mechanism. How can I get access to the classic Grpc async and blocking stub methods that ScalaPB would generate?

Thanks.