As part of refactoring the generator we are moving static code within templates to _compat.py.j2 and google-api-core. Add conditional logic to check if this static code exists in google-api-core and use it from there, if not then use the fallback implementation within the file.
As part of refactoring the generator we are moving static code within templates to
_compat.py.j2and google-api-core. Add conditional logic to check if this static code exists in google-api-core and use it from there, if not then use the fallback implementation within the file.