[protobuf] Re: Why does protoc convert properties name with 'Url' suffix to 'URL' when converting Objective-C?

2021-11-10 Thread 'thom...@google.com' via Protocol Buffers
The protos style guide for fields: https://developers.google.com/protocol-buffers/docs/style#message_and_field_names > Use underscore_separated_names for field names (including oneof field and extension names) – for example, song_name To make the generated ObjC code a better fit for ObjC

[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: *>