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 -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/35bff52c-1a7b-4913-b574-151f1cf75d56n%40googlegroups.com.
