File tree Expand file tree Collapse file tree 3 files changed +7
-9
lines changed
packages/google-cloud-scheduler Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -252,12 +252,11 @@ export class CloudSchedulerClient {
252
252
}
253
253
) ;
254
254
255
+ const descriptor = this . descriptors . page [ methodName ] || undefined ;
255
256
const apiCall = this . _gaxModule . createApiCall (
256
257
callPromise ,
257
258
this . _defaults [ methodName ] ,
258
- this . descriptors . page [ methodName ] ||
259
- this . descriptors . stream [ methodName ] ||
260
- this . descriptors . longrunning [ methodName ]
259
+ descriptor
261
260
) ;
262
261
263
262
this . innerApiCalls [ methodName ] = apiCall ;
Original file line number Diff line number Diff line change @@ -252,12 +252,11 @@ export class CloudSchedulerClient {
252
252
}
253
253
) ;
254
254
255
+ const descriptor = this . descriptors . page [ methodName ] || undefined ;
255
256
const apiCall = this . _gaxModule . createApiCall (
256
257
callPromise ,
257
258
this . _defaults [ methodName ] ,
258
- this . descriptors . page [ methodName ] ||
259
- this . descriptors . stream [ methodName ] ||
260
- this . descriptors . longrunning [ methodName ]
259
+ descriptor
261
260
) ;
262
261
263
262
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-scheduler.git",
7
- "sha": "5922b288f83e822d528ac90b384574135c236f52 "
7
+ "sha": "925b55f4df8dc7ca803cba7990c0dcccd35a91b5 "
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