Skip to content

Commit 1e8814c

Browse files
build: use gapic-generator-typescript v1.0.7. (#102)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/5f7f9c6d-c75a-4c60-8bb8-0026a14cead7/targets - [ ] To automatically regenerate this PR, check this box. PiperOrigin-RevId: 325949033 Source-Link: googleapis/googleapis@94006b3
1 parent ae800ce commit 1e8814c

3 files changed

Lines changed: 7 additions & 9 deletions

File tree

handwritten/bigquery-storage/src/v1/big_query_read_client.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,12 +236,11 @@ export class BigQueryReadClient {
236236
}
237237
);
238238

239+
const descriptor = this.descriptors.stream[methodName] || undefined;
239240
const apiCall = this._gaxModule.createApiCall(
240241
callPromise,
241242
this._defaults[methodName],
242-
this.descriptors.page[methodName] ||
243-
this.descriptors.stream[methodName] ||
244-
this.descriptors.longrunning[methodName]
243+
descriptor
245244
);
246245

247246
this.innerApiCalls[methodName] = apiCall;

handwritten/bigquery-storage/src/v1beta1/big_query_storage_client.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,12 +239,11 @@ export class BigQueryStorageClient {
239239
}
240240
);
241241

242+
const descriptor = this.descriptors.stream[methodName] || undefined;
242243
const apiCall = this._gaxModule.createApiCall(
243244
callPromise,
244245
this._defaults[methodName],
245-
this.descriptors.page[methodName] ||
246-
this.descriptors.stream[methodName] ||
247-
this.descriptors.longrunning[methodName]
246+
descriptor
248247
);
249248

250249
this.innerApiCalls[methodName] = apiCall;

handwritten/bigquery-storage/synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/nodejs-bigquery-storage.git",
7-
"sha": "a3f7556dc9842d0f784d30afea60c814ab208a5a"
7+
"sha": "4230f845b9365257d6c2686aa4b66e506de2d440"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "4f4aa3a03e470f1390758b9d89eb1aa88837a5be",
15-
"internalRef": "320300472"
14+
"sha": "94006b3cb8d2fb44703cf535da15608eed6bf7db",
15+
"internalRef": "325949033"
1616
}
1717
},
1818
{

0 commit comments

Comments
 (0)