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-03-21 UTC."],[[["The `AlloyDBAdmin` class, part of the Google Cloud AlloyDB v1alpha API, provides handlers for managing resources."],["This documentation covers version 1.0.0-alpha08, with links to the latest version (1.0.0-alpha10) and an earlier version (1.0.0-alpha09)."],["`AlloyDBAdmin` inherits from the `object` class and contains methods such as `BindService` for creating and registering service definitions."],["The `BindService` methods are used to define and register the server-side logic for handling AlloyDB operations, with one version creating a `ServerServiceDefinition` and the other using a `ServiceBinderBase`."],["This class is part of the `Google.Cloud.AlloyDb.V1Alpha` namespace and is found in the `Google.Cloud.AlloyDb.V1Alpha.dll` assembly."]]],[]]