Learned that at Google, for each service method, introduce individual Request and Response messages, even if you can reuse. This way you can extend without breaking.
Also never reuse old/deleted field (number), and be very careful if you change the type (better not).