Skip to main content
Documentation
Get Started
Get Started with Google Cloud
Product List
Cloud Customer Care
Featured Products
Agent Platform
Apigee API Management
BigQuery
Compute Engine
Cloud CDN
Cloud Run
Cloud Storage
Cloud SQL
Gemini Enterprise
Google Kubernetes Engine
Looker
Cross-product Tools
Access and resources management
Costs and usage management
Infrastructure as code
SDK, languages, frameworks, and tools
Technology Areas
AI and ML
Application development
Application hosting
Compute
Data analytics and pipelines
Databases
Distributed, hybrid, and multicloud
Industry solutions
Migration
Networking
Observability and monitoring
Security
Storage
/
Console
English
中文 – 简体
Google Cloud SDK
C++
Client libraries
Start free
Overview
Guides
Reference
Samples
Documentation
More
Overview
Guides
Reference
Samples
Console
Overview
Library reference docs
Cloud Spanner C++ Client Library
In-Depth Topics
Environment Variables
Error Handling
Override Retry, Backoff, and Re-Run Policies
Override spanner_admin::InstanceAdminClient Retry Policies
Override spanner_admin::DatabaseAdminClient Retry Policies
Override the default endpoint
Support Isolation Level
Override the authentication configuration
Override the default universe domain
Override Client Default Universe Domain
Override DatabaseAdminClient Default Universe Domain
Override InstanceAdminClient Default Universe Domain
Mocking the Cloud Spanner C++ Client with Google Mock
Modules
Spanner Client Library Configuration Options
Namespaces
google::cloud::spanner
Overview
Classes
Backup
Overview
Constructors
Backup(Backup const &)
Backup(Backup &&)
Backup(Instance, std::string)
Operators
operator=(Backup const &)
operator=(Backup &&)
operator==(Backup const &, Backup const &)
operator!=(Backup const &, Backup const &)
operator<<(std::ostream &, Backup const &)
Functions
instance() const
backup_id() const
FullName() const
Bytes
Overview
Constructors
Bytes(InputIt, InputIt)
Bytes(Container const &)
Bytes()
Operators
operator==(Bytes const &, Bytes const &)
operator!=(Bytes const &, Bytes const &)
operator<<(std::ostream &, Bytes const &)
Functions
get() const
Client
Overview
Constructors
Client(Client const &)
Client(Client &&)
Client(std::shared_ptr< Connection >, Options)
Client()
Operators
operator=(Client const &)
operator=(Client &&)
operator==(Client const &, Client const &)
operator!=(Client const &, Client const &)