Thanks to visit codestin.com Credit goes to github.com
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 d3598ee commit e9199a0Copy full SHA for e9199a0
google/api_core/grpc_helpers.py
@@ -280,7 +280,7 @@ def _create_composite_credentials(
280
else:
281
# Use grpc.compute_engine_channel_credentials in order to support Direct Path.
282
# See https://grpc.github.io/grpc/python/grpc.html#grpc.compute_engine_channel_credentials
283
- # TODO(b/323073050):
+ # TODO(https://github.com/googleapis/python-api-core/issues/598):
284
# Although `grpc.compute_engine_channel_credentials` returns channel credentials
285
# outside of a Google Compute Engine environment (GCE), we should determine if
286
# there is a way to reliably detect a GCE environment so that
0 commit comments