gapic-generator-ruby
gapic-generator-ruby copied to clipboard
Document GAPIC generated Credentials classes
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 document these classes, including come code examples, so users can better understand how they are to be used if they choose to use them.
See googleapis/google-cloud-ruby#2234