From 2838dd5c4e70d90625106e4308d4a0fe77de6ee2 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 16:57:25 -0800 Subject: [PATCH] chore(node): [orchestration] Adding build rules to prepare for release of review library (#5924) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(node): Adding build rules to prepare for release of review library PiperOrigin-RevId: 712825008 Source-Link: https://github.com/googleapis/googleapis/commit/44c31c613b359211918a2ddb677e20b23da5a282 Source-Link: https://github.com/googleapis/googleapis-gen/commit/1baad2349c4da0b168a41b48872a000c6edace36 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLW9yY2hlc3RyYXRpb24tYWlyZmxvdy1zZXJ2aWNlLy5Pd2xCb3QueWFtbCIsImgiOiIxYmFhZDIzNDljNGRhMGIxNjhhNDFiNDg4NzJhMDAwYzZlZGFjZTM2In0= * 🦉 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-orchestration-airflow-service/.jsdoc.js | 4 ++-- .../samples/generated/v1/environments.check_upgrade.js | 2 +- .../samples/generated/v1/environments.create_environment.js | 2 +- .../v1/environments.create_user_workloads_config_map.js | 2 +- .../generated/v1/environments.create_user_workloads_secret.js | 2 +- .../samples/generated/v1/environments.database_failover.js | 2 +- .../samples/generated/v1/environments.delete_environment.js | 2 +- .../v1/environments.delete_user_workloads_config_map.js | 2 +- .../generated/v1/environments.delete_user_workloads_secret.js | 2 +- .../generated/v1/environments.execute_airflow_command.js | 2 +- .../generated/v1/environments.fetch_database_properties.js | 2 +- .../samples/generated/v1/environments.get_environment.js | 2 +- .../v1/environments.get_user_workloads_config_map.js | 2 +- .../generated/v1/environments.get_user_workloads_secret.js | 2 +- .../samples/generated/v1/environments.list_environments.js | 2 +- .../v1/environments.list_user_workloads_config_maps.js | 2 +- .../generated/v1/environments.list_user_workloads_secrets.js | 2 +- .../samples/generated/v1/environments.list_workloads.js | 2 +- .../samples/generated/v1/environments.load_snapshot.js | 2 +- .../samples/generated/v1/environments.poll_airflow_command.js | 2 +- .../samples/generated/v1/environments.save_snapshot.js | 2 +- .../samples/generated/v1/environments.stop_airflow_command.js | 2 +- .../samples/generated/v1/environments.update_environment.js | 2 +- .../v1/environments.update_user_workloads_config_map.js | 2 +- .../generated/v1/environments.update_user_workloads_secret.js | 2 +- .../generated/v1/image_versions.list_image_versions.js | 2 +- .../src/v1/environments_client.ts | 2 +- .../src/v1/image_versions_client.ts | 2 +- .../src/v1/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_environments_v1.ts | 2 +- .../test/gapic_image_versions_v1.ts | 2 +- 34 files changed, 35 insertions(+), 35 deletions(-) diff --git a/packages/google-cloud-orchestration-airflow-service/.jsdoc.js b/packages/google-cloud-orchestration-airflow-service/.jsdoc.js index 86e4179a983..1f9d41ab8e6 100644 --- a/packages/google-cloud-orchestration-airflow-service/.jsdoc.js +++ b/packages/google-cloud-orchestration-airflow-service/.jsdoc.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. @@ -40,7 +40,7 @@ module.exports = { includePattern: '\\.js$' }, templates: { - copyright: 'Copyright 2024 Google LLC', + copyright: 'Copyright 2025 Google LLC', includeDate: false, sourceFiles: false, systemName: '@google-cloud/orchestration-airflow', diff --git a/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.check_upgrade.js b/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.check_upgrade.js index b594695a08f..14512efe38a 100644 --- a/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.check_upgrade.js +++ b/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.check_upgrade.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-orchestration-airflow-service/samples/generated/v1/environments.create_environment.js b/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.create_environment.js index 22f0e829ca3..106a0945c78 100644 --- a/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.create_environment.js +++ b/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.create_environment.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-orchestration-airflow-service/samples/generated/v1/environments.create_user_workloads_config_map.js b/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.create_user_workloads_config_map.js index 4c20921479a..d6d8b995773 100644 --- a/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.create_user_workloads_config_map.js +++ b/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.create_user_workloads_config_map.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-orchestration-airflow-service/samples/generated/v1/environments.create_user_workloads_secret.js b/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.create_user_workloads_secret.js index 75852c31d7f..28f1d9b8b69 100644 --- a/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.create_user_workloads_secret.js +++ b/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.create_user_workloads_secret.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-orchestration-airflow-service/samples/generated/v1/environments.database_failover.js b/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.database_failover.js index af9cde8a706..0b4baa0487d 100644 --- a/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.database_failover.js +++ b/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.database_failover.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-orchestration-airflow-service/samples/generated/v1/environments.delete_environment.js b/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.delete_environment.js index b9d992858e3..75841863092 100644 --- a/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.delete_environment.js +++ b/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.delete_environment.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-orchestration-airflow-service/samples/generated/v1/environments.delete_user_workloads_config_map.js b/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.delete_user_workloads_config_map.js index 8f28c379029..1375d61fc02 100644 --- a/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.delete_user_workloads_config_map.js +++ b/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.delete_user_workloads_config_map.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-orchestration-airflow-service/samples/generated/v1/environments.delete_user_workloads_secret.js b/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.delete_user_workloads_secret.js index 9ac2ee56366..afc05265450 100644 --- a/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.delete_user_workloads_secret.js +++ b/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.delete_user_workloads_secret.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-orchestration-airflow-service/samples/generated/v1/environments.execute_airflow_command.js b/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.execute_airflow_command.js index af19babf6c2..5b1dd4be3ba 100644 --- a/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.execute_airflow_command.js +++ b/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.execute_airflow_command.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-orchestration-airflow-service/samples/generated/v1/environments.fetch_database_properties.js b/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.fetch_database_properties.js index 39b89991384..558282e4252 100644 --- a/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.fetch_database_properties.js +++ b/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.fetch_database_properties.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-orchestration-airflow-service/samples/generated/v1/environments.get_environment.js b/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.get_environment.js index 44e616d7efa..491cd113dd3 100644 --- a/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.get_environment.js +++ b/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.get_environment.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-orchestration-airflow-service/samples/generated/v1/environments.get_user_workloads_config_map.js b/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.get_user_workloads_config_map.js index c9fbf65a785..df9ceabaebd 100644 --- a/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.get_user_workloads_config_map.js +++ b/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.get_user_workloads_config_map.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-orchestration-airflow-service/samples/generated/v1/environments.get_user_workloads_secret.js b/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.get_user_workloads_secret.js index e81364b058f..584eb8bd252 100644 --- a/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.get_user_workloads_secret.js +++ b/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.get_user_workloads_secret.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-orchestration-airflow-service/samples/generated/v1/environments.list_environments.js b/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.list_environments.js index 39900edd8d9..91b0372bfba 100644 --- a/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.list_environments.js +++ b/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.list_environments.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-orchestration-airflow-service/samples/generated/v1/environments.list_user_workloads_config_maps.js b/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.list_user_workloads_config_maps.js index 47e7653c6b3..079dc642070 100644 --- a/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.list_user_workloads_config_maps.js +++ b/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.list_user_workloads_config_maps.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-orchestration-airflow-service/samples/generated/v1/environments.list_user_workloads_secrets.js b/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.list_user_workloads_secrets.js index ce912dca061..64106e43a3c 100644 --- a/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.list_user_workloads_secrets.js +++ b/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.list_user_workloads_secrets.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-orchestration-airflow-service/samples/generated/v1/environments.list_workloads.js b/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.list_workloads.js index 3999b121fe9..c18e8df32fb 100644 --- a/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.list_workloads.js +++ b/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.list_workloads.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-orchestration-airflow-service/samples/generated/v1/environments.load_snapshot.js b/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.load_snapshot.js index 438863f550f..fc7d524a0b8 100644 --- a/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.load_snapshot.js +++ b/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.load_snapshot.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-orchestration-airflow-service/samples/generated/v1/environments.poll_airflow_command.js b/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.poll_airflow_command.js index ff29827a5df..1318c1a0d04 100644 --- a/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.poll_airflow_command.js +++ b/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.poll_airflow_command.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-orchestration-airflow-service/samples/generated/v1/environments.save_snapshot.js b/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.save_snapshot.js index 70c2382f835..2cd06b2bc5f 100644 --- a/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.save_snapshot.js +++ b/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.save_snapshot.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-orchestration-airflow-service/samples/generated/v1/environments.stop_airflow_command.js b/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.stop_airflow_command.js index f73bb01b6e6..eaf89bde6bc 100644 --- a/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.stop_airflow_command.js +++ b/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.stop_airflow_command.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-orchestration-airflow-service/samples/generated/v1/environments.update_environment.js b/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.update_environment.js index 0282e75ad83..d6a4aa081d3 100644 --- a/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.update_environment.js +++ b/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.update_environment.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-orchestration-airflow-service/samples/generated/v1/environments.update_user_workloads_config_map.js b/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.update_user_workloads_config_map.js index 99cfd1b4a3e..7494406c52c 100644 --- a/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.update_user_workloads_config_map.js +++ b/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.update_user_workloads_config_map.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-orchestration-airflow-service/samples/generated/v1/environments.update_user_workloads_secret.js b/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.update_user_workloads_secret.js index 3f12fb0b7db..7030ade4153 100644 --- a/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.update_user_workloads_secret.js +++ b/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.update_user_workloads_secret.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-orchestration-airflow-service/samples/generated/v1/image_versions.list_image_versions.js b/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/image_versions.list_image_versions.js index 1c70cd85eb6..d96c7ac90a9 100644 --- a/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/image_versions.list_image_versions.js +++ b/packages/google-cloud-orchestration-airflow-service/samples/generated/v1/image_versions.list_image_versions.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-orchestration-airflow-service/src/v1/environments_client.ts b/packages/google-cloud-orchestration-airflow-service/src/v1/environments_client.ts index a49832ca6ca..d055f13321a 100644 --- a/packages/google-cloud-orchestration-airflow-service/src/v1/environments_client.ts +++ b/packages/google-cloud-orchestration-airflow-service/src/v1/environments_client.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-orchestration-airflow-service/src/v1/image_versions_client.ts b/packages/google-cloud-orchestration-airflow-service/src/v1/image_versions_client.ts index 39bd4eb4e02..9e93addadd4 100644 --- a/packages/google-cloud-orchestration-airflow-service/src/v1/image_versions_client.ts +++ b/packages/google-cloud-orchestration-airflow-service/src/v1/image_versions_client.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-orchestration-airflow-service/src/v1/index.ts b/packages/google-cloud-orchestration-airflow-service/src/v1/index.ts index 38cec48d623..34bdd80f92e 100644 --- a/packages/google-cloud-orchestration-airflow-service/src/v1/index.ts +++ b/packages/google-cloud-orchestration-airflow-service/src/v1/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-cloud-orchestration-airflow-service/system-test/fixtures/sample/src/index.js b/packages/google-cloud-orchestration-airflow-service/system-test/fixtures/sample/src/index.js index 9f32d99f310..49f9e1bc762 100644 --- a/packages/google-cloud-orchestration-airflow-service/system-test/fixtures/sample/src/index.js +++ b/packages/google-cloud-orchestration-airflow-service/system-test/fixtures/sample/src/index.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-orchestration-airflow-service/system-test/fixtures/sample/src/index.ts b/packages/google-cloud-orchestration-airflow-service/system-test/fixtures/sample/src/index.ts index 165c7946082..778887cf935 100644 --- a/packages/google-cloud-orchestration-airflow-service/system-test/fixtures/sample/src/index.ts +++ b/packages/google-cloud-orchestration-airflow-service/system-test/fixtures/sample/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-cloud-orchestration-airflow-service/system-test/install.ts b/packages/google-cloud-orchestration-airflow-service/system-test/install.ts index 83b83f332c3..d927b34361d 100644 --- a/packages/google-cloud-orchestration-airflow-service/system-test/install.ts +++ b/packages/google-cloud-orchestration-airflow-service/system-test/install.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-orchestration-airflow-service/test/gapic_environments_v1.ts b/packages/google-cloud-orchestration-airflow-service/test/gapic_environments_v1.ts index 686deb369cb..7a39ce7adf6 100644 --- a/packages/google-cloud-orchestration-airflow-service/test/gapic_environments_v1.ts +++ b/packages/google-cloud-orchestration-airflow-service/test/gapic_environments_v1.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-orchestration-airflow-service/test/gapic_image_versions_v1.ts b/packages/google-cloud-orchestration-airflow-service/test/gapic_image_versions_v1.ts index d0ef568d7ac..cd5891fc67b 100644 --- a/packages/google-cloud-orchestration-airflow-service/test/gapic_image_versions_v1.ts +++ b/packages/google-cloud-orchestration-airflow-service/test/gapic_image_versions_v1.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.