chore: regenerate libraries with gapic-generator @ faa0f81 - #18243
chore: regenerate libraries with gapic-generator @ faa0f81#18243parthea wants to merge 2 commits into
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the minimum required version of google-api-core to 2.28.0 across several post-processing configurations and constraints. It introduces a new compatibility module _compat.py in the google-ads-admanager package to provide fallback implementations of google-api-core features for backward compatibility. Consequently, the REST transport implementations for all Ad Manager services are refactored to utilize the centralized transcode_request helper, eliminating a significant amount of generated boilerplate code. Additionally, the gapic-generator tool is pinned to a specific git commit in librarian.yaml. There are no review comments provided, and I have no additional feedback on these changes.
Commit 510faa2 contains manual changes to the post-processing files.
Commit cc4e7f0 is the result after running client library generation using
gapic-generatorat commit faa0f81.The following commands were used to re-generate the libraries
Fixes #18163