Add Bazel attribute that generates a GAPIC using snake_case identifiers #961
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Some consumers of Node.js GAPICs prefer snake_case rather than camelCase in the developer surface (e.g., https://github.com/Opteo/google-ads-node). To support this, they're employing a custom fork of gax-nodejs to modify the casing. Supporting this directly as a GAPIC config option on Bazel build rules will alleviate them from needing to hack gax-nodejs.
The text was updated successfully, but these errors were encountered: