public static void BindService(ServiceBinderBase serviceBinder, ParameterManager.ParameterManagerBase 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-04-02 UTC."],[[["The `ParameterManager` class, part of the `Google.Cloud.ParameterManager.V1` namespace, provides functionality for managing service handlers."],["It inherits from the `object` class and includes standard inherited members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The class includes two `BindService` methods for creating and registering service definitions with a server, and can include server side implementation."],["One `BindService` method returns a `ServerServiceDefinition`, while the other allows binding the methods with or without an implementation and is considered an experimental API."],["The methods take in either a `ParameterManagerBase` or a `ServiceBinderBase` along with a `ParameterManagerBase` and describe how they provide server side logic and registration."]]],[]]