Google Cloud Bigtable C++ Client  2.7.0
A C++ Client Library for Google Cloud Bigtable
Namespaces | Macros | Functions
version.h File Reference
#include "google/cloud/bigtable/version_info.h"
#include "google/cloud/version.h"
#include <string>

Go to the source code of this file.

Namespaces

 google
 
 google::cloud
 
 google::cloud::bigtable
 Contains all the Cloud Bigtable C++ client APIs.
 

Macros

#define GOOGLE_CLOUD_CPP_BIGTABLE_DATA_CLIENT_DEPRECATED(name)
 
#define GOOGLE_CLOUD_CPP_BIGTABLE_ROW_READER_CTOR_DEPRECATED()
 
#define BIGTABLE_CLIENT_NS   GOOGLE_CLOUD_CPP_NS
 

Functions

constexpr int google::cloud::bigtable::version_major ()
 The Cloud Bigtable C++ Client major version. More...
 
constexpr int google::cloud::bigtable::version_minor ()
 The Cloud Bigtable C++ Client minor version. More...
 
constexpr int google::cloud::bigtable::version_patch ()
 The Cloud Bigtable C++ Client patch version. More...
 
constexpr char const * google::cloud::bigtable::version_pre_release ()
 The Cloud Bigtable C++ Client pre-release version. More...
 
constexpr int google::cloud::bigtable::version ()
 A single integer representing the Major/Minor/Patch version. More...
 
std::string google::cloud::bigtable::version_string ()
 The version as a string, in MAJOR.MINOR.PATCH[-PRE][+gitrev] format. More...
 

Macro Definition Documentation

◆ BIGTABLE_CLIENT_NS

#define BIGTABLE_CLIENT_NS   GOOGLE_CLOUD_CPP_NS

Definition at line 37 of file version.h.

◆ GOOGLE_CLOUD_CPP_BIGTABLE_DATA_CLIENT_DEPRECATED

#define GOOGLE_CLOUD_CPP_BIGTABLE_DATA_CLIENT_DEPRECATED (   name)
Value:
GOOGLE_CLOUD_CPP_DEPRECATED( \
"google::cloud::bigtable::DataClient::" name \
" is deprecated, and will be removed on or shortly after 2023-05-01." \
" See GitHub issue #8800 for more information.")

Definition at line 22 of file version.h.

◆ GOOGLE_CLOUD_CPP_BIGTABLE_ROW_READER_CTOR_DEPRECATED

#define GOOGLE_CLOUD_CPP_BIGTABLE_ROW_READER_CTOR_DEPRECATED ( )
Value:
GOOGLE_CLOUD_CPP_DEPRECATED( \
"RowReader public constructors have been deprecated. They are " \
" scheduled for deletion on 2023-05-01. Please use the `RowReader` " \
"returned by `Table::ReadRows()`.")

Definition at line 28 of file version.h.