Note
It is generally not recommended to use the async client in an otherwise synchronous codebase. To make use of asyncio's performance benefits, the codebase should be designed to be async from the ground up.
.. autoclass:: google.cloud.bigtable.data.BigtableDataClientAsync :members: :show-inheritance: