File tree 4 files changed +18
-12
lines changed
packages/google-cloud-securitycenter
4 files changed +18
-12
lines changed Original file line number Diff line number Diff line change @@ -339,12 +339,14 @@ export class SecurityCenterClient {
339
339
}
340
340
) ;
341
341
342
+ const descriptor =
343
+ this . descriptors . page [ methodName ] ||
344
+ this . descriptors . longrunning [ methodName ] ||
345
+ undefined ;
342
346
const apiCall = this . _gaxModule . createApiCall (
343
347
callPromise ,
344
348
this . _defaults [ methodName ] ,
345
- this . descriptors . page [ methodName ] ||
346
- this . descriptors . stream [ methodName ] ||
347
- this . descriptors . longrunning [ methodName ]
349
+ descriptor
348
350
) ;
349
351
350
352
this . innerApiCalls [ methodName ] = apiCall ;
Original file line number Diff line number Diff line change @@ -327,12 +327,14 @@ export class SecurityCenterClient {
327
327
}
328
328
) ;
329
329
330
+ const descriptor =
331
+ this . descriptors . page [ methodName ] ||
332
+ this . descriptors . longrunning [ methodName ] ||
333
+ undefined ;
330
334
const apiCall = this . _gaxModule . createApiCall (
331
335
callPromise ,
332
336
this . _defaults [ methodName ] ,
333
- this . descriptors . page [ methodName ] ||
334
- this . descriptors . stream [ methodName ] ||
335
- this . descriptors . longrunning [ methodName ]
337
+ descriptor
336
338
) ;
337
339
338
340
this . innerApiCalls [ methodName ] = apiCall ;
Original file line number Diff line number Diff line change @@ -340,12 +340,14 @@ export class SecurityCenterClient {
340
340
}
341
341
) ;
342
342
343
+ const descriptor =
344
+ this . descriptors . page [ methodName ] ||
345
+ this . descriptors . longrunning [ methodName ] ||
346
+ undefined ;
343
347
const apiCall = this . _gaxModule . createApiCall (
344
348
callPromise ,
345
349
this . _defaults [ methodName ] ,
346
- this . descriptors . page [ methodName ] ||
347
- this . descriptors . stream [ methodName ] ||
348
- this . descriptors . longrunning [ methodName ]
350
+ descriptor
349
351
) ;
350
352
351
353
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-security-center.git",
7
- "sha": "e622cf84b3ef324bcc789f6b050ba9076d63baa0 "
7
+ "sha": "fa72ab5a4bab1aa8add1f685d131005a866b5789 "
8
8
}
9
9
},
10
10
{
11
11
"git": {
12
12
"name": "googleapis",
13
13
"remote": "https://github.com/googleapis/googleapis.git",
14
- "sha": "e26e1839a45445d13cd45b1be3b1523defb72fee ",
15
- "internalRef": "322867095 "
14
+ "sha": "94006b3cb8d2fb44703cf535da15608eed6bf7db ",
15
+ "internalRef": "325949033 "
16
16
}
17
17
},
18
18
{
You can’t perform that action at this time.
0 commit comments