Hi,
I have a following problem. I have message types defined in proto file and auto generated classes for them. Since, they don't have any setters associated with them I cannot use those classes in my main logic; hence I keep my version of custom implementation for main logic and use gRPC generated one for communication;
My question is "Is there any way to overcome having redundant classes ? How can I use the gRPC generated ones in my implementation such that I will be able to mutate them?"
Best,
Vahab