Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 83c806a

Browse files
committed
reverted unneeded files
1 parent d3a9013 commit 83c806a

3 files changed

Lines changed: 8 additions & 48 deletions

File tree

google/cloud/bigtable/data/_async/metrics_interceptor.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ async def _get_metadata(source) -> dict[str, str | bytes] | None:
9191
class AsyncBigtableMetricsInterceptor(
9292
UnaryUnaryClientInterceptor, UnaryStreamClientInterceptor
9393
):
94+
"""
95+
An async gRPC interceptor to add client metadata and print server metadata.
96+
"""
97+
9498
@CrossSync.convert
9599
@_with_active_operation
96100
async def intercept_unary_unary(

google/cloud/bigtable/data/_metrics/handlers/_stdout.py

Lines changed: 0 additions & 48 deletions
This file was deleted.

google/cloud/bigtable/data/_sync_autogen/metrics_interceptor.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ def _get_metadata(source) -> dict[str, str | bytes] | None:
5858
class BigtableMetricsInterceptor(
5959
UnaryUnaryClientInterceptor, UnaryStreamClientInterceptor
6060
):
61+
"""
62+
An async gRPC interceptor to add client metadata and print server metadata.
63+
"""
64+
6165
@_with_active_operation
6266
def intercept_unary_unary(
6367
self, operation, continuation, client_call_details, request

0 commit comments

Comments
 (0)