Merge branch 'master' of github.com:maxious/ACTBus-ui
[busui.git] / lib / Protobuf-PHP / tests / protos / addressbook.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
person {
  name: "John Doe"
  id: 2051
  email: "john.doe@gmail.com"
  phone {
    number: "1231231212"
    type: HOME
  }
  phone {
    number: "55512321312"
    type: MOBILE
  }
}
person {
  name: "Iván Montes"
  id: 23
  email: "drslump@pollinimini.net"
  phone {
    number: "3493123123"
    type: WORK
  }
}