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."],[[["This page provides documentation for the `DataFusionConnection` class, which is used within the `DataFusionClient` to define virtual methods for various user-facing operations."],["The latest release candidate is version 2.37.0-rc, and the page contains a list of available versions ranging from 2.13.0 to 2.36.0, with links to their respective documentation."],["The `DataFusionConnection` interface supports various methods such as `ListAvailableVersions`, `ListInstances`, `GetInstance`, `CreateInstance`, `DeleteInstance`, `UpdateInstance`, and `RestartInstance`."],["The `MakeDataFusionConnection()` function is recommended for creating concrete instances, while `MockDataFusionConnection` is available for mocking in testing scenarios."],["The `DataFusionConnection` class enables injecting custom behaviors when testing `DataFusionClient` objects, such as with Google Mock."]]],[]]