This repository was archived by the owner on Jul 13, 2025. It is now read-only.
Python: gax -> google.api_core#1656
Merged
lukesneeringer merged 6 commits intogoogleapis:masterfrom Oct 31, 2017
Merged
Conversation
e675c5d to
710509b
Compare
Codecov Report
@@ Coverage Diff @@
## master #1656 +/- ##
============================================
+ Coverage 85.5% 85.53% +0.02%
- Complexity 4274 4286 +12
============================================
Files 405 405
Lines 16804 16842 +38
Branches 1759 1762 +3
============================================
+ Hits 14369 14405 +36
Misses 1849 1849
- Partials 586 588 +2
Continue to review full report at Codecov.
|
0cffff1 to
6ccf9d0
Compare
69b68d4 to
bb2540e
Compare
bb2540e to
ceff50f
Compare
Contributor
Author
|
cc @jonparrott |
|
google-api-core v0.1.0 has been released. |
| 'shelves/{shelf}/books/{book}/returns/{return}', | ||
| shelf=shelf, | ||
| book=book, | ||
| return=return_, |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
lukesneeringer
approved these changes
Oct 31, 2017
Contributor
lukesneeringer
left a comment
There was a problem hiding this comment.
We need to fix that return problem later, but this is good to merge.
lukesneeringer
added a commit
that referenced
this pull request
Oct 31, 2017
This reverts commit a461d99.
evaogbe
pushed a commit
to evaogbe/toolkit
that referenced
this pull request
Nov 11, 2017
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
This changes the generated libraries use google.api_core rather than to use gax.
Status
Ready for Review
Todo
Test that this works for the following APIs
Misc
cc @lukesneeringer