We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 387e155 commit 2a9e2b7Copy full SHA for 2a9e2b7
gapic/templates/%namespace/%name_%version/%sub/services/%service/transports/grpc.py.j2
@@ -44,6 +44,9 @@ from google.longrunning import operations_pb2 # type: ignore
44
{% endfilter %}
45
from .base import {{ service.name }}Transport, DEFAULT_CLIENT_INFO
46
47
+import proto
48
+import google.protobuf.message
49
+
50
try:
51
from google.api_core import client_logging # type: ignore
52
CLIENT_LOGGING_SUPPORTED = True # pragma: NO COVER
0 commit comments