google-api-ruby-client/lib/google
Sai Cheemalapati b87af01703 Allow automatic method name clash resolution (#605)
If the method name is generated from the request type, there is a
possibility of a clash if two methods take the same request type. For
example, if two unique methods take the request type
"CreateRoleRequest", both methods will be generated with the method name
"create_role", which causes generation to fail with an exception.

This commit resolves that issue by first generating a method name from
the request type of each method, and keeping track of which names are
duplicates. For methods that will generate a duplicate name from the
request type, the name is generated from the method ID instead (the
resulting name is guaranteed to be unique).
2017-08-18 18:35:22 -04:00
..
api_client Allow symbols for credential flow 2016-04-26 22:41:32 +01:00
apis Allow automatic method name clash resolution (#605) 2017-08-18 18:35:22 -04:00
apis.rb #389 - Add option to bypass Rails logger + update readme 2016-04-14 12:54:58 -07:00