You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/google-cloud-apigee-connect/google/cloud/apigeeconnect_v1/services/connection_service/async_client.py
+1-1
Original file line number
Diff line number
Diff line change
@@ -243,7 +243,7 @@ async def list_connections(
243
243
244
244
"""
245
245
# Create or coerce a protobuf request object.
246
-
# Sanity check: If we got a request object, we should *not* have
246
+
# Quick check: If we got a request object, we should *not* have
247
247
# gotten any keyword arguments that map to the request.
Copy file name to clipboardExpand all lines: packages/google-cloud-apigee-connect/google/cloud/apigeeconnect_v1/services/connection_service/transports/grpc.py
+4-1
Original file line number
Diff line number
Diff line change
@@ -159,8 +159,11 @@ def __init__(
159
159
ifnotself._grpc_channel:
160
160
self._grpc_channel=type(self).create_channel(
161
161
self._host,
162
+
# use the credentials which are saved
162
163
credentials=self._credentials,
163
-
credentials_file=credentials_file,
164
+
# Set ``credentials_file`` to ``None`` here as
165
+
# the credentials that we saved earlier should be used.
Copy file name to clipboardExpand all lines: packages/google-cloud-apigee-connect/google/cloud/apigeeconnect_v1/services/connection_service/transports/grpc_asyncio.py
+4-1
Original file line number
Diff line number
Diff line change
@@ -204,8 +204,11 @@ def __init__(
204
204
ifnotself._grpc_channel:
205
205
self._grpc_channel=type(self).create_channel(
206
206
self._host,
207
+
# use the credentials which are saved
207
208
credentials=self._credentials,
208
-
credentials_file=credentials_file,
209
+
# Set ``credentials_file`` to ``None`` here as
210
+
# the credentials that we saved earlier should be used.
Copy file name to clipboardExpand all lines: packages/google-cloud-apigee-connect/google/cloud/apigeeconnect_v1/services/tether/transports/grpc_asyncio.py
+4-1
Original file line number
Diff line number
Diff line change
@@ -206,8 +206,11 @@ def __init__(
206
206
ifnotself._grpc_channel:
207
207
self._grpc_channel=type(self).create_channel(
208
208
self._host,
209
+
# use the credentials which are saved
209
210
credentials=self._credentials,
210
-
credentials_file=credentials_file,
211
+
# Set ``credentials_file`` to ``None`` here as
212
+
# the credentials that we saved earlier should be used.
0 commit comments