This interface defines virtual methods for each of the user-facing overload sets in SearchServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type SearchServiceClient.
[[["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-14 UTC."],[[["This webpage provides documentation for the `SearchServiceConnection` object, which is used with `SearchServiceClient` in the Google Cloud Retail v2 C++ library."],["The latest version available is 2.37.0-rc, and the page lists several previous versions of the library, dating back to 2.11.0."],["`SearchServiceConnection` allows for custom behavior injection, facilitating testing with tools like Google Mock objects when working with `SearchServiceClient`."],["The page includes details on how to create an instance of `SearchServiceConnection` using `MakeSearchServiceConnection()` and provides information for mocking with `retail_v2_mocks::MockSearchServiceConnection`."],["The documentation includes a description of the virtual functions available, such as the `options()` function, and the `Search()` function, which takes in a `google::cloud::retail::v2::SearchRequest`."]]],[]]