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."],[[["The `SearchService` class within the Google.Cloud.DiscoveryEngine.V1 API provides functionalities for search operations."],["Version 1.6.0 is the latest release, with several prior versions including 1.5.0, 1.4.0, 1.3.0, 1.2.0, 1.1.0, and 1.0.0-beta06 also available."],["`SearchService` inherits from the base `object` class and offers methods like `BindService` to define server-side service handling."],["The `BindService` method has two overloads for creating and registering service definitions, with or without a provided implementation, to be used with a server."],["The documentation provides reference details for `SearchService`, including its namespace, assembly, inheritance, and detailed parameter descriptions."]]],[]]