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 documentation provides details for the `SearchService` class within the Google Cloud Discovery Engine v1 API, specifically for version 1.5.0."],["The `SearchService` class is a service used for conducting searches and inherits from the base `object` class, offering access to inherited members like `GetHashCode` and `ToString`."],["The `BindService` method allows the creation of a service definition that can be registered with a server and takes an object implementing the server-side logic as a parameter."],["Another overload of the `BindService` method lets you register service methods with a service binder, useful for customizing service binding logic, but is considered an experimental API."],["This documentation shows that multiple versions of the search service are available, ranging from 1.0.0-beta06 to 1.6.0 (latest), and provides links to each of their individual documentations."]]],[]]