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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 UTC."],[[["This document outlines the `DatasetServiceConnection` interface for `DatasetServiceClient`, which provides virtual methods for various dataset operations."],["The latest version of `DatasetServiceConnection` is 2.37.0-rc, with previous versions ranging from 2.36.0 down to 2.27.0 available."],["`DatasetServiceConnection` enables the injection of custom behavior, such as with a Google Mock object, for testing purposes when using `DatasetServiceClient`."],["The document details the virtual functions available in `DatasetServiceConnection`, such as `GetDataset`, `InsertDataset`, `UpdateDataset`, `DeleteDataset`, `ListDatasets` and `UndeleteDataset`, along with their respective parameters and return types."],["`MakeDatasetServiceConnection()` can be called to create a concrete instance, and `bigquerycontrol_v2_mocks::MockDatasetServiceConnection` can be used for mocking purposes."]]],[]]