Skip to content

Commit 316c96c

Browse files
build: use gapic-generator-typescript v1.0.7. (#284)
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 9b4fc2a commit 316c96c

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

packages/google-cloud-scheduler/src/v1/cloud_scheduler_client.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,12 +252,11 @@ export class CloudSchedulerClient {
252252
}
253253
);
254254

255+
const descriptor = this.descriptors.page[methodName] || undefined;
255256
const apiCall = this._gaxModule.createApiCall(
256257
callPromise,
257258
this._defaults[methodName],
258-
this.descriptors.page[methodName] ||
259-
this.descriptors.stream[methodName] ||
260-
this.descriptors.longrunning[methodName]
259+
descriptor
261260
);
262261

263262
this.innerApiCalls[methodName] = apiCall;

packages/google-cloud-scheduler/src/v1beta1/cloud_scheduler_client.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,12 +252,11 @@ export class CloudSchedulerClient {
252252
}
253253
);
254254

255+
const descriptor = this.descriptors.page[methodName] || undefined;
255256
const apiCall = this._gaxModule.createApiCall(
256257
callPromise,
257258
this._defaults[methodName],
258-
this.descriptors.page[methodName] ||
259-
this.descriptors.stream[methodName] ||
260-
this.descriptors.longrunning[methodName]
259+
descriptor
261260
);
262261

263262
this.innerApiCalls[methodName] = apiCall;

packages/google-cloud-scheduler/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-scheduler.git",
7-
"sha": "5922b288f83e822d528ac90b384574135c236f52"
7+
"sha": "925b55f4df8dc7ca803cba7990c0dcccd35a91b5"
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)