syntax = "proto3"; message Address { string street = 1; string city = 2; string state = 3; string zip = 4; string country = 5; }