public static void BindService(ServiceBinderBase serviceBinder, EngineService.EngineServiceBase 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 `EngineService` class is part of the Google Cloud Discovery Engine v1beta API, specifically version 1.0.0-beta17, and is responsible for managing engine configurations."],["This class inherits from the .NET `object` class and is located within the `Google.Cloud.DiscoveryEngine.V1Beta` namespace, in the `Google.Cloud.DiscoveryEngine.V1Beta.dll` assembly."],["`EngineService` provides two methods for binding services: `BindService(EngineServiceBase)` which creates a service definition for server registration, and `BindService(ServiceBinderBase, EngineServiceBase)` which registers a service method with a service binder."],["The `BindService` methods require an `EngineServiceBase` object which implements server-side logic, and `BindService(ServiceBinderBase, EngineServiceBase)` requires an additional `ServiceBinderBase`."],["`BindService(EngineServiceBase)` returns a `ServerServiceDefinition` which can be registered with a server, as the type of its return."]]],[]]