This is talking about text format. Unlike proto's binary format, it's human readable. Specifically for you question, I think you can use [1, 2, 3] to represent a repeated field of integer in text format.
On Fri, Apr 1, 2016 at 4:37 PM Reo Smith <[email protected]> wrote: > hi, i donnot know what does this mean? > > https://github.com/google/protobuf/releases/tag/v2.6.0 > > Added Support for list values, including lists of mesaages, when > parsing text-formatted protos in C++ and Java. > > For example: foo: [1, 2, 3] > > -- > 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 to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/protobuf. > For more options, visit https://groups.google.com/d/optout. > -- 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 to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
