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 within the `Google.Cloud.DiscoveryEngine.V1` namespace."],["This service is designed for Auto-Completion features and is found in the `Google.Cloud.DiscoveryEngine.V1.dll` assembly."],["The `CompletionService` class inherits from the `object` class and has inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `BindService` method can create a service definition for registration with a server, taking a `CompletionServiceBase` object as an argument for server-side handling."],["The `BindService` method can also be used to register service methods to a `ServiceBinderBase` object for custom service binding logic, with the service implementation coming from the provided `CompletionServiceBase`."]]],[]]