Is there a way to pass type arguments in response message of protobuf file?
For example, I have a response type of SResponse<E>
with uses generic argument and I want to do same in my protobuf file.
I have tried searching on web nothing specific is mentioned in docs.
No.
Different values of E
must be represented by different protobuf messages.
You will want to:
E