This interface defines virtual methods for each of the user-facing overload sets in DataTransferServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type DataTransferServiceClient.
[[["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 latest version of the `DataTransferServiceConnection` is 2.37.0-rc, with a list of previous versions going back to 2.11.0 available for reference."],["This interface, `DataTransferServiceConnection`, defines virtual methods mirroring the user-facing overload sets found in `DataTransferServiceClient`, facilitating custom behavior injection for testing purposes."],["`DataTransferServiceConnection` provides virtual methods for operations like retrieving data sources, managing transfer configurations, scheduling transfer runs, and checking credentials, all accepting request objects."],["Users can create a concrete instance of `DataTransferServiceConnection` using `MakeDataTransferServiceConnection()`, and it also supports mocking through `MockDataTransferServiceConnection`."],["The interface supports retrieving objects or a list of objects such as `DataSource`, `TransferConfig`, `TransferRun`, and `TransferMessage` through the use of `StatusOr` and `StreamRange` return types."]]],[]]