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...").
Please ensure you enable pre-release packages (for example, in the
Visual Studio NuGet user interface, check the "Include prerelease"
box). Some of the following samples might only work with the latest
pre-release version (5.0.0-beta05) of Google.Cloud.Spanner.V1.
Authentication
When running on Google Cloud, no action needs to be taken to authenticate.
Otherwise, the simplest way of authenticating your API calls is to
set up Application Default Credentials.
The credentials will automatically be used to authenticate. See
Set up Application Default Credentials 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-04-02 UTC."],[[["The latest version of the `Google.Cloud.Spanner.V1` package is `5.0.0-beta05`, which is available as a pre-release on NuGet."],["The `Google.Cloud.Spanner.V1` package offers low-level access to the Google Cloud Spanner API and is generally not recommended for most users."],["The Spanner ADO.NET provider is preferred over this package because it provides a more user-friendly API and manages resources automatically."],["Authentication for API calls when running on Google Cloud is automatic, and if running elsewhere, Application Default Credentials are the simplest method."],["Multiple previous versions of this package are also documented, including a variety of beta and stable versions, from 3.5.0 up to the most recent."]]],[]]