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 Oct 28, 2024
1 parent 79f604b commit 5d02d6e
Show file tree
Hide file tree
Showing 118 changed files with 14 additions and 94,603 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",
)
14 changes: 14 additions & 0 deletions google/cloud/bigtable_v2/types/feature_flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ class FeatureFlags(proto.Message):
client_side_metrics_enabled (bool):
Notify the server that the client has client
side metrics enabled.
traffic_director_enabled (bool):
Notify the server that the client using
Traffic Director endpoint.
direct_access_requested (bool):
Notify the server that the client explicitly
opted in for Direct Access.
"""

reverse_scans: bool = proto.Field(
Expand Down Expand Up @@ -100,6 +106,14 @@ class FeatureFlags(proto.Message):
proto.BOOL,
number=8,
)
traffic_director_enabled: bool = proto.Field(
proto.BOOL,
number=9,
)
direct_access_requested: bool = proto.Field(
proto.BOOL,
number=10,
)


__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 5d02d6e

Please sign in to comment.