Skip to content

Commit 3aa4181

Browse files
build: update copyright year to 2022 (#240)
* chore(deps): upgrade gapic-generator-java to 2.4.1 PiperOrigin-RevId: 422607515 Source-Link: googleapis/googleapis@ba2ffd6 Source-Link: googleapis/googleapis-gen@73ba4ad Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNzNiYTRhZGQyMzlhNjE5ZGE1NjdmZmJkNGU1NzMwZmRkNmRlMDRkMyJ9 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent b1fc05f commit 3aa4181

12 files changed

Lines changed: 19 additions & 19 deletions

packages/google-monitoring-dashboard/.jsdoc.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Google LLC
1+
// Copyright 2022 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -40,7 +40,7 @@ module.exports = {
4040
includePattern: '\\.js$'
4141
},
4242
templates: {
43-
copyright: 'Copyright 2021 Google LLC',
43+
copyright: 'Copyright 2022 Google LLC',
4444
includeDate: false,
4545
sourceFiles: false,
4646
systemName: '@google-cloud/monitoring-dashboards',

packages/google-monitoring-dashboard/samples/generated/v1/dashboards_service.create_dashboard.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
1516
'use strict';
1617

1718
function main(parent, dashboard) {
@@ -36,8 +37,7 @@ function main(parent, dashboard) {
3637
// const validateOnly = true
3738

3839
// Imports the Dashboard library
39-
const {DashboardsServiceClient} =
40-
require('@google-cloud/monitoring-dashboards').v1;
40+
const {DashboardsServiceClient} = require('@google-cloud/monitoring-dashboards').v1;
4141

4242
// Instantiates a client
4343
const dashboardClient = new DashboardsServiceClient();

packages/google-monitoring-dashboard/samples/generated/v1/dashboards_service.delete_dashboard.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
1516
'use strict';
1617

1718
function main(name) {
@@ -26,8 +27,7 @@ function main(name) {
2627
// const name = 'abc123'
2728

2829
// Imports the Dashboard library
29-
const {DashboardsServiceClient} =
30-
require('@google-cloud/monitoring-dashboards').v1;
30+
const {DashboardsServiceClient} = require('@google-cloud/monitoring-dashboards').v1;
3131

3232
// Instantiates a client
3333
const dashboardClient = new DashboardsServiceClient();

packages/google-monitoring-dashboard/samples/generated/v1/dashboards_service.get_dashboard.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
1516
'use strict';
1617

1718
function main(name) {
@@ -28,8 +29,7 @@ function main(name) {
2829
// const name = 'abc123'
2930

3031
// Imports the Dashboard library
31-
const {DashboardsServiceClient} =
32-
require('@google-cloud/monitoring-dashboards').v1;
32+
const {DashboardsServiceClient} = require('@google-cloud/monitoring-dashboards').v1;
3333

3434
// Instantiates a client
3535
const dashboardClient = new DashboardsServiceClient();

packages/google-monitoring-dashboard/samples/generated/v1/dashboards_service.list_dashboards.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
1516
'use strict';
1617

1718
function main(parent) {
@@ -37,8 +38,7 @@ function main(parent) {
3738
// const pageToken = 'abc123'
3839

3940
// Imports the Dashboard library
40-
const {DashboardsServiceClient} =
41-
require('@google-cloud/monitoring-dashboards').v1;
41+
const {DashboardsServiceClient} = require('@google-cloud/monitoring-dashboards').v1;
4242

4343
// Instantiates a client
4444
const dashboardClient = new DashboardsServiceClient();
@@ -52,7 +52,7 @@ function main(parent) {
5252
// Run request
5353
const iterable = await dashboardClient.listDashboardsAsync(request);
5454
for await (const response of iterable) {
55-
console.log(response);
55+
console.log(response);
5656
}
5757
}
5858

packages/google-monitoring-dashboard/samples/generated/v1/dashboards_service.update_dashboard.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
1516
'use strict';
1617

1718
function main(dashboard) {
@@ -30,8 +31,7 @@ function main(dashboard) {
3031
// const validateOnly = true
3132

3233
// Imports the Dashboard library
33-
const {DashboardsServiceClient} =
34-
require('@google-cloud/monitoring-dashboards').v1;
34+
const {DashboardsServiceClient} = require('@google-cloud/monitoring-dashboards').v1;
3535

3636
// Instantiates a client
3737
const dashboardClient = new DashboardsServiceClient();

packages/google-monitoring-dashboard/src/v1/dashboards_service_client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Google LLC
1+
// Copyright 2022 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

packages/google-monitoring-dashboard/src/v1/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Google LLC
1+
// Copyright 2022 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

packages/google-monitoring-dashboard/system-test/fixtures/sample/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Google LLC
1+
// Copyright 2022 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

packages/google-monitoring-dashboard/system-test/fixtures/sample/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Google LLC
1+
// Copyright 2022 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)