-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Clean up shared helpers #16209
Copy link
Copy link
Open
Labels
priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: cleanupAn internal cleanup or hygiene concern.An internal cleanup or hygiene concern.
Description
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 googleapis/gapic-generator-python#2472 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: cleanupAn internal cleanup or hygiene concern.An internal cleanup or hygiene concern.