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 cd01a8d commit 302dcc2Copy full SHA for 302dcc2
google/auth/compute_engine/_metadata.py
@@ -179,7 +179,7 @@ def get(
179
headers (Optional[Mapping[str, str]]): Headers for the request.
180
return_none_for_not_found_error (Optional[bool]): If True, returns None
181
for 404 error instead of throwing an exception.
182
- timeout (int): How long to wait for the metadata server to respond.
+ timeout (int): How long to wait, in seconds for the metadata server to respond.
183
184
Returns:
185
Union[Mapping, str]: If the metadata server returns JSON, a mapping of
0 commit comments