Following up on this question, is there a way to configure a Google Cloud Endpoints gRPC service (using ESP) such that the auto-generated SmartDocs for REST (and gRPC) don't use camel case, but instead preserve the snake case of the .proto files?
I've already figured out how to run ESP such that ESP itself preserves the case in the transcoding: by passing --transcoding_preserve_proto_field_names to the executable when it runs.
But now my auto-generated REST documentation doesn't match the actual API!
Help!