From 3ae582f0fd81d78285eab4691ee23e40b2717fe0 Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Fri, 1 Jan 2021 02:53:15 -0800 Subject: [PATCH] changes without context autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters. --- .jsdoc.js | 4 ++-- protos/protos.d.ts | 2 +- protos/protos.js | 2 +- src/v1/index.ts | 2 +- src/v1/lookup_service_client.ts | 2 +- src/v1/registration_service_client.ts | 2 +- src/v1beta1/index.ts | 2 +- src/v1beta1/lookup_service_client.ts | 2 +- src/v1beta1/registration_service_client.ts | 2 +- synth.metadata | 2 +- system-test/fixtures/sample/src/index.js | 2 +- system-test/fixtures/sample/src/index.ts | 2 +- system-test/install.ts | 2 +- test/gapic_lookup_service_v1.ts | 2 +- test/gapic_lookup_service_v1beta1.ts | 2 +- test/gapic_registration_service_v1.ts | 2 +- test/gapic_registration_service_v1beta1.ts | 2 +- 17 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.jsdoc.js b/.jsdoc.js index 142199d..8a56202 100644 --- a/.jsdoc.js +++ b/.jsdoc.js @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -40,7 +40,7 @@ module.exports = { includePattern: '\\.js$' }, templates: { - copyright: 'Copyright 2020 Google LLC', + copyright: 'Copyright 2021 Google LLC', includeDate: false, sourceFiles: false, systemName: '@google-cloud/service-directory', diff --git a/protos/protos.d.ts b/protos/protos.d.ts index 088ef47..a96e215 100644 --- a/protos/protos.d.ts +++ b/protos/protos.d.ts @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/protos/protos.js b/protos/protos.js index 2afacaf..0d0b67e 100644 --- a/protos/protos.js +++ b/protos/protos.js @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/v1/index.ts b/src/v1/index.ts index 473d16e..6158dbb 100644 --- a/src/v1/index.ts +++ b/src/v1/index.ts @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/v1/lookup_service_client.ts b/src/v1/lookup_service_client.ts index b99debb..acf66b8 100644 --- a/src/v1/lookup_service_client.ts +++ b/src/v1/lookup_service_client.ts @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/v1/registration_service_client.ts b/src/v1/registration_service_client.ts index 9ee0665..9b53a34 100644 --- a/src/v1/registration_service_client.ts +++ b/src/v1/registration_service_client.ts @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/v1beta1/index.ts b/src/v1beta1/index.ts index 473d16e..6158dbb 100644 --- a/src/v1beta1/index.ts +++ b/src/v1beta1/index.ts @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/v1beta1/lookup_service_client.ts b/src/v1beta1/lookup_service_client.ts index fc25417..441b965 100644 --- a/src/v1beta1/lookup_service_client.ts +++ b/src/v1beta1/lookup_service_client.ts @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/v1beta1/registration_service_client.ts b/src/v1beta1/registration_service_client.ts index 1098601..17f0678 100644 --- a/src/v1beta1/registration_service_client.ts +++ b/src/v1beta1/registration_service_client.ts @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/synth.metadata b/synth.metadata index 9ebf85d..26f1f0e 100644 --- a/synth.metadata +++ b/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/nodejs-service-directory.git", - "sha": "7cccc1f9e7fd2acd6cc84d11968f21de679e96e9" + "sha": "67988e793c9f757fa31cb6c538b21a0dfa46f9c5" } }, { diff --git a/system-test/fixtures/sample/src/index.js b/system-test/fixtures/sample/src/index.js index b421c21..7be68f7 100644 --- a/system-test/fixtures/sample/src/index.js +++ b/system-test/fixtures/sample/src/index.js @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/system-test/fixtures/sample/src/index.ts b/system-test/fixtures/sample/src/index.ts index 0071f0c..15d03d5 100644 --- a/system-test/fixtures/sample/src/index.ts +++ b/system-test/fixtures/sample/src/index.ts @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/system-test/install.ts b/system-test/install.ts index 39d90f7..d2d61c0 100644 --- a/system-test/install.ts +++ b/system-test/install.ts @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/gapic_lookup_service_v1.ts b/test/gapic_lookup_service_v1.ts index 5c2d575..13194ca 100644 --- a/test/gapic_lookup_service_v1.ts +++ b/test/gapic_lookup_service_v1.ts @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/gapic_lookup_service_v1beta1.ts b/test/gapic_lookup_service_v1beta1.ts index f4b1ab2..32ab29a 100644 --- a/test/gapic_lookup_service_v1beta1.ts +++ b/test/gapic_lookup_service_v1beta1.ts @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/gapic_registration_service_v1.ts b/test/gapic_registration_service_v1.ts index 4ec22d7..028e2a5 100644 --- a/test/gapic_registration_service_v1.ts +++ b/test/gapic_registration_service_v1.ts @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/gapic_registration_service_v1beta1.ts b/test/gapic_registration_service_v1beta1.ts index d766e2c..a907b5b 100644 --- a/test/gapic_registration_service_v1beta1.ts +++ b/test/gapic_registration_service_v1beta1.ts @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.