googleapis/gapic-generator-ruby

Correct pattern variables so they conform to snake case

dazuma opened this issue · 2 comments

AIP 123 specifies that pattern variables in resource path patterns MUST be snake case (e.g. cannot contain capital letters as you'd find in camel case). However, there are known violations in the proto corpus (e.g. in dataplex v1). We should provide some correction in the generator.

I will re-open this until the clean up is done.