Bump the minimum version of google-api-core in GAPICs to include the changes required for an asynchronous REST transport and to leverage the updated wrap_method with the kind method unconditionally for async calls.
Once that is done, remove run-time dependency checks around this issue, which ought to be findable by searching for TODOs referencing this GitHub issue's URL.
Bump the minimum version of
google-api-core
in GAPICs to include the changes required for an asynchronous REST transport and to leverage the updatedwrap_method
with the kind method unconditionally for async calls.