This repository was archived by the owner on May 8, 2026. It is now read-only.
Commit 2a6e35c
committed
feat: Expose autogenerated GAPIC client via getNewApi()
This change adds a `getNewApi()` method to `BigtableTableAdminClient` which returns the underlying `BaseBigtableTableAdminClient`.
By using composition, we expose the fully generated GAPIC client to users, allowing them to access the newest features and proto-based methods. This maintains the legacy client as a backward-compatible facade without risking method signature collisions.
This addresses the legacy client integration phase of the Admin API GAPIC upgrade.
Tracking Bug: b/4758189011 parent 5de9d30 commit 2a6e35c
1 file changed
Lines changed: 10 additions & 0 deletions
File tree
- google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| 154 | + | |
154 | 155 | | |
155 | 156 | | |
156 | 157 | | |
| |||
190 | 191 | | |
191 | 192 | | |
192 | 193 | | |
| 194 | + | |
193 | 195 | | |
194 | 196 | | |
195 | 197 | | |
| |||
202 | 204 | | |
203 | 205 | | |
204 | 206 | | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
205 | 215 | | |
206 | 216 | | |
207 | 217 | | |
| |||
0 commit comments