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-03-21 UTC."],[[["This webpage details the `ControlServiceConnection` class within the Google Cloud Discovery Engine v1 C++ library, specifically version 2.34.0, which is an interface for `ControlServiceClient`."],["The `ControlServiceConnection` class provides virtual methods corresponding to each user-facing overload set in `ControlServiceClient`, allowing users to inject custom behavior for testing purposes."],["Users can create a concrete instance of `ControlServiceConnection` using `MakeControlServiceConnection()`, or utilize `discoveryengine_v1_mocks::MockControlServiceConnection` for mocking in tests."],["The class includes virtual methods for various operations, such as `CreateControl`, `DeleteControl`, `UpdateControl`, `GetControl`, `ListControls`, `ListOperations`, `GetOperation`, and `CancelOperation`, all for managing controls within the Discovery Engine service."],["There is also a list of previous versions available to browse for those who may be using a different version."]]],[]]