Skip to content

Commit

Permalink
docs: fix formatting for reversed order field example (#1836)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 547553954

Source-Link: https://togithub.com/googleapis/googleapis/commit/c4e6427fcefd1cd9a15a3008ae7ee8adca972276

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/f552269609d4183546543bfe3a022f544d4f5bdb
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZjU1MjI2OTYwOWQ0MTgzNTQ2NTQzYmZlM2EwMjJmNTQ0ZDRmNWJkYiJ9
  • Loading branch information
gcf-owl-bot[bot] committed Jul 13, 2023
1 parent ed24d4f commit 10a0426
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 18 deletions.
Expand Up @@ -506,9 +506,13 @@ public com.google.bigtable.v2.ReadRowsRequest.RequestStatsView getRequestStatsVi
*
* 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"}
* ]
* </pre>
*
* <code>bool reversed = 7;</code>
Expand Down Expand Up @@ -1788,9 +1792,13 @@ public Builder clearRequestStatsView() {
*
* 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"}
* ]
* </pre>
*
* <code>bool reversed = 7;</code>
Expand All @@ -1810,9 +1818,13 @@ public boolean getReversed() {
*
* 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"}
* ]
* </pre>
*
* <code>bool reversed = 7;</code>
Expand All @@ -1836,9 +1848,13 @@ public Builder setReversed(boolean value) {
*
* 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"}
* ]
* </pre>
*
* <code>bool reversed = 7;</code>
Expand Down
Expand Up @@ -207,9 +207,13 @@ public interface ReadRowsRequestOrBuilder
*
* 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"}
* ]
* </pre>
*
* <code>bool reversed = 7;</code>
Expand Down
Expand Up @@ -277,9 +277,13 @@ message ReadRowsRequest {
//
// 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"}
// ]
bool reversed = 7;
}

Expand Down

0 comments on commit 10a0426

Please sign in to comment.