public static void BindService(ServiceBinderBase serviceBinder, AlloyDBAdmin.AlloyDBAdminBase 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-17 UTC."],[[["The latest version of the AlloyDB v1 API is 1.9.0, with versions back to 1.0.0 available for reference."],["The `AlloyDBAdmin` class, within the `Google.Cloud.AlloyDb.V1` namespace, provides handlers for resources related to AlloyDB services."],["The `AlloyDBAdmin` class inherits from the base `object` class, providing common functionality, with the inherited members including `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `BindService` method can be utilized to create a service definition or to register a service method, allowing customization of the service binding logic, which accepts an object implementing the server-side handling logic."],["This documentation provides API reference and code samples for the AlloyDB v1, in which the `AlloyDBAdmin` is contained in the `Google.Cloud.AlloyDb.V1.dll` assembly."]]],[]]