[protobuf] Create Message member field that take differnt arguments than its return type

2015-01-12 Thread Apekshith Ramesha
I'm trying to define a message field called isXyz which returns a bool value. But im passing in a SetABC as a method arguments, here is the java implementation of it public boolean isXyz(Set? extends ABC abc) How to define my message to get this method generate in java. Thanks for the help!

[protobuf] maven repo for version 3.0

2015-01-12 Thread Babu Srinivasan
I switched to protobuf 3.0 (alpha-1). I compiles protoc from git source. I want to update pom.xml. But the maven repo doesn't have a 3.0 version (http://mvnrepository.com/artifact/com.google.protobuf/protobuf-java) Where can I get it? -- You received this message because you are subscribed to

Re: [protobuf] maven repo for version 3.0

2015-01-12 Thread 'Feng Xiao' via Protocol Buffers
On Sun, Jan 11, 2015 at 11:04 AM, Babu Srinivasan babu.sriniva...@gmail.com wrote: I switched to protobuf 3.0 (alpha-1). I compiles protoc from git source. I want to update pom.xml. But the maven repo doesn't have a 3.0 version (

Re: [protobuf] Re: Protobuf Buffers v3.0.0-alpha-1

2015-01-12 Thread Arjun Satish
Would it be possible to re-introduce this feature in a subsequent release? It seems like you are still using it under-the-hood. And because of the benefits I mentioned above, I strongly feel that it will only help the community. Best, On Wed, Jan 7, 2015 at 8:01 PM, Feng Xiao xiaof...@google.com