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 lists various versions of the `SearchServiceConnection` class for the Google Cloud Discovery Engine, starting with the latest release candidate (2.37.0-rc) and ranging down to version 2.15.1."],["The `SearchServiceConnection` class provides virtual methods corresponding to each user-facing overload set in `SearchServiceClient`, enabling users to implement custom behavior for testing purposes."],["The page includes methods like `options()`, which returns the Options type, and `Search()`, which accepts a `SearchRequest` and returns a stream of `SearchResult` objects."],["A concrete `SearchServiceConnection` instance can be created using `MakeSearchServiceConnection()`, while `MockSearchServiceConnection` is available for mocking during testing."]]],[]]