@@ -237,6 +237,13 @@ class OsLoginServiceClient {
237
237
options = { } ;
238
238
}
239
239
options = options || { } ;
240
+ options . otherArgs = options . otherArgs || { } ;
241
+ options . otherArgs . headers = options . otherArgs . headers || { } ;
242
+ options . otherArgs . headers [
243
+ 'x-goog-request-params'
244
+ ] = gax . routingHeader . fromParams ( {
245
+ name : request . name ,
246
+ } ) ;
240
247
241
248
return this . _innerApiCalls . deletePosixAccount ( request , options , callback ) ;
242
249
}
@@ -277,6 +284,13 @@ class OsLoginServiceClient {
277
284
options = { } ;
278
285
}
279
286
options = options || { } ;
287
+ options . otherArgs = options . otherArgs || { } ;
288
+ options . otherArgs . headers = options . otherArgs . headers || { } ;
289
+ options . otherArgs . headers [
290
+ 'x-goog-request-params'
291
+ ] = gax . routingHeader . fromParams ( {
292
+ name : request . name ,
293
+ } ) ;
280
294
281
295
return this . _innerApiCalls . deleteSshPublicKey ( request , options , callback ) ;
282
296
}
@@ -324,6 +338,13 @@ class OsLoginServiceClient {
324
338
options = { } ;
325
339
}
326
340
options = options || { } ;
341
+ options . otherArgs = options . otherArgs || { } ;
342
+ options . otherArgs . headers = options . otherArgs . headers || { } ;
343
+ options . otherArgs . headers [
344
+ 'x-goog-request-params'
345
+ ] = gax . routingHeader . fromParams ( {
346
+ name : request . name ,
347
+ } ) ;
327
348
328
349
return this . _innerApiCalls . getLoginProfile ( request , options , callback ) ;
329
350
}
@@ -372,6 +393,13 @@ class OsLoginServiceClient {
372
393
options = { } ;
373
394
}
374
395
options = options || { } ;
396
+ options . otherArgs = options . otherArgs || { } ;
397
+ options . otherArgs . headers = options . otherArgs . headers || { } ;
398
+ options . otherArgs . headers [
399
+ 'x-goog-request-params'
400
+ ] = gax . routingHeader . fromParams ( {
401
+ name : request . name ,
402
+ } ) ;
375
403
376
404
return this . _innerApiCalls . getSshPublicKey ( request , options , callback ) ;
377
405
}
@@ -431,6 +459,13 @@ class OsLoginServiceClient {
431
459
options = { } ;
432
460
}
433
461
options = options || { } ;
462
+ options . otherArgs = options . otherArgs || { } ;
463
+ options . otherArgs . headers = options . otherArgs . headers || { } ;
464
+ options . otherArgs . headers [
465
+ 'x-goog-request-params'
466
+ ] = gax . routingHeader . fromParams ( {
467
+ parent : request . parent ,
468
+ } ) ;
434
469
435
470
return this . _innerApiCalls . importSshPublicKey ( request , options , callback ) ;
436
471
}
@@ -493,6 +528,13 @@ class OsLoginServiceClient {
493
528
options = { } ;
494
529
}
495
530
options = options || { } ;
531
+ options . otherArgs = options . otherArgs || { } ;
532
+ options . otherArgs . headers = options . otherArgs . headers || { } ;
533
+ options . otherArgs . headers [
534
+ 'x-goog-request-params'
535
+ ] = gax . routingHeader . fromParams ( {
536
+ name : request . name ,
537
+ } ) ;
496
538
497
539
return this . _innerApiCalls . updateSshPublicKey ( request , options , callback ) ;
498
540
}
0 commit comments