Resolve reserved keyword conflict with variable names in path patterns #1090
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
googleapis/google-cloud-ruby#26358 introduced a path variable
module
, which conflicts with reserved keywords, failing generation.Current plan is:
_param
).Note:
google-cloud-support-v2/.owlbot.rb
already contains a similar patch and should be tested on upcoming change. In that example, the wordcase
gets converted toccase
.For reference, PiperOrigin-RevId: 650374217
Pointers: #1086
The text was updated successfully, but these errors were encountered: