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 details the `DataFusionConnection` class, which facilitates injecting custom behavior for testing `DataFusionClient` objects."],["The latest release candidate version for the DataFusion documentation is 2.37.0-rc, and it provides links to other documented versions, down to 2.13.0."],["This interface provides virtual methods to access various DataFusion functionalities, including listing, getting, creating, updating, deleting, and restarting instances."],["The documentation outlines functions like `options()`, `ListAvailableVersions()`, `ListInstances()`, `GetInstance()`, `CreateInstance()`, `DeleteInstance()`, `UpdateInstance()`, and `RestartInstance()` along with the required parameters and return types."],["For concrete instance creation of `DataFusionConnection` the `MakeDataFusionConnection()` function is provided, and `MockDataFusionConnection` is available for mocking purposes in tests."]]],[]]