Why is my protobuf map field represented as RepeatedCompositeFieldContainer in the generated Python code?
I have a .proto
file that defines a message with a map<string, string>
field:
I have a .proto
file that defines a message with a map<string, string>
field: