Convenience wrapper for consuming aReadRowsstreaming response.
Parameters
Name
Description
read_method
client._table_data_client.read_rows
ReadRowsmethod.
request
data_messages_v2_pb2.ReadRowsRequest
TheReadRowsRequestmessage used to create a ReadRowsResponse iterator. If the iterator fails, a new iterator is created, allowing the scan to continue from the point just beyond the last successfully read row, identified by self.last_scanned_row_key. The retry happens inside of the Retry class, using a predicate for the expected exceptions during iteration.
retry
google.api_core.retry.Retry
(Optional) Retry delay and deadline arguments. To override, the default valueDEFAULT_RETRY_READ_ROWScan be used and modified with thegoogle.api_core.retry.Retry.with_delaymethod or thegoogle.api_core.retry.Retry.with_deadlinemethod.
[[["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-08-28 UTC."],[],[],null,["# Module row_data (2.32.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.32.0 (latest)](/python/docs/reference/bigtable/latest/google.cloud.bigtable.row_data)\n- [2.31.0](/python/docs/reference/bigtable/2.31.0/google.cloud.bigtable.row_data)\n- [2.30.1](/python/docs/reference/bigtable/2.30.1/google.cloud.bigtable.row_data)\n- [2.29.0](/python/docs/reference/bigtable/2.29.0/google.cloud.bigtable.row_data)\n- [2.28.1](/python/docs/reference/bigtable/2.28.1/google.cloud.bigtable.row_data)\n- [2.26.0](/python/docs/reference/bigtable/2.26.0/google.cloud.bigtable.row_data)\n- [2.25.0](/python/docs/reference/bigtable/2.25.0/google.cloud.bigtable.row_data)\n- [2.24.0](/python/docs/reference/bigtable/2.24.0/google.cloud.bigtable.row_data)\n- [2.23.1](/python/docs/reference/bigtable/2.23.1/google.cloud.bigtable.row_data)\n- [2.22.0](/python/docs/reference/bigtable/2.22.0/google.cloud.bigtable.row_data)\n- [2.21.0](/python/docs/reference/bigtable/2.21.0/google.cloud.bigtable.row_data)\n- [2.20.0](/python/docs/reference/bigtable/2.20.0/google.cloud.bigtable.row_data)\n- [2.19.0](/python/docs/reference/bigtable/2.19.0/google.cloud.bigtable.row_data)\n- [2.18.1](/python/docs/reference/bigtable/2.18.1/google.cloud.bigtable.row_data)\n- [2.17.0](/python/docs/reference/bigtable/2.17.0/google.cloud.bigtable.row_data)\n- [2.16.0](/python/docs/reference/bigtable/2.16.0/google.cloud.bigtable.row_data)\n- [2.15.0](/python/docs/reference/bigtable/2.15.0/google.cloud.bigtable.row_data)\n- [2.14.1](/python/docs/reference/bigtable/2.14.1/google.cloud.bigtable.row_data)\n- [2.13.2](/python/docs/reference/bigtable/2.13.2/google.cloud.bigtable.row_data)\n- [2.12.0](/python/docs/reference/bigtable/2.12.0/google.cloud.bigtable.row_data)\n- [2.11.3](/python/docs/reference/bigtable/2.11.3/google.cloud.bigtable.row_data)\n- [2.10.1](/python/docs/reference/bigtable/2.10.1/google.cloud.bigtable.row_data)\n- [2.9.0](/python/docs/reference/bigtable/2.9.0/google.cloud.bigtable.row_data)\n- [2.8.1](/python/docs/reference/bigtable/2.8.1/google.cloud.bigtable.row_data)\n- [2.7.1](/python/docs/reference/bigtable/2.7.1/google.cloud.bigtable.row_data)\n- [2.6.0](/python/docs/reference/bigtable/2.6.0/google.cloud.bigtable.row_data)\n- [2.5.2](/python/docs/reference/bigtable/2.5.2/google.cloud.bigtable.row_data)\n- [2.4.0](/python/docs/reference/bigtable/2.4.0/google.cloud.bigtable.row_data)\n- [2.3.3](/python/docs/reference/bigtable/2.3.3/google.cloud.bigtable.row_data)\n- [2.2.0](/python/docs/reference/bigtable/2.2.0/google.cloud.bigtable.row_data)\n- [2.1.0](/python/docs/reference/bigtable/2.1.0/google.cloud.bigtable.row_data)\n- [2.0.0](/python/docs/reference/bigtable/2.0.0/google.cloud.bigtable.row_data)\n- [1.7.3](/python/docs/reference/bigtable/1.7.3/google.cloud.bigtable.row_data)\n- [1.6.1](/python/docs/reference/bigtable/1.6.1/google.cloud.bigtable.row_data)\n- [1.5.1](/python/docs/reference/bigtable/1.5.1/google.cloud.bigtable.row_data)\n- [1.4.0](/python/docs/reference/bigtable/1.4.0/google.cloud.bigtable.row_data)\n- [1.3.0](/python/docs/reference/bigtable/1.3.0/google.cloud.bigtable.row_data)\n- [1.2.1](/python/docs/reference/bigtable/1.2.1/google.cloud.bigtable.row_data)\n- [1.1.0](/python/docs/reference/bigtable/1.1.0/google.cloud.bigtable.row_data)\n- [1.0.0](/python/docs/reference/bigtable/1.0.0/google.cloud.bigtable.row_data)\n- [0.34.0](/python/docs/reference/bigtable/0.34.0/google.cloud.bigtable.row_data) \nContainer for Google Cloud Bigtable Cells and Streaming Row Contents.\n\nClasses\n-------\n\n### [InvalidReadRowsResponse](/python/docs/reference/bigtable/latest/google.cloud.bigtable.row_data.InvalidReadRowsResponse)\n\nException raised to invalid response data from back-end.\n\n### [InvalidRetryRequest](/python/docs/reference/bigtable/latest/google.cloud.bigtable.row_data.InvalidRetryRequest)\n\nException raised when retry request is invalid.\n\n### [PartialCellData](/python/docs/reference/bigtable/latest/google.cloud.bigtable.row_data.PartialCellData)\n\n PartialCellData(\n row_key, family_name, qualifier, timestamp_micros, labels=(), value=b\"\"\n )\n\nThis class is no longer used and will be removed in the future\n\n### [PartialRowsData](/python/docs/reference/bigtable/latest/google.cloud.bigtable.row_data.PartialRowsData)\n\n PartialRowsData(read_method, request, retry=\u003cgoogle.api_core.retry.retry_unary.Retry object\u003e)\n\nConvenience wrapper for consuming a `ReadRows` streaming response."]]