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

Clean up shared helpers

Open daniel-sanche opened this issue 1 month ago • 0 comments

We have some helper functions like _use_client_cert_effective, which are repeatedly generated across files. We should try to consolidate them into shared code

Source:

Each service will have this function repeated which can cause bloat in the generated code when there are many services.

Originally posted by @parthea in https://github.com/googleapis/gapic-generator-python/pull/2472#discussion_r2519605871

daniel-sanche avatar Nov 12 '25 19:11 daniel-sanche