Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add async rest transport support in gapics #2164

Merged
merged 29 commits into from
Oct 8, 2024

Conversation

ohmayr
Copy link
Contributor

@ohmayr ohmayr commented Sep 16, 2024

This PR implements experimental support for asynchronous rest transport in gapics.

Note: Changes should not be pushed directly to to async-rest-support-in-gapics. Once the work is completed, this PR can be merged.

Fixes: #2152

@ohmayr ohmayr requested a review from a team as a code owner September 16, 2024 15:08
@product-auto-label product-auto-label bot added the size: xl Pull request size is extra large. label Sep 16, 2024
@ohmayr ohmayr added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Sep 16, 2024
@ohmayr
Copy link
Contributor Author

ohmayr commented Sep 17, 2024

I had to manually update the goldens after resolving merge conflicts. This PR can be merged once we do a release in the following order:

  • release google-auth
  • release api-core
  • cleanup noxfile.py to use the packages from pypi.
  • merge this PR in main.

@ohmayr ohmayr removed the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Oct 8, 2024
@ohmayr ohmayr changed the title feat: async rest transport support in gapics feat: add async rest transport support in gapics Oct 8, 2024
@ohmayr ohmayr merged commit 2949465 into main Oct 8, 2024
75 checks passed
@ohmayr ohmayr deleted the async-rest-support-in-gapics branch October 8, 2024 20:59
gkevinzheng pushed a commit that referenced this pull request Oct 22, 2024
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: xl Pull request size is extra large.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Support for different api methods for asynchronous rest transport.
3 participants