[protobuf] Detecting modifications to Protobuf messages

2016-09-15 Thread Jordan Kaye
Hello all, I've been searching for the better part of a day without finding much information on this topic, so I figured I'd go ahead and ask here. I'm looking for a way to receive notifications of changes to individual Protobuf message instances. I have an application that would like to

[protobuf] Re: proto3 - message inside messages

2016-09-16 Thread Jordan Kaye
I believe you're looking for oneof: https://developers.google.com/protocol-buffers/docs/proto#oneof --Jordan On Wednesday, September 14, 2016 at 2:44:40 PM UTC-5, Sachin Gole wrote: > > Hi All, > > I have one requirement where I wanted to pass request object either Socket > or GetHost > > Can