[protobuf] How to get a field object using name in proto3 like MutableExtension

2021-11-10 Thread Mihir Thakkar
Hello everyone, Intro: My company is in the process of migrating schemas from proto2 to proto3. I am eliminating extensions as they are not supported. Question: I am wondering if it is possible to get a field object using it's name. Example: In proto2, my current code looks like this: *>

Re: [protobuf] can protobuf3 be used with protobuf2?

2020-02-03 Thread Mihir Thakkar
I am trying to use proto2 on client-side and proto3 on server-side. My schema files use extensions, and I am assuming this is still true so I cannot do it? Can anybody confirm? On Thursday, April 28, 2016 at 6:18:12 PM UTC-4, Feng Xiao wrote: > > > > On Tue, Apr 26, 2016 at 7:04 PM, Bo Gao > >