The Google.Cloud.Spanner.V1 package provides low-level access to the Google Cloud Spanner API.
This is not recommended for most scenarios. Where possible, use the
Spanner ADO.NET provider instead. (That in turn depends on this package,
but provides a much more user-friendly API, and takes care of a lot of resource management automatically.)
Installation
Install the Google.Cloud.Spanner.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 latest version available for the `Google.Cloud.Spanner.V1` package is 5.0.0-beta05, with multiple previous versions accessible, including version 4.5.0 which was the starting context of the provided content."],["This package offers low-level access to the Google Cloud Spanner API but is not recommended for typical use cases; the Spanner ADO.NET provider is suggested as a more user-friendly alternative."],["Installation of the `Google.Cloud.Spanner.V1` package is done via NuGet, with standard management in an IDE like Visual Studio, and for authentication, no action is needed when running on the Google Cloud Platform."],["When not running on Google Cloud Platform, the API calls will need authentication, which is easily done by downloading a service account JSON file, and setting the `GOOGLE_APPLICATION_CREDENTIALS` environment variable."]]],[]]