Dictionary in protocol buffers April 26, 2023 by Tarik For future answer seekers, ProtoBuf now supports Maps natively: message MapMessage { map<string, string> MyMap = 1; }