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."],[[["The Cloud Spanner Database Admin API allows users to manage databases, including creating, deleting, listing, updating schemas, and managing backups."],["The `DatabaseAdmin` class, which inherits from `Object`, is a central component of the API, providing methods for these operations."],["The latest version available is 5.0.0-beta05, while 3.9.0 is the current version listed on this documentation page, with several versions available in between."],["The `BindService` methods within the `DatabaseAdmin` class are used for registering service definitions and binding service methods, with options for customization."],["The `Google.Cloud.Spanner.Admin.Database.V1` namespace, which contains the documentation for this class, is located within the `Google.Cloud.Spanner.Admin.Database.V1.dll` assembly."]]],[]]