public static void BindService(ServiceBinderBase serviceBinder, CompletionService.CompletionServiceBase 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 `CompletionService` class is part of the Google Cloud Discovery Engine v1 API, specifically designed for handling auto-completion functionalities."],["Version 1.6.0 is the latest version available for `CompletionService`, with older versions accessible, including 1.5.0, 1.4.0, 1.3.0, 1.2.0, 1.1.0, and the beta version 1.0.0-beta06."],["The `CompletionService` class inherits from the `object` class and includes inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `BindService` method allows for the creation of a service definition that can be registered with a server, or to register service methods with a service binder."],["The `CompletionService` methods `BindService` both require an object implementing the server-side logic, specified as `CompletionServiceBase`."]]],[]]