feat(gax): allow Google API client header to be overrided - #6665
feat(gax): allow Google API client header to be overrided#6665alvarowolfx wants to merge 7 commits into
Conversation
|
|
There was a problem hiding this comment.
Code Review
This pull request refactors the resolution and handling of the x-goog-api-client header across multiple generated transport modules. It introduces helper functions to resolve these headers for both gRPC and REST requests, improves code cleanliness by removing redundant #[allow(unused_imports)] attributes, and updates the ReqwestClient to support these changes. I have no feedback to provide.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6665 +/- ##
==========================================
- Coverage 96.67% 96.67% -0.01%
==========================================
Files 308 308
Lines 97938 97988 +50
==========================================
+ Hits 94683 94728 +45
- Misses 3255 3260 +5 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
/gcbrun |
This will allow veneers to change header from GAPIC to veneer (gccl).
Towards #2138