googleapis / gapic-generator-python

Generate Python API client libraries from Protocol Buffers.
Apache License 2.0
122 stars 69 forks source link

fix: use disambiguated name for rpcs to avoid collisions #2217

Closed parthea closed 1 month ago

parthea commented 1 month ago

Use method.safe_name instead of method.name to avoid collisions with python keywords. See the fragment proto tests/fragments/test_reserved_method_names.proto which has failing tests without this fix.