This interface defines virtual methods for each of the user-facing overload sets in DataFusionClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type DataFusionClient.
[[["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-14 UTC."],[[["The page provides documentation for the `DataFusionConnection` class, including its various versions, with version 2.37.0-rc being the latest."],["`DataFusionConnection` defines virtual methods mirroring those in `DataFusionClient`, enabling custom behavior injection for testing purposes."],["The `DataFusionConnection` class offers functionalities such as listing available versions, listing, creating, getting, deleting, updating, and restarting instances."],["`DataFusionConnection` also supports asynchronous operations, returning `StatusOr\u003cgoogle::longrunning::Operation\u003e`, and allows users to obtain future results, via `future\u003cStatusOr\u003c...\u003e\u003e`."],["Users can use `MakeDataFusionConnection()` to instantiate a concrete object of this class, and `MockDataFusionConnection` for testing."]]],[]]