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 webpage provides documentation for the `DataFusionConnection` class, which is part of the Google Cloud DataFusion C++ client library, and specifically, it covers versions ranging from 2.13.0 to the latest, 2.37.0-rc."],["The `DataFusionConnection` class interface allows for custom behavior injection, enabling users to write tests with Google Mock objects to interact with `DataFusionClient`."],["The webpage lists various virtual methods supported by the `DataFusionConnection` class, such as `ListAvailableVersions`, `ListInstances`, `GetInstance`, `CreateInstance`, `DeleteInstance`, `UpdateInstance`, and `RestartInstance`, allowing for comprehensive management of DataFusion resources."],["The documentation includes how to create concrete instances of this class, and how it can be used for mocking, with links to relevant sections like `MakeDataFusionConnection()` and `datafusion_v1_mocks::MockDataFusionConnection`."],["The provided documentation details different parameters and return types for each of the `DataFusionConnection` class' methods, such as `StreamRange` and `StatusOr`, amongst others."]]],[]]