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` object for `ControlServiceClient`, which is found within version 2.35.0 of the Discovery Engine C++ library."],["The `ControlServiceConnection` interface allows for the injection of custom behavior, such as mocking, in tests using `ControlServiceClient` objects."],["The page includes a list of available versions of `ControlServiceConnection`, from the latest release candidate (2.37.0-rc) down to version 2.15.1."],["Key functions provided by `ControlServiceConnection` include `CreateControl`, `DeleteControl`, `UpdateControl`, `GetControl`, and `ListControls`, as well as operation management functions such as `ListOperations`, `GetOperation`, and `CancelOperation`."],["The webpage also specifies how to create a concrete instance using `MakeControlServiceConnection()`, and how to use the mocking object using `discoveryengine_v1_mocks::MockControlServiceConnection`."]]],[]]