15#ifndef GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_BIGTABLE_VERSION_H
16#define GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_BIGTABLE_VERSION_H
18#include "google/cloud/bigtable/version_info.h"
19#include "google/cloud/version.h"
22#define GOOGLE_CLOUD_CPP_BIGTABLE_DATA_CLIENT_DEPRECATED(name)
23 GOOGLE_CLOUD_CPP_DEPRECATED
(
24 "google::cloud::bigtable::DataClient::" name
25 " is deprecated, and will be removed on or shortly after 2023-05-01."
26 " See GitHub issue #8800 for more information.")
28#define GOOGLE_CLOUD_CPP_BIGTABLE_ROW_READER_CTOR_DEPRECATED()
29 GOOGLE_CLOUD_CPP_DEPRECATED
(
30 "RowReader public constructors have been deprecated. They are "
31 " scheduled for deletion on 2023-05-01. Please use the `RowReader` "
32 "returned by `Table::ReadRows()`.")
37#define BIGTABLE_CLIENT_NS GOOGLE_CLOUD_CPP_NS
42
43
45GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
48
49
50
51
55
56
57
58
62
63
64
65
69
70
71
72
83GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_END
85namespace v1 = GOOGLE_CLOUD_CPP_NS;
Contains all the Cloud Bigtable C++ client APIs.
Definition: admin_client.h:28
int constexpr version()
A single integer representing the Major/Minor/Patch version.
Definition: version.h:78
int constexpr version_patch()
The Cloud Bigtable C++ Client patch version.
Definition: version.h:66
int constexpr version_minor()
The Cloud Bigtable C++ Client minor version.
Definition: version.h:59
constexpr char const * version_pre_release()
The Cloud Bigtable C++ Client pre-release version.
Definition: version.h:73
std::string version_string()
The version as a string, in MAJOR.MINOR.PATCH[-PRE][+gitrev] format.
int constexpr version_major()
The Cloud Bigtable C++ Client major version.
Definition: version.h:52
int constexpr version_minor()
int constexpr version_major()
constexpr char const * version_pre_release()
int constexpr version_patch()