This interface defines virtual methods for each of the user-facing overload sets in TableServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type TableServiceClient.
To create a concrete instance, see MakeTableServiceConnection().
[[["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."],[[["The page details the `TableServiceConnection` object, which is utilized by `TableServiceClient` in the `bigquerycontrol` library, providing a way for users to interface with BigQuery table services."],["`TableServiceConnection` defines virtual methods that mirror the user-facing overload sets found in `TableServiceClient`, facilitating custom behaviors and testing with mock objects."],["Users can obtain a concrete instance of `TableServiceConnection` by using the `MakeTableServiceConnection()` function."],["The page also references `MockTableServiceConnection` as the class to be used for mocking in unit testing."],["The page provides documentation for functions such as `GetTable`, `InsertTable`, `PatchTable`, `UpdateTable`, `DeleteTable`, and `ListTables`, each with parameter and return details."]]],[]]