This feature is only available for users who have Retail Search enabled.
Please submit a form here to contact
cloud sales if you are interested in using Retail Search.
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-04-17 UTC."],[[["The latest version available for the `Google.Cloud.Retail.V2.SearchService` is 2.12.0, with multiple previous versions also accessible for reference."],["The `SearchService` class is designed for use with Retail Search, which is a feature that must be enabled separately by contacting cloud sales through the provided link."],["The `SearchService` class inherits functionalities from the base `Object` class, allowing the use of inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["`SearchService` offers two static methods, `BindService(SearchService.SearchServiceBase)` and `BindService(ServiceBinderBase, SearchService.SearchServiceBase)`, for registering service definitions and methods with server-side logic."],["The `BindService` methods require a `SearchService.SearchServiceBase` object, or in the second instance, a `ServiceBinderBase` object, which will have service methods bound to it."]]],[]]