Skip to content

Commit

Permalink
Merge branch 'operations-rest-async-transport' into operations-rest-a…
Browse files Browse the repository at this point in the history
…sync-client
  • Loading branch information
parthea authored Sep 25, 2024
2 parents cb2eab0 + 0ee6095 commit 787f0ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions google/api_core/operations_v1/transports/rest_asyncio.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@ def __init__(
client_info=client_info,
always_use_jwt_access=always_use_jwt_access,
)
# TODO(https://github.com/googleapis/python-api-core/issues/708): add support for
# `default_host` in AsyncAuthorizedSession for feature parity with the synchronous
# code.
self._session = AsyncAuthorizedSession(self._credentials)
self._prep_wrapped_messages(client_info, is_async=True)
self._http_options = http_options or {}
self._path_prefix = path_prefix
Expand Down

0 comments on commit 787f0ba

Please sign in to comment.