Skip to content

Commit

Permalink
docs: fix formatting for reversed order field example (#831)
Browse files Browse the repository at this point in the history
* docs: fix formatting for reversed order field example

PiperOrigin-RevId: 547553954

Source-Link: googleapis/googleapis@c4e6427

Source-Link: googleapis/googleapis-gen@f552269
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZjU1MjI2OTYwOWQ0MTgzNTQ2NTQzYmZlM2EwMjJmNTQ0ZDRmNWJkYiJ9

* 🦉 Updates from OwlBot post-processor

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 Jul 13, 2023
1 parent 4778d92 commit fddd0ba
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions google/cloud/bigtable_v2/types/bigtable.py
Expand Up @@ -86,8 +86,15 @@ class ReadRowsRequest(proto.Message):
Return rows in lexiographical descending order of the row
keys. The row contents will not be affected by this flag.
Example result set: [ {key: "k2", "f:col1": "v1", "f:col2":
"v1"}, {key: "k1", "f:col1": "v2", "f:col2": "v2"} ].
Example result set:
::
[
{key: "k2", "f:col1": "v1", "f:col2": "v1"},
{key: "k1", "f:col1": "v2", "f:col2": "v2"}
]
"""

class RequestStatsView(proto.Enum):
Expand Down

0 comments on commit fddd0ba

Please sign in to comment.