gapic-generator-python icon indicating copy to clipboard operation
gapic-generator-python copied to clipboard

Add support for gRPC interceptors

Open parthea opened this issue 1 year ago • 0 comments

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

parthea avatar Mar 20 '24 21:03 parthea