Skip to content

Commit 14a6739

Browse files
feat: add last_scanned_row_responses to FeatureFlags (#845)
* feat: add last_scanned_row_key feature PiperOrigin-RevId: 551191182 Source-Link: googleapis/googleapis@51e04ba Source-Link: googleapis/googleapis-gen@4b90e8e Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNGI5MGU4ZWFkNDQ3N2VmZjk2YzMxYjliMGZkZWYzNmVkOTc1YjE1ZiJ9 * 🦉 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 57c736d commit 14a6739

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

google/cloud/bigtable_v2/types/feature_flags.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ class FeatureFlags(proto.Message):
4848
Notify the server that the client enables
4949
batch write flow control by requesting
5050
RateLimitInfo from MutateRowsResponse.
51+
last_scanned_row_responses (bool):
52+
Notify the server that the client supports the
53+
last_scanned_row field in ReadRowsResponse for long-running
54+
sparse scans.
5155
"""
5256

5357
reverse_scans: bool = proto.Field(
@@ -58,6 +62,10 @@ class FeatureFlags(proto.Message):
5862
proto.BOOL,
5963
number=3,
6064
)
65+
last_scanned_row_responses: bool = proto.Field(
66+
proto.BOOL,
67+
number=4,
68+
)
6169

6270

6371
__all__ = tuple(sorted(__protobuf__.manifest))

0 commit comments

Comments
 (0)