public static void BindService(ServiceBinderBase serviceBinder, SearchService.SearchServiceBase serviceImpl)
Register service method with a service binder with or without implementation. Useful when customizing the service binding logic.
Note: this method is part of an experimental API that can change or be removed without any prior notice.
[[["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 `SearchService` class within the `Google.Cloud.Retail.V2` namespace, which is used for search functionality and requires Retail Search to be enabled in the Cloud Console."],["The page provides links to various versions of the `SearchService`, ranging from the latest version 2.12.0 down to version 1.0.0."],["The `SearchService` class inherits from `Object` and contains two static methods, `BindService`, which are used for creating and registering service definitions for server-side handling."],["The `SearchService` class is contained within the `Google.Cloud.Retail.V2.dll` assembly, and its methods allow for binding to a service implementation using either `SearchService.SearchServiceBase` or a `ServiceBinderBase`."]]],[]]