gapic-generator-ruby
gapic-generator-ruby copied to clipboard
Generate Ruby gRPC client libraries from Protocol Buffer definitions.
Per https://github.com/googleapis/gapic-generator-ruby/pull/236#discussion_r321857392
We need to pass over all the documentation to do the following: - [ ] Maintain a consistent voice - [ ] Ensure all public methods are documented - [...
Client method documentation should show whether the arguments are input only, required, or optional. We should not show arguments for fields that are output only.
The Docker images do not print out status of the operations being performed. Is some sort of output wanted?
Updated: Currently scopes, default_host, and port can be represented in both the proto annotations and the configuration file. Let's make it so that these values can only be represented by...
How do we generate meaningful values in the tests? Right now we infer values based on the types, but Is this something that should be configurable?
Currently the GAPIC generated Credentials class does not have any documentation on how to use it. Most of the behavior is inherited from `Google::Auth::Credentials`, but it would be good to...
https://github.com/googleapis/google-cloud-ruby/pull/26358 introduced a path variable `module`, which conflicts with reserved keywords, failing generation. Current plan is: 1. Introduce an owlbot rule to affected library and unblock generation (adding sufix `_param`)....