-
Notifications
You must be signed in to change notification settings - Fork 68
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
fix: numerous small fixes to allow bigtable-admin #660
fix: numerous small fixes to allow bigtable-admin #660
Conversation
Includes: * tweaked logic around defining recursive message types * more sophisticated logic for generating unit tests using recursive message types * flattened map-y fields are handled properly * fixed a corner case where a method has a third-party request object and flattened fields
Codecov Report
@@ Coverage Diff @@
## master #660 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 26 26
Lines 1563 1560 -3
Branches 316 315 -1
=========================================
- Hits 1563 1560 -3
Continue to review full report at Codecov.
|
Open review bump |
package="animalia.chordata.v2", | ||
message_type=( | ||
descriptor_pb2.DescriptorProto( | ||
# It's turtles all the way down ;) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🐢
🐢 🐢
🐢 🐢 🐢
🤖 I have created a release \*beep\* \*boop\* --- ### [0.35.5](https://www.github.com/googleapis/gapic-generator-python/compare/v0.35.4...v0.35.5) (2020-10-19) ### Bug Fixes * numerous small fixes to allow bigtable-admin ([#660](https://www.github.com/googleapis/gapic-generator-python/issues/660)) ([09692c4](https://www.github.com/googleapis/gapic-generator-python/commit/09692c4e889ccde3b0ca31a5e8476c1679804beb)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please).
Includes:
message types
and flattened fields