public static void BindService(ServiceBinderBase serviceBinder, DataStoreService.DataStoreServiceBase 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 latest version of the `DataStoreService` API is 1.6.0, with older versions available, including 1.5.0, 1.4.0, 1.3.0, 1.2.0, 1.1.0, and 1.0.0-beta06."],["`DataStoreService` is a class within the `Google.Cloud.DiscoveryEngine.V1` namespace, designed for managing `DataStore` configurations within the Discovery Engine v1 API."],["The class `DataStoreService` provides two `BindService` methods for creating a service definition that can be registered with a server, and registering it to a service binder respectively."],["The `BindService` methods allow for server-side logic implementation via `DataStoreServiceBase` and also accepts a `ServiceBinderBase` to customize service binding."],["This `DataStoreService` class inherits from `object`, and also provides inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]