| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
Question about simplifying/robustifying processing...
Sorry, something went wrong.
…ub.com/googleapis/python-api-core into remove-trailing-underscore-transcoding
|
Waiting for approval in go/python-transcoding-reserved-keywords |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes googleapis/google-cloud-python#15074
Googlers see proposal go/python-transcoding-reserved-keywords
This PR fixes an error seen in googleapis/python-debugger-client#151 which happens when the gapic generator appends an underscore to a field name which is a python reserved keyword. As similar issue was reported in #227 and fixed in #228. Based on comment #227 (comment) it is not possible for fields to have trailing _ at the proto level (Creating a field like this generates an error from the protobuf runtime).
See build log https://github.com/googleapis/python-debugger-client/actions/runs/4292539515/jobs/7479094983 which shows the failure when a request has body with breakpoint_ instead of breakpoint_.