grpc/examples/python/helloworld
Xuan Wang 811bb258d8 [Python Otel] Use registered method at server side (#36371)
Add registered method change to sync stack server.

## Note
* We're keeping both generic and registered handler in generated stubs (`*_pb2_grpc.py`) because registered method flow is not implemented in aysncio yet, since the stub is used for both sync and asyncio, we can't remove generic method flow until we fully implement the registered method flow in asyncio.

<!--

If you know who should review your pull request, please assign it to that
person, otherwise the pull request would get assigned randomly.

If your pull request is for a specific language, please add the appropriate
lang label.

-->

Closes #36371

PiperOrigin-RevId: 629842051
2024-05-01 14:43:15 -07:00
..
.gitignore move examples to correct locations 2015-08-27 14:00:20 -07:00
README.md Docs: fix links to quick start pages 2020-06-16 08:40:59 -04:00
async_greeter_client.py [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
async_greeter_client_with_options.py [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
async_greeter_server.py [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
async_greeter_server_with_graceful_shutdown.py [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
async_greeter_server_with_reflection.py [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
greeter_client.py [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
greeter_client_reflection.py [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
greeter_client_with_options.py [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
greeter_server.py [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
greeter_server_with_reflection.py [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
helloworld_pb2.py [Python Otel] Use registered method at server side (#36371) 2024-05-01 14:43:15 -07:00
helloworld_pb2.pyi [Python O11Y] Reapply registered method change (#35850) 2024-02-15 15:36:27 -08:00
helloworld_pb2_grpc.py [Python Otel] Use registered method at server side (#36371) 2024-05-01 14:43:15 -07:00