aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/addressbook.proto
Commit message (Collapse)AuthorAge
* Add bazel support for examples.Gravatar Feng Xiao2017-09-08
| | | | | | | | The example utilizes native bazel rules (proto_library, cc_proto_library, java_proto_library, java_lite_proto_library) to show how easy it is to build protobuf with bazel's native support. It also makes use of well known types which was not possible until the latest bazel 0.5.4 release and https://github.com/google/protobuf/pull/3594 .
* Add region tags for protocol buffers tutorials.Gravatar Tim Swast2015-12-01
| | | | | | | | | Since these tags might be confusing, added a note that these are not part of the normal protocol buffers syntax. I also linked to the main tutorials page that uses these examples https://developers.google.com/protocol-buffers/docs/tutorials so that anyone who arrived here without going through that info first can get more explanation if they want.
* rename persons to peopleGravatar Jan Tattermusch2015-07-20
|
* use Google.Protobuf namespace for C#Gravatar Jan Tattermusch2015-07-20
|
* update addressbook.proto to proto3Gravatar Jan Tattermusch2015-07-20
|
* Make generate_protos.sh Windows-friendly.Gravatar Jon Skeet2015-05-14
| | | | | | | | | | To my surprise, executing generate_protos.sh used the version of Bash installed with Git for Windows by default. After a few modifications to detect the most appropriate protoc to use, this worked pretty simply. This change also: - adds generation of the address book tutorial proto, - fixes the addressbook.proto to specify proto2 explicitly (to avoid a warning from protoc; I don't think we want warnings...) - fixes the addressbook.proto C# namespace (which I thought I'd done before, but apparently hadn't) - includes the regenerated UnittestCustomOptions.cs apart from the DescriptorProtoFIle => Descriptor change
* Initial checkin.Gravatar temporal2008-07-10