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 webpage provides documentation for the `DataFusionConnection` class, which is part of the Google Cloud Data Fusion C++ client library."],["The latest release candidate (rc) version is 2.37.0-rc, with a list of previous versions, spanning from 2.36.0 down to 2.13.0, available for reference."],["`DataFusionConnection` defines virtual methods corresponding to the user-facing overloads in `DataFusionClient`, enabling custom behavior injection for testing."],["Key functions of the class include managing Data Fusion instances through operations like listing, getting, creating, deleting, updating, and restarting, and also includes a method for `options` and listing available versions."],["The `DataFusionConnection` object can be mocked using `datafusion_v1_mocks::MockDataFusionConnection`, and a concrete instance can be made using the `MakeDataFusionConnection()` function."]]],[]]