This interface defines virtual methods for each of the user-facing overload sets in BigtableTableAdminClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type BigtableTableAdminClient.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `BigtableTableAdminConnection` class, which serves as an interface for the `BigtableTableAdminClient` in the Google Cloud Bigtable C++ client library."],["The page includes a list of available versions of the `BigtableTableAdminConnection` class, ranging from the latest release candidate `2.37.0-rc` down to `2.11.0`, with version `2.22.1` being the focused version in this particular documentation."],["`BigtableTableAdminConnection` defines virtual methods corresponding to each user-facing overload set within `BigtableTableAdminClient`, allowing users to customize behavior, especially useful for testing via dependency injection using mocking libraries."],["The documentation outlines the various functions available in `BigtableTableAdminConnection`, such as `CreateTable`, `ListTables`, `DeleteTable`, `CreateBackup`, and `GetIamPolicy`, along with their respective parameters and return types, enabling full control and functionality."],["There are other functions, which start with `Async`, that return a future type, which allows for asynchronous behaviour."]]],[]]