We will need to wait until the changes from #7226 are in a release to update the quickstart.
The change is just that this:
|
cbt::Table table(cbt::CreateDefaultDataClient(project_id, instance_id, |
|
cbt::ClientOptions()), |
|
table_id); |
becomes:
cbt::Table table(cbt::MakeDataClient(project_id, instance_id), table_id);
oh and regenerate the README.md
We will need to wait until the changes from #7226 are in a release to update the quickstart.
The change is just that this:
google-cloud-cpp/google/cloud/bigtable/quickstart/quickstart.cc
Lines 34 to 36 in 659c664
becomes:
cbt::Table table(cbt::MakeDataClient(project_id, instance_id), table_id);oh and regenerate the README.md