grpc/examples/protos
Esun Kim d72ce236d8
[Example] Added gRPC C++ cancellation example (#34239)
2023-09-06 09:07:33 -07:00
..
BUILD Make Buildifier Sanity Test Strict (#27807) 2021-11-03 14:57:04 -07:00
README.md move examples to correct locations 2015-08-27 14:00:20 -07:00
auth_sample.proto auto-fix most of licenses 2017-06-08 11:22:41 +02:00
hellostreamingworld.proto auto-fix most of licenses 2017-06-08 11:22:41 +02:00
helloworld.proto [Example] Added gRPC C++ cancellation example (#34239) 2023-09-06 09:07:33 -07:00
keyvaluestore.proto Reviewer comments 2019-01-09 16:03:29 -08:00
route_guide.proto auto-fix most of licenses 2017-06-08 11:22:41 +02:00

README.md

Example protos

Contents

  • [helloworld.proto]
    • The simple example used in the overview.
  • [route_guide.proto]
    • An example service described in detail in the tutorial.