[protobuf] Re: Is there something like a setRepeatedFieldBuilder method for a Message.Builder?

2016-02-26 Thread 'Jie Luo' via Protocol Buffers
Try addRepeated...Builder() and then getRepeatedFieldBuilder(): https://github.com/google/protobuf/blob/master/java/core/src/test/java/com/google/protobuf/GeneratedMessageTest.java#L1613 On Friday, February 19, 2016 at 3:57:10 PM UTC-8, Diana Contreras wrote: > > Is there a chance that there is

[protobuf] Re: Question / Proposal: Wrappers for handling signed & encrypted data

2016-02-26 Thread 'Jie Luo' via Protocol Buffers
Protobuf does not support this On Friday, February 19, 2016 at 3:57:10 PM UTC-8, Eric Anderson wrote: > > Is anyone aware of a library / wrapper for working with encrypted and/or > signed data in protobufs (or other similar message description & > serialization tools)? > > I keep finding myself

[protobuf] Any type with python

2016-02-26 Thread Tim Richardson
Is the Any type implemented in the python libraries yet? I read this on the documentation *Currently the runtime libraries for working with Any types are under development*. -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe