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, detailing its role as an interface for virtual methods in `DataFusionClient`, facilitating custom behavior in testing."],["There are multiple versions of the DataFusion API available, from 2.13.0 to the latest release candidate 2.37.0-rc, and each version has its corresponding documentation link."],["The `DataFusionConnection` class offers various functionalities, including managing versions, listing instances, getting, creating, deleting, updating, and restarting instances, using a mix of synchronous and asynchronous operations."],["The documentation details how to use `DataFusionConnection` with a concrete instance or for mocking purposes using `MakeDataFusionConnection()` and `MockDataFusionConnection`, respectively."],["Each method within the `DataFusionConnection` class, such as `ListAvailableVersions`, `GetInstance`, and `CreateInstance`, has its specific parameter requirements and return types documented, including support for `NoAwaitTag` and `google::longrunning::Operation`."]]],[]]