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 details the `DatasetServiceConnection` class, which provides an interface for virtual methods corresponding to user-facing overload sets in `DatasetServiceClient`."],["The `DatasetServiceConnection` class enables the injection of custom behavior, such as using a Google Mock object, for testing `DatasetServiceClient` objects."],["Users can find the latest release candidate (2.37.0-rc) and past versions (2.36.0 down to 2.27.0) of the `DatasetServiceConnection`."],["The DatasetServiceConnection class contains functions such as `GetDataset`, `InsertDataset`, `UpdateDataset`, `DeleteDataset`, and `ListDatasets`, each with their respective input and return types."],["A concrete instance of this class can be generated using the `MakeDatasetServiceConnection()` function, and for mocking purposes the `MockDatasetServiceConnection` class can be used."]]],[]]