From 050db4d28f9a203ce2d41db21eb74b3ecb6b4a16 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 14:44:31 -0500 Subject: [PATCH] feat: [Many APIs] Reasoning Engine v1 GAPIC release (#5965) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat: Reasoning Engine v1 GAPIC release PiperOrigin-RevId: 716685354 Source-Link: https://github.com/googleapis/googleapis/commit/fcfee53bf9759978b448604ffe610f5418dc05a0 Source-Link: https://github.com/googleapis/googleapis-gen/commit/51208a31b04f8969b724703a952126539193aafe Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWFzc2V0Ly5Pd2xCb3QueWFtbCIsImgiOiI1MTIwOGEzMWIwNGY4OTY5YjcyNDcwM2E5NTIxMjY1MzkxOTNhYWZlIn0= Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbnRhY3RjZW50ZXJpbnNpZ2h0cy8uT3dsQm90LnlhbWwiLCJoIjoiNTEyMDhhMzFiMDRmODk2OWI3MjQ3MDNhOTUyMTI2NTM5MTkzYWFmZSJ9 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXRleHR0b3NwZWVjaC8uT3dsQm90LnlhbWwiLCJoIjoiNTEyMDhhMzFiMDRmODk2OWI3MjQ3MDNhOTUyMTI2NTM5MTkzYWFmZSJ9 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLXN0b3JhZ2V0cmFuc2Zlci8uT3dsQm90LnlhbWwiLCJoIjoiNTEyMDhhMzFiMDRmODk2OWI3MjQ3MDNhOTUyMTI2NTM5MTkzYWFmZSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot --- packages/google-cloud-contactcenterinsights/.mocharc.js | 2 +- packages/google-cloud-contactcenterinsights/.prettierrc.js | 2 +- packages/google-cloud-contactcenterinsights/protos/protos.d.ts | 2 +- packages/google-cloud-contactcenterinsights/protos/protos.js | 2 +- packages/google-cloud-contactcenterinsights/src/index.ts | 2 +- packages/google-storagetransfer/.mocharc.js | 2 +- packages/google-storagetransfer/.prettierrc.js | 2 +- packages/google-storagetransfer/protos/protos.d.ts | 2 +- packages/google-storagetransfer/protos/protos.js | 2 +- packages/google-storagetransfer/src/index.ts | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/google-cloud-contactcenterinsights/.mocharc.js b/packages/google-cloud-contactcenterinsights/.mocharc.js index 7e843ab5a75..eef6173ab44 100644 --- a/packages/google-cloud-contactcenterinsights/.mocharc.js +++ b/packages/google-cloud-contactcenterinsights/.mocharc.js @@ -1,4 +1,4 @@ -// Copyright 2024 Google LLC +// Copyright 2025 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-cloud-contactcenterinsights/.prettierrc.js b/packages/google-cloud-contactcenterinsights/.prettierrc.js index 120c6aa3e6e..b189724933b 100644 --- a/packages/google-cloud-contactcenterinsights/.prettierrc.js +++ b/packages/google-cloud-contactcenterinsights/.prettierrc.js @@ -1,4 +1,4 @@ -// Copyright 2024 Google LLC +// Copyright 2025 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-cloud-contactcenterinsights/protos/protos.d.ts b/packages/google-cloud-contactcenterinsights/protos/protos.d.ts index 6d88938d194..bce1809608a 100644 --- a/packages/google-cloud-contactcenterinsights/protos/protos.d.ts +++ b/packages/google-cloud-contactcenterinsights/protos/protos.d.ts @@ -1,4 +1,4 @@ -// Copyright 2024 Google LLC +// Copyright 2025 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-cloud-contactcenterinsights/protos/protos.js b/packages/google-cloud-contactcenterinsights/protos/protos.js index 8b1de164245..29305beaea2 100644 --- a/packages/google-cloud-contactcenterinsights/protos/protos.js +++ b/packages/google-cloud-contactcenterinsights/protos/protos.js @@ -1,4 +1,4 @@ -// Copyright 2024 Google LLC +// Copyright 2025 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-cloud-contactcenterinsights/src/index.ts b/packages/google-cloud-contactcenterinsights/src/index.ts index 3f87d4042b2..84c84ca5562 100644 --- a/packages/google-cloud-contactcenterinsights/src/index.ts +++ b/packages/google-cloud-contactcenterinsights/src/index.ts @@ -1,4 +1,4 @@ -// Copyright 2024 Google LLC +// Copyright 2025 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-storagetransfer/.mocharc.js b/packages/google-storagetransfer/.mocharc.js index 7e843ab5a75..eef6173ab44 100644 --- a/packages/google-storagetransfer/.mocharc.js +++ b/packages/google-storagetransfer/.mocharc.js @@ -1,4 +1,4 @@ -// Copyright 2024 Google LLC +// Copyright 2025 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-storagetransfer/.prettierrc.js b/packages/google-storagetransfer/.prettierrc.js index 120c6aa3e6e..b189724933b 100644 --- a/packages/google-storagetransfer/.prettierrc.js +++ b/packages/google-storagetransfer/.prettierrc.js @@ -1,4 +1,4 @@ -// Copyright 2024 Google LLC +// Copyright 2025 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-storagetransfer/protos/protos.d.ts b/packages/google-storagetransfer/protos/protos.d.ts index 48263b36db9..40eccf33146 100644 --- a/packages/google-storagetransfer/protos/protos.d.ts +++ b/packages/google-storagetransfer/protos/protos.d.ts @@ -1,4 +1,4 @@ -// Copyright 2024 Google LLC +// Copyright 2025 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-storagetransfer/protos/protos.js b/packages/google-storagetransfer/protos/protos.js index 4a5b7b40793..393753b29ce 100644 --- a/packages/google-storagetransfer/protos/protos.js +++ b/packages/google-storagetransfer/protos/protos.js @@ -1,4 +1,4 @@ -// Copyright 2024 Google LLC +// Copyright 2025 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-storagetransfer/src/index.ts b/packages/google-storagetransfer/src/index.ts index 1a1aec1c0c4..6683e4615fd 100644 --- a/packages/google-storagetransfer/src/index.ts +++ b/packages/google-storagetransfer/src/index.ts @@ -1,4 +1,4 @@ -// Copyright 2024 Google LLC +// Copyright 2025 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.