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-02 UTC."],[[["The page provides documentation for the `DataFusionConnection` class, including its various versions, with version 2.37.0-rc being the latest."],["`DataFusionConnection` defines virtual methods mirroring those in `DataFusionClient`, enabling custom behavior injection for testing purposes."],["The `DataFusionConnection` class offers functionalities such as listing available versions, listing, creating, getting, deleting, updating, and restarting instances."],["`DataFusionConnection` also supports asynchronous operations, returning `StatusOr\u003cgoogle::longrunning::Operation\u003e`, and allows users to obtain future results, via `future\u003cStatusOr\u003c...\u003e\u003e`."],["Users can use `MakeDataFusionConnection()` to instantiate a concrete object of this class, and `MockDataFusionConnection` for testing."]]],[]]