We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76dc605 commit 4eceb73Copy full SHA for 4eceb73
doc/v3-migration-guide.md
@@ -53,6 +53,14 @@ module which can be added to your `MODULE.bazel` file as a dependency.
53
AsyncRowReader::NO_ROWS_LIMIT has been removed. Please use
54
`google::cloud::bigtable::RowReader::NO_ROWS_LIMIT` instead.
55
56
+```cpp
57
+// Before
58
+auto limit = google::cloud::bigtable::AsyncRowReader<>::NO_ROWS_LIMIT;
59
+
60
+// After
61
+auto limit = google::cloud::bigtable::RowReader::NO_ROWS_LIMIT;
62
+```
63
64
</details>
65
66
### Pubsub
0 commit comments