File tree 3 files changed +6
-8
lines changed
packages/google-cloud-language
3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -214,12 +214,11 @@ export class LanguageServiceClient {
214
214
}
215
215
) ;
216
216
217
+ const descriptor = undefined ;
217
218
const apiCall = this . _gaxModule . createApiCall (
218
219
callPromise ,
219
220
this . _defaults [ methodName ] ,
220
- this . descriptors . page [ methodName ] ||
221
- this . descriptors . stream [ methodName ] ||
222
- this . descriptors . longrunning [ methodName ]
221
+ descriptor
223
222
) ;
224
223
225
224
this . innerApiCalls [ methodName ] = apiCall ;
Original file line number Diff line number Diff line change @@ -214,12 +214,11 @@ export class LanguageServiceClient {
214
214
}
215
215
) ;
216
216
217
+ const descriptor = undefined ;
217
218
const apiCall = this . _gaxModule . createApiCall (
218
219
callPromise ,
219
220
this . _defaults [ methodName ] ,
220
- this . descriptors . page [ methodName ] ||
221
- this . descriptors . stream [ methodName ] ||
222
- this . descriptors . longrunning [ methodName ]
221
+ descriptor
223
222
) ;
224
223
225
224
this . innerApiCalls [ methodName ] = apiCall ;
Original file line number Diff line number Diff line change 11
11
"git": {
12
12
"name": "googleapis",
13
13
"remote": "https://github.com/googleapis/googleapis.git",
14
- "sha": "a60b165895ad1f100d7014c74b7df512f9377fdb ",
15
- "internalRef": "318104666 "
14
+ "sha": "94006b3cb8d2fb44703cf535da15608eed6bf7db ",
15
+ "internalRef": "325949033 "
16
16
}
17
17
},
18
18
{
You can’t perform that action at this time.
0 commit comments