@@ -187,9 +187,9 @@ def with_quota_project(self, quota_project_id):
187
187
quota_project_id = quota_project_id ,
188
188
scopes = self ._scopes ,
189
189
default_scopes = self ._default_scopes ,
190
+ universe_domain = self ._universe_domain ,
190
191
trust_boundary = self ._trust_boundary ,
191
192
)
192
- creds ._universe_domain = self ._universe_domain
193
193
creds ._universe_domain_cached = self ._universe_domain_cached
194
194
return creds
195
195
@@ -203,9 +203,9 @@ def with_scopes(self, scopes, default_scopes=None):
203
203
default_scopes = default_scopes ,
204
204
service_account_email = self ._service_account_email ,
205
205
quota_project_id = self ._quota_project_id ,
206
+ universe_domain = self ._universe_domain ,
206
207
trust_boundary = self ._trust_boundary ,
207
208
)
208
- creds ._universe_domain = self ._universe_domain
209
209
creds ._universe_domain_cached = self ._universe_domain_cached
210
210
return creds
211
211
@@ -227,9 +227,9 @@ def with_trust_boundary(self, trust_boundary):
227
227
quota_project_id = self ._quota_project_id ,
228
228
scopes = self ._scopes ,
229
229
default_scopes = self ._default_scopes ,
230
+ universe_domain = self ._universe_domain ,
230
231
trust_boundary = trust_boundary ,
231
232
)
232
- creds ._universe_domain = self ._universe_domain
233
233
creds ._universe_domain_cached = self ._universe_domain_cached
234
234
return creds
235
235
0 commit comments