You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 1, 2026. It is now read-only.
At the start of v3 development, I moved the existing client into google.cloud.bigtable.deprecated. For the alpha, we'll need it to be back in it's original namespace.
The new client should be moved to google.cloud.bigtable.data to avoid name collisions with duplicated model classes
Along with this change, we should make sure required public classes are suffixed with Async
At the start of
v3development, I moved the existing client intogoogle.cloud.bigtable.deprecated. For the alpha, we'll need it to be back in it's original namespace.The new client should be moved to
google.cloud.bigtable.datato avoid name collisions with duplicated model classesAlong with this change, we should make sure required public classes are suffixed with
Async