Skip to content

Commit fddd0ba

Browse files
docs: fix formatting for reversed order field example (#831)
* 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>
1 parent 4778d92 commit fddd0ba

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

google/cloud/bigtable_v2/types/bigtable.py

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,15 @@ class ReadRowsRequest(proto.Message):
8686
8787
Return rows in lexiographical descending order of the row
8888
keys. The row contents will not be affected by this flag.
89-
Example result set: [ {key: "k2", "f:col1": "v1", "f:col2":
90-
"v1"}, {key: "k1", "f:col1": "v2", "f:col2": "v2"} ].
89+
90+
Example result set:
91+
92+
::
93+
94+
[
95+
{key: "k2", "f:col1": "v1", "f:col2": "v1"},
96+
{key: "k1", "f:col1": "v2", "f:col2": "v2"}
97+
]
9198
"""
9299

93100
class RequestStatsView(proto.Enum):

0 commit comments

Comments
 (0)