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-05 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."]]],[]]