Skip to content

Commit 10a0426

Browse files
docs: fix formatting for reversed order field example (#1836)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 547553954 Source-Link: https://github.com/googleapis/googleapis/commit/c4e6427fcefd1cd9a15a3008ae7ee8adca972276 Source-Link: https://github.com/googleapis/googleapis-gen/commit/f552269609d4183546543bfe3a022f544d4f5bdb Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZjU1MjI2OTYwOWQ0MTgzNTQ2NTQzYmZlM2EwMjJmNTQ0ZDRmNWJkYiJ9
1 parent ed24d4f commit 10a0426

File tree

3 files changed

+42
-18
lines changed

3 files changed

+42
-18
lines changed

proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/ReadRowsRequest.java

+28-12
Original file line numberDiff line numberDiff line change
@@ -506,9 +506,13 @@ public com.google.bigtable.v2.ReadRowsRequest.RequestStatsView getRequestStatsVi
506506
*
507507
* Return rows in lexiographical descending order of the row keys. The row
508508
* contents will not be affected by this flag.
509-
* Example result set: [
510-
* {key: "k2", "f:col1": "v1", "f:col2": "v1"}, {key: "k1", "f:col1": "v2",
511-
* "f:col2": "v2"} ].
509+
*
510+
* Example result set:
511+
*
512+
* [
513+
* {key: "k2", "f:col1": "v1", "f:col2": "v1"},
514+
* {key: "k1", "f:col1": "v2", "f:col2": "v2"}
515+
* ]
512516
* </pre>
513517
*
514518
* <code>bool reversed = 7;</code>
@@ -1788,9 +1792,13 @@ public Builder clearRequestStatsView() {
17881792
*
17891793
* Return rows in lexiographical descending order of the row keys. The row
17901794
* contents will not be affected by this flag.
1791-
* Example result set: [
1792-
* {key: "k2", "f:col1": "v1", "f:col2": "v1"}, {key: "k1", "f:col1": "v2",
1793-
* "f:col2": "v2"} ].
1795+
*
1796+
* Example result set:
1797+
*
1798+
* [
1799+
* {key: "k2", "f:col1": "v1", "f:col2": "v1"},
1800+
* {key: "k1", "f:col1": "v2", "f:col2": "v2"}
1801+
* ]
17941802
* </pre>
17951803
*
17961804
* <code>bool reversed = 7;</code>
@@ -1810,9 +1818,13 @@ public boolean getReversed() {
18101818
*
18111819
* Return rows in lexiographical descending order of the row keys. The row
18121820
* contents will not be affected by this flag.
1813-
* Example result set: [
1814-
* {key: "k2", "f:col1": "v1", "f:col2": "v1"}, {key: "k1", "f:col1": "v2",
1815-
* "f:col2": "v2"} ].
1821+
*
1822+
* Example result set:
1823+
*
1824+
* [
1825+
* {key: "k2", "f:col1": "v1", "f:col2": "v1"},
1826+
* {key: "k1", "f:col1": "v2", "f:col2": "v2"}
1827+
* ]
18161828
* </pre>
18171829
*
18181830
* <code>bool reversed = 7;</code>
@@ -1836,9 +1848,13 @@ public Builder setReversed(boolean value) {
18361848
*
18371849
* Return rows in lexiographical descending order of the row keys. The row
18381850
* contents will not be affected by this flag.
1839-
* Example result set: [
1840-
* {key: "k2", "f:col1": "v1", "f:col2": "v1"}, {key: "k1", "f:col1": "v2",
1841-
* "f:col2": "v2"} ].
1851+
*
1852+
* Example result set:
1853+
*
1854+
* [
1855+
* {key: "k2", "f:col1": "v1", "f:col2": "v1"},
1856+
* {key: "k1", "f:col1": "v2", "f:col2": "v2"}
1857+
* ]
18421858
* </pre>
18431859
*
18441860
* <code>bool reversed = 7;</code>

proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/ReadRowsRequestOrBuilder.java

+7-3
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,13 @@ public interface ReadRowsRequestOrBuilder
207207
*
208208
* Return rows in lexiographical descending order of the row keys. The row
209209
* contents will not be affected by this flag.
210-
* Example result set: [
211-
* {key: "k2", "f:col1": "v1", "f:col2": "v1"}, {key: "k1", "f:col1": "v2",
212-
* "f:col2": "v2"} ].
210+
*
211+
* Example result set:
212+
*
213+
* [
214+
* {key: "k2", "f:col1": "v1", "f:col2": "v1"},
215+
* {key: "k1", "f:col1": "v2", "f:col2": "v2"}
216+
* ]
213217
* </pre>
214218
*
215219
* <code>bool reversed = 7;</code>

proto-google-cloud-bigtable-v2/src/main/proto/google/bigtable/v2/bigtable.proto

+7-3
Original file line numberDiff line numberDiff line change
@@ -277,9 +277,13 @@ message ReadRowsRequest {
277277
//
278278
// Return rows in lexiographical descending order of the row keys. The row
279279
// contents will not be affected by this flag.
280-
// Example result set: [
281-
// {key: "k2", "f:col1": "v1", "f:col2": "v1"}, {key: "k1", "f:col1": "v2",
282-
// "f:col2": "v2"} ].
280+
//
281+
// Example result set:
282+
//
283+
// [
284+
// {key: "k2", "f:col1": "v1", "f:col2": "v1"},
285+
// {key: "k1", "f:col1": "v2", "f:col2": "v2"}
286+
// ]
283287
bool reversed = 7;
284288
}
285289

0 commit comments

Comments
 (0)