[[["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 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."]]],[]]