File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
1
+ Row Set
2
+ ~~~~~~~~
3
+
4
+ .. automodule :: google.cloud.bigtable.row_set
5
+ :members:
6
+ :show-inheritance:
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ Using the API
13
13
row
14
14
row-data
15
15
row-filters
16
+ row-set
16
17
17
18
18
19
In the hierarchy of API concepts
Original file line number Diff line number Diff line change @@ -539,7 +539,7 @@ def read_rows(
539
539
:param end_inclusive: (Optional) Whether the ``end_key`` should be
540
540
considered inclusive. The default is False (exclusive).
541
541
542
- :type row_set: :class:`row_set .RowSet`
542
+ :type row_set: :class:`.RowSet`
543
543
:param row_set: (Optional) The row set containing multiple row keys and
544
544
row_ranges.
545
545
@@ -595,7 +595,7 @@ def yield_rows(self, **kwargs):
595
595
specified row(s). If unset, reads every column in
596
596
each row.
597
597
598
- :type row_set: :class:`row_set .RowSet`
598
+ :type row_set: :class:`.RowSet`
599
599
:param row_set: (Optional) The row set containing multiple row keys and
600
600
row_ranges.
601
601
@@ -1204,7 +1204,7 @@ def _create_row_request(
1204
1204
:type: app_profile_id: str
1205
1205
:param app_profile_id: (Optional) The unique name of the AppProfile.
1206
1206
1207
- :type row_set: :class:`row_set .RowSet`
1207
+ :type row_set: :class:`.RowSet`
1208
1208
:param row_set: (Optional) The row set containing multiple row keys and
1209
1209
row_ranges.
1210
1210
You can’t perform that action at this time.
0 commit comments