syntax = "proto3"; message RegionSimpleInfo { string dispatch_url = 4; string name = 1; string title = 2; string type = 3; }