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 0794bad commit 9327a26Copy full SHA for 9327a26
gapic/templates/%namespace/%name_%version/%sub/services/%service/transports/grpc_asyncio.py.j2
@@ -17,6 +17,7 @@ from google.api_core import operations_v1
17
{% endif %}
18
from google.auth import credentials as ga_credentials # type: ignore
19
from google.auth.transport.grpc import SslCredentials # type: ignore
20
+from google.protobuf.json_format import MessageToJson
21
22
import grpc # type: ignore
23
from grpc.experimental import aio # type: ignore
0 commit comments