[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the Google Cloud Bigtable C++ client library, specifically for versions ranging from 2.11.0 up to the latest release candidate 2.37.0-rc."],["The content focuses on the `bigtable_mocks` namespace, offering tools for mocking Bigtable interactions within C++ tests."],["A key class is `MockDataConnection`, used to mock the `DataConnection` class for testing purposes."],["The `MakeRowReader` function facilitates the creation of a mock `RowReader` with predefined row data and a customizable final status, allowing for testing of the `Table::ReadRows(...)` method."],["The `MakeRowReader` function accepts `rows` as a parameter, which is a vector of rows to be read, and also accepts `final_status` to dictate the `Status` at the end of the stream, with the default being `OK`."]]],[]]