grpc/examples/protos
Xuan Wang 10e5b2115e
Add wait_for_ready with client timeout example (#32183)
* Add wait_for_ready with client timeout example

* Use with to create channel

* Fix sanity tests

* Changes based on comments

* Change thread to daemon thread

* Changes based on comments
2023-01-25 11:02:13 -08: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 Add wait_for_ready with client timeout example (#32183) 2023-01-25 11:02:13 -08: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.