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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The latest version of the Google.Cloud.Retail.V2.SearchService is 2.12.0, with multiple prior versions available for use, ranging down to version 1.0.0."],["The SearchService class is part of the Retail v2 API, and it is designed for search-related operations, specifically for users who have enabled Retail Search on Cloud Console."],["The SearchService class inherits from the base object class, providing standard methods such as GetHashCode, GetType, MemberwiseClone, and ToString."],["The class offers two `BindService` methods for creating or registering a service definition, allowing for the customization of service binding logic."],["To utilize the class's full functionality, a user must enable Retail Search within the Google Cloud Console before implementation."]]],[]]