Re: [protobuf] Way to figure out the fields that are modified

2010-06-21 Thread Jason Hsueh
On Mon, Jun 21, 2010 at 8:23 AM, Ananth Arockia wrote: > Hello, > > I am exploring protobuf to use it in my project. > > I would like to have a message defined in a .proto file. All the > fields in this message would be "optional" due to the fact that the > message producer in my project context w

[protobuf] Way to figure out the fields that are modified

2010-06-21 Thread Ananth Arockia
Hello, I am exploring protobuf to use it in my project. I would like to have a message defined in a .proto file. All the fields in this message would be "optional" due to the fact that the message producer in my project context would set just a subset of fields. Can someone please clarify 1. Is