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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 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."]]],[]]