Skip to content

Commit 5c6307c

Browse files
yoshi-automationthiyaguk09
authored andcommitted
build: use gapic-generator-typescript v1.0.7. (googleapis#784)
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 3200add commit 5c6307c

4 files changed

Lines changed: 15 additions & 12 deletions

File tree

handwritten/bigtable/src/v2/bigtable_client.ts

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

240+
const descriptor = this.descriptors.stream[methodName] || undefined;
240241
const apiCall = this._gaxModule.createApiCall(
241242
callPromise,
242243
this._defaults[methodName],
243-
this.descriptors.page[methodName] ||
244-
this.descriptors.stream[methodName] ||
245-
this.descriptors.longrunning[methodName]
244+
descriptor
246245
);
247246

248247
this.innerApiCalls[methodName] = apiCall;

handwritten/bigtable/src/v2/bigtable_instance_admin_client.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -357,12 +357,14 @@ export class BigtableInstanceAdminClient {
357357
}
358358
);
359359

360+
const descriptor =
361+
this.descriptors.page[methodName] ||
362+
this.descriptors.longrunning[methodName] ||
363+
undefined;
360364
const apiCall = this._gaxModule.createApiCall(
361365
callPromise,
362366
this._defaults[methodName],
363-
this.descriptors.page[methodName] ||
364-
this.descriptors.stream[methodName] ||
365-
this.descriptors.longrunning[methodName]
367+
descriptor
366368
);
367369

368370
this.innerApiCalls[methodName] = apiCall;

handwritten/bigtable/src/v2/bigtable_table_admin_client.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -358,12 +358,14 @@ export class BigtableTableAdminClient {
358358
}
359359
);
360360

361+
const descriptor =
362+
this.descriptors.page[methodName] ||
363+
this.descriptors.longrunning[methodName] ||
364+
undefined;
361365
const apiCall = this._gaxModule.createApiCall(
362366
callPromise,
363367
this._defaults[methodName],
364-
this.descriptors.page[methodName] ||
365-
this.descriptors.stream[methodName] ||
366-
this.descriptors.longrunning[methodName]
368+
descriptor
367369
);
368370

369371
this.innerApiCalls[methodName] = apiCall;

handwritten/bigtable/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-bigtable.git",
7-
"sha": "3ca5de3af142d0015209ee1281a767f6fd5a5093"
7+
"sha": "b3a888b7c39754099e9e78c8df5233ceb7acc71d"
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)