File tree Expand file tree Collapse file tree 8 files changed +20
-24
lines changed
packages/google-cloud-talent Expand file tree Collapse file tree 8 files changed +20
-24
lines changed Original file line number Diff line number Diff line change @@ -261,12 +261,11 @@ export class ApplicationServiceClient {
261261 }
262262 ) ;
263263
264+ const descriptor = this . descriptors . page [ methodName ] || undefined ;
264265 const apiCall = this . _gaxModule . createApiCall (
265266 callPromise ,
266267 this . _defaults [ methodName ] ,
267- this . descriptors . page [ methodName ] ||
268- this . descriptors . stream [ methodName ] ||
269- this . descriptors . longrunning [ methodName ]
268+ descriptor
270269 ) ;
271270
272271 this . innerApiCalls [ methodName ] = apiCall ;
Original file line number Diff line number Diff line change @@ -263,12 +263,11 @@ export class CompanyServiceClient {
263263 }
264264 ) ;
265265
266+ const descriptor = this . descriptors . page [ methodName ] || undefined ;
266267 const apiCall = this . _gaxModule . createApiCall (
267268 callPromise ,
268269 this . _defaults [ methodName ] ,
269- this . descriptors . page [ methodName ] ||
270- this . descriptors . stream [ methodName ] ||
271- this . descriptors . longrunning [ methodName ]
270+ descriptor
272271 ) ;
273272
274273 this . innerApiCalls [ methodName ] = apiCall ;
Original file line number Diff line number Diff line change @@ -237,12 +237,11 @@ export class CompletionClient {
237237 }
238238 ) ;
239239
240+ const descriptor = undefined ;
240241 const apiCall = this . _gaxModule . createApiCall (
241242 callPromise ,
242243 this . _defaults [ methodName ] ,
243- this . descriptors . page [ methodName ] ||
244- this . descriptors . stream [ methodName ] ||
245- this . descriptors . longrunning [ methodName ]
244+ descriptor
246245 ) ;
247246
248247 this . innerApiCalls [ methodName ] = apiCall ;
Original file line number Diff line number Diff line change @@ -237,12 +237,11 @@ export class EventServiceClient {
237237 }
238238 ) ;
239239
240+ const descriptor = undefined ;
240241 const apiCall = this . _gaxModule . createApiCall (
241242 callPromise ,
242243 this . _defaults [ methodName ] ,
243- this . descriptors . page [ methodName ] ||
244- this . descriptors . stream [ methodName ] ||
245- this . descriptors . longrunning [ methodName ]
244+ descriptor
246245 ) ;
247246
248247 this . innerApiCalls [ methodName ] = apiCall ;
Original file line number Diff line number Diff line change @@ -312,12 +312,14 @@ export class JobServiceClient {
312312 }
313313 ) ;
314314
315+ const descriptor =
316+ this . descriptors . page [ methodName ] ||
317+ this . descriptors . longrunning [ methodName ] ||
318+ undefined ;
315319 const apiCall = this . _gaxModule . createApiCall (
316320 callPromise ,
317321 this . _defaults [ methodName ] ,
318- this . descriptors . page [ methodName ] ||
319- this . descriptors . stream [ methodName ] ||
320- this . descriptors . longrunning [ methodName ]
322+ descriptor
321323 ) ;
322324
323325 this . innerApiCalls [ methodName ] = apiCall ;
Original file line number Diff line number Diff line change @@ -265,12 +265,11 @@ export class ProfileServiceClient {
265265 }
266266 ) ;
267267
268+ const descriptor = this . descriptors . page [ methodName ] || undefined ;
268269 const apiCall = this . _gaxModule . createApiCall (
269270 callPromise ,
270271 this . _defaults [ methodName ] ,
271- this . descriptors . page [ methodName ] ||
272- this . descriptors . stream [ methodName ] ||
273- this . descriptors . longrunning [ methodName ]
272+ descriptor
274273 ) ;
275274
276275 this . innerApiCalls [ methodName ] = apiCall ;
Original file line number Diff line number Diff line change @@ -263,12 +263,11 @@ export class TenantServiceClient {
263263 }
264264 ) ;
265265
266+ const descriptor = this . descriptors . page [ methodName ] || undefined ;
266267 const apiCall = this . _gaxModule . createApiCall (
267268 callPromise ,
268269 this . _defaults [ methodName ] ,
269- this . descriptors . page [ methodName ] ||
270- this . descriptors . stream [ methodName ] ||
271- this . descriptors . longrunning [ methodName ]
270+ descriptor
272271 ) ;
273272
274273 this . innerApiCalls [ methodName ] = apiCall ;
Original file line number Diff line number Diff line change 44 "git": {
55 "name": ".",
66 "remote": "https://github.com/googleapis/nodejs-talent.git",
7- "sha": "d6d82f0e44396cdf106f64bee2b0b297024c2b95 "
7+ "sha": "e576231bbc2fe049514303134d906e5d6fa9cfbf "
88 }
99 },
1010 {
1111 "git": {
1212 "name": "googleapis",
1313 "remote": "https://github.com/googleapis/googleapis.git",
14- "sha": "4f4aa3a03e470f1390758b9d89eb1aa88837a5be ",
15- "internalRef": "320300472 "
14+ "sha": "94006b3cb8d2fb44703cf535da15608eed6bf7db ",
15+ "internalRef": "325949033 "
1616 }
1717 },
1818 {
You can’t perform that action at this time.
0 commit comments