Skip to content

Commit d1ecb2a

Browse files
build: use gapic-generator-typescript v1.0.7. (#499)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/b742586e-df31-4aac-8092-78288e9ea8e7/targets - [ ] To automatically regenerate this PR, check this box. PiperOrigin-RevId: 325949033 Source-Link: googleapis/googleapis@94006b3
1 parent fc79b6c commit d1ecb2a

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

packages/google-cloud-language/src/v1/language_service_client.ts

+2-3
Original file line numberDiff line numberDiff line change
@@ -214,12 +214,11 @@ export class LanguageServiceClient {
214214
}
215215
);
216216

217+
const descriptor = undefined;
217218
const apiCall = this._gaxModule.createApiCall(
218219
callPromise,
219220
this._defaults[methodName],
220-
this.descriptors.page[methodName] ||
221-
this.descriptors.stream[methodName] ||
222-
this.descriptors.longrunning[methodName]
221+
descriptor
223222
);
224223

225224
this.innerApiCalls[methodName] = apiCall;

packages/google-cloud-language/src/v1beta2/language_service_client.ts

+2-3
Original file line numberDiff line numberDiff line change
@@ -214,12 +214,11 @@ export class LanguageServiceClient {
214214
}
215215
);
216216

217+
const descriptor = undefined;
217218
const apiCall = this._gaxModule.createApiCall(
218219
callPromise,
219220
this._defaults[methodName],
220-
this.descriptors.page[methodName] ||
221-
this.descriptors.stream[methodName] ||
222-
this.descriptors.longrunning[methodName]
221+
descriptor
223222
);
224223

225224
this.innerApiCalls[methodName] = apiCall;

packages/google-cloud-language/synth.metadata

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "a60b165895ad1f100d7014c74b7df512f9377fdb",
15-
"internalRef": "318104666"
14+
"sha": "94006b3cb8d2fb44703cf535da15608eed6bf7db",
15+
"internalRef": "325949033"
1616
}
1717
},
1818
{

0 commit comments

Comments
 (0)