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 Mar 27, 2024
1 parent 34714e4 commit e131569
Show file tree
Hide file tree
Showing 109 changed files with 7 additions and 79,697 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,12 @@
_transport_registry = OrderedDict() # type: Dict[str, Type[BigtableTransport]]
_transport_registry["grpc"] = BigtableGrpcTransport
_transport_registry["grpc_asyncio"] = BigtableGrpcAsyncIOTransport
_transport_registry["pooled_grpc_asyncio"] = PooledBigtableGrpcAsyncIOTransport
_transport_registry["rest"] = BigtableRestTransport

__all__ = (
"BigtableTransport",
"BigtableGrpcTransport",
"BigtableGrpcAsyncIOTransport",
"PooledBigtableGrpcAsyncIOTransport",
"BigtableRestTransport",
"BigtableRestInterceptor",
)
7 changes: 7 additions & 0 deletions google/cloud/bigtable_v2/types/feature_flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ class FeatureFlags(proto.Message):
Notify the server that the client supports
using retry info back off durations to retry
requests with.
client_side_metrics_enabled (bool):
Notify the server that the client has client
side metrics enabled.
"""

reverse_scans: bool = proto.Field(
Expand All @@ -93,6 +96,10 @@ class FeatureFlags(proto.Message):
proto.BOOL,
number=7,
)
client_side_metrics_enabled: bool = proto.Field(
proto.BOOL,
number=8,
)


__all__ = tuple(sorted(__protobuf__.manifest))
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 e131569

Please sign in to comment.