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, a part of the `DataFusionClient`, which is used for interacting with the Data Fusion API."],["The content lists various versions of the Data Fusion library, ranging from 2.13.0 to the latest release candidate 2.37.0-rc, along with links to their respective documentation pages."],["`DataFusionConnection` allows for injecting custom behavior, especially for testing purposes, enabling the use of mock objects."],["The documentation outlines several virtual methods available within the `DataFusionConnection` class, including `ListAvailableVersions`, `ListInstances`, `GetInstance`, `CreateInstance`, `DeleteInstance`, `UpdateInstance`, and `RestartInstance`, for managing Data Fusion instances."],["The `DataFusionConnection` includes a function called `options()` which allows for modification of options, and each of the main virtual methods takes in a request object to perform their function."]]],[]]