gRPC newbie. I have a simple api:
Customer getCustomer(int id) List getCustomers()
So my proto looks like this: