From 638fe24c34aa0012a3547add951810feaeb75945 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 --- packages/google-devtools-artifactregistry/.jsdoc.js | 4 ++-- .../src/v1beta2/artifact_registry_client.ts | 2 +- .../google-devtools-artifactregistry/src/v1beta2/index.ts | 2 +- .../system-test/fixtures/sample/src/index.js | 2 +- .../system-test/fixtures/sample/src/index.ts | 2 +- .../google-devtools-artifactregistry/system-test/install.ts | 2 +- .../test/gapic_artifact_registry_v1beta2.ts | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/google-devtools-artifactregistry/.jsdoc.js b/packages/google-devtools-artifactregistry/.jsdoc.js index d273af3f05b..075132d7d85 100644 --- a/packages/google-devtools-artifactregistry/.jsdoc.js +++ b/packages/google-devtools-artifactregistry/.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/packages/google-devtools-artifactregistry/src/v1beta2/artifact_registry_client.ts b/packages/google-devtools-artifactregistry/src/v1beta2/artifact_registry_client.ts index 1bcd9e8d662..c55ac7e9299 100644 --- a/packages/google-devtools-artifactregistry/src/v1beta2/artifact_registry_client.ts +++ b/packages/google-devtools-artifactregistry/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/packages/google-devtools-artifactregistry/src/v1beta2/index.ts b/packages/google-devtools-artifactregistry/src/v1beta2/index.ts index c5695494378..00ba1f8a05c 100644 --- a/packages/google-devtools-artifactregistry/src/v1beta2/index.ts +++ b/packages/google-devtools-artifactregistry/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/packages/google-devtools-artifactregistry/system-test/fixtures/sample/src/index.js b/packages/google-devtools-artifactregistry/system-test/fixtures/sample/src/index.js index e4aa5f03d65..c68dc0e39d1 100644 --- a/packages/google-devtools-artifactregistry/system-test/fixtures/sample/src/index.js +++ b/packages/google-devtools-artifactregistry/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/packages/google-devtools-artifactregistry/system-test/fixtures/sample/src/index.ts b/packages/google-devtools-artifactregistry/system-test/fixtures/sample/src/index.ts index 246f59936fb..bc98c741265 100644 --- a/packages/google-devtools-artifactregistry/system-test/fixtures/sample/src/index.ts +++ b/packages/google-devtools-artifactregistry/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/packages/google-devtools-artifactregistry/system-test/install.ts b/packages/google-devtools-artifactregistry/system-test/install.ts index d2d61c0396f..6dd1eaadafa 100644 --- a/packages/google-devtools-artifactregistry/system-test/install.ts +++ b/packages/google-devtools-artifactregistry/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/packages/google-devtools-artifactregistry/test/gapic_artifact_registry_v1beta2.ts b/packages/google-devtools-artifactregistry/test/gapic_artifact_registry_v1beta2.ts index 827a3f88d4f..57814f9a05e 100644 --- a/packages/google-devtools-artifactregistry/test/gapic_artifact_registry_v1beta2.ts +++ b/packages/google-devtools-artifactregistry/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.