Expose MethodDescriptor's public methods - #1160
Conversation
|
|
sampajano
left a comment
There was a problem hiding this comment.
Thanks for the contrib! :)
This in principle is fine with me. I'm a bit surprised that these aren't exported already given it's already in the TS interface.
@stanley-cheung would probably have more context here so i'll wait for his review :)
(BTW you need to finish the CLA process for this PR to be merge-able :))
stanley-cheung
left a comment
There was a problem hiding this comment.
This LGTM. Yea MethodDescriptor should be part of the public API.
sampajano
left a comment
There was a problem hiding this comment.
Thanks again for the change! :)
|
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.. 😃 |
Expose the public methods of the MethodDescriptor class to be used in a mock implementation proposal of interceptor.