The Cloud Spanner Database Admin API can be used to create, drop, and
list databases. It also enables updating the schema of pre-existing
databases. It can be also used to create, delete and list backups for a
database and to restore from an existing backup.
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 outlines the Cloud Spanner Database Admin API, which allows users to manage databases, including creating, deleting, listing, and updating their schemas."],["The `DatabaseAdmin` class, part of the `Google.Cloud.Spanner.Admin.Database.V1` namespace, provides the functionality for interacting with the Database Admin API."],["The document details a range of versions for the Database Admin API, from version 3.5.0 to 5.0.0-beta05, with the latter being the most recent release."],["The `BindService` method detailed in the document is used for registering service methods with a service binder, enabling service definition and customization of binding logic for server-side implementations."],["Inherited members of the `Object` class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` are available for use with `DatabaseAdmin` within the .NET framework."]]],[]]