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 document provides information on the `DatasetServiceConnection` object, which is used in conjunction with `DatasetServiceClient` for interacting with BigQuery datasets."],["The `DatasetServiceConnection` interface defines virtual methods corresponding to user-facing operations within `DatasetServiceClient`, like getting, inserting, updating, patching, deleting, listing and undeleting datasets."],["Users can implement custom behavior or mock objects via this interface, facilitating testing of code that uses `DatasetServiceClient` by injecting mock responses."],["The latest version of the `DatasetServiceConnection` class is `2.37.0-rc`, and older versions are available, ranging down to `2.27.0`, each with their specific links to their respective pages."],["`MakeDatasetServiceConnection()` is the method to use for creating an instance of the `DatasetServiceConnection` class."]]],[]]