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-21 UTC."],[[["This document details the `DataTransferServiceConnection` object, which acts as an interface for the `DataTransferServiceClient` in the BigQuery Data Transfer API, version 2.27.0."],["The document provides a list of available versions, ranging from version 2.11.0 up to the release candidate version 2.37.0-rc, for accessing the `DataTransferServiceConnection` class."],["Users can utilize the `DataTransferServiceConnection` to inject custom behaviors, such as using a mock object during testing, by overriding the virtual methods defined in the interface."],["Key functions of the `DataTransferServiceConnection` include managing data sources, transfer configurations, transfer runs, and validating credentials, such as `GetDataSource`, `CreateTransferConfig`, and `CheckValidCreds`."],["To utilize the features provided, you can create a concrete instance using `MakeDataTransferServiceConnection()` or implement mocking with `MockDataTransferServiceConnection`."]]],[]]