Google Cloud Spanner C++ Client  1.32.0
A C++ Client Library for Google Cloud Spanner
Namespaces | Macros | Functions
version.h File Reference
#include "google/cloud/spanner/version_info.h"
#include "google/cloud/internal/attributes.h"
#include "google/cloud/version.h"
#include <string>

Go to the source code of this file.

Namespaces

 google
 
 google::cloud
 The namespace Google Cloud Platform C++ client libraries.
 
 google::cloud::spanner
 Contains all the Cloud Spanner C++ client types and functions.
 
 google::cloud::spanner::v1
 The inlined, versioned namespace for the Cloud Spanner C++ client APIs.
 

Macros

#define GOOGLE_CLOUD_CPP_SPANNER_ADMIN_API_DEPRECATED(name)
 
#define SPANNER_CLIENT_NS   GOOGLE_CLOUD_CPP_NS
 

Functions

constexpr int google::cloud::spanner::v1::VersionMajor ()
 The Cloud spanner C++ Client major version. More...
 
constexpr int google::cloud::spanner::v1::VersionMinor ()
 The Cloud spanner C++ Client minor version. More...
 
constexpr int google::cloud::spanner::v1::VersionPatch ()
 The Cloud spanner C++ Client patch version. More...
 
constexpr int google::cloud::spanner::v1::Version ()
 A single integer representing the Major/Minor/Patch version. More...
 
std::string google::cloud::spanner::v1::VersionString ()
 The version as a string, in MAJOR.MINOR.PATCH+gitrev format. More...
 

Macro Definition Documentation

◆ GOOGLE_CLOUD_CPP_SPANNER_ADMIN_API_DEPRECATED

#define GOOGLE_CLOUD_CPP_SPANNER_ADMIN_API_DEPRECATED (   name)
Value:
GOOGLE_CLOUD_CPP_DEPRECATED( \
"google::cloud::spanner::" name \
" is deprecated, and will be removed on or shortly after 2022-10-01." \
" Please use google::cloud::spanner_admin::" name \
" instead. See GitHub issue #7356 for more information.")

Definition at line 23 of file version.h.

◆ SPANNER_CLIENT_NS

#define SPANNER_CLIENT_NS   GOOGLE_CLOUD_CPP_NS

Definition at line 30 of file version.h.