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 1a7578d commit af3a21bCopy full SHA for af3a21b
google/api_core/grpc_helpers.py
@@ -394,8 +394,8 @@ def _modify_target_for_direct_path(target: str) -> str:
394
Given a target, return a modified version which is compatible with Direct Path.
395
396
Args:
397
- target (str): The target service address in the format 'hostname:port', 'dns://hostname' or other
398
- compatible format.
+ target (str): The target service address in the format 'hostname[:port]' or
+ 'dns://hostname[:port]'.
399
400
Returns:
401
target (str): The target service address which is converted into a format compatible with Direct Path.
0 commit comments