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
build: Remove @internalapi from GAPIC Admin Base clients
Updates owlbot.py to stop injecting `@InternalApi` into `BaseBigtableTableAdminClient`, `BaseBigtableInstanceAdminClient`, and their respective Settings classes.
Since we recently exposed these Base classes to users via `getBaseClient()` as part of the GAPIC modernization effort, they are now part of the public API surface and should no longer be marked as internal. Stubs remain marked as internal.
Tracking Bug: b/475818901
0 commit comments