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-26 UTC."],[[["This webpage provides documentation for the `ControlServiceConnection` class within the Google Cloud Discovery Engine C++ client library, specifically highlighting version 2.26.0."],["The `ControlServiceConnection` interface defines virtual methods for all user-facing overload sets found in `ControlServiceClient`, enabling custom behavior injection during testing."],["The page lists multiple versions of the C++ library for the `ControlServiceConnection` class, with 2.37.0-rc being the latest and 2.26.0 being the documented version on the page."],["The documentation offers virtual functions for `CreateControl`, `DeleteControl`, `UpdateControl`, `GetControl`, and `ListControls` requests, each with specified parameters and return types."],["Instructions are given for creating concrete instances using `MakeControlServiceConnection()` and mocking the class using `discoveryengine_v1_mocks::MockControlServiceConnection`."]]],[]]