I have a proto like this:
message Person { optional string name = 1; message Contact { optional string email = 1; optional string phone = 2; }