Go to the source code of this file.
◆ BIGTABLE_CLIENT_NS
◆ 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.