Skip to content

Commit

Permalink
chore: update v2.14.2 gapic-generator-typescript (#531)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

Committer: @summer-ji-eng
PiperOrigin-RevId: 434859890

Source-Link: googleapis/googleapis@bc2432d

Source-Link: googleapis/googleapis-gen@930b673
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOTMwYjY3MzEwM2U5MjUyM2Y4Y2ZlZDM4ZGVjZDdkM2FmYWU4ZWJlNyJ9
  • Loading branch information
gcf-owl-bot[bot] authored and sofisl committed Oct 13, 2022
1 parent ae1f4a9 commit 50f52db
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,6 @@ describe('v1.DataTransferServiceClient', () => {
new protos.google.cloud.bigquery.datatransfer.v1.GetDataSourceRequest()
);
request.name = '';
const expectedHeaderRequestParams = 'name=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(client.getDataSource(request), expectedError);
Expand Down Expand Up @@ -474,7 +473,6 @@ describe('v1.DataTransferServiceClient', () => {
new protos.google.cloud.bigquery.datatransfer.v1.CreateTransferConfigRequest()
);
request.parent = '';
const expectedHeaderRequestParams = 'parent=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(client.createTransferConfig(request), expectedError);
Expand Down Expand Up @@ -614,7 +612,6 @@ describe('v1.DataTransferServiceClient', () => {
);
request.transferConfig = {};
request.transferConfig.name = '';
const expectedHeaderRequestParams = 'transfer_config.name=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(client.updateTransferConfig(request), expectedError);
Expand Down Expand Up @@ -750,7 +747,6 @@ describe('v1.DataTransferServiceClient', () => {
new protos.google.cloud.bigquery.datatransfer.v1.DeleteTransferConfigRequest()
);
request.name = '';
const expectedHeaderRequestParams = 'name=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(client.deleteTransferConfig(request), expectedError);
Expand Down Expand Up @@ -885,7 +881,6 @@ describe('v1.DataTransferServiceClient', () => {
new protos.google.cloud.bigquery.datatransfer.v1.GetTransferConfigRequest()
);
request.name = '';
const expectedHeaderRequestParams = 'name=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(client.getTransferConfig(request), expectedError);
Expand Down Expand Up @@ -1028,7 +1023,6 @@ describe('v1.DataTransferServiceClient', () => {
new protos.google.cloud.bigquery.datatransfer.v1.ScheduleTransferRunsRequest()
);
request.parent = '';
const expectedHeaderRequestParams = 'parent=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(client.scheduleTransferRuns(request), expectedError);
Expand Down Expand Up @@ -1168,7 +1162,6 @@ describe('v1.DataTransferServiceClient', () => {
new protos.google.cloud.bigquery.datatransfer.v1.StartManualTransferRunsRequest()
);
request.parent = '';
const expectedHeaderRequestParams = 'parent=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(
Expand Down Expand Up @@ -1306,7 +1299,6 @@ describe('v1.DataTransferServiceClient', () => {
new protos.google.cloud.bigquery.datatransfer.v1.GetTransferRunRequest()
);
request.name = '';
const expectedHeaderRequestParams = 'name=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(client.getTransferRun(request), expectedError);
Expand Down Expand Up @@ -1441,7 +1433,6 @@ describe('v1.DataTransferServiceClient', () => {
new protos.google.cloud.bigquery.datatransfer.v1.DeleteTransferRunRequest()
);
request.name = '';
const expectedHeaderRequestParams = 'name=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(client.deleteTransferRun(request), expectedError);
Expand Down Expand Up @@ -1576,7 +1567,6 @@ describe('v1.DataTransferServiceClient', () => {
new protos.google.cloud.bigquery.datatransfer.v1.CheckValidCredsRequest()
);
request.name = '';
const expectedHeaderRequestParams = 'name=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(client.checkValidCreds(request), expectedError);
Expand Down Expand Up @@ -1711,7 +1701,6 @@ describe('v1.DataTransferServiceClient', () => {
new protos.google.cloud.bigquery.datatransfer.v1.EnrollDataSourcesRequest()
);
request.name = '';
const expectedHeaderRequestParams = 'name=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(client.enrollDataSources(request), expectedError);
Expand Down

0 comments on commit 50f52db

Please sign in to comment.