gapic-generator-python
gapic-generator-python copied to clipboard
Add support for gRPC interceptors
interceptors are currently supported for REST transport. We should also add support for interceptors in gRPC to have feature parity between both transports.
https://github.com/googleapis/gapic-generator-python/blob/24a23a1ab885246e447c0010b2e5602209dfbb8d/gapic/templates/%25namespace/%25name_%25version/%25sub/services/%25service/transports/rest.py.j2#L74-L77
Also see https://github.com/googleapis/python-spanner/blob/4da06a6a883c0513d7c80f9462c871b0a00a8f2b/google/cloud/spanner_v1/testing/database_test.py#L31-L35