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."],[[["The `TableServiceConnection` object provides an interface for interacting with `TableServiceClient`, enabling users to implement custom behaviors, particularly for testing."],["The latest version is `2.37.0-rc`, while the current documentation is for version `2.35.0`, with links to previous versions available, down to `2.27.0`."],["This interface defines virtual methods like `GetTable`, `InsertTable`, `PatchTable`, `UpdateTable`, `DeleteTable`, and `ListTables`, each corresponding to an overload set in `TableServiceClient`."],["`MakeTableServiceConnection()` is used to create a concrete instance of this object, while `bigquerycontrol_v2_mocks::MockTableServiceConnection` can be used for mocking."],["The interface includes virtual functions for managing tables, such as fetching, adding, modifying, removing, and listing them."]]],[]]