@@ -506,9 +506,13 @@ public com.google.bigtable.v2.ReadRowsRequest.RequestStatsView getRequestStatsVi
506
506
*
507
507
* Return rows in lexiographical descending order of the row keys. The row
508
508
* 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
+ * ]
512
516
* </pre>
513
517
*
514
518
* <code>bool reversed = 7;</code>
@@ -1788,9 +1792,13 @@ public Builder clearRequestStatsView() {
1788
1792
*
1789
1793
* Return rows in lexiographical descending order of the row keys. The row
1790
1794
* 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
+ * ]
1794
1802
* </pre>
1795
1803
*
1796
1804
* <code>bool reversed = 7;</code>
@@ -1810,9 +1818,13 @@ public boolean getReversed() {
1810
1818
*
1811
1819
* Return rows in lexiographical descending order of the row keys. The row
1812
1820
* 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
+ * ]
1816
1828
* </pre>
1817
1829
*
1818
1830
* <code>bool reversed = 7;</code>
@@ -1836,9 +1848,13 @@ public Builder setReversed(boolean value) {
1836
1848
*
1837
1849
* Return rows in lexiographical descending order of the row keys. The row
1838
1850
* 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
+ * ]
1842
1858
* </pre>
1843
1859
*
1844
1860
* <code>bool reversed = 7;</code>
0 commit comments