This interface defines virtual methods for each of the user-facing overload sets in ControlServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type ControlServiceClient.
[[["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-04-23 UTC."],[[["This document details the `ControlServiceConnection` interface for the `ControlServiceClient` within the Google Cloud Discovery Engine v1 C++ library, which is currently in version 2.34.0-rc."],["The `ControlServiceConnection` interface provides virtual methods that correspond to each user-facing overload set in the `ControlServiceClient`, facilitating custom behavior injection for testing purposes."],["You can create a concrete instance of the interface using the `MakeControlServiceConnection()` function."],["The document also offers a mock version of this interface called `MockControlServiceConnection` for testing."],["The `ControlServiceConnection` interface includes methods for managing controls, such as creating, deleting, updating, getting, and listing controls, as well as methods for operations like listing, getting, and cancelling operations."]]],[]]