This feature is only available for users who have Retail Search enabled.
Contact Retail Support (retail-search-support@google.com) 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-03-21 UTC."],[[["This webpage details the `SearchService` class within the `Google.Cloud.Retail.V2` namespace, which is used for implementing search functionality in applications that have the Retail Search feature enabled."],["The most recent version of this service is 2.12.0, with a range of previous versions also listed and linked, going all the way back to version 1.0.0."],["The `SearchService` class inherits from `Object` and provides methods like `BindService` to create and register service definitions with a server, allowing for custom service binding logic."],["The `BindService` method requires a `SearchService.SearchServiceBase` object, which implements the server-side logic for handling search requests, and optionally, a `ServiceBinderBase` for customized binding."],["Access to the Retail Search feature, and consequently this `SearchService`, requires users to contact Retail Support for enablement."]]],[]]