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-05 UTC."],[[["This page details the `TableServiceConnection` class, which provides an interface for virtual methods corresponding to user-facing overloads in `TableServiceClient`."],["The latest version of the `TableServiceConnection` is 2.37.0-rc, with versions ranging back to 2.27.0 being documented here."],["`TableServiceConnection` enables custom behavior injection, particularly useful for testing with mock objects."],["Core functionalities include methods like `GetTable`, `InsertTable`, `PatchTable`, `UpdateTable`, `DeleteTable`, and `ListTables`, each operating on `Table` resources."],["To create an instance, one can refer to the `MakeTableServiceConnection()` documentation, and for mocking, there is `bigquerycontrol_v2_mocks::MockTableServiceConnection`."]]],[]]