Skip to content

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed Sep 13, 2023
1 parent bd3e3ce commit 58e06d6
Show file tree
Hide file tree
Showing 107 changed files with 21 additions and 68,330 deletions.
31 changes: 21 additions & 10 deletions google/cloud/bigtable_v2/types/feature_flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@


class FeatureFlags(proto.Message):
r"""Feature flags supported by a client. This is intended to be sent as
part of request metadata to assure the server that certain behaviors
are safe to enable. This proto is meant to be serialized and
websafe-base64 encoded under the ``bigtable-features`` metadata key.
The value will remain constant for the lifetime of a client and due
to HTTP2's HPACK compression, the request overhead will be tiny.
This is an internal implementation detail and should not be used by
endusers directly.
r"""Feature flags supported or enabled by a client. This is intended to
be sent as part of request metadata to assure the server that
certain behaviors are safe to enable. This proto is meant to be
serialized and websafe-base64 encoded under the
``bigtable-features`` metadata key. The value will remain constant
for the lifetime of a client and due to HTTP2's HPACK compression,
the request overhead will be tiny. This is an internal
implementation detail and should not be used by end users directly.
Attributes:
reverse_scans (bool):
Expand All @@ -47,11 +47,18 @@ class FeatureFlags(proto.Message):
mutate_rows_rate_limit (bool):
Notify the server that the client enables
batch write flow control by requesting
RateLimitInfo from MutateRowsResponse.
RateLimitInfo from MutateRowsResponse. Due to
technical reasons, this disables partial
retries.
mutate_rows_rate_limit2 (bool):
Notify the server that the client enables
batch write flow control by requesting
RateLimitInfo from MutateRowsResponse. With
partial retries enabled.
last_scanned_row_responses (bool):
Notify the server that the client supports the
last_scanned_row field in ReadRowsResponse for long-running
sparse scans.
scans.
"""

reverse_scans: bool = proto.Field(
Expand All @@ -62,6 +69,10 @@ class FeatureFlags(proto.Message):
proto.BOOL,
number=3,
)
mutate_rows_rate_limit2: bool = proto.Field(
proto.BOOL,
number=5,
)
last_scanned_row_responses: bool = proto.Field(
proto.BOOL,
number=4,
Expand Down
13 changes: 0 additions & 13 deletions owl-bot-staging/bigtable/v2/.coveragerc

This file was deleted.

33 changes: 0 additions & 33 deletions owl-bot-staging/bigtable/v2/.flake8

This file was deleted.

2 changes: 0 additions & 2 deletions owl-bot-staging/bigtable/v2/MANIFEST.in

This file was deleted.

49 changes: 0 additions & 49 deletions owl-bot-staging/bigtable/v2/README.rst

This file was deleted.

3 changes: 0 additions & 3 deletions owl-bot-staging/bigtable/v2/docs/_static/custom.css

This file was deleted.

6 changes: 0 additions & 6 deletions owl-bot-staging/bigtable/v2/docs/bigtable_v2/bigtable.rst

This file was deleted.

6 changes: 0 additions & 6 deletions owl-bot-staging/bigtable/v2/docs/bigtable_v2/services.rst

This file was deleted.

6 changes: 0 additions & 6 deletions owl-bot-staging/bigtable/v2/docs/bigtable_v2/types.rst

This file was deleted.

Loading

0 comments on commit 58e06d6

Please sign in to comment.