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 and is designed for handling auto-completion functionalities."],["This class inherits from the base `object` class and includes inherited methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The latest version available is 1.6.0, however this specific page is focused on version 1.2.0, one of many previous releases."],["The `CompletionService` class provides two static methods, `BindService(CompletionServiceBase)` and `BindService(ServiceBinderBase, CompletionServiceBase)`, both of which are used to register service definitions and methods."],["The namespace for the completion service is `Google.Cloud.DiscoveryEngine.V1` and is located in the `Google.Cloud.DiscoveryEngine.V1.dll` assembly."]]],[]]