This interface defines virtual methods for each of the user-facing overload sets in DataScanServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type DataScanServiceClient.
[[["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 document provides an overview of the `DataScanServiceConnection` class, which defines the interface for connecting with the `DataScanServiceClient`."],["It outlines the various versions of the `DataScanServiceConnection`, from 2.11.0 up to the latest release candidate 2.37.0-rc."],["The `DataScanServiceConnection` interface enables custom behavior injection for testing purposes, often using mocking."],["This class provides virtual methods for different operations like `CreateDataScan`, `UpdateDataScan`, `DeleteDataScan`, and more, each with variations in parameters and return types."],["Users can create a concrete instance of the `DataScanServiceConnection` by utilizing the `MakeDataScanServiceConnection()` function, and developers looking to test can use `MockDataScanServiceConnection`."]]],[]]