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
The deprecated client will remain available as an alternative API surface, which internally delegates calls to the respective new clients. For most users, existing code will continue to work as before. But there may be some breaking changes associated with this update, which are detailed in this document.
14
14
15
15
### Admin Client Migration
16
16
17
-
While we do recommend you instantiate the new admin API clients directly, you can access the new admin API
18
-
clients via the `google.cloud.bigtable.Client` class:
17
+
We recommend that you instantiate the new admin API clients directly:
0 commit comments