xref: /aosp_15_r20/external/grpc-grpc/doc/python/sphinx/grpc_reflection.rst (revision cc02d7e222339f7a4f6ba5f422e6413f4bd931f2)
1gRPC Reflection
2====================
3
4What is gRPC reflection?
5---------------------------------------------
6
7Check this out `gRPC Python Server Reflection <https://github.com/grpc/grpc/blob/master/doc/python/server_reflection.md>`_
8
9
10Example
11-------
12
13Refer to the GitHub `reflection example <https://github.com/grpc/grpc/blob/master/examples/python/helloworld/greeter_server_with_reflection.py>`_
14
15
16Module Contents
17---------------
18
19Server-side
20...........
21
22.. automodule:: grpc_reflection.v1alpha.reflection
23
24Client-side
25...........
26
27.. automodule:: grpc_reflection.v1alpha.proto_reflection_descriptor_database
28   :member-order: bysource
29