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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version of the AlloyDB v1alpha API class is 1.0.0-alpha10, accessible via the provided link.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAlloyDBAdmin\u003c/code\u003e class provides handlers for resources related to the AlloyDB service.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eAlloyDBAdmin\u003c/code\u003e inherits from the \u003ccode\u003eobject\u003c/code\u003e class, with several inherited members including \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e, \u003ccode\u003eMemberwiseClone()\u003c/code\u003e, and \u003ccode\u003eToString()\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBindService\u003c/code\u003e method creates a service definition that can be registered with a server and requires an \u003ccode\u003eAlloyDBAdminBase\u003c/code\u003e object as a parameter to implement server-side logic.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBindService\u003c/code\u003e method can register a service with a binder with or without implementation, for custom binding logic.\u003c/p\u003e\n"]]],[],null,["# AlloyDB v1alpha API - Class AlloyDBAdmin (1.0.0-alpha12)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-alpha12 (latest)](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Alpha/latest/Google.Cloud.AlloyDb.V1Alpha.AlloyDBAdmin)\n- [1.0.0-alpha11](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Alpha/1.0.0-alpha11/Google.Cloud.AlloyDb.V1Alpha.AlloyDBAdmin) \n\n public static class AlloyDBAdmin\n\nReference documentation and code samples for the AlloyDB v1alpha API class AlloyDBAdmin.\n\nService describing handlers for resources \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e AlloyDBAdmin \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.AlloyDb.V1Alpha](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Alpha/latest/Google.Cloud.AlloyDb.V1Alpha)\n\nAssembly\n--------\n\nGoogle.Cloud.AlloyDb.V1Alpha.dll\n\nMethods\n-------\n\n### BindService(AlloyDBAdminBase)\n\n public static ServerServiceDefinition BindService(AlloyDBAdmin.AlloyDBAdminBase serviceImpl)\n\nCreates service definition that can be registered with a server\n\n### BindService(ServiceBinderBase, AlloyDBAdminBase)\n\n public static void BindService(ServiceBinderBase serviceBinder, AlloyDBAdmin.AlloyDBAdminBase serviceImpl)\n\nRegister service method with a service binder with or without implementation. Useful when customizing the service binding logic.\nNote: this method is part of an experimental API that can change or be removed without any prior notice."]]