We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57c736d commit 14a6739Copy full SHA for 14a6739
google/cloud/bigtable_v2/types/feature_flags.py
@@ -48,6 +48,10 @@ class FeatureFlags(proto.Message):
48
Notify the server that the client enables
49
batch write flow control by requesting
50
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.
55
"""
56
57
reverse_scans: bool = proto.Field(
@@ -58,6 +62,10 @@ class FeatureFlags(proto.Message):
58
62
proto.BOOL,
59
63
number=3,
60
64
)
65
+ last_scanned_row_responses: bool = proto.Field(
66
+ proto.BOOL,
67
+ number=4,
68
+ )
61
69
70
71
__all__ = tuple(sorted(__protobuf__.manifest))
0 commit comments