File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
google/cloud/bigtable_v2/types Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -52,14 +52,15 @@ class ReadRowsRequest(proto.Message):
52
52
If not specified, the "default" application
53
53
profile will be used.
54
54
rows (google.cloud.bigtable_v2.types.RowSet):
55
- The row keys and/or ranges to read. If not
56
- specified, reads from all rows.
55
+ The row keys and/or ranges to read
56
+ sequentially. If not specified, reads from all
57
+ rows.
57
58
filter (google.cloud.bigtable_v2.types.RowFilter):
58
59
The filter to apply to the contents of the
59
60
specified row(s). If unset, reads the entirety
60
61
of each row.
61
62
rows_limit (int):
62
- The read will terminate after committing to N
63
+ The read will stop after committing to N
63
64
rows' worth of results. The default (zero) is to
64
65
return all results.
65
66
"""
Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ class RowFilter(proto.Message):
319
319
RowFilter.Chain and RowFilter.Interleave documentation.
320
320
321
321
The total serialized size of a RowFilter message must not exceed
322
- 4096 bytes, and RowFilters may not be nested within each other (in
322
+ 20480 bytes, and RowFilters may not be nested within each other (in
323
323
Chains or Interleaves) to a depth of more than 20.
324
324
325
325
This message has `oneof`_ fields (mutually exclusive fields).
You can’t perform that action at this time.
0 commit comments