Skip to content

Commit

Permalink
docs: clarify comments in ReadRowsRequest and RowFilter (#494)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Jan 21, 2022
1 parent f656a31 commit 1efd9b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions google/cloud/bigtable_v2/types/bigtable.py
Expand Up @@ -52,14 +52,15 @@ class ReadRowsRequest(proto.Message):
If not specified, the "default" application
profile will be used.
rows (google.cloud.bigtable_v2.types.RowSet):
The row keys and/or ranges to read. If not
specified, reads from all rows.
The row keys and/or ranges to read
sequentially. If not specified, reads from all
rows.
filter (google.cloud.bigtable_v2.types.RowFilter):
The filter to apply to the contents of the
specified row(s). If unset, reads the entirety
of each row.
rows_limit (int):
The read will terminate after committing to N
The read will stop after committing to N
rows' worth of results. The default (zero) is to
return all results.
"""
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/bigtable_v2/types/data.py
Expand Up @@ -319,7 +319,7 @@ class RowFilter(proto.Message):
RowFilter.Chain and RowFilter.Interleave documentation.
The total serialized size of a RowFilter message must not exceed
4096 bytes, and RowFilters may not be nested within each other (in
20480 bytes, and RowFilters may not be nested within each other (in
Chains or Interleaves) to a depth of more than 20.
This message has `oneof`_ fields (mutually exclusive fields).
Expand Down

0 comments on commit 1efd9b5

Please sign in to comment.