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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-08 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."]]],[]]