I have a big protobuf message. I'd like to set all the fields of the message including optional and required fields. Is there any way to do it without using the set_field_name() for each field in the message
Asked
Active
Viewed 78 times
1
-
1You can take a look at protobuf Reflection. – for_stack Jun 13 '22 at 14:06