Skip to content

Commit

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

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

Source-Link: googleapis/googleapis@4b6b01f

Source-Link: googleapis/googleapis-gen@8ac83fb
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOGFjODNmYmE2MDZkMDA4YzdlOGE0MmU3ZDU1YjY1OTZlYzRiZTM1ZiJ9
  • Loading branch information
gcf-owl-bot[bot] authored Jan 26, 2022
1 parent 0f56fd2 commit 1f95e24
Show file tree
Hide file tree
Showing 16 changed files with 33 additions and 27 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-bigquery-connection/.jsdoc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021 Google LLC
// Copyright 2022 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -40,7 +40,7 @@ module.exports = {
includePattern: '\\.js$'
},
templates: {
copyright: 'Copyright 2021 Google LLC',
copyright: 'Copyright 2022 Google LLC',
includeDate: false,
sourceFiles: false,
systemName: '@google-cloud/bigquery-connection',
Expand Down
10 changes: 8 additions & 2 deletions packages/google-cloud-bigquery-connection/linkinator.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@
"skip": [
"https://codecov.io/gh/googleapis/",
"www.googleapis.com",
"img.shields.io"
"img.shields.io",
"https://console.cloud.google.com/cloudshell",
"https://support.google.com"
],
"silent": true,
"concurrency": 5
"concurrency": 5,
"retry": true,
"retryErrors": true,
"retryErrorsCount": 5,
"retryErrorsJitter": 3000
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(parent, connection) {
Expand All @@ -34,8 +35,7 @@ function main(parent, connection) {
// const connection = {}

// Imports the Connection library
const {ConnectionServiceClient} =
require('@google-cloud/bigquery-connection').v1;
const {ConnectionServiceClient} = require('@google-cloud/bigquery-connection').v1;

// Instantiates a client
const connectionClient = new ConnectionServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(name) {
Expand All @@ -26,8 +27,7 @@ function main(name) {
// const name = 'abc123'

// Imports the Connection library
const {ConnectionServiceClient} =
require('@google-cloud/bigquery-connection').v1;
const {ConnectionServiceClient} = require('@google-cloud/bigquery-connection').v1;

// Instantiates a client
const connectionClient = new ConnectionServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(name) {
Expand All @@ -26,8 +27,7 @@ function main(name) {
// const name = 'abc123'

// Imports the Connection library
const {ConnectionServiceClient} =
require('@google-cloud/bigquery-connection').v1;
const {ConnectionServiceClient} = require('@google-cloud/bigquery-connection').v1;

// Instantiates a client
const connectionClient = new ConnectionServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(resource) {
Expand All @@ -31,8 +32,7 @@ function main(resource) {
// const options = {}

// Imports the Connection library
const {ConnectionServiceClient} =
require('@google-cloud/bigquery-connection').v1;
const {ConnectionServiceClient} = require('@google-cloud/bigquery-connection').v1;

// Instantiates a client
const connectionClient = new ConnectionServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(parent, pageSize) {
Expand All @@ -34,8 +35,7 @@ function main(parent, pageSize) {
// const pageToken = 'abc123'

// Imports the Connection library
const {ConnectionServiceClient} =
require('@google-cloud/bigquery-connection').v1;
const {ConnectionServiceClient} = require('@google-cloud/bigquery-connection').v1;

// Instantiates a client
const connectionClient = new ConnectionServiceClient();
Expand All @@ -50,7 +50,7 @@ function main(parent, pageSize) {
// Run request
const iterable = await connectionClient.listConnectionsAsync(request);
for await (const response of iterable) {
console.log(response);
console.log(response);
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(resource, policy) {
Expand All @@ -33,8 +34,7 @@ function main(resource, policy) {
// const policy = {}

// Imports the Connection library
const {ConnectionServiceClient} =
require('@google-cloud/bigquery-connection').v1;
const {ConnectionServiceClient} = require('@google-cloud/bigquery-connection').v1;

// Instantiates a client
const connectionClient = new ConnectionServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(resource, permissions) {
Expand All @@ -33,8 +34,7 @@ function main(resource, permissions) {
// const permissions = 'abc123'

// Imports the Connection library
const {ConnectionServiceClient} =
require('@google-cloud/bigquery-connection').v1;
const {ConnectionServiceClient} = require('@google-cloud/bigquery-connection').v1;

// Instantiates a client
const connectionClient = new ConnectionServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(name, connection, updateMask) {
Expand All @@ -34,8 +35,7 @@ function main(name, connection, updateMask) {
// const updateMask = {}

// Imports the Connection library
const {ConnectionServiceClient} =
require('@google-cloud/bigquery-connection').v1;
const {ConnectionServiceClient} = require('@google-cloud/bigquery-connection').v1;

// Instantiates a client
const connectionClient = new ConnectionServiceClient();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021 Google LLC
// Copyright 2022 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-bigquery-connection/src/v1/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021 Google LLC
// Copyright 2022 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021 Google LLC
// Copyright 2022 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021 Google LLC
// Copyright 2022 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021 Google LLC
// Copyright 2022 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021 Google LLC
// Copyright 2022 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 1f95e24

Please sign in to comment.