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 page documents the .NET client library, `Google.Cloud.Spanner.Admin.Database.V1`, specifically designed for managing Google Cloud Spanner databases."],["The latest version of the library available is 5.0.0-beta05, with several previous versions listed, including stable releases and beta versions, providing a variety of options for users to integrate with Spanner."],["For regular, non-administrative Spanner interactions, it's recommended to use the Spanner ADO.NET provider, also detailed in related documentation."],["Authentication for the library is streamlined on Google Cloud Platform, while off-platform usage requires setting up a service account JSON file and configuring the `GOOGLE_APPLICATION_CREDENTIALS` environment variable."],["Installing the `Google.Cloud.Spanner.Admin.Database.V1` package is done via NuGet, which can be performed directly within the development environment, like Visual Studio."]]],[]]