File tree 8 files changed +20
-24
lines changed
packages/google-cloud-talent
8 files changed +20
-24
lines changed Original file line number Diff line number Diff line change @@ -261,12 +261,11 @@ export class ApplicationServiceClient {
261
261
}
262
262
) ;
263
263
264
+ const descriptor = this . descriptors . page [ methodName ] || undefined ;
264
265
const apiCall = this . _gaxModule . createApiCall (
265
266
callPromise ,
266
267
this . _defaults [ methodName ] ,
267
- this . descriptors . page [ methodName ] ||
268
- this . descriptors . stream [ methodName ] ||
269
- this . descriptors . longrunning [ methodName ]
268
+ descriptor
270
269
) ;
271
270
272
271
this . innerApiCalls [ methodName ] = apiCall ;
Original file line number Diff line number Diff line change @@ -263,12 +263,11 @@ export class CompanyServiceClient {
263
263
}
264
264
) ;
265
265
266
+ const descriptor = this . descriptors . page [ methodName ] || undefined ;
266
267
const apiCall = this . _gaxModule . createApiCall (
267
268
callPromise ,
268
269
this . _defaults [ methodName ] ,
269
- this . descriptors . page [ methodName ] ||
270
- this . descriptors . stream [ methodName ] ||
271
- this . descriptors . longrunning [ methodName ]
270
+ descriptor
272
271
) ;
273
272
274
273
this . innerApiCalls [ methodName ] = apiCall ;
Original file line number Diff line number Diff line change @@ -237,12 +237,11 @@ export class CompletionClient {
237
237
}
238
238
) ;
239
239
240
+ const descriptor = undefined ;
240
241
const apiCall = this . _gaxModule . createApiCall (
241
242
callPromise ,
242
243
this . _defaults [ methodName ] ,
243
- this . descriptors . page [ methodName ] ||
244
- this . descriptors . stream [ methodName ] ||
245
- this . descriptors . longrunning [ methodName ]
244
+ descriptor
246
245
) ;
247
246
248
247
this . innerApiCalls [ methodName ] = apiCall ;
Original file line number Diff line number Diff line change @@ -237,12 +237,11 @@ export class EventServiceClient {
237
237
}
238
238
) ;
239
239
240
+ const descriptor = undefined ;
240
241
const apiCall = this . _gaxModule . createApiCall (
241
242
callPromise ,
242
243
this . _defaults [ methodName ] ,
243
- this . descriptors . page [ methodName ] ||
244
- this . descriptors . stream [ methodName ] ||
245
- this . descriptors . longrunning [ methodName ]
244
+ descriptor
246
245
) ;
247
246
248
247
this . innerApiCalls [ methodName ] = apiCall ;
Original file line number Diff line number Diff line change @@ -312,12 +312,14 @@ export class JobServiceClient {
312
312
}
313
313
) ;
314
314
315
+ const descriptor =
316
+ this . descriptors . page [ methodName ] ||
317
+ this . descriptors . longrunning [ methodName ] ||
318
+ undefined ;
315
319
const apiCall = this . _gaxModule . createApiCall (
316
320
callPromise ,
317
321
this . _defaults [ methodName ] ,
318
- this . descriptors . page [ methodName ] ||
319
- this . descriptors . stream [ methodName ] ||
320
- this . descriptors . longrunning [ methodName ]
322
+ descriptor
321
323
) ;
322
324
323
325
this . innerApiCalls [ methodName ] = apiCall ;
Original file line number Diff line number Diff line change @@ -265,12 +265,11 @@ export class ProfileServiceClient {
265
265
}
266
266
) ;
267
267
268
+ const descriptor = this . descriptors . page [ methodName ] || undefined ;
268
269
const apiCall = this . _gaxModule . createApiCall (
269
270
callPromise ,
270
271
this . _defaults [ methodName ] ,
271
- this . descriptors . page [ methodName ] ||
272
- this . descriptors . stream [ methodName ] ||
273
- this . descriptors . longrunning [ methodName ]
272
+ descriptor
274
273
) ;
275
274
276
275
this . innerApiCalls [ methodName ] = apiCall ;
Original file line number Diff line number Diff line change @@ -263,12 +263,11 @@ export class TenantServiceClient {
263
263
}
264
264
) ;
265
265
266
+ const descriptor = this . descriptors . page [ methodName ] || undefined ;
266
267
const apiCall = this . _gaxModule . createApiCall (
267
268
callPromise ,
268
269
this . _defaults [ methodName ] ,
269
- this . descriptors . page [ methodName ] ||
270
- this . descriptors . stream [ methodName ] ||
271
- this . descriptors . longrunning [ methodName ]
270
+ descriptor
272
271
) ;
273
272
274
273
this . innerApiCalls [ methodName ] = apiCall ;
Original file line number Diff line number Diff line change 4
4
"git": {
5
5
"name": ".",
6
6
"remote": "https://github.com/googleapis/nodejs-talent.git",
7
- "sha": "d6d82f0e44396cdf106f64bee2b0b297024c2b95 "
7
+ "sha": "e576231bbc2fe049514303134d906e5d6fa9cfbf "
8
8
}
9
9
},
10
10
{
11
11
"git": {
12
12
"name": "googleapis",
13
13
"remote": "https://github.com/googleapis/googleapis.git",
14
- "sha": "4f4aa3a03e470f1390758b9d89eb1aa88837a5be ",
15
- "internalRef": "320300472 "
14
+ "sha": "94006b3cb8d2fb44703cf535da15608eed6bf7db ",
15
+ "internalRef": "325949033 "
16
16
}
17
17
},
18
18
{
You can’t perform that action at this time.
0 commit comments