The proto_message_utils.py module# Summary# Functions dict_to_str Transform a dictionary into a string. Description# Module with method to process Protobuf messages. Module detail# proto_message_utils.dict_to_str(dict)# Transform a dictionary into a string. Parameters: dictDictionary to transform. Returns: strString representation of the dictionary.