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 e7e3cf7 commit 44d5845Copy full SHA for 44d5845
google/api_core/grpc_helpers.py
@@ -401,8 +401,9 @@ def _modify_target_for_direct_path(target: str) -> str:
401
402
Returns:
403
target (str): The target service address which is converted into a format compatible with Direct Path.
404
- If the target contains `dns:///` or does not have contain `:///`, the target will be converted in
405
- a format compatible with Direct Path, otherwise the original target will be returned.
+ If the target contains `dns:///` or does not contain `:///`, the target will be converted in
+ a format compatible with Direct Path; otherwise the original target will be returned as the
406
+ original target may already denote Direct Path.
407
"""
408
409
dns_prefix = "dns:///"
0 commit comments