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 document details the `TableServiceConnection` object, which works in conjunction with the `TableServiceClient` to manage BigQuery tables."],["The interface provides virtual methods that mirror the user-facing overload sets in `TableServiceClient`, facilitating the injection of custom behaviors for testing."],["`MakeTableServiceConnection()` creates concrete instances of the object, while `bigquerycontrol_v2_mocks::MockTableServiceConnection` supports mocking."],["Key functionalities include retrieving (`GetTable`), inserting (`InsertTable`), modifying (`PatchTable`, `UpdateTable`), deleting (`DeleteTable`), and listing (`ListTables`) tables."],["The document also provides links to various versions of this documentation, ranging from 2.27.0 to 2.37.0-rc, with the current version being 2.36.0."]]],[]]