I have a map<string, string> field in a message. When I try to use setField(Descriptors.FieldDescriptor field, Object value) API on Message.Builder and pass in a descriptor with a Java map, it complains map cannot be converted to a list.
I want to replace the existing map with the new map. Just wondering what should I pass in for value argument.
Thanks.