File tree Expand file tree Collapse file tree
google/cloud/bigtable/examples Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -622,7 +622,7 @@ void DropRowsByPrefix(
622622}
623623
624624void WaitForConsistencyCheck (
625- google::cloud::bigtable_admin::BigtableTableAdminClient admin,
625+ google::cloud::bigtable_admin::BigtableTableAdminClient const & admin,
626626 std::vector<std::string> const & argv) {
627627 // ! [wait for consistency check]
628628 namespace cbt = ::google::cloud::bigtable;
@@ -631,7 +631,7 @@ void WaitForConsistencyCheck(
631631 using ::google::cloud::future;
632632 using ::google::cloud::Status;
633633 using ::google::cloud::StatusOr;
634- [](cbta::BigtableTableAdminClient, std::string const & project_id,
634+ [](cbta::BigtableTableAdminClient const & , std::string const & project_id,
635635 std::string const & instance_id, std::string const & table_id) {
636636 auto client = cbta::BigtableTableAdminClient (
637637 cbta::MakeBigtableTableAdminConnection ());
You can’t perform that action at this time.
0 commit comments