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 v1beta API, specifically designed for auto-completion functionalities."],["The class inherits from the base `object` class and is located within the `Google.Cloud.DiscoveryEngine.V1Beta` namespace in the `Google.Cloud.DiscoveryEngine.V1Beta.dll` assembly."],["The latest version of `CompletionService` is `1.0.0-beta18`, and the documentation also covers version `1.0.0-beta17`."],["The `BindService` methods allow for the registration of the `CompletionService` with a server, providing two overloads for flexibility in server integration, allowing the customization of the service binding logic."],["This documentation includes information on the class's inherited members, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]