Install the Google.Cloud.Spanner.Admin.Instance.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.Instance.V1` .NET client library, which is used for the Google Cloud Spanner Instance Administration API."],["The most recent release is version 5.0.0-beta05, and the page lists multiple versions of the client, including stable versions and beta releases."],["The Spanner ADO.NET provider is recommended for standard Spanner usage that does not involve administrative tasks."],["Installation of the library is done via NuGet package manager and includes instructions for project integration."],["Authentication on Google Cloud Platform is seamless, while outside of it, service account JSON files and the `GOOGLE_APPLICATION_CREDENTIALS` environment variable are suggested for authentication."]]],[]]