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 Retail v2 API and offers autocomplete functionality specifically for users with Retail Search enabled."],["The latest version of the `CompletionService` API is 2.12.0, with a range of versions available from 1.0.0 up to the current release, showing the version history."],["The `CompletionService` class inherits from the base `object` class and contains methods to manage the service, including `BindService`, which allows registration with a server or service binder."],["This service facilitates the creation of a `ServerServiceDefinition`, which can be registered with a server, or the use of a `ServiceBinderBase`, for customized service binding logic."],["The `CompletionService` provides methods like BindService, that take in parameters such as `serviceImpl`, an object implementing the server-side handling logic, and other objects to define or add methods."]]],[]]