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 different versions of the `Google.Cloud.Spanner.Admin.Database.V1.DatabaseAdmin` class, ranging from the latest beta version (5.0.0-beta05) down to version 3.5.0."],["The `DatabaseAdmin` class within the Cloud Spanner Database Admin API allows users to manage databases, including creating, dropping, listing, updating schemas, and handling backups and restores."],["The `DatabaseAdmin` class inherits from the `Object` class and belongs to the `Google.Cloud.Spanner.Admin.Database.V1` namespace within the `Google.Cloud.Spanner.Admin.Database.V1.dll` assembly."],["The `BindService` method is provided to register the service definition with a server, and it can be used with or without implementation for customized binding logic."],["There are multiple inherited members from `Object` that can be used with the class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]