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 is available only to users with Retail Search enabled on their Cloud Console."],["The `SearchService` class inherits from the base `Object` class and provides methods like `BindService` for creating service definitions and registering service methods."],["The provided content contains a list of available versions of the `SearchService` ranging from version 1.0.0 to the latest version, 2.12.0."],["The `BindService` method can take either just the `SearchService.SearchServiceBase` class or the `SearchService.SearchServiceBase` class in addition to a `ServiceBinderBase` as parameters to help with the implementation of service logic."]]],[]]