Re: [protobuf] Default Values vs Missing Values

2016-05-17 Thread Teddy Zhang
I'm really not happy to see that proto3 removed the ability in generate code for check whether a field exits or not. For a message like this: message Test1 { required int32 a = 1; } If field a is present, the encoded message will have field with id 1 and its value. If the field is not set, the

Re: [protobuf] protobuf-dt required password from eclipse marketplace

2016-05-17 Thread Yan Yan
It worked. Thx. On Wednesday, May 18, 2016 at 1:30:28 AM UTC+8, Alexander Rookey wrote: > > The marketplace has been updated to reflect the current update-site of > protobuf-dt. It should work now. The protobuf editor can also be > installed manually using the Eclipse Install dialog window "He

Re: [protobuf] protobuf-dt required password from eclipse marketplace

2016-05-17 Thread 'Alexander Rookey' via Protocol Buffers
The marketplace has been updated to reflect the current update-site of protobuf-dt. It should work now. The protobuf editor can also be installed manually using the Eclipse Install dialog window "Help > Install New Software..." and the update site "http://google.github.io/protobuf-dt/updates/

[protobuf] Re: XML to Protocol Buffers converter

2016-05-17 Thread Huimin
Hello Simon, Sorry! I forgot to mention that I am interested in XML to Protocol Buffers converter in java. Thanks! Huimin On Monday, September 28, 2009 at 9:14:52 AM UTC-4, sim wrote: > > Hi all. Would anybody be interested in an XML to Protocol Buffers > converter if it were opened up to the co

[protobuf] Re: XML to Protocol Buffers converter

2016-05-17 Thread Huimin
Hello Simon, I am interested in the XML to Protocol Buffers converter. Is it opened up to the community? Where can I get it? Thanks a lot for your support! Huimin On Monday, September 28, 2009 at 9:14:52 AM UTC-4, sim wrote: > > Hi all. Would anybody be interested in an XML to Protocol Buffers >

Re: [protobuf] How to erase particular field with MergeFrom()

2016-05-17 Thread 'Feng Xiao' via Protocol Buffers
On Tue, May 17, 2016 at 1:49 AM, Denis Bakhvalov wrote: > Hi Feng Xiao, > > Thanks for your reply! > > Unfortunately I couldn't find good examples how to use it, so let me ask > one more question: > > Should I put mask as a part of original message: > > message RepAndOpt > { > repeated string

Re: [protobuf] protobuf-dt required password from eclipse marketplace

2016-05-17 Thread 'Adam Cozzette' via Protocol Buffers
I've just now heard that the problem has been fixed. Yan and workingmeloen, could you try again and let me know if you run into any more problems? On Wed, May 11, 2016 at 5:21 AM, wrote: > > Me and a collegue have encountered this exact problem too, looking forward > to the fix! > On Tuesday, 10

Re: [protobuf] How to erase particular field with MergeFrom()

2016-05-17 Thread Denis Bakhvalov
Hi Feng Xiao, Thanks for your reply! Unfortunately I couldn't find good examples how to use it, so let me ask one more question: Should I put mask as a part of original message: message RepAndOpt { repeated string name = 1; string surname = 2; google.protobuf.FieldMask field_m

Re: [protobuf] How to erase particular field with MergeFrom()

2016-05-17 Thread Denis Bakhvalov
Hi Feng Xiao, Thanks for your reply! Unfortunately I couldn't find good examples how to use it, so let me ask one more question: Should I put mask as a part of original message: message RepAndOpt { repeated string name = 1; string surname = 2; google.protobuf.FieldMask field_m