Skip to content

Commit 2afcba6

Browse files
build: use gapic-generator-typescript v1.0.7. (#235)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/c36c6dbc-ab79-4f17-b70b-523b420b2a70/targets - [ ] To automatically regenerate this PR, check this box. PiperOrigin-RevId: 325949033 Source-Link: googleapis/googleapis@94006b3
1 parent 5619fcb commit 2afcba6

8 files changed

+20
-24
lines changed

packages/google-cloud-talent/src/v4beta1/application_service_client.ts

+2-3
Original file line numberDiff line numberDiff line change
@@ -261,12 +261,11 @@ export class ApplicationServiceClient {
261261
}
262262
);
263263

264+
const descriptor = this.descriptors.page[methodName] || undefined;
264265
const apiCall = this._gaxModule.createApiCall(
265266
callPromise,
266267
this._defaults[methodName],
267-
this.descriptors.page[methodName] ||
268-
this.descriptors.stream[methodName] ||
269-
this.descriptors.longrunning[methodName]
268+
descriptor
270269
);
271270

272271
this.innerApiCalls[methodName] = apiCall;

packages/google-cloud-talent/src/v4beta1/company_service_client.ts

+2-3
Original file line numberDiff line numberDiff line change
@@ -263,12 +263,11 @@ export class CompanyServiceClient {
263263
}
264264
);
265265

266+
const descriptor = this.descriptors.page[methodName] || undefined;
266267
const apiCall = this._gaxModule.createApiCall(
267268
callPromise,
268269
this._defaults[methodName],
269-
this.descriptors.page[methodName] ||
270-
this.descriptors.stream[methodName] ||
271-
this.descriptors.longrunning[methodName]
270+
descriptor
272271
);
273272

274273
this.innerApiCalls[methodName] = apiCall;

packages/google-cloud-talent/src/v4beta1/completion_client.ts

+2-3
Original file line numberDiff line numberDiff line change
@@ -237,12 +237,11 @@ export class CompletionClient {
237237
}
238238
);
239239

240+
const descriptor = 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;

packages/google-cloud-talent/src/v4beta1/event_service_client.ts

+2-3
Original file line numberDiff line numberDiff line change
@@ -237,12 +237,11 @@ export class EventServiceClient {
237237
}
238238
);
239239

240+
const descriptor = 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;

packages/google-cloud-talent/src/v4beta1/job_service_client.ts

+5-3
Original file line numberDiff line numberDiff line change
@@ -312,12 +312,14 @@ export class JobServiceClient {
312312
}
313313
);
314314

315+
const descriptor =
316+
this.descriptors.page[methodName] ||
317+
this.descriptors.longrunning[methodName] ||
318+
undefined;
315319
const apiCall = this._gaxModule.createApiCall(
316320
callPromise,
317321
this._defaults[methodName],
318-
this.descriptors.page[methodName] ||
319-
this.descriptors.stream[methodName] ||
320-
this.descriptors.longrunning[methodName]
322+
descriptor
321323
);
322324

323325
this.innerApiCalls[methodName] = apiCall;

packages/google-cloud-talent/src/v4beta1/profile_service_client.ts

+2-3
Original file line numberDiff line numberDiff line change
@@ -265,12 +265,11 @@ export class ProfileServiceClient {
265265
}
266266
);
267267

268+
const descriptor = this.descriptors.page[methodName] || undefined;
268269
const apiCall = this._gaxModule.createApiCall(
269270
callPromise,
270271
this._defaults[methodName],
271-
this.descriptors.page[methodName] ||
272-
this.descriptors.stream[methodName] ||
273-
this.descriptors.longrunning[methodName]
272+
descriptor
274273
);
275274

276275
this.innerApiCalls[methodName] = apiCall;

packages/google-cloud-talent/src/v4beta1/tenant_service_client.ts

+2-3
Original file line numberDiff line numberDiff line change
@@ -263,12 +263,11 @@ export class TenantServiceClient {
263263
}
264264
);
265265

266+
const descriptor = this.descriptors.page[methodName] || undefined;
266267
const apiCall = this._gaxModule.createApiCall(
267268
callPromise,
268269
this._defaults[methodName],
269-
this.descriptors.page[methodName] ||
270-
this.descriptors.stream[methodName] ||
271-
this.descriptors.longrunning[methodName]
270+
descriptor
272271
);
273272

274273
this.innerApiCalls[methodName] = apiCall;

packages/google-cloud-talent/synth.metadata

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/nodejs-talent.git",
7-
"sha": "d6d82f0e44396cdf106f64bee2b0b297024c2b95"
7+
"sha": "e576231bbc2fe049514303134d906e5d6fa9cfbf"
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)