10000
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 e6ea7ec commit 0f3a0e4Copy full SHA for 0f3a0e4
google/api_core/grpc_helpers.py
@@ -301,7 +301,7 @@ def create_channel(
301
default_scopes=None,
302
default_host=None,
303
compression=None,
304
- attempt_direct_path: Optional[bool] = None,
+ attempt_direct_path: Optional[bool] = False,
305
**kwargs,
306
):
307
"""Create a secure channel with credentials.
google/api_core/grpc_helpers_async.py
@@ -223,7 +223,7 @@ def create_channel(
223
224
225
226
227
**kwargs
228
229
"""Create an AsyncIO secure channel with credentials.
0 commit comments