1 // See README.txt for information and build instructions.
7 option java_package = "com.example.tutorial";
8 option java_outer_classname = "AddressBookProtos";
9 option csharp_namespace = "Google.Protobuf.Examples.AddressBook";
13 int32 id = 2; // Unique ID number for this person.
27 repeated PhoneNumber phones = 4;
30 // Our address book file is just one of these.
32 repeated Person people = 1;