Module row_data (2.33.0)
Stay organized with collections
Save and categorize content based on your preferences.
Container for Google Cloud Bigtable Cells and Streaming Row Contents.
Classes
Exception raised to invalid response data from back-end.
Exception raised when retry request is invalid.
PartialCellData(
row_key, family_name, qualifier, timestamp_micros, labels=(), value=b""
)
This class is no longer used and will be removed in the future
PartialRowsData(read_method, request, retry=<google.api_core.retry.retry_unary.Retry object>)
Convenience wrapper for consuming a ReadRows
streaming response.
Parameters |
Name |
Description |
read_method |
client._table_data_client.read_rows
ReadRows method.
|
request |
data_messages_v2_pb2.ReadRowsRequest
The ReadRowsRequest message 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 value DEFAULT_RETRY_READ_ROWS can be used and modified with the google.api_core.retry.Retry.with_delay method or the google.api_core.retry.Retry.with_deadline method.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-10 UTC.
[[["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-10-10 UTC."],[],[]]