New to protobuf. Like working with them love the concept. I started new job with lots of .proto all nested using lots of optional fields. I mostly interact with the messages as they come in off the wire. Have some dev back ground mostly with python.
can anyone think of a easy way to output what a given protobuf could look like if it is including all optional fields. This would be easy if it is one simple buf but when it is deeply nested buf definitions it is represented in a deep collection of many classes with optional elements. looking for field printed output 1. name1:datatype 2. name2:datatype or somting like this 1. classname.classname.name1:datatype 2. classname.name2:datatype in the order they could appear if all optional and mandatory fields were included. I would rather not create each instance and research all the nested .proto file each time I need to do this because I will need to do it often. PS I am very lazy! -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To view this discussion on the web visit https://groups.google.com/d/msg/protobuf/-/3sDy9QVyBzsJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/protobuf?hl=en.
