Skip to content

Commit 6a345ab

Browse files
committed
run checkers and api-pr
1 parent 352d941 commit 6a345ab

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed
-11.6 KB
Binary file not shown.

doc/v3-migration-guide.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,10 +211,14 @@ auto client = bigtable::CreateDefaultInstanceAdminClient(
211211

212212
**After:**
213213

214-
```cpp
214+
````cpp
215215
auto client = bigtable::MakeInstanceAdminClient(
216216
"my-project",
217217
google::cloud::Options{}.set<google::cloud::GrpcNumChannelsOption>(4));
218+
219+
</details>
220+
221+
<details>
218222
<summary>Removed <code>bigtable::AsyncRowReader<>::NO_ROWS_LIMIT</code>
219223
</summary>
220224

@@ -227,7 +231,7 @@ auto limit = google::cloud::bigtable::AsyncRowReader<>::NO_ROWS_LIMIT;
227231

228232
// After
229233
auto limit = google::cloud::bigtable::RowReader::NO_ROWS_LIMIT;
230-
```
234+
````
231235

232236
</details>
233237

0 commit comments

Comments
 (0)