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."],[[["This documentation provides details for the `EngineService` class within the Google Cloud Discovery Engine v1 API, which is used for managing Engine configurations."],["The latest version of the API is 1.6.0, and the provided documentation covers version 1.2.0, while also listing various other versions."],["The `EngineService` class inherits from the `object` class and resides within the `Google.Cloud.DiscoveryEngine.V1` namespace."],["The `EngineService` class includes two methods for service binding: `BindService(EngineServiceBase)` and `BindService(ServiceBinderBase, EngineServiceBase)`, which allow for creating and registering service definitions with a server, and the latter method is part of an experimental API."],["The `EngineServiceBase` is the object that implements the server-side handling logic of the service, and is used as a parameter in both methods provided."]]],[]]