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.
-- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/f08d26cc-2670-42c1-891b-bee897e41754o%40googlegroups.com.
