Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 2278103

Browse files
fix async naming
1 parent 8373361 commit 2278103

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

UPGRADING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ The v3.0.0 release of `google-cloud-bigtable` deprecates the previous `google.cl
55
- `google.cloud.bigtable.data.BigtableDataClient`
66
- `google.cloud.bigtable.data.BigtableDataClientAsync`
77
- Admin API:
8+
- `google.cloud.bigtable.admin.BigtableInstanceAdminAsyncClient`
89
- `google.cloud.bigtable.admin.BigtableInstanceAdminClient`
9-
- `google.cloud.bigtable.admin.BigtableInstanceAdminClientAsync`
1010
- `google.cloud.bigtable.admin.BigtableTableAdminClient`
11-
- `google.cloud.bigtable.admin.BigtableTableAdminClientAsync`
11+
- `google.cloud.bigtable.admin.BigtableTableAdminAsyncClient`
1212

1313
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.
1414

0 commit comments

Comments
 (0)