commit | 44b7ff296da7d4145f5454373aa6f2fcbc022f57 | [log] [tgz] |
---|---|---|
author | Luke Sneeringer <luke@sneeringer.com> | Thu Oct 18 16:22:53 2018 -0700 |
committer | Christopher Wilcox <crwilcox@google.com> | Thu Oct 18 16:22:53 2018 -0700 |
tree | 61b425c9ef1624c3297a3cb707ad53c9a3e7aca4 | |
parent | 108f9d438cc884b40513127f7697b857a5de4f4f [diff] |
Add methods to api_core used by new autogenerator. (#6267) * Add dispatch and deserialize methods. This adds convenience methods used by client libraries produced by gapic-generator-python. * Mark test as Python 3 only. * Fix import order. * Address @theacodes feedback. * Move dispatch to gapic_v2; alias remaining gapic_v1 modules. * Fix import order.