This interface defines virtual methods for each of the user-facing overload sets in DatasetServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type DatasetServiceClient.
To create a concrete instance, see MakeDatasetServiceConnection().
[[["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 page details the `DatasetServiceConnection` object, which is part of the BigQuery Control v2 library and is utilized by `DatasetServiceClient`."],["The `DatasetServiceConnection` interface defines virtual methods corresponding to user-facing overload sets found in `DatasetServiceClient`, enabling the injection of custom behaviors for testing purposes."],["The latest release candidate for this library is version 2.37.0-rc, with version 2.32.0 being the primary version for the documentation displayed, and a list of other versions back to 2.27.0."],["A concrete instance of `DatasetServiceConnection` can be created using `MakeDatasetServiceConnection()`, while mock instances for testing are available via `bigquerycontrol_v2_mocks::MockDatasetServiceConnection`."],["The `DatasetServiceConnection` has virtual methods to manage BigQuery datasets, including functions like `GetDataset`, `InsertDataset`, `UpdateDataset`, `DeleteDataset`, `ListDatasets`, and `UndeleteDataset`."]]],[]]