gapic-generator-ruby icon indicating copy to clipboard operation
gapic-generator-ruby copied to clipboard

Generate Ruby gRPC client libraries from Protocol Buffer definitions.

Results 48 gapic-generator-ruby issues
Sort by recently updated
recently updated
newest added

Per https://github.com/googleapis/gapic-generator-ruby/pull/236#discussion_r321857392

type: question

We need to pass over all the documentation to do the following: - [ ] Maintain a consistent voice - [ ] Ensure all public methods are documented - [...

type: docs

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.

type: cleanup

The Docker images do not print out status of the operations being performed. Is some sort of output wanted?

type: feature request

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...

type: cleanup

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?

type: feature request

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...

type: feature request

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`)....

type: bug
priority: p2