Deprecate DataClient public member function #8800
Labels
api: bigtable
Issues related to the Bigtable API.
next major: breaking change
this is a change that we should wait to bundle into the next major version
type: cleanup
An internal cleanup or hygiene concern.
Milestone
What?:
We want to deprecate and schedule for deletion these member functions:
google-cloud-cpp/google/cloud/bigtable/data_client.h
Lines 63 to 84 in 8e9b821
Why?:
We are removing these because:
How?:
We still call some of these. We can create private implementations where necessary. Our code can call the private implementations directly. The public member functions would also call the private implementations.
The text was updated successfully, but these errors were encountered: