Fail to generate a proto with "routing" annotation #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.
Nodejs-bigtable fails on recently generating process. issue
Can't compile the generated code with a proto with new introduced
google.api.routing
annotation. protoGenerator is able to generate surface client library, but the generated client library fails on compiling.
Because to access the proto message property it require camelcase word than snakecase.
To reproduce the error, under the generator repo:
The text was updated successfully, but these errors were encountered: