Rachel
Rachel

Reputation: 35

How to generate values for all fields including required fields in a protobuf message

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

Upvotes: 1

Views: 102

Answers (0)

Related Questions