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."],[[["This document provides information about the `TableServiceConnection` object, which is used with `TableServiceClient` for interacting with BigQuery tables."],["`TableServiceConnection` defines virtual methods for user-facing operations, such as `GetTable`, `InsertTable`, `PatchTable`, `UpdateTable`, `DeleteTable`, and `ListTables`."],["Users can utilize `TableServiceConnection` to inject custom behavior when testing `TableServiceClient` objects."],["The latest release candidate version is 2.37.0-rc, while version 2.33.0 is used as the primary example in this documentation."],["The document also mentions `MakeTableServiceConnection()` for concrete instance creation and `bigquerycontrol_v2_mocks::MockTableServiceConnection` for mocking purposes."]]],[]]