Skip to content

feat: introduce Bigtable Admin V2 clients for Selective GAPIC#2889

Open
jinseopkim0 wants to merge 16 commits intomainfrom
refactor-consistency-request-2
Open

feat: introduce Bigtable Admin V2 clients for Selective GAPIC#2889
jinseopkim0 wants to merge 16 commits intomainfrom
refactor-consistency-request-2

Conversation

@jinseopkim0
Copy link
Copy Markdown
Contributor

This commit adds BigtableTableAdminClientV2 and BigtableInstanceAdminClientV2, which extend the autogenerated base clients. These classes serve as the new, independent entry points for the Selective GAPIC hierarchy.

For BigtableTableAdminClientV2, the manual wrappers for Critical User Journeys (CUJs) like awaitOptimizeRestoredTable and waitForConsistency have been relocated from the legacy client. It utilizes the new context-free ConsistencyRequest factories introduced in the previous refactoring step.

For BigtableInstanceAdminClientV2, the class acts as a standardized entry point, as no manual overrides were required from the legacy client.

b/502616786

jinseopkim0 and others added 2 commits April 15, 2026 14:35
This commit updates the internal plumbing for `ConsistencyRequest` and
`AwaitConsistencyCallable` to support fully qualified table names without
breaking the existing public API for the legacy `BigtableTableAdminClient`.

b/502616786
@product-auto-label product-auto-label Bot added size: l Pull request size is large. api: bigtable Issues related to the googleapis/java-bigtable API. labels Apr 15, 2026
@jinseopkim0 jinseopkim0 force-pushed the refactor-consistency-request-2 branch 2 times, most recently from 979d668 to eabb07a Compare April 15, 2026 20:03
This commit adds `BigtableTableAdminClientV2` and `BigtableInstanceAdminClientV2`,
which extend the autogenerated base clients. These classes serve as the new,
independent entry points for the Selective GAPIC hierarchy.

For `BigtableTableAdminClientV2`, the manual wrappers for Critical User
Journeys (CUJs) like `awaitOptimizeRestoredTable` and `waitForConsistency`
have been relocated from the legacy client. It utilizes the new context-free
ConsistencyRequest factories introduced in the previous refactoring step.

For `BigtableInstanceAdminClientV2`, the class acts as a standardized entry
point, as no manual overrides were required from the legacy client.

b/502616786
@jinseopkim0 jinseopkim0 force-pushed the refactor-consistency-request-2 branch from 849de6d to 00db638 Compare April 15, 2026 20:12
@jinseopkim0 jinseopkim0 marked this pull request as ready for review April 16, 2026 00:35
@jinseopkim0 jinseopkim0 requested review from a team as code owners April 16, 2026 00:35
@jinseopkim0 jinseopkim0 requested a review from lqiu96 April 16, 2026 00:36
Base automatically changed from refactor-consistency-request to main April 22, 2026 19:23
@jinseopkim0 jinseopkim0 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 23, 2026
@jinseopkim0 jinseopkim0 added the kokoro:run Add this label to force Kokoro to re-run the tests. label Apr 23, 2026
@yoshi-kokoro yoshi-kokoro removed kokoro:run Add this label to force Kokoro to re-run the tests. kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Apr 23, 2026
@jinseopkim0 jinseopkim0 added kokoro:force-run Add this label to force Kokoro to re-run the tests. kokoro:run Add this label to force Kokoro to re-run the tests. labels Apr 23, 2026
@yoshi-kokoro yoshi-kokoro removed kokoro:run Add this label to force Kokoro to re-run the tests. kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Apr 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: bigtable Issues related to the googleapis/java-bigtable API. size: l Pull request size is large.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants