From d718ff7cdd230c08dd79943ff118232ba87febb3 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Tue, 25 Jan 2022 11:23:22 -0800 Subject: [PATCH] fix(artifactregistry): add missing HTTP rules to service config (#109) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(artifactregistry): add missing HTTP rules to service config PiperOrigin-RevId: 420790332 Source-Link: https://github.com/googleapis/googleapis/commit/39654061c737771dbf3dac9e75098741f79e10f8 Source-Link: https://github.com/googleapis/googleapis-gen/commit/bdf699aae00292946dc8f5eef5ee03c3152b8644 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYmRmNjk5YWFlMDAyOTI5NDZkYzhmNWVlZjVlZTAzYzMxNTJiODY0NCJ9 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot Co-authored-by: Ace Nassri Co-authored-by: Patti Shin Co-authored-by: Jeffrey Rennie --- .jsdoc.js | 4 ++-- src/v1beta2/artifact_registry_client.ts | 2 +- src/v1beta2/index.ts | 2 +- system-test/fixtures/sample/src/index.js | 2 +- system-test/fixtures/sample/src/index.ts | 2 +- system-test/install.ts | 2 +- test/gapic_artifact_registry_v1beta2.ts | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.jsdoc.js b/.jsdoc.js index d273af3..075132d 100644 --- a/.jsdoc.js +++ b/.jsdoc.js @@ -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. @@ -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/artifact-registry', diff --git a/src/v1beta2/artifact_registry_client.ts b/src/v1beta2/artifact_registry_client.ts index 1bcd9e8..c55ac7e 100644 --- a/src/v1beta2/artifact_registry_client.ts +++ b/src/v1beta2/artifact_registry_client.ts @@ -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. diff --git a/src/v1beta2/index.ts b/src/v1beta2/index.ts index c569549..00ba1f8 100644 --- a/src/v1beta2/index.ts +++ b/src/v1beta2/index.ts @@ -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. diff --git a/system-test/fixtures/sample/src/index.js b/system-test/fixtures/sample/src/index.js index e4aa5f0..c68dc0e 100644 --- a/system-test/fixtures/sample/src/index.js +++ b/system-test/fixtures/sample/src/index.js @@ -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. diff --git a/system-test/fixtures/sample/src/index.ts b/system-test/fixtures/sample/src/index.ts index 246f599..bc98c74 100644 --- a/system-test/fixtures/sample/src/index.ts +++ b/system-test/fixtures/sample/src/index.ts @@ -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. diff --git a/system-test/install.ts b/system-test/install.ts index d2d61c0..6dd1eaa 100644 --- a/system-test/install.ts +++ b/system-test/install.ts @@ -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. diff --git a/test/gapic_artifact_registry_v1beta2.ts b/test/gapic_artifact_registry_v1beta2.ts index 827a3f8..57814f9 100644 --- a/test/gapic_artifact_registry_v1beta2.ts +++ b/test/gapic_artifact_registry_v1beta2.ts @@ -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.