public static void BindService(ServiceBinderBase serviceBinder, SampleQueryService.SampleQueryServiceBase 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 page provides documentation for the `SampleQueryService` class within the Google Cloud Discovery Engine v1beta API, specifically version 1.0.0-beta17."],["The `SampleQueryService` class is designed for managing `SampleQuery` instances and inherits from the base `object` class, with inherited methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The class features two `BindService` methods, one for creating a service definition that can be registered with a server and another for registering service methods with a service binder, supporting server-side handling logic."],["The `BindService` methods accept a `serviceImpl` parameter, an object of `SampleQueryServiceBase`, which implements the server-side handling, and one method takes a `serviceBinder` parameter to bind service methods."],["This documentation is part of an experimental API that could change or be removed without any prior notice, and it contains information regarding the `Google.Cloud.DiscoveryEngine.V1Beta` namespace and the `Google.Cloud.DiscoveryEngine.V1Beta.dll` assembly."]]],[]]