grpc / grpc-web

gRPC for Web Clients
https://grpc.io
Apache License 2.0
8.64k stars 765 forks source link

Expose MethodDescriptor's public methods #1160

Closed tomferreira closed 2 years ago

tomferreira commented 3 years ago

Expose the public methods of the MethodDescriptor class to be used in a mock implementation proposal of interceptor.

linux-foundation-easycla[bot] commented 3 years ago

CLA Signed

The committers are authorized under a signed CLA.

sampajano commented 2 years ago

Hi @tomferreira.. Unfortunately i have to rollback this PR because after merging this change it's causing some non-trivial code size increases for some internal Google products.. Apologize for the inconveniences.. 😅

I think maybe there are some ways to expose these APIs ONLY for Github. But I'm not totally sure yet. Ideas are welcome too.. 😃