public static void BindService(ServiceBinderBase serviceBinder, DatabaseAdmin.DatabaseAdminBase 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 content focuses on the `DatabaseAdmin` class within the `Google.Cloud.Spanner.Admin.Database.V1` namespace, which is used for managing Cloud Spanner databases."],["The `DatabaseAdmin` API facilitates database operations such as creating, dropping, listing, and updating schemas, as well as handling database backups and restorations."],["The provided list shows a history of multiple versions of the `DatabaseAdmin` class, from version 3.5.0 up to the latest beta version of 5.0.0-beta05, and currently, the page is highlighting version 4.0.0."],["The `DatabaseAdmin` class includes methods like `BindService` that allow for service definition creation and registration, which are essential for server-side handling of database administration."],["The `DatabaseAdmin` class inherits from `Object` and includes inherited members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]