Install the Google.Cloud.Spanner.Admin.Database.V1 package from NuGet. Add it to
your project in the normal way (for example by right-clicking on the
project in Visual Studio and choosing "Manage NuGet Packages...").
Authentication
When running on Google Cloud Platform, no action needs to be taken to authenticate.
Otherwise, the simplest way of authenticating your API calls is to
download a service account JSON file then set the GOOGLE_APPLICATION_CREDENTIALS environment variable to refer to it.
The credentials will automatically be used to authenticate. See the Getting Started With
Authentication guide for more details.
[[["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 webpage provides documentation for the `Google.Cloud.Spanner.Admin.Database.V1` .NET client library, which is used for interacting with the Google Cloud Spanner Database Administration API."],["The page lists various versions of the library, including the latest beta version (5.0.0-beta05), and stable versions ranging from 3.5.0 to 4.6.0."],["For standard, non-administrative Spanner operations, the Spanner ADO.NET provider, rather than the Spanner Administration API, is recommended."],["Installation of the library can be achieved by adding the `Google.Cloud.Spanner.Admin.Database.V1` NuGet package to your project."],["Authentication is automatic on Google Cloud Platform, but elsewhere, setting the `GOOGLE_APPLICATION_CREDENTIALS` environment variable to a service account JSON file is the recommended way to authenticate API calls."]]],[]]