File tree 5 files changed +11
-15
lines changed
packages/google-cloud-datacatalog
5 files changed +11
-15
lines changed Original file line number Diff line number Diff line change @@ -298,12 +298,11 @@ export class DataCatalogClient {
298
298
}
299
299
) ;
300
300
301
+ const descriptor = this . descriptors . page [ methodName ] || undefined ;
301
302
const apiCall = this . _gaxModule . createApiCall (
302
303
callPromise ,
303
304
this . _defaults [ methodName ] ,
304
- this . descriptors . page [ methodName ] ||
305
- this . descriptors . stream [ methodName ] ||
306
- this . descriptors . longrunning [ methodName ]
305
+ descriptor
307
306
) ;
308
307
309
308
this . innerApiCalls [ methodName ] = apiCall ;
Original file line number Diff line number Diff line change @@ -304,12 +304,11 @@ export class DataCatalogClient {
304
304
}
305
305
) ;
306
306
307
+ const descriptor = this . descriptors . page [ methodName ] || undefined ;
307
308
const apiCall = this . _gaxModule . createApiCall (
308
309
callPromise ,
309
310
this . _defaults [ methodName ] ,
310
- this . descriptors . page [ methodName ] ||
311
- this . descriptors . stream [ methodName ] ||
312
- this . descriptors . longrunning [ methodName ]
311
+ descriptor
313
312
) ;
314
313
315
314
this . innerApiCalls [ methodName ] = apiCall ;
Original file line number Diff line number Diff line change @@ -281,12 +281,11 @@ export class PolicyTagManagerClient {
281
281
}
282
282
) ;
283
283
284
+ const descriptor = this . descriptors . page [ methodName ] || undefined ;
284
285
const apiCall = this . _gaxModule . createApiCall (
285
286
callPromise ,
286
287
this . _defaults [ methodName ] ,
287
- this . descriptors . page [ methodName ] ||
288
- this . descriptors . stream [ methodName ] ||
289
- this . descriptors . longrunning [ methodName ]
288
+ descriptor
290
289
) ;
291
290
292
291
this . innerApiCalls [ methodName ] = apiCall ;
Original file line number Diff line number Diff line change @@ -247,12 +247,11 @@ export class PolicyTagManagerSerializationClient {
247
247
}
248
248
) ;
249
249
250
+ const descriptor = undefined ;
250
251
const apiCall = this . _gaxModule . createApiCall (
251
252
callPromise ,
252
253
this . _defaults [ methodName ] ,
253
- this . descriptors . page [ methodName ] ||
254
- this . descriptors . stream [ methodName ] ||
255
- this . descriptors . longrunning [ methodName ]
254
+ descriptor
256
255
) ;
257
256
258
257
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-datacatalog.git",
7
- "sha": "41d6068bb43d35788856d2de51d230ee5f21f03b "
7
+ "sha": "348a795f1f500982fb464d9df9dba0c9af1315b5 "
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