public static void BindService(ServiceBinderBase serviceBinder, SearchTuningService.SearchTuningServiceBase 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 covers the `SearchTuningService` class within the Google Cloud Discovery Engine v1 API, focusing on version 1.4.0, with links to other versions."],["The `SearchTuningService` class provides functionality for search tuning within the Discovery Engine and inherits from the base `object` class, including methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The namespace for this service is `Google.Cloud.DiscoveryEngine.V1`, and it is contained within the `Google.Cloud.DiscoveryEngine.V1.dll` assembly."],["Two `BindService` methods are detailed, which are used for registering service definitions with a server, either by using a `SearchTuningServiceBase` or a `ServiceBinderBase` along with a `SearchTuningServiceBase`."],["The documentation includes information on the parameters, descriptions, and return types for each of the listed methods."]]],[]]