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 documents the `TableServiceConnection` object, which is part of the `TableServiceClient` for Google Cloud BigQuery Control v2, specifically for the C++ library."],["The latest release candidate version is 2.37.0-rc, and multiple previous versions are also available, starting with 2.36.0 and down to 2.27.0."],["The `TableServiceConnection` interface defines virtual methods that correspond to user-facing overload sets in `TableServiceClient`, allowing for custom behavior injection, particularly useful for testing."],["The content details the virtual functions available within `TableServiceConnection`, such as `GetTable`, `InsertTable`, `PatchTable`, `UpdateTable`, `DeleteTable`, and `ListTables`, each with their respective request parameters and return types."],["The documentation also includes information on how to create concrete instances using `MakeTableServiceConnection()` and how to utilize mocking with `bigquerycontrol_v2_mocks::MockTableServiceConnection`."]]],[]]