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
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
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/
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
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
>
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
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
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
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