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-03-21 UTC."],[[["This document provides reference documentation for the Google Cloud Spanner Database Administration v1 API, specifically the `DatabaseAdmin` class."],["The `DatabaseAdmin` API enables users to perform various database management tasks, such as creating, dropping, and listing databases, updating schemas, and managing backups and restores."],["The page details multiple versions of the API, including the latest beta release, 5.0.0-beta05, and prior versions down to version 3.5.0, which are available for use."],["The documentation outlines the `DatabaseAdmin` class's inheritance from the `Object` class and lists the inherited members and methods."],["It includes details on methods for binding services, including `BindService(DatabaseAdmin.DatabaseAdminBase)` and `BindService(ServiceBinderBase, DatabaseAdmin.DatabaseAdminBase)`, alongside their parameters, return types, and descriptions."]]],[]]