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."],[[["The page 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 beta version available is `5.0.0-beta05`, with numerous prior versions also listed."],["For standard Spanner operations, users are directed to utilize the Spanner ADO.NET provider, instead of this Admin client."],["The library can be installed via NuGet, and authentication is automatically handled on Google Cloud Platform or through the use of a service account JSON file."],["The latest stable version listed is 4.6.0, with the most recent non beta being 3.15.1."]]],[]]