Standard Protobuf Reflection Service for gRPC
https://grpc.github.io/grpc/python/grpc_reflection.html is documentation for gRPC's reflection service implementation in Python. gRPC reflection is a feature that allows clients to dynamically query a gRPC server about its available services, methods, and message types at runtime.