Skip to content

Commit 1efd9b5

Browse files
docs: clarify comments in ReadRowsRequest and RowFilter (#494)
* feat: add explicit routing header annotations for bigtable/v2 feat: add `routing_proto` to the Bazel dependencies for bigtable/v2 Committer: @viacheslav-rostovtsev PiperOrigin-RevId: 423158199 Source-Link: googleapis/googleapis@d7ee523 Source-Link: googleapis/googleapis-gen@9a040c8 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOWEwNDBjOGI4Y2Q1ZTgyOTQ5ZmVlYWE2MzgxYjk1NzU3OWNkMmM2OCJ9 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent f656a31 commit 1efd9b5

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

google/cloud/bigtable_v2/types/bigtable.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,15 @@ class ReadRowsRequest(proto.Message):
5252
If not specified, the "default" application
5353
profile will be used.
5454
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.
5758
filter (google.cloud.bigtable_v2.types.RowFilter):
5859
The filter to apply to the contents of the
5960
specified row(s). If unset, reads the entirety
6061
of each row.
6162
rows_limit (int):
62-
The read will terminate after committing to N
63+
The read will stop after committing to N
6364
rows' worth of results. The default (zero) is to
6465
return all results.
6566
"""

google/cloud/bigtable_v2/types/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ class RowFilter(proto.Message):
319319
RowFilter.Chain and RowFilter.Interleave documentation.
320320
321321
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
323323
Chains or Interleaves) to a depth of more than 20.
324324
325325
This message has `oneof`_ fields (mutually exclusive fields).

0 commit comments

Comments
 (0)