Skip to content

Commit

Permalink
feat: add last_scanned_row_responses to FeatureFlags (#845)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Jul 26, 2023
1 parent 57c736d commit 14a6739
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions google/cloud/bigtable_v2/types/feature_flags.py
Expand Up @@ -48,6 +48,10 @@ class FeatureFlags(proto.Message):
Notify the server that the client enables
batch write flow control by requesting
RateLimitInfo from MutateRowsResponse.
last_scanned_row_responses (bool):
Notify the server that the client supports the
last_scanned_row field in ReadRowsResponse for long-running
sparse scans.
"""

reverse_scans: bool = proto.Field(
Expand All @@ -58,6 +62,10 @@ class FeatureFlags(proto.Message):
proto.BOOL,
number=3,
)
last_scanned_row_responses: bool = proto.Field(
proto.BOOL,
number=4,
)


__all__ = tuple(sorted(__protobuf__.manifest))

0 comments on commit 14a6739

Please sign in to comment.