[protobuf] Re: Defining wrapper types in proto file

2018-09-13 Thread qplc
Thanks Adam for your valuable response. On Wednesday, September 12, 2018 at 1:30:14 PM UTC+5:30, qplc wrote: > > Hi, > > How do I define wrapper Long value in .proto file. Can anyone help in this? > > > Thanks, > qplc > -- You received this message because you a

[protobuf] Re: Defining wrapper types in proto file

2018-09-12 Thread qplc
convert List to Set in java if I use above data type. Is there a specific data type that I can provide in my proto file to avoid List to Set conversion. On Wednesday, September 12, 2018 at 1:30:14 PM UTC+5:30, qplc wrote: > Hi, > > How do I define wrapper Long value in .proto

[protobuf] Re: Defining wrapper types in proto file

2018-09-12 Thread qplc
d attribute7 in proto file. Please help me on this. On Wednesday, September 12, 2018 at 1:30:14 PM UTC+5:30, qplc wrote: > > Hi, > > How do I define wrapper Long value in .proto file. Can anyone help in this? > > > Thanks, > qplc > -- You received this message becau

[protobuf] Defining wrapper types in proto file

2018-09-12 Thread qplc
Hi, How do I define wrapper Long value in .proto file. Can anyone help in this? Thanks, qplc -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email t

[protobuf] How do I define java.util.Set in proto file?

2018-09-12 Thread qplc
Hi, Following is the way I'm defining a list in my .proto file. message TestMessage{ repeated int64 listOfObjects = 1; } But, how do I define java.util.Set in .proto file? Does proto3 support Set data type? Any suggestions are helpful. Thanks, qplc -- You received this message be