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 documentation page covers the `DatabaseAdmin` class within the Google Cloud Spanner Database Administration v1 API for .NET."],["The `DatabaseAdmin` API provides functionality to create, drop, and list databases, along with updating schemas, creating, deleting, listing and restoring database backups."],["The page lists multiple available versions of the API, ranging from version 3.5.0 to the latest beta version 5.0.0-beta05, with the current version being 4.6.0."],["The page provides details on two `BindService` methods for binding service definitions, one for creating a definition and another for registering service methods with a binder."],["This documentation shows that the `DatabaseAdmin` class inherits members from the .NET object class, including `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]