[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 UTC."],[[["This document provides documentation for the Google Cloud Bigtable C++ client library, specifically the mock implementations used for testing."],["The latest release candidate version available is 2.37.0-rc, with several other versions listed from 2.36.0 down to 2.11.0."],["The `MockDataConnection` class can be used to create a mock `DataConnection` for testing purposes, replacing the need for an active connection."],["The `MakeRowReader` function allows the creation of a custom `RowReader` with a predefined set of rows and a final status, which is useful for mocking the output of `Table::ReadRows(...)`."],["`MakeRowReader` takes a vector of `Row` objects, and a `Status`, to return a `RowReader` that will output each row."]]],[]]