This repository was archived by the owner on Apr 1, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
google/cloud/bigtable/data Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9898 BigtableAsyncClient as GapicClient ,
9999 )
100100 from google .cloud .bigtable .data ._async .mutations_batcher import _MB_SIZE
101- from google .cloud .bigtable .data ._async .metrics_interceptor import (
102- AsyncBigtableMetricsInterceptor as MetricInterceptorType ,
103- )
104101 from google .cloud .bigtable .data ._async ._swappable_channel import (
105102 AsyncSwappableChannel as SwappableChannelType ,
106103 )
114111 from google .cloud .bigtable_v2 .services .bigtable .transports import BigtableGrpcTransport as TransportType # type: ignore
115112 from google .cloud .bigtable_v2 .services .bigtable import BigtableClient as GapicClient # type: ignore
116113 from google .cloud .bigtable .data ._sync_autogen .mutations_batcher import _MB_SIZE
117- from google .cloud .bigtable .data ._sync_autogen .metrics_interceptor import (
118- BigtableMetricsInterceptor as MetricInterceptorType ,
119- )
120114 from google .cloud .bigtable .data ._sync_autogen ._swappable_channel import ( # noqa: F401
121115 SwappableChannel as SwappableChannelType ,
122116 )
Original file line number Diff line number Diff line change 8282)
8383from google .cloud .bigtable_v2 .services .bigtable import BigtableClient as GapicClient
8484from google .cloud .bigtable .data ._sync_autogen .mutations_batcher import _MB_SIZE
85- from google .cloud .bigtable .data ._sync_autogen .metrics_interceptor import (
86- BigtableMetricsInterceptor as MetricInterceptorType ,
87- )
8885from google .cloud .bigtable .data ._sync_autogen ._swappable_channel import (
8986 SwappableChannel as SwappableChannelType ,
9087)
You can’t perform that action at this time.
0 commit comments