diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 87f5de027..23860f90c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.12.1" + ".": "1.13.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ac7a4d1cb..952ac0f20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.13.0](https://github.com/googleapis/python-compute/compare/v1.12.1...v1.13.0) (2023-07-10) + + +### Features + +* Update Compute Engine API to revision 20230701 ([#421](https://github.com/googleapis/python-compute/issues/421)) ([4e1b99e](https://github.com/googleapis/python-compute/commit/4e1b99e424b7fb728289aa32112498cfa79043b0)) + ## [1.12.1](https://github.com/googleapis/python-compute/compare/v1.12.0...v1.12.1) (2023-07-06) diff --git a/google/cloud/compute/__init__.py b/google/cloud/compute/__init__.py index f4b01064e..646f9e1fc 100644 --- a/google/cloud/compute/__init__.py +++ b/google/cloud/compute/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -788,6 +788,7 @@ InstanceGroupManagerActionsSummary, InstanceGroupManagerAggregatedList, InstanceGroupManagerAutoHealingPolicy, + InstanceGroupManagerInstanceLifecyclePolicy, InstanceGroupManagerList, InstanceGroupManagersAbandonInstancesRequest, InstanceGroupManagersApplyUpdatesRequest, @@ -2243,6 +2244,7 @@ "InstanceGroupManagerActionsSummary", "InstanceGroupManagerAggregatedList", "InstanceGroupManagerAutoHealingPolicy", + "InstanceGroupManagerInstanceLifecyclePolicy", "InstanceGroupManagerList", "InstanceGroupManagersAbandonInstancesRequest", "InstanceGroupManagersApplyUpdatesRequest", diff --git a/google/cloud/compute/gapic_version.py b/google/cloud/compute/gapic_version.py index 0d065af34..1fc1b24be 100644 --- a/google/cloud/compute/gapic_version.py +++ b/google/cloud/compute/gapic_version.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = "1.12.1" # {x-release-please-version} +__version__ = "1.13.0" # {x-release-please-version} diff --git a/google/cloud/compute_v1/__init__.py b/google/cloud/compute_v1/__init__.py index 9bf96ccfe..b3b495610 100644 --- a/google/cloud/compute_v1/__init__.py +++ b/google/cloud/compute_v1/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -682,6 +682,7 @@ InstanceGroupManagerActionsSummary, InstanceGroupManagerAggregatedList, InstanceGroupManagerAutoHealingPolicy, + InstanceGroupManagerInstanceLifecyclePolicy, InstanceGroupManagerList, InstanceGroupManagersAbandonInstancesRequest, InstanceGroupManagersApplyUpdatesRequest, @@ -2067,6 +2068,7 @@ "InstanceGroupManagerActionsSummary", "InstanceGroupManagerAggregatedList", "InstanceGroupManagerAutoHealingPolicy", + "InstanceGroupManagerInstanceLifecyclePolicy", "InstanceGroupManagerList", "InstanceGroupManagerStatus", "InstanceGroupManagerStatusStateful", diff --git a/google/cloud/compute_v1/gapic_version.py b/google/cloud/compute_v1/gapic_version.py index 0d065af34..1fc1b24be 100644 --- a/google/cloud/compute_v1/gapic_version.py +++ b/google/cloud/compute_v1/gapic_version.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = "1.12.1" # {x-release-please-version} +__version__ = "1.13.0" # {x-release-please-version} diff --git a/google/cloud/compute_v1/services/__init__.py b/google/cloud/compute_v1/services/__init__.py index e8e1c3845..89a37dc92 100644 --- a/google/cloud/compute_v1/services/__init__.py +++ b/google/cloud/compute_v1/services/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/accelerator_types/__init__.py b/google/cloud/compute_v1/services/accelerator_types/__init__.py index 44fc6b693..fdabfd581 100644 --- a/google/cloud/compute_v1/services/accelerator_types/__init__.py +++ b/google/cloud/compute_v1/services/accelerator_types/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/accelerator_types/client.py b/google/cloud/compute_v1/services/accelerator_types/client.py index 3d627acab..8514f3566 100644 --- a/google/cloud/compute_v1/services/accelerator_types/client.py +++ b/google/cloud/compute_v1/services/accelerator_types/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/accelerator_types/pagers.py b/google/cloud/compute_v1/services/accelerator_types/pagers.py index 67432e01f..ddaa09739 100644 --- a/google/cloud/compute_v1/services/accelerator_types/pagers.py +++ b/google/cloud/compute_v1/services/accelerator_types/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/accelerator_types/transports/__init__.py b/google/cloud/compute_v1/services/accelerator_types/transports/__init__.py index 0bc26acb1..122e0d109 100644 --- a/google/cloud/compute_v1/services/accelerator_types/transports/__init__.py +++ b/google/cloud/compute_v1/services/accelerator_types/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/accelerator_types/transports/base.py b/google/cloud/compute_v1/services/accelerator_types/transports/base.py index 81b850fff..5b6aac711 100644 --- a/google/cloud/compute_v1/services/accelerator_types/transports/base.py +++ b/google/cloud/compute_v1/services/accelerator_types/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/accelerator_types/transports/rest.py b/google/cloud/compute_v1/services/accelerator_types/transports/rest.py index b0a778275..73845c073 100644 --- a/google/cloud/compute_v1/services/accelerator_types/transports/rest.py +++ b/google/cloud/compute_v1/services/accelerator_types/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/addresses/__init__.py b/google/cloud/compute_v1/services/addresses/__init__.py index 1128589df..f8859824e 100644 --- a/google/cloud/compute_v1/services/addresses/__init__.py +++ b/google/cloud/compute_v1/services/addresses/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/addresses/client.py b/google/cloud/compute_v1/services/addresses/client.py index c517bbe11..a42b33625 100644 --- a/google/cloud/compute_v1/services/addresses/client.py +++ b/google/cloud/compute_v1/services/addresses/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/addresses/pagers.py b/google/cloud/compute_v1/services/addresses/pagers.py index f5d081230..a31fee407 100644 --- a/google/cloud/compute_v1/services/addresses/pagers.py +++ b/google/cloud/compute_v1/services/addresses/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/addresses/transports/__init__.py b/google/cloud/compute_v1/services/addresses/transports/__init__.py index 29dbc5ce3..0f3d81ada 100644 --- a/google/cloud/compute_v1/services/addresses/transports/__init__.py +++ b/google/cloud/compute_v1/services/addresses/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/addresses/transports/base.py b/google/cloud/compute_v1/services/addresses/transports/base.py index e02b701b6..3fc7e1294 100644 --- a/google/cloud/compute_v1/services/addresses/transports/base.py +++ b/google/cloud/compute_v1/services/addresses/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/addresses/transports/rest.py b/google/cloud/compute_v1/services/addresses/transports/rest.py index 3079227cb..35cb3f801 100644 --- a/google/cloud/compute_v1/services/addresses/transports/rest.py +++ b/google/cloud/compute_v1/services/addresses/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/autoscalers/__init__.py b/google/cloud/compute_v1/services/autoscalers/__init__.py index f33c4a941..f5b91c99b 100644 --- a/google/cloud/compute_v1/services/autoscalers/__init__.py +++ b/google/cloud/compute_v1/services/autoscalers/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/autoscalers/client.py b/google/cloud/compute_v1/services/autoscalers/client.py index edf305a99..33f8cbe62 100644 --- a/google/cloud/compute_v1/services/autoscalers/client.py +++ b/google/cloud/compute_v1/services/autoscalers/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/autoscalers/pagers.py b/google/cloud/compute_v1/services/autoscalers/pagers.py index 2b27ecd1a..52888c905 100644 --- a/google/cloud/compute_v1/services/autoscalers/pagers.py +++ b/google/cloud/compute_v1/services/autoscalers/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/autoscalers/transports/__init__.py b/google/cloud/compute_v1/services/autoscalers/transports/__init__.py index a38f6fc56..7d8cd5ff0 100644 --- a/google/cloud/compute_v1/services/autoscalers/transports/__init__.py +++ b/google/cloud/compute_v1/services/autoscalers/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/autoscalers/transports/base.py b/google/cloud/compute_v1/services/autoscalers/transports/base.py index 696af44b2..c1b4e7c4d 100644 --- a/google/cloud/compute_v1/services/autoscalers/transports/base.py +++ b/google/cloud/compute_v1/services/autoscalers/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/autoscalers/transports/rest.py b/google/cloud/compute_v1/services/autoscalers/transports/rest.py index 259a13f2e..ed866de8e 100644 --- a/google/cloud/compute_v1/services/autoscalers/transports/rest.py +++ b/google/cloud/compute_v1/services/autoscalers/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/backend_buckets/__init__.py b/google/cloud/compute_v1/services/backend_buckets/__init__.py index 13a90d860..5986ea3ca 100644 --- a/google/cloud/compute_v1/services/backend_buckets/__init__.py +++ b/google/cloud/compute_v1/services/backend_buckets/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/backend_buckets/client.py b/google/cloud/compute_v1/services/backend_buckets/client.py index 1dee819d1..c52973704 100644 --- a/google/cloud/compute_v1/services/backend_buckets/client.py +++ b/google/cloud/compute_v1/services/backend_buckets/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/backend_buckets/pagers.py b/google/cloud/compute_v1/services/backend_buckets/pagers.py index b2c946b4c..a2d0c0544 100644 --- a/google/cloud/compute_v1/services/backend_buckets/pagers.py +++ b/google/cloud/compute_v1/services/backend_buckets/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/backend_buckets/transports/__init__.py b/google/cloud/compute_v1/services/backend_buckets/transports/__init__.py index c66a6bc51..bc6e03be0 100644 --- a/google/cloud/compute_v1/services/backend_buckets/transports/__init__.py +++ b/google/cloud/compute_v1/services/backend_buckets/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/backend_buckets/transports/base.py b/google/cloud/compute_v1/services/backend_buckets/transports/base.py index 73ee01a2b..8d0062501 100644 --- a/google/cloud/compute_v1/services/backend_buckets/transports/base.py +++ b/google/cloud/compute_v1/services/backend_buckets/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/backend_buckets/transports/rest.py b/google/cloud/compute_v1/services/backend_buckets/transports/rest.py index 4ac154806..275234e12 100644 --- a/google/cloud/compute_v1/services/backend_buckets/transports/rest.py +++ b/google/cloud/compute_v1/services/backend_buckets/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/backend_services/__init__.py b/google/cloud/compute_v1/services/backend_services/__init__.py index c142c91da..42cf02caf 100644 --- a/google/cloud/compute_v1/services/backend_services/__init__.py +++ b/google/cloud/compute_v1/services/backend_services/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/backend_services/client.py b/google/cloud/compute_v1/services/backend_services/client.py index ae8a69053..2658561a3 100644 --- a/google/cloud/compute_v1/services/backend_services/client.py +++ b/google/cloud/compute_v1/services/backend_services/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/backend_services/pagers.py b/google/cloud/compute_v1/services/backend_services/pagers.py index 072a5d71b..34d386f3c 100644 --- a/google/cloud/compute_v1/services/backend_services/pagers.py +++ b/google/cloud/compute_v1/services/backend_services/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/backend_services/transports/__init__.py b/google/cloud/compute_v1/services/backend_services/transports/__init__.py index a56ef4419..db1c1e022 100644 --- a/google/cloud/compute_v1/services/backend_services/transports/__init__.py +++ b/google/cloud/compute_v1/services/backend_services/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/backend_services/transports/base.py b/google/cloud/compute_v1/services/backend_services/transports/base.py index e2f92fb61..3836c0b08 100644 --- a/google/cloud/compute_v1/services/backend_services/transports/base.py +++ b/google/cloud/compute_v1/services/backend_services/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/backend_services/transports/rest.py b/google/cloud/compute_v1/services/backend_services/transports/rest.py index 9c5e0d0e1..047d831a0 100644 --- a/google/cloud/compute_v1/services/backend_services/transports/rest.py +++ b/google/cloud/compute_v1/services/backend_services/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/disk_types/__init__.py b/google/cloud/compute_v1/services/disk_types/__init__.py index a9299f1fa..7d25718c8 100644 --- a/google/cloud/compute_v1/services/disk_types/__init__.py +++ b/google/cloud/compute_v1/services/disk_types/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/disk_types/client.py b/google/cloud/compute_v1/services/disk_types/client.py index e3144e910..facc63c30 100644 --- a/google/cloud/compute_v1/services/disk_types/client.py +++ b/google/cloud/compute_v1/services/disk_types/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/disk_types/pagers.py b/google/cloud/compute_v1/services/disk_types/pagers.py index 078ad60fa..7ce460be8 100644 --- a/google/cloud/compute_v1/services/disk_types/pagers.py +++ b/google/cloud/compute_v1/services/disk_types/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/disk_types/transports/__init__.py b/google/cloud/compute_v1/services/disk_types/transports/__init__.py index d1dfe47a3..c7c9d913e 100644 --- a/google/cloud/compute_v1/services/disk_types/transports/__init__.py +++ b/google/cloud/compute_v1/services/disk_types/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/disk_types/transports/base.py b/google/cloud/compute_v1/services/disk_types/transports/base.py index 0e85944a2..2ece17bef 100644 --- a/google/cloud/compute_v1/services/disk_types/transports/base.py +++ b/google/cloud/compute_v1/services/disk_types/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/disk_types/transports/rest.py b/google/cloud/compute_v1/services/disk_types/transports/rest.py index e92afa126..1813cccb8 100644 --- a/google/cloud/compute_v1/services/disk_types/transports/rest.py +++ b/google/cloud/compute_v1/services/disk_types/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/disks/__init__.py b/google/cloud/compute_v1/services/disks/__init__.py index df40847b5..5c0e46cce 100644 --- a/google/cloud/compute_v1/services/disks/__init__.py +++ b/google/cloud/compute_v1/services/disks/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/disks/client.py b/google/cloud/compute_v1/services/disks/client.py index d49478acf..f667d7523 100644 --- a/google/cloud/compute_v1/services/disks/client.py +++ b/google/cloud/compute_v1/services/disks/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/disks/pagers.py b/google/cloud/compute_v1/services/disks/pagers.py index 50e9d36dd..afc1a3f38 100644 --- a/google/cloud/compute_v1/services/disks/pagers.py +++ b/google/cloud/compute_v1/services/disks/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/disks/transports/__init__.py b/google/cloud/compute_v1/services/disks/transports/__init__.py index 148e18123..4a1b783dc 100644 --- a/google/cloud/compute_v1/services/disks/transports/__init__.py +++ b/google/cloud/compute_v1/services/disks/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/disks/transports/base.py b/google/cloud/compute_v1/services/disks/transports/base.py index c7ac62699..78da1cde2 100644 --- a/google/cloud/compute_v1/services/disks/transports/base.py +++ b/google/cloud/compute_v1/services/disks/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/disks/transports/rest.py b/google/cloud/compute_v1/services/disks/transports/rest.py index 01fa7cba8..7c31f2bbf 100644 --- a/google/cloud/compute_v1/services/disks/transports/rest.py +++ b/google/cloud/compute_v1/services/disks/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/external_vpn_gateways/__init__.py b/google/cloud/compute_v1/services/external_vpn_gateways/__init__.py index 274ca62e8..0c13f8a5f 100644 --- a/google/cloud/compute_v1/services/external_vpn_gateways/__init__.py +++ b/google/cloud/compute_v1/services/external_vpn_gateways/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/external_vpn_gateways/client.py b/google/cloud/compute_v1/services/external_vpn_gateways/client.py index 4e05acf38..b1471ae8e 100644 --- a/google/cloud/compute_v1/services/external_vpn_gateways/client.py +++ b/google/cloud/compute_v1/services/external_vpn_gateways/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/external_vpn_gateways/pagers.py b/google/cloud/compute_v1/services/external_vpn_gateways/pagers.py index 13439478e..fe1f8ebaf 100644 --- a/google/cloud/compute_v1/services/external_vpn_gateways/pagers.py +++ b/google/cloud/compute_v1/services/external_vpn_gateways/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/external_vpn_gateways/transports/__init__.py b/google/cloud/compute_v1/services/external_vpn_gateways/transports/__init__.py index 440350029..ef108a4e2 100644 --- a/google/cloud/compute_v1/services/external_vpn_gateways/transports/__init__.py +++ b/google/cloud/compute_v1/services/external_vpn_gateways/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/external_vpn_gateways/transports/base.py b/google/cloud/compute_v1/services/external_vpn_gateways/transports/base.py index e8d9ee8fd..7ff1c8dd5 100644 --- a/google/cloud/compute_v1/services/external_vpn_gateways/transports/base.py +++ b/google/cloud/compute_v1/services/external_vpn_gateways/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/external_vpn_gateways/transports/rest.py b/google/cloud/compute_v1/services/external_vpn_gateways/transports/rest.py index efd66b003..78c72efc7 100644 --- a/google/cloud/compute_v1/services/external_vpn_gateways/transports/rest.py +++ b/google/cloud/compute_v1/services/external_vpn_gateways/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/firewall_policies/__init__.py b/google/cloud/compute_v1/services/firewall_policies/__init__.py index 67210f474..4ad1ed1f0 100644 --- a/google/cloud/compute_v1/services/firewall_policies/__init__.py +++ b/google/cloud/compute_v1/services/firewall_policies/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/firewall_policies/client.py b/google/cloud/compute_v1/services/firewall_policies/client.py index 00804e590..6cbc55bf4 100644 --- a/google/cloud/compute_v1/services/firewall_policies/client.py +++ b/google/cloud/compute_v1/services/firewall_policies/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/firewall_policies/pagers.py b/google/cloud/compute_v1/services/firewall_policies/pagers.py index ceb95fc8e..faa713a89 100644 --- a/google/cloud/compute_v1/services/firewall_policies/pagers.py +++ b/google/cloud/compute_v1/services/firewall_policies/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/firewall_policies/transports/__init__.py b/google/cloud/compute_v1/services/firewall_policies/transports/__init__.py index da65b4113..b37192203 100644 --- a/google/cloud/compute_v1/services/firewall_policies/transports/__init__.py +++ b/google/cloud/compute_v1/services/firewall_policies/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/firewall_policies/transports/base.py b/google/cloud/compute_v1/services/firewall_policies/transports/base.py index b5ae422b7..8d4db80d1 100644 --- a/google/cloud/compute_v1/services/firewall_policies/transports/base.py +++ b/google/cloud/compute_v1/services/firewall_policies/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/firewall_policies/transports/rest.py b/google/cloud/compute_v1/services/firewall_policies/transports/rest.py index ac00bef4e..bb5312f71 100644 --- a/google/cloud/compute_v1/services/firewall_policies/transports/rest.py +++ b/google/cloud/compute_v1/services/firewall_policies/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/firewalls/__init__.py b/google/cloud/compute_v1/services/firewalls/__init__.py index ae1fbdd32..da8d9a3c4 100644 --- a/google/cloud/compute_v1/services/firewalls/__init__.py +++ b/google/cloud/compute_v1/services/firewalls/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/firewalls/client.py b/google/cloud/compute_v1/services/firewalls/client.py index 77612c27e..7edd10626 100644 --- a/google/cloud/compute_v1/services/firewalls/client.py +++ b/google/cloud/compute_v1/services/firewalls/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/firewalls/pagers.py b/google/cloud/compute_v1/services/firewalls/pagers.py index 1c1821785..83ee7d0c0 100644 --- a/google/cloud/compute_v1/services/firewalls/pagers.py +++ b/google/cloud/compute_v1/services/firewalls/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/firewalls/transports/__init__.py b/google/cloud/compute_v1/services/firewalls/transports/__init__.py index 477ded29c..2e0df8279 100644 --- a/google/cloud/compute_v1/services/firewalls/transports/__init__.py +++ b/google/cloud/compute_v1/services/firewalls/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/firewalls/transports/base.py b/google/cloud/compute_v1/services/firewalls/transports/base.py index 50e434946..c56959a26 100644 --- a/google/cloud/compute_v1/services/firewalls/transports/base.py +++ b/google/cloud/compute_v1/services/firewalls/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/firewalls/transports/rest.py b/google/cloud/compute_v1/services/firewalls/transports/rest.py index 95044e1a0..9e4b5637b 100644 --- a/google/cloud/compute_v1/services/firewalls/transports/rest.py +++ b/google/cloud/compute_v1/services/firewalls/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/forwarding_rules/__init__.py b/google/cloud/compute_v1/services/forwarding_rules/__init__.py index 650a7d4b2..a2f6f299c 100644 --- a/google/cloud/compute_v1/services/forwarding_rules/__init__.py +++ b/google/cloud/compute_v1/services/forwarding_rules/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/forwarding_rules/client.py b/google/cloud/compute_v1/services/forwarding_rules/client.py index 73eaad52c..8c80a59f4 100644 --- a/google/cloud/compute_v1/services/forwarding_rules/client.py +++ b/google/cloud/compute_v1/services/forwarding_rules/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/forwarding_rules/pagers.py b/google/cloud/compute_v1/services/forwarding_rules/pagers.py index 2895f18b6..4eda4600d 100644 --- a/google/cloud/compute_v1/services/forwarding_rules/pagers.py +++ b/google/cloud/compute_v1/services/forwarding_rules/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/forwarding_rules/transports/__init__.py b/google/cloud/compute_v1/services/forwarding_rules/transports/__init__.py index 044576ac8..180a9c087 100644 --- a/google/cloud/compute_v1/services/forwarding_rules/transports/__init__.py +++ b/google/cloud/compute_v1/services/forwarding_rules/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/forwarding_rules/transports/base.py b/google/cloud/compute_v1/services/forwarding_rules/transports/base.py index c62fb40f0..ff659715a 100644 --- a/google/cloud/compute_v1/services/forwarding_rules/transports/base.py +++ b/google/cloud/compute_v1/services/forwarding_rules/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/forwarding_rules/transports/rest.py b/google/cloud/compute_v1/services/forwarding_rules/transports/rest.py index 155210194..91f658b8d 100644 --- a/google/cloud/compute_v1/services/forwarding_rules/transports/rest.py +++ b/google/cloud/compute_v1/services/forwarding_rules/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/global_addresses/__init__.py b/google/cloud/compute_v1/services/global_addresses/__init__.py index cdc956165..122e3e306 100644 --- a/google/cloud/compute_v1/services/global_addresses/__init__.py +++ b/google/cloud/compute_v1/services/global_addresses/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/global_addresses/client.py b/google/cloud/compute_v1/services/global_addresses/client.py index 078dd246c..368121492 100644 --- a/google/cloud/compute_v1/services/global_addresses/client.py +++ b/google/cloud/compute_v1/services/global_addresses/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/global_addresses/pagers.py b/google/cloud/compute_v1/services/global_addresses/pagers.py index 28d1c72ab..3dea1b1af 100644 --- a/google/cloud/compute_v1/services/global_addresses/pagers.py +++ b/google/cloud/compute_v1/services/global_addresses/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/global_addresses/transports/__init__.py b/google/cloud/compute_v1/services/global_addresses/transports/__init__.py index ee9a650e0..1be57b5a8 100644 --- a/google/cloud/compute_v1/services/global_addresses/transports/__init__.py +++ b/google/cloud/compute_v1/services/global_addresses/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/global_addresses/transports/base.py b/google/cloud/compute_v1/services/global_addresses/transports/base.py index 021a9d776..4724cbfcc 100644 --- a/google/cloud/compute_v1/services/global_addresses/transports/base.py +++ b/google/cloud/compute_v1/services/global_addresses/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/global_addresses/transports/rest.py b/google/cloud/compute_v1/services/global_addresses/transports/rest.py index f272282c4..01e15f6fd 100644 --- a/google/cloud/compute_v1/services/global_addresses/transports/rest.py +++ b/google/cloud/compute_v1/services/global_addresses/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/global_forwarding_rules/__init__.py b/google/cloud/compute_v1/services/global_forwarding_rules/__init__.py index 470d4e4e2..6f7ecf04d 100644 --- a/google/cloud/compute_v1/services/global_forwarding_rules/__init__.py +++ b/google/cloud/compute_v1/services/global_forwarding_rules/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/global_forwarding_rules/client.py b/google/cloud/compute_v1/services/global_forwarding_rules/client.py index fc822e6db..c41674b23 100644 --- a/google/cloud/compute_v1/services/global_forwarding_rules/client.py +++ b/google/cloud/compute_v1/services/global_forwarding_rules/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/global_forwarding_rules/pagers.py b/google/cloud/compute_v1/services/global_forwarding_rules/pagers.py index 90985f193..d26a120ac 100644 --- a/google/cloud/compute_v1/services/global_forwarding_rules/pagers.py +++ b/google/cloud/compute_v1/services/global_forwarding_rules/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/global_forwarding_rules/transports/__init__.py b/google/cloud/compute_v1/services/global_forwarding_rules/transports/__init__.py index eb60d51bf..203ba4136 100644 --- a/google/cloud/compute_v1/services/global_forwarding_rules/transports/__init__.py +++ b/google/cloud/compute_v1/services/global_forwarding_rules/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/global_forwarding_rules/transports/base.py b/google/cloud/compute_v1/services/global_forwarding_rules/transports/base.py index 042a02283..af33ed83f 100644 --- a/google/cloud/compute_v1/services/global_forwarding_rules/transports/base.py +++ b/google/cloud/compute_v1/services/global_forwarding_rules/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/global_forwarding_rules/transports/rest.py b/google/cloud/compute_v1/services/global_forwarding_rules/transports/rest.py index 0e5be1c57..443e61ec4 100644 --- a/google/cloud/compute_v1/services/global_forwarding_rules/transports/rest.py +++ b/google/cloud/compute_v1/services/global_forwarding_rules/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/global_network_endpoint_groups/__init__.py b/google/cloud/compute_v1/services/global_network_endpoint_groups/__init__.py index 4d03f7e2b..ea4612a49 100644 --- a/google/cloud/compute_v1/services/global_network_endpoint_groups/__init__.py +++ b/google/cloud/compute_v1/services/global_network_endpoint_groups/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/global_network_endpoint_groups/client.py b/google/cloud/compute_v1/services/global_network_endpoint_groups/client.py index 386d7099d..9187bc42c 100644 --- a/google/cloud/compute_v1/services/global_network_endpoint_groups/client.py +++ b/google/cloud/compute_v1/services/global_network_endpoint_groups/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/global_network_endpoint_groups/pagers.py b/google/cloud/compute_v1/services/global_network_endpoint_groups/pagers.py index e5cb8a32d..66e316d1a 100644 --- a/google/cloud/compute_v1/services/global_network_endpoint_groups/pagers.py +++ b/google/cloud/compute_v1/services/global_network_endpoint_groups/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/global_network_endpoint_groups/transports/__init__.py b/google/cloud/compute_v1/services/global_network_endpoint_groups/transports/__init__.py index 84443952f..5b37025d6 100644 --- a/google/cloud/compute_v1/services/global_network_endpoint_groups/transports/__init__.py +++ b/google/cloud/compute_v1/services/global_network_endpoint_groups/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/global_network_endpoint_groups/transports/base.py b/google/cloud/compute_v1/services/global_network_endpoint_groups/transports/base.py index c03c703fb..426be1e7e 100644 --- a/google/cloud/compute_v1/services/global_network_endpoint_groups/transports/base.py +++ b/google/cloud/compute_v1/services/global_network_endpoint_groups/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/global_network_endpoint_groups/transports/rest.py b/google/cloud/compute_v1/services/global_network_endpoint_groups/transports/rest.py index f7bb4c663..e9ec8865f 100644 --- a/google/cloud/compute_v1/services/global_network_endpoint_groups/transports/rest.py +++ b/google/cloud/compute_v1/services/global_network_endpoint_groups/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/global_operations/__init__.py b/google/cloud/compute_v1/services/global_operations/__init__.py index cc73082f3..10283592c 100644 --- a/google/cloud/compute_v1/services/global_operations/__init__.py +++ b/google/cloud/compute_v1/services/global_operations/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/global_operations/client.py b/google/cloud/compute_v1/services/global_operations/client.py index 8f29fefe3..7d076aee9 100644 --- a/google/cloud/compute_v1/services/global_operations/client.py +++ b/google/cloud/compute_v1/services/global_operations/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/global_operations/pagers.py b/google/cloud/compute_v1/services/global_operations/pagers.py index 4c27346fd..0e4c1747c 100644 --- a/google/cloud/compute_v1/services/global_operations/pagers.py +++ b/google/cloud/compute_v1/services/global_operations/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/global_operations/transports/__init__.py b/google/cloud/compute_v1/services/global_operations/transports/__init__.py index effbb7aa0..ecaa438ff 100644 --- a/google/cloud/compute_v1/services/global_operations/transports/__init__.py +++ b/google/cloud/compute_v1/services/global_operations/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/global_operations/transports/base.py b/google/cloud/compute_v1/services/global_operations/transports/base.py index b75867ead..7c39a9f0b 100644 --- a/google/cloud/compute_v1/services/global_operations/transports/base.py +++ b/google/cloud/compute_v1/services/global_operations/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/global_operations/transports/rest.py b/google/cloud/compute_v1/services/global_operations/transports/rest.py index 42ab3eece..e40583b47 100644 --- a/google/cloud/compute_v1/services/global_operations/transports/rest.py +++ b/google/cloud/compute_v1/services/global_operations/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/global_organization_operations/__init__.py b/google/cloud/compute_v1/services/global_organization_operations/__init__.py index 9336b9c6a..df88026f6 100644 --- a/google/cloud/compute_v1/services/global_organization_operations/__init__.py +++ b/google/cloud/compute_v1/services/global_organization_operations/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/global_organization_operations/client.py b/google/cloud/compute_v1/services/global_organization_operations/client.py index 4bbda1645..cb44d94f1 100644 --- a/google/cloud/compute_v1/services/global_organization_operations/client.py +++ b/google/cloud/compute_v1/services/global_organization_operations/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/global_organization_operations/pagers.py b/google/cloud/compute_v1/services/global_organization_operations/pagers.py index 662c09c5c..b5934459b 100644 --- a/google/cloud/compute_v1/services/global_organization_operations/pagers.py +++ b/google/cloud/compute_v1/services/global_organization_operations/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/global_organization_operations/transports/__init__.py b/google/cloud/compute_v1/services/global_organization_operations/transports/__init__.py index df428213e..4901c5b70 100644 --- a/google/cloud/compute_v1/services/global_organization_operations/transports/__init__.py +++ b/google/cloud/compute_v1/services/global_organization_operations/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/global_organization_operations/transports/base.py b/google/cloud/compute_v1/services/global_organization_operations/transports/base.py index 6fb8c217a..6aac8a419 100644 --- a/google/cloud/compute_v1/services/global_organization_operations/transports/base.py +++ b/google/cloud/compute_v1/services/global_organization_operations/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/global_organization_operations/transports/rest.py b/google/cloud/compute_v1/services/global_organization_operations/transports/rest.py index aa6151d08..89bad517a 100644 --- a/google/cloud/compute_v1/services/global_organization_operations/transports/rest.py +++ b/google/cloud/compute_v1/services/global_organization_operations/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/global_public_delegated_prefixes/__init__.py b/google/cloud/compute_v1/services/global_public_delegated_prefixes/__init__.py index c46e2d1f3..7d7345dd5 100644 --- a/google/cloud/compute_v1/services/global_public_delegated_prefixes/__init__.py +++ b/google/cloud/compute_v1/services/global_public_delegated_prefixes/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/global_public_delegated_prefixes/client.py b/google/cloud/compute_v1/services/global_public_delegated_prefixes/client.py index 57de500f8..8295958cb 100644 --- a/google/cloud/compute_v1/services/global_public_delegated_prefixes/client.py +++ b/google/cloud/compute_v1/services/global_public_delegated_prefixes/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/global_public_delegated_prefixes/pagers.py b/google/cloud/compute_v1/services/global_public_delegated_prefixes/pagers.py index 4d9a6b272..9952bb942 100644 --- a/google/cloud/compute_v1/services/global_public_delegated_prefixes/pagers.py +++ b/google/cloud/compute_v1/services/global_public_delegated_prefixes/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/global_public_delegated_prefixes/transports/__init__.py b/google/cloud/compute_v1/services/global_public_delegated_prefixes/transports/__init__.py index da5235a50..38dfc04d2 100644 --- a/google/cloud/compute_v1/services/global_public_delegated_prefixes/transports/__init__.py +++ b/google/cloud/compute_v1/services/global_public_delegated_prefixes/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/global_public_delegated_prefixes/transports/base.py b/google/cloud/compute_v1/services/global_public_delegated_prefixes/transports/base.py index 59188a580..67c27227c 100644 --- a/google/cloud/compute_v1/services/global_public_delegated_prefixes/transports/base.py +++ b/google/cloud/compute_v1/services/global_public_delegated_prefixes/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/global_public_delegated_prefixes/transports/rest.py b/google/cloud/compute_v1/services/global_public_delegated_prefixes/transports/rest.py index 8c0bbd23d..944592a54 100644 --- a/google/cloud/compute_v1/services/global_public_delegated_prefixes/transports/rest.py +++ b/google/cloud/compute_v1/services/global_public_delegated_prefixes/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/health_checks/__init__.py b/google/cloud/compute_v1/services/health_checks/__init__.py index df6563dff..ec8577a9b 100644 --- a/google/cloud/compute_v1/services/health_checks/__init__.py +++ b/google/cloud/compute_v1/services/health_checks/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/health_checks/client.py b/google/cloud/compute_v1/services/health_checks/client.py index b9799dda6..2854683f6 100644 --- a/google/cloud/compute_v1/services/health_checks/client.py +++ b/google/cloud/compute_v1/services/health_checks/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/health_checks/pagers.py b/google/cloud/compute_v1/services/health_checks/pagers.py index d29f887b8..8b790872d 100644 --- a/google/cloud/compute_v1/services/health_checks/pagers.py +++ b/google/cloud/compute_v1/services/health_checks/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/health_checks/transports/__init__.py b/google/cloud/compute_v1/services/health_checks/transports/__init__.py index 299694fae..8cb26f9c7 100644 --- a/google/cloud/compute_v1/services/health_checks/transports/__init__.py +++ b/google/cloud/compute_v1/services/health_checks/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/health_checks/transports/base.py b/google/cloud/compute_v1/services/health_checks/transports/base.py index c3857c375..f5767ac36 100644 --- a/google/cloud/compute_v1/services/health_checks/transports/base.py +++ b/google/cloud/compute_v1/services/health_checks/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/health_checks/transports/rest.py b/google/cloud/compute_v1/services/health_checks/transports/rest.py index a21d76c8f..42e8230a4 100644 --- a/google/cloud/compute_v1/services/health_checks/transports/rest.py +++ b/google/cloud/compute_v1/services/health_checks/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/image_family_views/__init__.py b/google/cloud/compute_v1/services/image_family_views/__init__.py index 7af5ebd4c..566b417d7 100644 --- a/google/cloud/compute_v1/services/image_family_views/__init__.py +++ b/google/cloud/compute_v1/services/image_family_views/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/image_family_views/client.py b/google/cloud/compute_v1/services/image_family_views/client.py index a054126a1..a58e09df6 100644 --- a/google/cloud/compute_v1/services/image_family_views/client.py +++ b/google/cloud/compute_v1/services/image_family_views/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/image_family_views/transports/__init__.py b/google/cloud/compute_v1/services/image_family_views/transports/__init__.py index acd8901f4..e6ad20e02 100644 --- a/google/cloud/compute_v1/services/image_family_views/transports/__init__.py +++ b/google/cloud/compute_v1/services/image_family_views/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/image_family_views/transports/base.py b/google/cloud/compute_v1/services/image_family_views/transports/base.py index c93569cad..5739382b6 100644 --- a/google/cloud/compute_v1/services/image_family_views/transports/base.py +++ b/google/cloud/compute_v1/services/image_family_views/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/image_family_views/transports/rest.py b/google/cloud/compute_v1/services/image_family_views/transports/rest.py index 0ebb26f8a..c49f41351 100644 --- a/google/cloud/compute_v1/services/image_family_views/transports/rest.py +++ b/google/cloud/compute_v1/services/image_family_views/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/images/__init__.py b/google/cloud/compute_v1/services/images/__init__.py index 75eda9692..b141c0c1e 100644 --- a/google/cloud/compute_v1/services/images/__init__.py +++ b/google/cloud/compute_v1/services/images/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/images/client.py b/google/cloud/compute_v1/services/images/client.py index a248829b1..cc9d6dcd6 100644 --- a/google/cloud/compute_v1/services/images/client.py +++ b/google/cloud/compute_v1/services/images/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/images/pagers.py b/google/cloud/compute_v1/services/images/pagers.py index 42a2dd278..5681745f1 100644 --- a/google/cloud/compute_v1/services/images/pagers.py +++ b/google/cloud/compute_v1/services/images/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/images/transports/__init__.py b/google/cloud/compute_v1/services/images/transports/__init__.py index a780afb40..d87f25d88 100644 --- a/google/cloud/compute_v1/services/images/transports/__init__.py +++ b/google/cloud/compute_v1/services/images/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/images/transports/base.py b/google/cloud/compute_v1/services/images/transports/base.py index 233af1b73..727ccd48c 100644 --- a/google/cloud/compute_v1/services/images/transports/base.py +++ b/google/cloud/compute_v1/services/images/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/images/transports/rest.py b/google/cloud/compute_v1/services/images/transports/rest.py index 5f7e22465..9f2802888 100644 --- a/google/cloud/compute_v1/services/images/transports/rest.py +++ b/google/cloud/compute_v1/services/images/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/instance_group_managers/__init__.py b/google/cloud/compute_v1/services/instance_group_managers/__init__.py index 86e578ccf..cddca7813 100644 --- a/google/cloud/compute_v1/services/instance_group_managers/__init__.py +++ b/google/cloud/compute_v1/services/instance_group_managers/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/instance_group_managers/client.py b/google/cloud/compute_v1/services/instance_group_managers/client.py index 1476be25a..0503348c3 100644 --- a/google/cloud/compute_v1/services/instance_group_managers/client.py +++ b/google/cloud/compute_v1/services/instance_group_managers/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/instance_group_managers/pagers.py b/google/cloud/compute_v1/services/instance_group_managers/pagers.py index 71ce92755..abe7fff1f 100644 --- a/google/cloud/compute_v1/services/instance_group_managers/pagers.py +++ b/google/cloud/compute_v1/services/instance_group_managers/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/instance_group_managers/transports/__init__.py b/google/cloud/compute_v1/services/instance_group_managers/transports/__init__.py index 4fd826ae0..178d61996 100644 --- a/google/cloud/compute_v1/services/instance_group_managers/transports/__init__.py +++ b/google/cloud/compute_v1/services/instance_group_managers/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/instance_group_managers/transports/base.py b/google/cloud/compute_v1/services/instance_group_managers/transports/base.py index 3c3f9ad01..f1d602b27 100644 --- a/google/cloud/compute_v1/services/instance_group_managers/transports/base.py +++ b/google/cloud/compute_v1/services/instance_group_managers/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/instance_group_managers/transports/rest.py b/google/cloud/compute_v1/services/instance_group_managers/transports/rest.py index e4131b91e..f6f199d14 100644 --- a/google/cloud/compute_v1/services/instance_group_managers/transports/rest.py +++ b/google/cloud/compute_v1/services/instance_group_managers/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/instance_groups/__init__.py b/google/cloud/compute_v1/services/instance_groups/__init__.py index 90ffbd65b..015247fcd 100644 --- a/google/cloud/compute_v1/services/instance_groups/__init__.py +++ b/google/cloud/compute_v1/services/instance_groups/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/instance_groups/client.py b/google/cloud/compute_v1/services/instance_groups/client.py index 87d97c74f..0c40b4ef4 100644 --- a/google/cloud/compute_v1/services/instance_groups/client.py +++ b/google/cloud/compute_v1/services/instance_groups/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/instance_groups/pagers.py b/google/cloud/compute_v1/services/instance_groups/pagers.py index 42ee4a1a2..a0d504a79 100644 --- a/google/cloud/compute_v1/services/instance_groups/pagers.py +++ b/google/cloud/compute_v1/services/instance_groups/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/instance_groups/transports/__init__.py b/google/cloud/compute_v1/services/instance_groups/transports/__init__.py index b3579aaaf..24cb0f254 100644 --- a/google/cloud/compute_v1/services/instance_groups/transports/__init__.py +++ b/google/cloud/compute_v1/services/instance_groups/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/instance_groups/transports/base.py b/google/cloud/compute_v1/services/instance_groups/transports/base.py index acc5af2da..07e9c426c 100644 --- a/google/cloud/compute_v1/services/instance_groups/transports/base.py +++ b/google/cloud/compute_v1/services/instance_groups/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/instance_groups/transports/rest.py b/google/cloud/compute_v1/services/instance_groups/transports/rest.py index bc1fd82c2..887f2b9ad 100644 --- a/google/cloud/compute_v1/services/instance_groups/transports/rest.py +++ b/google/cloud/compute_v1/services/instance_groups/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/instance_templates/__init__.py b/google/cloud/compute_v1/services/instance_templates/__init__.py index 13a05947b..a9b4b7bba 100644 --- a/google/cloud/compute_v1/services/instance_templates/__init__.py +++ b/google/cloud/compute_v1/services/instance_templates/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/instance_templates/client.py b/google/cloud/compute_v1/services/instance_templates/client.py index a3899d8d0..85b82bc12 100644 --- a/google/cloud/compute_v1/services/instance_templates/client.py +++ b/google/cloud/compute_v1/services/instance_templates/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/instance_templates/pagers.py b/google/cloud/compute_v1/services/instance_templates/pagers.py index 10107b3ab..2d89c3177 100644 --- a/google/cloud/compute_v1/services/instance_templates/pagers.py +++ b/google/cloud/compute_v1/services/instance_templates/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/instance_templates/transports/__init__.py b/google/cloud/compute_v1/services/instance_templates/transports/__init__.py index abd4c8804..bac49ef2d 100644 --- a/google/cloud/compute_v1/services/instance_templates/transports/__init__.py +++ b/google/cloud/compute_v1/services/instance_templates/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/instance_templates/transports/base.py b/google/cloud/compute_v1/services/instance_templates/transports/base.py index af5723970..565a4cc96 100644 --- a/google/cloud/compute_v1/services/instance_templates/transports/base.py +++ b/google/cloud/compute_v1/services/instance_templates/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/instance_templates/transports/rest.py b/google/cloud/compute_v1/services/instance_templates/transports/rest.py index d1f954407..f1c46473e 100644 --- a/google/cloud/compute_v1/services/instance_templates/transports/rest.py +++ b/google/cloud/compute_v1/services/instance_templates/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/instances/__init__.py b/google/cloud/compute_v1/services/instances/__init__.py index 4ef113cfe..c03954687 100644 --- a/google/cloud/compute_v1/services/instances/__init__.py +++ b/google/cloud/compute_v1/services/instances/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/instances/client.py b/google/cloud/compute_v1/services/instances/client.py index 139816948..7a37755bf 100644 --- a/google/cloud/compute_v1/services/instances/client.py +++ b/google/cloud/compute_v1/services/instances/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/instances/pagers.py b/google/cloud/compute_v1/services/instances/pagers.py index c7d981791..2fe1d2ca4 100644 --- a/google/cloud/compute_v1/services/instances/pagers.py +++ b/google/cloud/compute_v1/services/instances/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/instances/transports/__init__.py b/google/cloud/compute_v1/services/instances/transports/__init__.py index 3342b95be..abb0c782a 100644 --- a/google/cloud/compute_v1/services/instances/transports/__init__.py +++ b/google/cloud/compute_v1/services/instances/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/instances/transports/base.py b/google/cloud/compute_v1/services/instances/transports/base.py index 6ef3034c7..71e05cf63 100644 --- a/google/cloud/compute_v1/services/instances/transports/base.py +++ b/google/cloud/compute_v1/services/instances/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/instances/transports/rest.py b/google/cloud/compute_v1/services/instances/transports/rest.py index e0faaa398..3bfd316ac 100644 --- a/google/cloud/compute_v1/services/instances/transports/rest.py +++ b/google/cloud/compute_v1/services/instances/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/interconnect_attachments/__init__.py b/google/cloud/compute_v1/services/interconnect_attachments/__init__.py index 5ad7cc8c4..ea730d0d8 100644 --- a/google/cloud/compute_v1/services/interconnect_attachments/__init__.py +++ b/google/cloud/compute_v1/services/interconnect_attachments/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/interconnect_attachments/client.py b/google/cloud/compute_v1/services/interconnect_attachments/client.py index a32e2e901..50bd3e2d5 100644 --- a/google/cloud/compute_v1/services/interconnect_attachments/client.py +++ b/google/cloud/compute_v1/services/interconnect_attachments/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/interconnect_attachments/pagers.py b/google/cloud/compute_v1/services/interconnect_attachments/pagers.py index 1e7910b1f..dc5660aa3 100644 --- a/google/cloud/compute_v1/services/interconnect_attachments/pagers.py +++ b/google/cloud/compute_v1/services/interconnect_attachments/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/interconnect_attachments/transports/__init__.py b/google/cloud/compute_v1/services/interconnect_attachments/transports/__init__.py index 1f4c0cbe0..ede3a1f98 100644 --- a/google/cloud/compute_v1/services/interconnect_attachments/transports/__init__.py +++ b/google/cloud/compute_v1/services/interconnect_attachments/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/interconnect_attachments/transports/base.py b/google/cloud/compute_v1/services/interconnect_attachments/transports/base.py index 4f222cefe..1f96b305b 100644 --- a/google/cloud/compute_v1/services/interconnect_attachments/transports/base.py +++ b/google/cloud/compute_v1/services/interconnect_attachments/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/interconnect_attachments/transports/rest.py b/google/cloud/compute_v1/services/interconnect_attachments/transports/rest.py index 84e5cb7f5..a811fb03b 100644 --- a/google/cloud/compute_v1/services/interconnect_attachments/transports/rest.py +++ b/google/cloud/compute_v1/services/interconnect_attachments/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/interconnect_locations/__init__.py b/google/cloud/compute_v1/services/interconnect_locations/__init__.py index 52bcc4d74..14bf156ca 100644 --- a/google/cloud/compute_v1/services/interconnect_locations/__init__.py +++ b/google/cloud/compute_v1/services/interconnect_locations/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/interconnect_locations/client.py b/google/cloud/compute_v1/services/interconnect_locations/client.py index b9b565547..968ff583d 100644 --- a/google/cloud/compute_v1/services/interconnect_locations/client.py +++ b/google/cloud/compute_v1/services/interconnect_locations/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/interconnect_locations/pagers.py b/google/cloud/compute_v1/services/interconnect_locations/pagers.py index 6ddc6567d..3f86f8ee1 100644 --- a/google/cloud/compute_v1/services/interconnect_locations/pagers.py +++ b/google/cloud/compute_v1/services/interconnect_locations/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/interconnect_locations/transports/__init__.py b/google/cloud/compute_v1/services/interconnect_locations/transports/__init__.py index 69b7e5637..1ce101797 100644 --- a/google/cloud/compute_v1/services/interconnect_locations/transports/__init__.py +++ b/google/cloud/compute_v1/services/interconnect_locations/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/interconnect_locations/transports/base.py b/google/cloud/compute_v1/services/interconnect_locations/transports/base.py index 873372f0a..ba1c3dfdc 100644 --- a/google/cloud/compute_v1/services/interconnect_locations/transports/base.py +++ b/google/cloud/compute_v1/services/interconnect_locations/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/interconnect_locations/transports/rest.py b/google/cloud/compute_v1/services/interconnect_locations/transports/rest.py index 4fc8264a9..f40d09587 100644 --- a/google/cloud/compute_v1/services/interconnect_locations/transports/rest.py +++ b/google/cloud/compute_v1/services/interconnect_locations/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/interconnect_remote_locations/__init__.py b/google/cloud/compute_v1/services/interconnect_remote_locations/__init__.py index 6c6887179..0a0226eaa 100644 --- a/google/cloud/compute_v1/services/interconnect_remote_locations/__init__.py +++ b/google/cloud/compute_v1/services/interconnect_remote_locations/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/interconnect_remote_locations/client.py b/google/cloud/compute_v1/services/interconnect_remote_locations/client.py index a385dd052..2e43c68a7 100644 --- a/google/cloud/compute_v1/services/interconnect_remote_locations/client.py +++ b/google/cloud/compute_v1/services/interconnect_remote_locations/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/interconnect_remote_locations/pagers.py b/google/cloud/compute_v1/services/interconnect_remote_locations/pagers.py index 4562ef96f..5dade7d89 100644 --- a/google/cloud/compute_v1/services/interconnect_remote_locations/pagers.py +++ b/google/cloud/compute_v1/services/interconnect_remote_locations/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/interconnect_remote_locations/transports/__init__.py b/google/cloud/compute_v1/services/interconnect_remote_locations/transports/__init__.py index 554170e2c..78f9b2d3c 100644 --- a/google/cloud/compute_v1/services/interconnect_remote_locations/transports/__init__.py +++ b/google/cloud/compute_v1/services/interconnect_remote_locations/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/interconnect_remote_locations/transports/base.py b/google/cloud/compute_v1/services/interconnect_remote_locations/transports/base.py index 7006c7a96..aa051e598 100644 --- a/google/cloud/compute_v1/services/interconnect_remote_locations/transports/base.py +++ b/google/cloud/compute_v1/services/interconnect_remote_locations/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/interconnect_remote_locations/transports/rest.py b/google/cloud/compute_v1/services/interconnect_remote_locations/transports/rest.py index b33a279b3..54e0ae6e4 100644 --- a/google/cloud/compute_v1/services/interconnect_remote_locations/transports/rest.py +++ b/google/cloud/compute_v1/services/interconnect_remote_locations/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/interconnects/__init__.py b/google/cloud/compute_v1/services/interconnects/__init__.py index 946962638..4d0f2db31 100644 --- a/google/cloud/compute_v1/services/interconnects/__init__.py +++ b/google/cloud/compute_v1/services/interconnects/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/interconnects/client.py b/google/cloud/compute_v1/services/interconnects/client.py index 30a31cc64..b02ffeda2 100644 --- a/google/cloud/compute_v1/services/interconnects/client.py +++ b/google/cloud/compute_v1/services/interconnects/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/interconnects/pagers.py b/google/cloud/compute_v1/services/interconnects/pagers.py index 4d96b9baa..76406e112 100644 --- a/google/cloud/compute_v1/services/interconnects/pagers.py +++ b/google/cloud/compute_v1/services/interconnects/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/interconnects/transports/__init__.py b/google/cloud/compute_v1/services/interconnects/transports/__init__.py index 100973826..966f33930 100644 --- a/google/cloud/compute_v1/services/interconnects/transports/__init__.py +++ b/google/cloud/compute_v1/services/interconnects/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/interconnects/transports/base.py b/google/cloud/compute_v1/services/interconnects/transports/base.py index 7c8f843fa..e97e30e3b 100644 --- a/google/cloud/compute_v1/services/interconnects/transports/base.py +++ b/google/cloud/compute_v1/services/interconnects/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/interconnects/transports/rest.py b/google/cloud/compute_v1/services/interconnects/transports/rest.py index 489ab6989..1edbc2b6c 100644 --- a/google/cloud/compute_v1/services/interconnects/transports/rest.py +++ b/google/cloud/compute_v1/services/interconnects/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/license_codes/__init__.py b/google/cloud/compute_v1/services/license_codes/__init__.py index 0f5f57194..366ecc753 100644 --- a/google/cloud/compute_v1/services/license_codes/__init__.py +++ b/google/cloud/compute_v1/services/license_codes/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/license_codes/client.py b/google/cloud/compute_v1/services/license_codes/client.py index 76e17df97..c0ce8bdd2 100644 --- a/google/cloud/compute_v1/services/license_codes/client.py +++ b/google/cloud/compute_v1/services/license_codes/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/license_codes/transports/__init__.py b/google/cloud/compute_v1/services/license_codes/transports/__init__.py index a7b75b0ed..ef28b47f8 100644 --- a/google/cloud/compute_v1/services/license_codes/transports/__init__.py +++ b/google/cloud/compute_v1/services/license_codes/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/license_codes/transports/base.py b/google/cloud/compute_v1/services/license_codes/transports/base.py index 0e1189909..02d5a3ad6 100644 --- a/google/cloud/compute_v1/services/license_codes/transports/base.py +++ b/google/cloud/compute_v1/services/license_codes/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/license_codes/transports/rest.py b/google/cloud/compute_v1/services/license_codes/transports/rest.py index 62b5303fa..2bb507a90 100644 --- a/google/cloud/compute_v1/services/license_codes/transports/rest.py +++ b/google/cloud/compute_v1/services/license_codes/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/licenses/__init__.py b/google/cloud/compute_v1/services/licenses/__init__.py index 52565da1b..8482d91d2 100644 --- a/google/cloud/compute_v1/services/licenses/__init__.py +++ b/google/cloud/compute_v1/services/licenses/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/licenses/client.py b/google/cloud/compute_v1/services/licenses/client.py index 1b88f4db1..e147cc192 100644 --- a/google/cloud/compute_v1/services/licenses/client.py +++ b/google/cloud/compute_v1/services/licenses/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/licenses/pagers.py b/google/cloud/compute_v1/services/licenses/pagers.py index 64e2a105a..589db5bce 100644 --- a/google/cloud/compute_v1/services/licenses/pagers.py +++ b/google/cloud/compute_v1/services/licenses/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/licenses/transports/__init__.py b/google/cloud/compute_v1/services/licenses/transports/__init__.py index 02ab6e794..851ca27f8 100644 --- a/google/cloud/compute_v1/services/licenses/transports/__init__.py +++ b/google/cloud/compute_v1/services/licenses/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/licenses/transports/base.py b/google/cloud/compute_v1/services/licenses/transports/base.py index 5f8b9f442..04614c738 100644 --- a/google/cloud/compute_v1/services/licenses/transports/base.py +++ b/google/cloud/compute_v1/services/licenses/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/licenses/transports/rest.py b/google/cloud/compute_v1/services/licenses/transports/rest.py index b95d3943a..c80309631 100644 --- a/google/cloud/compute_v1/services/licenses/transports/rest.py +++ b/google/cloud/compute_v1/services/licenses/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/machine_images/__init__.py b/google/cloud/compute_v1/services/machine_images/__init__.py index 040222afb..5977eaa43 100644 --- a/google/cloud/compute_v1/services/machine_images/__init__.py +++ b/google/cloud/compute_v1/services/machine_images/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/machine_images/client.py b/google/cloud/compute_v1/services/machine_images/client.py index e179cc95f..0666a8db5 100644 --- a/google/cloud/compute_v1/services/machine_images/client.py +++ b/google/cloud/compute_v1/services/machine_images/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/machine_images/pagers.py b/google/cloud/compute_v1/services/machine_images/pagers.py index 555d0d63e..460bd8e68 100644 --- a/google/cloud/compute_v1/services/machine_images/pagers.py +++ b/google/cloud/compute_v1/services/machine_images/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/machine_images/transports/__init__.py b/google/cloud/compute_v1/services/machine_images/transports/__init__.py index 8680e67bf..11a5fda00 100644 --- a/google/cloud/compute_v1/services/machine_images/transports/__init__.py +++ b/google/cloud/compute_v1/services/machine_images/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/machine_images/transports/base.py b/google/cloud/compute_v1/services/machine_images/transports/base.py index a08435e78..e0bf17ab8 100644 --- a/google/cloud/compute_v1/services/machine_images/transports/base.py +++ b/google/cloud/compute_v1/services/machine_images/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/machine_images/transports/rest.py b/google/cloud/compute_v1/services/machine_images/transports/rest.py index 1e57e0006..6ff363938 100644 --- a/google/cloud/compute_v1/services/machine_images/transports/rest.py +++ b/google/cloud/compute_v1/services/machine_images/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/machine_types/__init__.py b/google/cloud/compute_v1/services/machine_types/__init__.py index 1634a44e9..2686beba9 100644 --- a/google/cloud/compute_v1/services/machine_types/__init__.py +++ b/google/cloud/compute_v1/services/machine_types/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/machine_types/client.py b/google/cloud/compute_v1/services/machine_types/client.py index 2f4c0c523..8ff70bbcb 100644 --- a/google/cloud/compute_v1/services/machine_types/client.py +++ b/google/cloud/compute_v1/services/machine_types/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/machine_types/pagers.py b/google/cloud/compute_v1/services/machine_types/pagers.py index 5aa4db032..1b81a45c6 100644 --- a/google/cloud/compute_v1/services/machine_types/pagers.py +++ b/google/cloud/compute_v1/services/machine_types/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/machine_types/transports/__init__.py b/google/cloud/compute_v1/services/machine_types/transports/__init__.py index 66c28893e..0f42f01d4 100644 --- a/google/cloud/compute_v1/services/machine_types/transports/__init__.py +++ b/google/cloud/compute_v1/services/machine_types/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/machine_types/transports/base.py b/google/cloud/compute_v1/services/machine_types/transports/base.py index 6e60bf746..533bb2069 100644 --- a/google/cloud/compute_v1/services/machine_types/transports/base.py +++ b/google/cloud/compute_v1/services/machine_types/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/machine_types/transports/rest.py b/google/cloud/compute_v1/services/machine_types/transports/rest.py index e43db3803..678de4a06 100644 --- a/google/cloud/compute_v1/services/machine_types/transports/rest.py +++ b/google/cloud/compute_v1/services/machine_types/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/network_attachments/__init__.py b/google/cloud/compute_v1/services/network_attachments/__init__.py index 4c035492a..7fb4a05d4 100644 --- a/google/cloud/compute_v1/services/network_attachments/__init__.py +++ b/google/cloud/compute_v1/services/network_attachments/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/network_attachments/client.py b/google/cloud/compute_v1/services/network_attachments/client.py index 7f06c9ec3..0118f62db 100644 --- a/google/cloud/compute_v1/services/network_attachments/client.py +++ b/google/cloud/compute_v1/services/network_attachments/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/network_attachments/pagers.py b/google/cloud/compute_v1/services/network_attachments/pagers.py index ab962fb48..4002ad162 100644 --- a/google/cloud/compute_v1/services/network_attachments/pagers.py +++ b/google/cloud/compute_v1/services/network_attachments/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/network_attachments/transports/__init__.py b/google/cloud/compute_v1/services/network_attachments/transports/__init__.py index 2d7d075f0..6ccdab470 100644 --- a/google/cloud/compute_v1/services/network_attachments/transports/__init__.py +++ b/google/cloud/compute_v1/services/network_attachments/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/network_attachments/transports/base.py b/google/cloud/compute_v1/services/network_attachments/transports/base.py index 9169054e3..2bb12a91f 100644 --- a/google/cloud/compute_v1/services/network_attachments/transports/base.py +++ b/google/cloud/compute_v1/services/network_attachments/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/network_attachments/transports/rest.py b/google/cloud/compute_v1/services/network_attachments/transports/rest.py index abbd5b0f0..3441c8265 100644 --- a/google/cloud/compute_v1/services/network_attachments/transports/rest.py +++ b/google/cloud/compute_v1/services/network_attachments/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/network_edge_security_services/__init__.py b/google/cloud/compute_v1/services/network_edge_security_services/__init__.py index 7e4edd52e..320622021 100644 --- a/google/cloud/compute_v1/services/network_edge_security_services/__init__.py +++ b/google/cloud/compute_v1/services/network_edge_security_services/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/network_edge_security_services/client.py b/google/cloud/compute_v1/services/network_edge_security_services/client.py index 77fa99c3b..31f451256 100644 --- a/google/cloud/compute_v1/services/network_edge_security_services/client.py +++ b/google/cloud/compute_v1/services/network_edge_security_services/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/network_edge_security_services/pagers.py b/google/cloud/compute_v1/services/network_edge_security_services/pagers.py index d66412d30..aef3e185e 100644 --- a/google/cloud/compute_v1/services/network_edge_security_services/pagers.py +++ b/google/cloud/compute_v1/services/network_edge_security_services/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/network_edge_security_services/transports/__init__.py b/google/cloud/compute_v1/services/network_edge_security_services/transports/__init__.py index 55d271daf..379049638 100644 --- a/google/cloud/compute_v1/services/network_edge_security_services/transports/__init__.py +++ b/google/cloud/compute_v1/services/network_edge_security_services/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/network_edge_security_services/transports/base.py b/google/cloud/compute_v1/services/network_edge_security_services/transports/base.py index 891d7e86a..fba91b3c7 100644 --- a/google/cloud/compute_v1/services/network_edge_security_services/transports/base.py +++ b/google/cloud/compute_v1/services/network_edge_security_services/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/network_edge_security_services/transports/rest.py b/google/cloud/compute_v1/services/network_edge_security_services/transports/rest.py index 89bc99409..5286e81c3 100644 --- a/google/cloud/compute_v1/services/network_edge_security_services/transports/rest.py +++ b/google/cloud/compute_v1/services/network_edge_security_services/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/network_endpoint_groups/__init__.py b/google/cloud/compute_v1/services/network_endpoint_groups/__init__.py index 8b4601876..1b9fba597 100644 --- a/google/cloud/compute_v1/services/network_endpoint_groups/__init__.py +++ b/google/cloud/compute_v1/services/network_endpoint_groups/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/network_endpoint_groups/client.py b/google/cloud/compute_v1/services/network_endpoint_groups/client.py index e36cba278..79a1b5b32 100644 --- a/google/cloud/compute_v1/services/network_endpoint_groups/client.py +++ b/google/cloud/compute_v1/services/network_endpoint_groups/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/network_endpoint_groups/pagers.py b/google/cloud/compute_v1/services/network_endpoint_groups/pagers.py index f0a63e7ea..f95d8043b 100644 --- a/google/cloud/compute_v1/services/network_endpoint_groups/pagers.py +++ b/google/cloud/compute_v1/services/network_endpoint_groups/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/network_endpoint_groups/transports/__init__.py b/google/cloud/compute_v1/services/network_endpoint_groups/transports/__init__.py index 719e7c549..f0c0f6cf5 100644 --- a/google/cloud/compute_v1/services/network_endpoint_groups/transports/__init__.py +++ b/google/cloud/compute_v1/services/network_endpoint_groups/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/network_endpoint_groups/transports/base.py b/google/cloud/compute_v1/services/network_endpoint_groups/transports/base.py index 0843d279e..b7be1f40a 100644 --- a/google/cloud/compute_v1/services/network_endpoint_groups/transports/base.py +++ b/google/cloud/compute_v1/services/network_endpoint_groups/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/network_endpoint_groups/transports/rest.py b/google/cloud/compute_v1/services/network_endpoint_groups/transports/rest.py index d592bc1c3..84bbdc63d 100644 --- a/google/cloud/compute_v1/services/network_endpoint_groups/transports/rest.py +++ b/google/cloud/compute_v1/services/network_endpoint_groups/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/network_firewall_policies/__init__.py b/google/cloud/compute_v1/services/network_firewall_policies/__init__.py index 6dd6f5ecb..2bb6b00aa 100644 --- a/google/cloud/compute_v1/services/network_firewall_policies/__init__.py +++ b/google/cloud/compute_v1/services/network_firewall_policies/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/network_firewall_policies/client.py b/google/cloud/compute_v1/services/network_firewall_policies/client.py index a7fcaf432..9cb799f13 100644 --- a/google/cloud/compute_v1/services/network_firewall_policies/client.py +++ b/google/cloud/compute_v1/services/network_firewall_policies/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/network_firewall_policies/pagers.py b/google/cloud/compute_v1/services/network_firewall_policies/pagers.py index 0b00c0789..d4a5adc4f 100644 --- a/google/cloud/compute_v1/services/network_firewall_policies/pagers.py +++ b/google/cloud/compute_v1/services/network_firewall_policies/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/network_firewall_policies/transports/__init__.py b/google/cloud/compute_v1/services/network_firewall_policies/transports/__init__.py index 4fed540b1..7cb09b4d6 100644 --- a/google/cloud/compute_v1/services/network_firewall_policies/transports/__init__.py +++ b/google/cloud/compute_v1/services/network_firewall_policies/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/network_firewall_policies/transports/base.py b/google/cloud/compute_v1/services/network_firewall_policies/transports/base.py index 2b281be69..21f4c0d69 100644 --- a/google/cloud/compute_v1/services/network_firewall_policies/transports/base.py +++ b/google/cloud/compute_v1/services/network_firewall_policies/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/network_firewall_policies/transports/rest.py b/google/cloud/compute_v1/services/network_firewall_policies/transports/rest.py index 7574037b1..5ad180fba 100644 --- a/google/cloud/compute_v1/services/network_firewall_policies/transports/rest.py +++ b/google/cloud/compute_v1/services/network_firewall_policies/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/networks/__init__.py b/google/cloud/compute_v1/services/networks/__init__.py index 916773f19..56e0e781f 100644 --- a/google/cloud/compute_v1/services/networks/__init__.py +++ b/google/cloud/compute_v1/services/networks/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/networks/client.py b/google/cloud/compute_v1/services/networks/client.py index 188fb63b1..0782b7a56 100644 --- a/google/cloud/compute_v1/services/networks/client.py +++ b/google/cloud/compute_v1/services/networks/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/networks/pagers.py b/google/cloud/compute_v1/services/networks/pagers.py index 8b870e715..4799cda6c 100644 --- a/google/cloud/compute_v1/services/networks/pagers.py +++ b/google/cloud/compute_v1/services/networks/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/networks/transports/__init__.py b/google/cloud/compute_v1/services/networks/transports/__init__.py index c54944755..71475fd67 100644 --- a/google/cloud/compute_v1/services/networks/transports/__init__.py +++ b/google/cloud/compute_v1/services/networks/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/networks/transports/base.py b/google/cloud/compute_v1/services/networks/transports/base.py index 0582213e4..1e438b8ee 100644 --- a/google/cloud/compute_v1/services/networks/transports/base.py +++ b/google/cloud/compute_v1/services/networks/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/networks/transports/rest.py b/google/cloud/compute_v1/services/networks/transports/rest.py index f8d01cbca..4cfcd44ac 100644 --- a/google/cloud/compute_v1/services/networks/transports/rest.py +++ b/google/cloud/compute_v1/services/networks/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/node_groups/__init__.py b/google/cloud/compute_v1/services/node_groups/__init__.py index c3311662e..f90b5c5f4 100644 --- a/google/cloud/compute_v1/services/node_groups/__init__.py +++ b/google/cloud/compute_v1/services/node_groups/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/node_groups/client.py b/google/cloud/compute_v1/services/node_groups/client.py index 4f5bba899..4a32d5fc5 100644 --- a/google/cloud/compute_v1/services/node_groups/client.py +++ b/google/cloud/compute_v1/services/node_groups/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/node_groups/pagers.py b/google/cloud/compute_v1/services/node_groups/pagers.py index 95309105e..ce99abfee 100644 --- a/google/cloud/compute_v1/services/node_groups/pagers.py +++ b/google/cloud/compute_v1/services/node_groups/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/node_groups/transports/__init__.py b/google/cloud/compute_v1/services/node_groups/transports/__init__.py index 4f0205f7c..f9c3d57cf 100644 --- a/google/cloud/compute_v1/services/node_groups/transports/__init__.py +++ b/google/cloud/compute_v1/services/node_groups/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/node_groups/transports/base.py b/google/cloud/compute_v1/services/node_groups/transports/base.py index 10f618915..fad3e2502 100644 --- a/google/cloud/compute_v1/services/node_groups/transports/base.py +++ b/google/cloud/compute_v1/services/node_groups/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/node_groups/transports/rest.py b/google/cloud/compute_v1/services/node_groups/transports/rest.py index a5f455c48..c54e21647 100644 --- a/google/cloud/compute_v1/services/node_groups/transports/rest.py +++ b/google/cloud/compute_v1/services/node_groups/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/node_templates/__init__.py b/google/cloud/compute_v1/services/node_templates/__init__.py index 4669f4308..ea4294736 100644 --- a/google/cloud/compute_v1/services/node_templates/__init__.py +++ b/google/cloud/compute_v1/services/node_templates/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/node_templates/client.py b/google/cloud/compute_v1/services/node_templates/client.py index 7c4a390b8..e4e1e5161 100644 --- a/google/cloud/compute_v1/services/node_templates/client.py +++ b/google/cloud/compute_v1/services/node_templates/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/node_templates/pagers.py b/google/cloud/compute_v1/services/node_templates/pagers.py index ac95fbcf7..c91181d4e 100644 --- a/google/cloud/compute_v1/services/node_templates/pagers.py +++ b/google/cloud/compute_v1/services/node_templates/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/node_templates/transports/__init__.py b/google/cloud/compute_v1/services/node_templates/transports/__init__.py index 76856cf9f..188c05933 100644 --- a/google/cloud/compute_v1/services/node_templates/transports/__init__.py +++ b/google/cloud/compute_v1/services/node_templates/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/node_templates/transports/base.py b/google/cloud/compute_v1/services/node_templates/transports/base.py index 0d0adeefe..e9d3420dd 100644 --- a/google/cloud/compute_v1/services/node_templates/transports/base.py +++ b/google/cloud/compute_v1/services/node_templates/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/node_templates/transports/rest.py b/google/cloud/compute_v1/services/node_templates/transports/rest.py index 7e06eb1f5..320623ebd 100644 --- a/google/cloud/compute_v1/services/node_templates/transports/rest.py +++ b/google/cloud/compute_v1/services/node_templates/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/node_types/__init__.py b/google/cloud/compute_v1/services/node_types/__init__.py index 5c028d5db..1e5e2b5d2 100644 --- a/google/cloud/compute_v1/services/node_types/__init__.py +++ b/google/cloud/compute_v1/services/node_types/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/node_types/client.py b/google/cloud/compute_v1/services/node_types/client.py index f98b006ec..280666fdb 100644 --- a/google/cloud/compute_v1/services/node_types/client.py +++ b/google/cloud/compute_v1/services/node_types/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/node_types/pagers.py b/google/cloud/compute_v1/services/node_types/pagers.py index 72e05eef9..6888e4f5e 100644 --- a/google/cloud/compute_v1/services/node_types/pagers.py +++ b/google/cloud/compute_v1/services/node_types/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/node_types/transports/__init__.py b/google/cloud/compute_v1/services/node_types/transports/__init__.py index 17da9650d..bf9ca9a49 100644 --- a/google/cloud/compute_v1/services/node_types/transports/__init__.py +++ b/google/cloud/compute_v1/services/node_types/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/node_types/transports/base.py b/google/cloud/compute_v1/services/node_types/transports/base.py index 97d263ac0..220f3ff61 100644 --- a/google/cloud/compute_v1/services/node_types/transports/base.py +++ b/google/cloud/compute_v1/services/node_types/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/node_types/transports/rest.py b/google/cloud/compute_v1/services/node_types/transports/rest.py index b5f78355f..930fa5309 100644 --- a/google/cloud/compute_v1/services/node_types/transports/rest.py +++ b/google/cloud/compute_v1/services/node_types/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/packet_mirrorings/__init__.py b/google/cloud/compute_v1/services/packet_mirrorings/__init__.py index 2e0c49cd7..f951807a4 100644 --- a/google/cloud/compute_v1/services/packet_mirrorings/__init__.py +++ b/google/cloud/compute_v1/services/packet_mirrorings/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/packet_mirrorings/client.py b/google/cloud/compute_v1/services/packet_mirrorings/client.py index 1aed5d29d..798950f7e 100644 --- a/google/cloud/compute_v1/services/packet_mirrorings/client.py +++ b/google/cloud/compute_v1/services/packet_mirrorings/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/packet_mirrorings/pagers.py b/google/cloud/compute_v1/services/packet_mirrorings/pagers.py index fe2659fb4..ea15772e6 100644 --- a/google/cloud/compute_v1/services/packet_mirrorings/pagers.py +++ b/google/cloud/compute_v1/services/packet_mirrorings/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/packet_mirrorings/transports/__init__.py b/google/cloud/compute_v1/services/packet_mirrorings/transports/__init__.py index acc19a757..a180b15db 100644 --- a/google/cloud/compute_v1/services/packet_mirrorings/transports/__init__.py +++ b/google/cloud/compute_v1/services/packet_mirrorings/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/packet_mirrorings/transports/base.py b/google/cloud/compute_v1/services/packet_mirrorings/transports/base.py index 95da07ace..229c2cc97 100644 --- a/google/cloud/compute_v1/services/packet_mirrorings/transports/base.py +++ b/google/cloud/compute_v1/services/packet_mirrorings/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/packet_mirrorings/transports/rest.py b/google/cloud/compute_v1/services/packet_mirrorings/transports/rest.py index 50664246a..3be81774f 100644 --- a/google/cloud/compute_v1/services/packet_mirrorings/transports/rest.py +++ b/google/cloud/compute_v1/services/packet_mirrorings/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/projects/__init__.py b/google/cloud/compute_v1/services/projects/__init__.py index c93238d22..3256ca7e5 100644 --- a/google/cloud/compute_v1/services/projects/__init__.py +++ b/google/cloud/compute_v1/services/projects/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/projects/client.py b/google/cloud/compute_v1/services/projects/client.py index 6cf3b4a78..f4e3b43ea 100644 --- a/google/cloud/compute_v1/services/projects/client.py +++ b/google/cloud/compute_v1/services/projects/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -2098,6 +2098,10 @@ def move_instance_unary( method might cause unexpected behavior. For more information, see the `known issue `__. + [Deprecated] This method is deprecated. See `moving instance + across + zones `__ + instead. .. code-block:: python @@ -2211,6 +2215,10 @@ def move_instance( method might cause unexpected behavior. For more information, see the `known issue `__. + [Deprecated] This method is deprecated. See `moving instance + across + zones `__ + instead. .. code-block:: python diff --git a/google/cloud/compute_v1/services/projects/pagers.py b/google/cloud/compute_v1/services/projects/pagers.py index 430e1793e..a0b7a2522 100644 --- a/google/cloud/compute_v1/services/projects/pagers.py +++ b/google/cloud/compute_v1/services/projects/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/projects/transports/__init__.py b/google/cloud/compute_v1/services/projects/transports/__init__.py index b2f977bfa..b88a01eaa 100644 --- a/google/cloud/compute_v1/services/projects/transports/__init__.py +++ b/google/cloud/compute_v1/services/projects/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/projects/transports/base.py b/google/cloud/compute_v1/services/projects/transports/base.py index 38a92dda9..54fc3af12 100644 --- a/google/cloud/compute_v1/services/projects/transports/base.py +++ b/google/cloud/compute_v1/services/projects/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/projects/transports/rest.py b/google/cloud/compute_v1/services/projects/transports/rest.py index 210f04dcf..5daf438fe 100644 --- a/google/cloud/compute_v1/services/projects/transports/rest.py +++ b/google/cloud/compute_v1/services/projects/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/public_advertised_prefixes/__init__.py b/google/cloud/compute_v1/services/public_advertised_prefixes/__init__.py index 121d0aa15..84da8a1d2 100644 --- a/google/cloud/compute_v1/services/public_advertised_prefixes/__init__.py +++ b/google/cloud/compute_v1/services/public_advertised_prefixes/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/public_advertised_prefixes/client.py b/google/cloud/compute_v1/services/public_advertised_prefixes/client.py index d6ada380e..0e657c38b 100644 --- a/google/cloud/compute_v1/services/public_advertised_prefixes/client.py +++ b/google/cloud/compute_v1/services/public_advertised_prefixes/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/public_advertised_prefixes/pagers.py b/google/cloud/compute_v1/services/public_advertised_prefixes/pagers.py index d853b7553..366435222 100644 --- a/google/cloud/compute_v1/services/public_advertised_prefixes/pagers.py +++ b/google/cloud/compute_v1/services/public_advertised_prefixes/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/public_advertised_prefixes/transports/__init__.py b/google/cloud/compute_v1/services/public_advertised_prefixes/transports/__init__.py index eb3f073e2..4d50861ca 100644 --- a/google/cloud/compute_v1/services/public_advertised_prefixes/transports/__init__.py +++ b/google/cloud/compute_v1/services/public_advertised_prefixes/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/public_advertised_prefixes/transports/base.py b/google/cloud/compute_v1/services/public_advertised_prefixes/transports/base.py index 48d4638ab..ecd20f00e 100644 --- a/google/cloud/compute_v1/services/public_advertised_prefixes/transports/base.py +++ b/google/cloud/compute_v1/services/public_advertised_prefixes/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/public_advertised_prefixes/transports/rest.py b/google/cloud/compute_v1/services/public_advertised_prefixes/transports/rest.py index 0f35d77d3..3685fcc1b 100644 --- a/google/cloud/compute_v1/services/public_advertised_prefixes/transports/rest.py +++ b/google/cloud/compute_v1/services/public_advertised_prefixes/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/public_delegated_prefixes/__init__.py b/google/cloud/compute_v1/services/public_delegated_prefixes/__init__.py index 2cb77a8a2..a6b181a19 100644 --- a/google/cloud/compute_v1/services/public_delegated_prefixes/__init__.py +++ b/google/cloud/compute_v1/services/public_delegated_prefixes/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/public_delegated_prefixes/client.py b/google/cloud/compute_v1/services/public_delegated_prefixes/client.py index 8fbe62475..48e08292d 100644 --- a/google/cloud/compute_v1/services/public_delegated_prefixes/client.py +++ b/google/cloud/compute_v1/services/public_delegated_prefixes/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/public_delegated_prefixes/pagers.py b/google/cloud/compute_v1/services/public_delegated_prefixes/pagers.py index 751f21656..1b794e09c 100644 --- a/google/cloud/compute_v1/services/public_delegated_prefixes/pagers.py +++ b/google/cloud/compute_v1/services/public_delegated_prefixes/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/public_delegated_prefixes/transports/__init__.py b/google/cloud/compute_v1/services/public_delegated_prefixes/transports/__init__.py index 526e299b7..c70bd19ef 100644 --- a/google/cloud/compute_v1/services/public_delegated_prefixes/transports/__init__.py +++ b/google/cloud/compute_v1/services/public_delegated_prefixes/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/public_delegated_prefixes/transports/base.py b/google/cloud/compute_v1/services/public_delegated_prefixes/transports/base.py index 8432bf468..e794a5c5a 100644 --- a/google/cloud/compute_v1/services/public_delegated_prefixes/transports/base.py +++ b/google/cloud/compute_v1/services/public_delegated_prefixes/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/public_delegated_prefixes/transports/rest.py b/google/cloud/compute_v1/services/public_delegated_prefixes/transports/rest.py index 126664e07..320c861fe 100644 --- a/google/cloud/compute_v1/services/public_delegated_prefixes/transports/rest.py +++ b/google/cloud/compute_v1/services/public_delegated_prefixes/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_autoscalers/__init__.py b/google/cloud/compute_v1/services/region_autoscalers/__init__.py index 266a218fa..13778d499 100644 --- a/google/cloud/compute_v1/services/region_autoscalers/__init__.py +++ b/google/cloud/compute_v1/services/region_autoscalers/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_autoscalers/client.py b/google/cloud/compute_v1/services/region_autoscalers/client.py index 0c30ef513..49d9cf260 100644 --- a/google/cloud/compute_v1/services/region_autoscalers/client.py +++ b/google/cloud/compute_v1/services/region_autoscalers/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_autoscalers/pagers.py b/google/cloud/compute_v1/services/region_autoscalers/pagers.py index 759541206..04ce71455 100644 --- a/google/cloud/compute_v1/services/region_autoscalers/pagers.py +++ b/google/cloud/compute_v1/services/region_autoscalers/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_autoscalers/transports/__init__.py b/google/cloud/compute_v1/services/region_autoscalers/transports/__init__.py index 856614993..297a9eddd 100644 --- a/google/cloud/compute_v1/services/region_autoscalers/transports/__init__.py +++ b/google/cloud/compute_v1/services/region_autoscalers/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_autoscalers/transports/base.py b/google/cloud/compute_v1/services/region_autoscalers/transports/base.py index 2e67a24dd..c0dcd18ae 100644 --- a/google/cloud/compute_v1/services/region_autoscalers/transports/base.py +++ b/google/cloud/compute_v1/services/region_autoscalers/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_autoscalers/transports/rest.py b/google/cloud/compute_v1/services/region_autoscalers/transports/rest.py index e5af4e928..b77be7d5d 100644 --- a/google/cloud/compute_v1/services/region_autoscalers/transports/rest.py +++ b/google/cloud/compute_v1/services/region_autoscalers/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_backend_services/__init__.py b/google/cloud/compute_v1/services/region_backend_services/__init__.py index 556df76c2..f30043f68 100644 --- a/google/cloud/compute_v1/services/region_backend_services/__init__.py +++ b/google/cloud/compute_v1/services/region_backend_services/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_backend_services/client.py b/google/cloud/compute_v1/services/region_backend_services/client.py index 3740cb648..61a5179c4 100644 --- a/google/cloud/compute_v1/services/region_backend_services/client.py +++ b/google/cloud/compute_v1/services/region_backend_services/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_backend_services/pagers.py b/google/cloud/compute_v1/services/region_backend_services/pagers.py index 93ef60234..2191092cc 100644 --- a/google/cloud/compute_v1/services/region_backend_services/pagers.py +++ b/google/cloud/compute_v1/services/region_backend_services/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_backend_services/transports/__init__.py b/google/cloud/compute_v1/services/region_backend_services/transports/__init__.py index 795b9060b..56e2dc099 100644 --- a/google/cloud/compute_v1/services/region_backend_services/transports/__init__.py +++ b/google/cloud/compute_v1/services/region_backend_services/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_backend_services/transports/base.py b/google/cloud/compute_v1/services/region_backend_services/transports/base.py index 1302a2e61..ee7cf96cb 100644 --- a/google/cloud/compute_v1/services/region_backend_services/transports/base.py +++ b/google/cloud/compute_v1/services/region_backend_services/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_backend_services/transports/rest.py b/google/cloud/compute_v1/services/region_backend_services/transports/rest.py index de37ffc3e..d6325de53 100644 --- a/google/cloud/compute_v1/services/region_backend_services/transports/rest.py +++ b/google/cloud/compute_v1/services/region_backend_services/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_commitments/__init__.py b/google/cloud/compute_v1/services/region_commitments/__init__.py index a3ed18f47..33180b356 100644 --- a/google/cloud/compute_v1/services/region_commitments/__init__.py +++ b/google/cloud/compute_v1/services/region_commitments/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_commitments/client.py b/google/cloud/compute_v1/services/region_commitments/client.py index 6ff8595b6..660997204 100644 --- a/google/cloud/compute_v1/services/region_commitments/client.py +++ b/google/cloud/compute_v1/services/region_commitments/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_commitments/pagers.py b/google/cloud/compute_v1/services/region_commitments/pagers.py index 22b06c5b6..14ab9cf09 100644 --- a/google/cloud/compute_v1/services/region_commitments/pagers.py +++ b/google/cloud/compute_v1/services/region_commitments/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_commitments/transports/__init__.py b/google/cloud/compute_v1/services/region_commitments/transports/__init__.py index c878ec63d..cdd46eef2 100644 --- a/google/cloud/compute_v1/services/region_commitments/transports/__init__.py +++ b/google/cloud/compute_v1/services/region_commitments/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_commitments/transports/base.py b/google/cloud/compute_v1/services/region_commitments/transports/base.py index 4cc8e9047..0d5f1e078 100644 --- a/google/cloud/compute_v1/services/region_commitments/transports/base.py +++ b/google/cloud/compute_v1/services/region_commitments/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_commitments/transports/rest.py b/google/cloud/compute_v1/services/region_commitments/transports/rest.py index 5219d5d68..7c7a451de 100644 --- a/google/cloud/compute_v1/services/region_commitments/transports/rest.py +++ b/google/cloud/compute_v1/services/region_commitments/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_disk_types/__init__.py b/google/cloud/compute_v1/services/region_disk_types/__init__.py index 898c60ed0..01141574f 100644 --- a/google/cloud/compute_v1/services/region_disk_types/__init__.py +++ b/google/cloud/compute_v1/services/region_disk_types/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_disk_types/client.py b/google/cloud/compute_v1/services/region_disk_types/client.py index c4aadc060..3b70143bf 100644 --- a/google/cloud/compute_v1/services/region_disk_types/client.py +++ b/google/cloud/compute_v1/services/region_disk_types/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_disk_types/pagers.py b/google/cloud/compute_v1/services/region_disk_types/pagers.py index 0f5c242b2..94404cdf6 100644 --- a/google/cloud/compute_v1/services/region_disk_types/pagers.py +++ b/google/cloud/compute_v1/services/region_disk_types/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_disk_types/transports/__init__.py b/google/cloud/compute_v1/services/region_disk_types/transports/__init__.py index e22ae97f0..3f108933d 100644 --- a/google/cloud/compute_v1/services/region_disk_types/transports/__init__.py +++ b/google/cloud/compute_v1/services/region_disk_types/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_disk_types/transports/base.py b/google/cloud/compute_v1/services/region_disk_types/transports/base.py index 24111d544..255947b46 100644 --- a/google/cloud/compute_v1/services/region_disk_types/transports/base.py +++ b/google/cloud/compute_v1/services/region_disk_types/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_disk_types/transports/rest.py b/google/cloud/compute_v1/services/region_disk_types/transports/rest.py index 0feccc585..4f56a5bfa 100644 --- a/google/cloud/compute_v1/services/region_disk_types/transports/rest.py +++ b/google/cloud/compute_v1/services/region_disk_types/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_disks/__init__.py b/google/cloud/compute_v1/services/region_disks/__init__.py index c3bcb84f7..d57f4c13c 100644 --- a/google/cloud/compute_v1/services/region_disks/__init__.py +++ b/google/cloud/compute_v1/services/region_disks/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_disks/client.py b/google/cloud/compute_v1/services/region_disks/client.py index 7f3b1a338..c420a6e45 100644 --- a/google/cloud/compute_v1/services/region_disks/client.py +++ b/google/cloud/compute_v1/services/region_disks/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_disks/pagers.py b/google/cloud/compute_v1/services/region_disks/pagers.py index d36c94b0d..3c52718b5 100644 --- a/google/cloud/compute_v1/services/region_disks/pagers.py +++ b/google/cloud/compute_v1/services/region_disks/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_disks/transports/__init__.py b/google/cloud/compute_v1/services/region_disks/transports/__init__.py index 1d726562d..78d27fd9b 100644 --- a/google/cloud/compute_v1/services/region_disks/transports/__init__.py +++ b/google/cloud/compute_v1/services/region_disks/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_disks/transports/base.py b/google/cloud/compute_v1/services/region_disks/transports/base.py index e9c3994bb..f710e82d2 100644 --- a/google/cloud/compute_v1/services/region_disks/transports/base.py +++ b/google/cloud/compute_v1/services/region_disks/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_disks/transports/rest.py b/google/cloud/compute_v1/services/region_disks/transports/rest.py index a9819dcee..b2edd9638 100644 --- a/google/cloud/compute_v1/services/region_disks/transports/rest.py +++ b/google/cloud/compute_v1/services/region_disks/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_health_check_services/__init__.py b/google/cloud/compute_v1/services/region_health_check_services/__init__.py index 3ff4c4974..c1bc00c5c 100644 --- a/google/cloud/compute_v1/services/region_health_check_services/__init__.py +++ b/google/cloud/compute_v1/services/region_health_check_services/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_health_check_services/client.py b/google/cloud/compute_v1/services/region_health_check_services/client.py index d057b0a27..ec55746cd 100644 --- a/google/cloud/compute_v1/services/region_health_check_services/client.py +++ b/google/cloud/compute_v1/services/region_health_check_services/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_health_check_services/pagers.py b/google/cloud/compute_v1/services/region_health_check_services/pagers.py index e5aefbc47..d04666e37 100644 --- a/google/cloud/compute_v1/services/region_health_check_services/pagers.py +++ b/google/cloud/compute_v1/services/region_health_check_services/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_health_check_services/transports/__init__.py b/google/cloud/compute_v1/services/region_health_check_services/transports/__init__.py index 0d918b8bf..925f1d6b0 100644 --- a/google/cloud/compute_v1/services/region_health_check_services/transports/__init__.py +++ b/google/cloud/compute_v1/services/region_health_check_services/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_health_check_services/transports/base.py b/google/cloud/compute_v1/services/region_health_check_services/transports/base.py index f62e33430..edc6a8dc4 100644 --- a/google/cloud/compute_v1/services/region_health_check_services/transports/base.py +++ b/google/cloud/compute_v1/services/region_health_check_services/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_health_check_services/transports/rest.py b/google/cloud/compute_v1/services/region_health_check_services/transports/rest.py index ea7045c69..4811bb650 100644 --- a/google/cloud/compute_v1/services/region_health_check_services/transports/rest.py +++ b/google/cloud/compute_v1/services/region_health_check_services/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_health_checks/__init__.py b/google/cloud/compute_v1/services/region_health_checks/__init__.py index 78ee9a730..b72f44e86 100644 --- a/google/cloud/compute_v1/services/region_health_checks/__init__.py +++ b/google/cloud/compute_v1/services/region_health_checks/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_health_checks/client.py b/google/cloud/compute_v1/services/region_health_checks/client.py index 06dcbf5c7..5bf9fc4aa 100644 --- a/google/cloud/compute_v1/services/region_health_checks/client.py +++ b/google/cloud/compute_v1/services/region_health_checks/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_health_checks/pagers.py b/google/cloud/compute_v1/services/region_health_checks/pagers.py index 86f6c403e..6bb52303f 100644 --- a/google/cloud/compute_v1/services/region_health_checks/pagers.py +++ b/google/cloud/compute_v1/services/region_health_checks/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_health_checks/transports/__init__.py b/google/cloud/compute_v1/services/region_health_checks/transports/__init__.py index 25aacdd88..c5757941f 100644 --- a/google/cloud/compute_v1/services/region_health_checks/transports/__init__.py +++ b/google/cloud/compute_v1/services/region_health_checks/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_health_checks/transports/base.py b/google/cloud/compute_v1/services/region_health_checks/transports/base.py index 3571c934b..26204cb4e 100644 --- a/google/cloud/compute_v1/services/region_health_checks/transports/base.py +++ b/google/cloud/compute_v1/services/region_health_checks/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_health_checks/transports/rest.py b/google/cloud/compute_v1/services/region_health_checks/transports/rest.py index 41f3d652a..1125bb138 100644 --- a/google/cloud/compute_v1/services/region_health_checks/transports/rest.py +++ b/google/cloud/compute_v1/services/region_health_checks/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_instance_group_managers/__init__.py b/google/cloud/compute_v1/services/region_instance_group_managers/__init__.py index 84a9edd21..4920e2ad9 100644 --- a/google/cloud/compute_v1/services/region_instance_group_managers/__init__.py +++ b/google/cloud/compute_v1/services/region_instance_group_managers/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_instance_group_managers/client.py b/google/cloud/compute_v1/services/region_instance_group_managers/client.py index 8f48a3658..134db07a7 100644 --- a/google/cloud/compute_v1/services/region_instance_group_managers/client.py +++ b/google/cloud/compute_v1/services/region_instance_group_managers/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_instance_group_managers/pagers.py b/google/cloud/compute_v1/services/region_instance_group_managers/pagers.py index e04b7e644..e4d6c2cb4 100644 --- a/google/cloud/compute_v1/services/region_instance_group_managers/pagers.py +++ b/google/cloud/compute_v1/services/region_instance_group_managers/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_instance_group_managers/transports/__init__.py b/google/cloud/compute_v1/services/region_instance_group_managers/transports/__init__.py index 0a27f3b03..2034ec7ff 100644 --- a/google/cloud/compute_v1/services/region_instance_group_managers/transports/__init__.py +++ b/google/cloud/compute_v1/services/region_instance_group_managers/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_instance_group_managers/transports/base.py b/google/cloud/compute_v1/services/region_instance_group_managers/transports/base.py index e6490d509..72fa43d95 100644 --- a/google/cloud/compute_v1/services/region_instance_group_managers/transports/base.py +++ b/google/cloud/compute_v1/services/region_instance_group_managers/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_instance_group_managers/transports/rest.py b/google/cloud/compute_v1/services/region_instance_group_managers/transports/rest.py index 89f940cf6..1e4d514b2 100644 --- a/google/cloud/compute_v1/services/region_instance_group_managers/transports/rest.py +++ b/google/cloud/compute_v1/services/region_instance_group_managers/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_instance_groups/__init__.py b/google/cloud/compute_v1/services/region_instance_groups/__init__.py index e5b01194d..ca1039d06 100644 --- a/google/cloud/compute_v1/services/region_instance_groups/__init__.py +++ b/google/cloud/compute_v1/services/region_instance_groups/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_instance_groups/client.py b/google/cloud/compute_v1/services/region_instance_groups/client.py index 4c788d2ac..d38edd7ea 100644 --- a/google/cloud/compute_v1/services/region_instance_groups/client.py +++ b/google/cloud/compute_v1/services/region_instance_groups/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_instance_groups/pagers.py b/google/cloud/compute_v1/services/region_instance_groups/pagers.py index 055ee7302..6a3321cf6 100644 --- a/google/cloud/compute_v1/services/region_instance_groups/pagers.py +++ b/google/cloud/compute_v1/services/region_instance_groups/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_instance_groups/transports/__init__.py b/google/cloud/compute_v1/services/region_instance_groups/transports/__init__.py index 1b31f7a35..ce2d0a166 100644 --- a/google/cloud/compute_v1/services/region_instance_groups/transports/__init__.py +++ b/google/cloud/compute_v1/services/region_instance_groups/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_instance_groups/transports/base.py b/google/cloud/compute_v1/services/region_instance_groups/transports/base.py index 357b6f955..dca8d83ea 100644 --- a/google/cloud/compute_v1/services/region_instance_groups/transports/base.py +++ b/google/cloud/compute_v1/services/region_instance_groups/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_instance_groups/transports/rest.py b/google/cloud/compute_v1/services/region_instance_groups/transports/rest.py index 54a1a3224..c4f25d1f1 100644 --- a/google/cloud/compute_v1/services/region_instance_groups/transports/rest.py +++ b/google/cloud/compute_v1/services/region_instance_groups/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_instance_templates/__init__.py b/google/cloud/compute_v1/services/region_instance_templates/__init__.py index 31937b910..e8539c2c9 100644 --- a/google/cloud/compute_v1/services/region_instance_templates/__init__.py +++ b/google/cloud/compute_v1/services/region_instance_templates/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_instance_templates/client.py b/google/cloud/compute_v1/services/region_instance_templates/client.py index fd236578b..6daa673f7 100644 --- a/google/cloud/compute_v1/services/region_instance_templates/client.py +++ b/google/cloud/compute_v1/services/region_instance_templates/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_instance_templates/pagers.py b/google/cloud/compute_v1/services/region_instance_templates/pagers.py index 73180e26e..357c9bc0f 100644 --- a/google/cloud/compute_v1/services/region_instance_templates/pagers.py +++ b/google/cloud/compute_v1/services/region_instance_templates/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_instance_templates/transports/__init__.py b/google/cloud/compute_v1/services/region_instance_templates/transports/__init__.py index 819f6b751..2a1917c50 100644 --- a/google/cloud/compute_v1/services/region_instance_templates/transports/__init__.py +++ b/google/cloud/compute_v1/services/region_instance_templates/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_instance_templates/transports/base.py b/google/cloud/compute_v1/services/region_instance_templates/transports/base.py index 5690a9aa3..56e9c22d4 100644 --- a/google/cloud/compute_v1/services/region_instance_templates/transports/base.py +++ b/google/cloud/compute_v1/services/region_instance_templates/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_instance_templates/transports/rest.py b/google/cloud/compute_v1/services/region_instance_templates/transports/rest.py index f828087a8..5337ee787 100644 --- a/google/cloud/compute_v1/services/region_instance_templates/transports/rest.py +++ b/google/cloud/compute_v1/services/region_instance_templates/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_instances/__init__.py b/google/cloud/compute_v1/services/region_instances/__init__.py index a2bbda0dc..a1b9a8aa5 100644 --- a/google/cloud/compute_v1/services/region_instances/__init__.py +++ b/google/cloud/compute_v1/services/region_instances/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_instances/client.py b/google/cloud/compute_v1/services/region_instances/client.py index 7e59ab004..7a7ab5fc8 100644 --- a/google/cloud/compute_v1/services/region_instances/client.py +++ b/google/cloud/compute_v1/services/region_instances/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_instances/transports/__init__.py b/google/cloud/compute_v1/services/region_instances/transports/__init__.py index aaead2cef..10666091f 100644 --- a/google/cloud/compute_v1/services/region_instances/transports/__init__.py +++ b/google/cloud/compute_v1/services/region_instances/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_instances/transports/base.py b/google/cloud/compute_v1/services/region_instances/transports/base.py index 0be3e2063..3e45fdb48 100644 --- a/google/cloud/compute_v1/services/region_instances/transports/base.py +++ b/google/cloud/compute_v1/services/region_instances/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_instances/transports/rest.py b/google/cloud/compute_v1/services/region_instances/transports/rest.py index 6a8c59189..8bb8285aa 100644 --- a/google/cloud/compute_v1/services/region_instances/transports/rest.py +++ b/google/cloud/compute_v1/services/region_instances/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_network_endpoint_groups/__init__.py b/google/cloud/compute_v1/services/region_network_endpoint_groups/__init__.py index a3c985731..19bed6bac 100644 --- a/google/cloud/compute_v1/services/region_network_endpoint_groups/__init__.py +++ b/google/cloud/compute_v1/services/region_network_endpoint_groups/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_network_endpoint_groups/client.py b/google/cloud/compute_v1/services/region_network_endpoint_groups/client.py index 2b4dbbee5..af9da3c6d 100644 --- a/google/cloud/compute_v1/services/region_network_endpoint_groups/client.py +++ b/google/cloud/compute_v1/services/region_network_endpoint_groups/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_network_endpoint_groups/pagers.py b/google/cloud/compute_v1/services/region_network_endpoint_groups/pagers.py index 0f3b0c69f..b58e05039 100644 --- a/google/cloud/compute_v1/services/region_network_endpoint_groups/pagers.py +++ b/google/cloud/compute_v1/services/region_network_endpoint_groups/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_network_endpoint_groups/transports/__init__.py b/google/cloud/compute_v1/services/region_network_endpoint_groups/transports/__init__.py index 2927268b8..05be45a7f 100644 --- a/google/cloud/compute_v1/services/region_network_endpoint_groups/transports/__init__.py +++ b/google/cloud/compute_v1/services/region_network_endpoint_groups/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_network_endpoint_groups/transports/base.py b/google/cloud/compute_v1/services/region_network_endpoint_groups/transports/base.py index 2cf3c176e..862cd596f 100644 --- a/google/cloud/compute_v1/services/region_network_endpoint_groups/transports/base.py +++ b/google/cloud/compute_v1/services/region_network_endpoint_groups/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_network_endpoint_groups/transports/rest.py b/google/cloud/compute_v1/services/region_network_endpoint_groups/transports/rest.py index f57593ac2..be1b6794f 100644 --- a/google/cloud/compute_v1/services/region_network_endpoint_groups/transports/rest.py +++ b/google/cloud/compute_v1/services/region_network_endpoint_groups/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_network_firewall_policies/__init__.py b/google/cloud/compute_v1/services/region_network_firewall_policies/__init__.py index 18d17b0a0..34dab6486 100644 --- a/google/cloud/compute_v1/services/region_network_firewall_policies/__init__.py +++ b/google/cloud/compute_v1/services/region_network_firewall_policies/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_network_firewall_policies/client.py b/google/cloud/compute_v1/services/region_network_firewall_policies/client.py index fb867a126..abc3b4f48 100644 --- a/google/cloud/compute_v1/services/region_network_firewall_policies/client.py +++ b/google/cloud/compute_v1/services/region_network_firewall_policies/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_network_firewall_policies/pagers.py b/google/cloud/compute_v1/services/region_network_firewall_policies/pagers.py index 20e1a5f54..0ffa41a26 100644 --- a/google/cloud/compute_v1/services/region_network_firewall_policies/pagers.py +++ b/google/cloud/compute_v1/services/region_network_firewall_policies/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_network_firewall_policies/transports/__init__.py b/google/cloud/compute_v1/services/region_network_firewall_policies/transports/__init__.py index 087270b4a..45e69f3d4 100644 --- a/google/cloud/compute_v1/services/region_network_firewall_policies/transports/__init__.py +++ b/google/cloud/compute_v1/services/region_network_firewall_policies/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_network_firewall_policies/transports/base.py b/google/cloud/compute_v1/services/region_network_firewall_policies/transports/base.py index 9f5b9dd85..2b782b89a 100644 --- a/google/cloud/compute_v1/services/region_network_firewall_policies/transports/base.py +++ b/google/cloud/compute_v1/services/region_network_firewall_policies/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_network_firewall_policies/transports/rest.py b/google/cloud/compute_v1/services/region_network_firewall_policies/transports/rest.py index 306f89c22..50ec73f95 100644 --- a/google/cloud/compute_v1/services/region_network_firewall_policies/transports/rest.py +++ b/google/cloud/compute_v1/services/region_network_firewall_policies/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_notification_endpoints/__init__.py b/google/cloud/compute_v1/services/region_notification_endpoints/__init__.py index 749cc698c..4a04deb02 100644 --- a/google/cloud/compute_v1/services/region_notification_endpoints/__init__.py +++ b/google/cloud/compute_v1/services/region_notification_endpoints/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_notification_endpoints/client.py b/google/cloud/compute_v1/services/region_notification_endpoints/client.py index 5492cf2af..0765ebc0a 100644 --- a/google/cloud/compute_v1/services/region_notification_endpoints/client.py +++ b/google/cloud/compute_v1/services/region_notification_endpoints/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_notification_endpoints/pagers.py b/google/cloud/compute_v1/services/region_notification_endpoints/pagers.py index 886c1fbb9..b36aa14a0 100644 --- a/google/cloud/compute_v1/services/region_notification_endpoints/pagers.py +++ b/google/cloud/compute_v1/services/region_notification_endpoints/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_notification_endpoints/transports/__init__.py b/google/cloud/compute_v1/services/region_notification_endpoints/transports/__init__.py index 2676e9dde..74bef0e8f 100644 --- a/google/cloud/compute_v1/services/region_notification_endpoints/transports/__init__.py +++ b/google/cloud/compute_v1/services/region_notification_endpoints/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_notification_endpoints/transports/base.py b/google/cloud/compute_v1/services/region_notification_endpoints/transports/base.py index 69c3c0a5c..d8cf2e044 100644 --- a/google/cloud/compute_v1/services/region_notification_endpoints/transports/base.py +++ b/google/cloud/compute_v1/services/region_notification_endpoints/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_notification_endpoints/transports/rest.py b/google/cloud/compute_v1/services/region_notification_endpoints/transports/rest.py index e10407f84..fdbf539d3 100644 --- a/google/cloud/compute_v1/services/region_notification_endpoints/transports/rest.py +++ b/google/cloud/compute_v1/services/region_notification_endpoints/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_operations/__init__.py b/google/cloud/compute_v1/services/region_operations/__init__.py index 2343d0084..0fdf4d2ae 100644 --- a/google/cloud/compute_v1/services/region_operations/__init__.py +++ b/google/cloud/compute_v1/services/region_operations/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_operations/client.py b/google/cloud/compute_v1/services/region_operations/client.py index dec8b6327..037696d83 100644 --- a/google/cloud/compute_v1/services/region_operations/client.py +++ b/google/cloud/compute_v1/services/region_operations/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_operations/pagers.py b/google/cloud/compute_v1/services/region_operations/pagers.py index d606da256..f0e673df4 100644 --- a/google/cloud/compute_v1/services/region_operations/pagers.py +++ b/google/cloud/compute_v1/services/region_operations/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_operations/transports/__init__.py b/google/cloud/compute_v1/services/region_operations/transports/__init__.py index d54050586..ae3874c9b 100644 --- a/google/cloud/compute_v1/services/region_operations/transports/__init__.py +++ b/google/cloud/compute_v1/services/region_operations/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_operations/transports/base.py b/google/cloud/compute_v1/services/region_operations/transports/base.py index aa628cd59..ca4fe4659 100644 --- a/google/cloud/compute_v1/services/region_operations/transports/base.py +++ b/google/cloud/compute_v1/services/region_operations/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_operations/transports/rest.py b/google/cloud/compute_v1/services/region_operations/transports/rest.py index 3da137049..d1b2452b9 100644 --- a/google/cloud/compute_v1/services/region_operations/transports/rest.py +++ b/google/cloud/compute_v1/services/region_operations/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_security_policies/__init__.py b/google/cloud/compute_v1/services/region_security_policies/__init__.py index bd29dd86d..df57a972e 100644 --- a/google/cloud/compute_v1/services/region_security_policies/__init__.py +++ b/google/cloud/compute_v1/services/region_security_policies/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_security_policies/client.py b/google/cloud/compute_v1/services/region_security_policies/client.py index a988a64ef..d269c4dfc 100644 --- a/google/cloud/compute_v1/services/region_security_policies/client.py +++ b/google/cloud/compute_v1/services/region_security_policies/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_security_policies/pagers.py b/google/cloud/compute_v1/services/region_security_policies/pagers.py index 64421b423..64e84ff6d 100644 --- a/google/cloud/compute_v1/services/region_security_policies/pagers.py +++ b/google/cloud/compute_v1/services/region_security_policies/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_security_policies/transports/__init__.py b/google/cloud/compute_v1/services/region_security_policies/transports/__init__.py index b286ea412..077598635 100644 --- a/google/cloud/compute_v1/services/region_security_policies/transports/__init__.py +++ b/google/cloud/compute_v1/services/region_security_policies/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_security_policies/transports/base.py b/google/cloud/compute_v1/services/region_security_policies/transports/base.py index ed95e73dd..b27e235ee 100644 --- a/google/cloud/compute_v1/services/region_security_policies/transports/base.py +++ b/google/cloud/compute_v1/services/region_security_policies/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_security_policies/transports/rest.py b/google/cloud/compute_v1/services/region_security_policies/transports/rest.py index 9a29214ed..6612c70df 100644 --- a/google/cloud/compute_v1/services/region_security_policies/transports/rest.py +++ b/google/cloud/compute_v1/services/region_security_policies/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_ssl_certificates/__init__.py b/google/cloud/compute_v1/services/region_ssl_certificates/__init__.py index 7e9c78950..f83cd9f3a 100644 --- a/google/cloud/compute_v1/services/region_ssl_certificates/__init__.py +++ b/google/cloud/compute_v1/services/region_ssl_certificates/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_ssl_certificates/client.py b/google/cloud/compute_v1/services/region_ssl_certificates/client.py index 5905fa43f..efe167a61 100644 --- a/google/cloud/compute_v1/services/region_ssl_certificates/client.py +++ b/google/cloud/compute_v1/services/region_ssl_certificates/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_ssl_certificates/pagers.py b/google/cloud/compute_v1/services/region_ssl_certificates/pagers.py index f80525810..3003d8337 100644 --- a/google/cloud/compute_v1/services/region_ssl_certificates/pagers.py +++ b/google/cloud/compute_v1/services/region_ssl_certificates/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_ssl_certificates/transports/__init__.py b/google/cloud/compute_v1/services/region_ssl_certificates/transports/__init__.py index 031f458ec..956312e74 100644 --- a/google/cloud/compute_v1/services/region_ssl_certificates/transports/__init__.py +++ b/google/cloud/compute_v1/services/region_ssl_certificates/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_ssl_certificates/transports/base.py b/google/cloud/compute_v1/services/region_ssl_certificates/transports/base.py index eeb79be3e..cdd156b09 100644 --- a/google/cloud/compute_v1/services/region_ssl_certificates/transports/base.py +++ b/google/cloud/compute_v1/services/region_ssl_certificates/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_ssl_certificates/transports/rest.py b/google/cloud/compute_v1/services/region_ssl_certificates/transports/rest.py index 805837212..c9f947cc0 100644 --- a/google/cloud/compute_v1/services/region_ssl_certificates/transports/rest.py +++ b/google/cloud/compute_v1/services/region_ssl_certificates/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_ssl_policies/__init__.py b/google/cloud/compute_v1/services/region_ssl_policies/__init__.py index 9a5296526..7f3c01160 100644 --- a/google/cloud/compute_v1/services/region_ssl_policies/__init__.py +++ b/google/cloud/compute_v1/services/region_ssl_policies/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_ssl_policies/client.py b/google/cloud/compute_v1/services/region_ssl_policies/client.py index 576299c4a..3c0bf8a69 100644 --- a/google/cloud/compute_v1/services/region_ssl_policies/client.py +++ b/google/cloud/compute_v1/services/region_ssl_policies/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_ssl_policies/pagers.py b/google/cloud/compute_v1/services/region_ssl_policies/pagers.py index 97425dae5..5fed9c375 100644 --- a/google/cloud/compute_v1/services/region_ssl_policies/pagers.py +++ b/google/cloud/compute_v1/services/region_ssl_policies/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_ssl_policies/transports/__init__.py b/google/cloud/compute_v1/services/region_ssl_policies/transports/__init__.py index 880a0d056..23350c884 100644 --- a/google/cloud/compute_v1/services/region_ssl_policies/transports/__init__.py +++ b/google/cloud/compute_v1/services/region_ssl_policies/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_ssl_policies/transports/base.py b/google/cloud/compute_v1/services/region_ssl_policies/transports/base.py index 66e72a817..160b0ce88 100644 --- a/google/cloud/compute_v1/services/region_ssl_policies/transports/base.py +++ b/google/cloud/compute_v1/services/region_ssl_policies/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_ssl_policies/transports/rest.py b/google/cloud/compute_v1/services/region_ssl_policies/transports/rest.py index f50daa958..ae4204099 100644 --- a/google/cloud/compute_v1/services/region_ssl_policies/transports/rest.py +++ b/google/cloud/compute_v1/services/region_ssl_policies/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_target_http_proxies/__init__.py b/google/cloud/compute_v1/services/region_target_http_proxies/__init__.py index 382bab946..47eeae487 100644 --- a/google/cloud/compute_v1/services/region_target_http_proxies/__init__.py +++ b/google/cloud/compute_v1/services/region_target_http_proxies/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_target_http_proxies/client.py b/google/cloud/compute_v1/services/region_target_http_proxies/client.py index 3c9cd9340..9ebecaff3 100644 --- a/google/cloud/compute_v1/services/region_target_http_proxies/client.py +++ b/google/cloud/compute_v1/services/region_target_http_proxies/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_target_http_proxies/pagers.py b/google/cloud/compute_v1/services/region_target_http_proxies/pagers.py index d6b0efdce..ee42c3065 100644 --- a/google/cloud/compute_v1/services/region_target_http_proxies/pagers.py +++ b/google/cloud/compute_v1/services/region_target_http_proxies/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_target_http_proxies/transports/__init__.py b/google/cloud/compute_v1/services/region_target_http_proxies/transports/__init__.py index 7bff0d2b7..4351fc6bc 100644 --- a/google/cloud/compute_v1/services/region_target_http_proxies/transports/__init__.py +++ b/google/cloud/compute_v1/services/region_target_http_proxies/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_target_http_proxies/transports/base.py b/google/cloud/compute_v1/services/region_target_http_proxies/transports/base.py index c72ed410a..1901406ed 100644 --- a/google/cloud/compute_v1/services/region_target_http_proxies/transports/base.py +++ b/google/cloud/compute_v1/services/region_target_http_proxies/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_target_http_proxies/transports/rest.py b/google/cloud/compute_v1/services/region_target_http_proxies/transports/rest.py index 4ef59af32..ded58c19b 100644 --- a/google/cloud/compute_v1/services/region_target_http_proxies/transports/rest.py +++ b/google/cloud/compute_v1/services/region_target_http_proxies/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_target_https_proxies/__init__.py b/google/cloud/compute_v1/services/region_target_https_proxies/__init__.py index b24027908..175e53a4c 100644 --- a/google/cloud/compute_v1/services/region_target_https_proxies/__init__.py +++ b/google/cloud/compute_v1/services/region_target_https_proxies/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_target_https_proxies/client.py b/google/cloud/compute_v1/services/region_target_https_proxies/client.py index 19515787d..6c60cd68a 100644 --- a/google/cloud/compute_v1/services/region_target_https_proxies/client.py +++ b/google/cloud/compute_v1/services/region_target_https_proxies/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_target_https_proxies/pagers.py b/google/cloud/compute_v1/services/region_target_https_proxies/pagers.py index 0ed193a91..555f80fa6 100644 --- a/google/cloud/compute_v1/services/region_target_https_proxies/pagers.py +++ b/google/cloud/compute_v1/services/region_target_https_proxies/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_target_https_proxies/transports/__init__.py b/google/cloud/compute_v1/services/region_target_https_proxies/transports/__init__.py index 6f41485a7..c682b046c 100644 --- a/google/cloud/compute_v1/services/region_target_https_proxies/transports/__init__.py +++ b/google/cloud/compute_v1/services/region_target_https_proxies/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_target_https_proxies/transports/base.py b/google/cloud/compute_v1/services/region_target_https_proxies/transports/base.py index d77e2294e..619f6b5f9 100644 --- a/google/cloud/compute_v1/services/region_target_https_proxies/transports/base.py +++ b/google/cloud/compute_v1/services/region_target_https_proxies/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_target_https_proxies/transports/rest.py b/google/cloud/compute_v1/services/region_target_https_proxies/transports/rest.py index d212759cd..5190a7a2a 100644 --- a/google/cloud/compute_v1/services/region_target_https_proxies/transports/rest.py +++ b/google/cloud/compute_v1/services/region_target_https_proxies/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_target_tcp_proxies/__init__.py b/google/cloud/compute_v1/services/region_target_tcp_proxies/__init__.py index 8d09c6dc9..5efd22889 100644 --- a/google/cloud/compute_v1/services/region_target_tcp_proxies/__init__.py +++ b/google/cloud/compute_v1/services/region_target_tcp_proxies/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_target_tcp_proxies/client.py b/google/cloud/compute_v1/services/region_target_tcp_proxies/client.py index 491f7dfa2..c97c8e8f8 100644 --- a/google/cloud/compute_v1/services/region_target_tcp_proxies/client.py +++ b/google/cloud/compute_v1/services/region_target_tcp_proxies/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_target_tcp_proxies/pagers.py b/google/cloud/compute_v1/services/region_target_tcp_proxies/pagers.py index 898a11460..c6322c47b 100644 --- a/google/cloud/compute_v1/services/region_target_tcp_proxies/pagers.py +++ b/google/cloud/compute_v1/services/region_target_tcp_proxies/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_target_tcp_proxies/transports/__init__.py b/google/cloud/compute_v1/services/region_target_tcp_proxies/transports/__init__.py index 60ecd8058..62ba47cee 100644 --- a/google/cloud/compute_v1/services/region_target_tcp_proxies/transports/__init__.py +++ b/google/cloud/compute_v1/services/region_target_tcp_proxies/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_target_tcp_proxies/transports/base.py b/google/cloud/compute_v1/services/region_target_tcp_proxies/transports/base.py index 1bb8b9ec8..5e4f5ab53 100644 --- a/google/cloud/compute_v1/services/region_target_tcp_proxies/transports/base.py +++ b/google/cloud/compute_v1/services/region_target_tcp_proxies/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_target_tcp_proxies/transports/rest.py b/google/cloud/compute_v1/services/region_target_tcp_proxies/transports/rest.py index 981931da5..8ced092be 100644 --- a/google/cloud/compute_v1/services/region_target_tcp_proxies/transports/rest.py +++ b/google/cloud/compute_v1/services/region_target_tcp_proxies/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_url_maps/__init__.py b/google/cloud/compute_v1/services/region_url_maps/__init__.py index c5e0cc4e9..4c8fae577 100644 --- a/google/cloud/compute_v1/services/region_url_maps/__init__.py +++ b/google/cloud/compute_v1/services/region_url_maps/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_url_maps/client.py b/google/cloud/compute_v1/services/region_url_maps/client.py index 33b99de05..ce397d1fd 100644 --- a/google/cloud/compute_v1/services/region_url_maps/client.py +++ b/google/cloud/compute_v1/services/region_url_maps/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_url_maps/pagers.py b/google/cloud/compute_v1/services/region_url_maps/pagers.py index f9b8dfbf1..579b48774 100644 --- a/google/cloud/compute_v1/services/region_url_maps/pagers.py +++ b/google/cloud/compute_v1/services/region_url_maps/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_url_maps/transports/__init__.py b/google/cloud/compute_v1/services/region_url_maps/transports/__init__.py index 48865e15d..4a5e3564f 100644 --- a/google/cloud/compute_v1/services/region_url_maps/transports/__init__.py +++ b/google/cloud/compute_v1/services/region_url_maps/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_url_maps/transports/base.py b/google/cloud/compute_v1/services/region_url_maps/transports/base.py index b0626653b..d3b737994 100644 --- a/google/cloud/compute_v1/services/region_url_maps/transports/base.py +++ b/google/cloud/compute_v1/services/region_url_maps/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/region_url_maps/transports/rest.py b/google/cloud/compute_v1/services/region_url_maps/transports/rest.py index 5b3c83252..ab4d0c029 100644 --- a/google/cloud/compute_v1/services/region_url_maps/transports/rest.py +++ b/google/cloud/compute_v1/services/region_url_maps/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/regions/__init__.py b/google/cloud/compute_v1/services/regions/__init__.py index 1f3259cad..5d393677b 100644 --- a/google/cloud/compute_v1/services/regions/__init__.py +++ b/google/cloud/compute_v1/services/regions/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/regions/client.py b/google/cloud/compute_v1/services/regions/client.py index 2ec9b6d10..fbfbf12ca 100644 --- a/google/cloud/compute_v1/services/regions/client.py +++ b/google/cloud/compute_v1/services/regions/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/regions/pagers.py b/google/cloud/compute_v1/services/regions/pagers.py index fb1065df7..5256a956d 100644 --- a/google/cloud/compute_v1/services/regions/pagers.py +++ b/google/cloud/compute_v1/services/regions/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/regions/transports/__init__.py b/google/cloud/compute_v1/services/regions/transports/__init__.py index bbdf079bc..3430b2060 100644 --- a/google/cloud/compute_v1/services/regions/transports/__init__.py +++ b/google/cloud/compute_v1/services/regions/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/regions/transports/base.py b/google/cloud/compute_v1/services/regions/transports/base.py index 53d980415..330c44e56 100644 --- a/google/cloud/compute_v1/services/regions/transports/base.py +++ b/google/cloud/compute_v1/services/regions/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/regions/transports/rest.py b/google/cloud/compute_v1/services/regions/transports/rest.py index 063d19b16..60d5ef928 100644 --- a/google/cloud/compute_v1/services/regions/transports/rest.py +++ b/google/cloud/compute_v1/services/regions/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/reservations/__init__.py b/google/cloud/compute_v1/services/reservations/__init__.py index 68c3bd36e..24fb4b75f 100644 --- a/google/cloud/compute_v1/services/reservations/__init__.py +++ b/google/cloud/compute_v1/services/reservations/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/reservations/client.py b/google/cloud/compute_v1/services/reservations/client.py index 8277820ed..9e2d326cb 100644 --- a/google/cloud/compute_v1/services/reservations/client.py +++ b/google/cloud/compute_v1/services/reservations/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/reservations/pagers.py b/google/cloud/compute_v1/services/reservations/pagers.py index f07619de6..11c620d1b 100644 --- a/google/cloud/compute_v1/services/reservations/pagers.py +++ b/google/cloud/compute_v1/services/reservations/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/reservations/transports/__init__.py b/google/cloud/compute_v1/services/reservations/transports/__init__.py index 423cce71c..ecc49b4c2 100644 --- a/google/cloud/compute_v1/services/reservations/transports/__init__.py +++ b/google/cloud/compute_v1/services/reservations/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/reservations/transports/base.py b/google/cloud/compute_v1/services/reservations/transports/base.py index e14350cd9..b7a2a9378 100644 --- a/google/cloud/compute_v1/services/reservations/transports/base.py +++ b/google/cloud/compute_v1/services/reservations/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/reservations/transports/rest.py b/google/cloud/compute_v1/services/reservations/transports/rest.py index 2e294a288..4dee146b0 100644 --- a/google/cloud/compute_v1/services/reservations/transports/rest.py +++ b/google/cloud/compute_v1/services/reservations/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/resource_policies/__init__.py b/google/cloud/compute_v1/services/resource_policies/__init__.py index 0d10ad43a..579cea996 100644 --- a/google/cloud/compute_v1/services/resource_policies/__init__.py +++ b/google/cloud/compute_v1/services/resource_policies/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/resource_policies/client.py b/google/cloud/compute_v1/services/resource_policies/client.py index f703b2cc7..65bfec0a3 100644 --- a/google/cloud/compute_v1/services/resource_policies/client.py +++ b/google/cloud/compute_v1/services/resource_policies/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/resource_policies/pagers.py b/google/cloud/compute_v1/services/resource_policies/pagers.py index 587d99fba..d798a65a1 100644 --- a/google/cloud/compute_v1/services/resource_policies/pagers.py +++ b/google/cloud/compute_v1/services/resource_policies/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/resource_policies/transports/__init__.py b/google/cloud/compute_v1/services/resource_policies/transports/__init__.py index b15f59db8..400ce87fa 100644 --- a/google/cloud/compute_v1/services/resource_policies/transports/__init__.py +++ b/google/cloud/compute_v1/services/resource_policies/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/resource_policies/transports/base.py b/google/cloud/compute_v1/services/resource_policies/transports/base.py index fed773c6e..984d169dd 100644 --- a/google/cloud/compute_v1/services/resource_policies/transports/base.py +++ b/google/cloud/compute_v1/services/resource_policies/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/resource_policies/transports/rest.py b/google/cloud/compute_v1/services/resource_policies/transports/rest.py index f3e8119ac..8293719ce 100644 --- a/google/cloud/compute_v1/services/resource_policies/transports/rest.py +++ b/google/cloud/compute_v1/services/resource_policies/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/routers/__init__.py b/google/cloud/compute_v1/services/routers/__init__.py index 971c6e958..06b961f18 100644 --- a/google/cloud/compute_v1/services/routers/__init__.py +++ b/google/cloud/compute_v1/services/routers/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/routers/client.py b/google/cloud/compute_v1/services/routers/client.py index 51c5aa9da..e5de1e0a7 100644 --- a/google/cloud/compute_v1/services/routers/client.py +++ b/google/cloud/compute_v1/services/routers/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/routers/pagers.py b/google/cloud/compute_v1/services/routers/pagers.py index 746a2a580..1f3674d97 100644 --- a/google/cloud/compute_v1/services/routers/pagers.py +++ b/google/cloud/compute_v1/services/routers/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/routers/transports/__init__.py b/google/cloud/compute_v1/services/routers/transports/__init__.py index a436945c8..97349b820 100644 --- a/google/cloud/compute_v1/services/routers/transports/__init__.py +++ b/google/cloud/compute_v1/services/routers/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/routers/transports/base.py b/google/cloud/compute_v1/services/routers/transports/base.py index ec36fc67a..31bdff8a8 100644 --- a/google/cloud/compute_v1/services/routers/transports/base.py +++ b/google/cloud/compute_v1/services/routers/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/routers/transports/rest.py b/google/cloud/compute_v1/services/routers/transports/rest.py index 2fc86a39c..50a2b6a67 100644 --- a/google/cloud/compute_v1/services/routers/transports/rest.py +++ b/google/cloud/compute_v1/services/routers/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/routes/__init__.py b/google/cloud/compute_v1/services/routes/__init__.py index 14c30f399..cd10e61e7 100644 --- a/google/cloud/compute_v1/services/routes/__init__.py +++ b/google/cloud/compute_v1/services/routes/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/routes/client.py b/google/cloud/compute_v1/services/routes/client.py index 3cc7696ea..2881dc441 100644 --- a/google/cloud/compute_v1/services/routes/client.py +++ b/google/cloud/compute_v1/services/routes/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/routes/pagers.py b/google/cloud/compute_v1/services/routes/pagers.py index 16bf354f8..89cee4fbf 100644 --- a/google/cloud/compute_v1/services/routes/pagers.py +++ b/google/cloud/compute_v1/services/routes/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/routes/transports/__init__.py b/google/cloud/compute_v1/services/routes/transports/__init__.py index 0e9a42454..91b719516 100644 --- a/google/cloud/compute_v1/services/routes/transports/__init__.py +++ b/google/cloud/compute_v1/services/routes/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/routes/transports/base.py b/google/cloud/compute_v1/services/routes/transports/base.py index 440a5e8a4..f98b1d63e 100644 --- a/google/cloud/compute_v1/services/routes/transports/base.py +++ b/google/cloud/compute_v1/services/routes/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/routes/transports/rest.py b/google/cloud/compute_v1/services/routes/transports/rest.py index 847a5d074..d15190cf5 100644 --- a/google/cloud/compute_v1/services/routes/transports/rest.py +++ b/google/cloud/compute_v1/services/routes/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/security_policies/__init__.py b/google/cloud/compute_v1/services/security_policies/__init__.py index 3e5e3130e..312b78f30 100644 --- a/google/cloud/compute_v1/services/security_policies/__init__.py +++ b/google/cloud/compute_v1/services/security_policies/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/security_policies/client.py b/google/cloud/compute_v1/services/security_policies/client.py index d6d6f7f5b..5acf15d6b 100644 --- a/google/cloud/compute_v1/services/security_policies/client.py +++ b/google/cloud/compute_v1/services/security_policies/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/security_policies/pagers.py b/google/cloud/compute_v1/services/security_policies/pagers.py index c84aaef89..f266c20ba 100644 --- a/google/cloud/compute_v1/services/security_policies/pagers.py +++ b/google/cloud/compute_v1/services/security_policies/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/security_policies/transports/__init__.py b/google/cloud/compute_v1/services/security_policies/transports/__init__.py index fbcd805bb..dd40a63f5 100644 --- a/google/cloud/compute_v1/services/security_policies/transports/__init__.py +++ b/google/cloud/compute_v1/services/security_policies/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/security_policies/transports/base.py b/google/cloud/compute_v1/services/security_policies/transports/base.py index 2ec8cb072..a1ae36520 100644 --- a/google/cloud/compute_v1/services/security_policies/transports/base.py +++ b/google/cloud/compute_v1/services/security_policies/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/security_policies/transports/rest.py b/google/cloud/compute_v1/services/security_policies/transports/rest.py index c94c4defb..dec10513f 100644 --- a/google/cloud/compute_v1/services/security_policies/transports/rest.py +++ b/google/cloud/compute_v1/services/security_policies/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/service_attachments/__init__.py b/google/cloud/compute_v1/services/service_attachments/__init__.py index 58e0039bd..522568a5d 100644 --- a/google/cloud/compute_v1/services/service_attachments/__init__.py +++ b/google/cloud/compute_v1/services/service_attachments/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/service_attachments/client.py b/google/cloud/compute_v1/services/service_attachments/client.py index 35e15a646..dc2365116 100644 --- a/google/cloud/compute_v1/services/service_attachments/client.py +++ b/google/cloud/compute_v1/services/service_attachments/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/service_attachments/pagers.py b/google/cloud/compute_v1/services/service_attachments/pagers.py index 054435f0d..aa839b58a 100644 --- a/google/cloud/compute_v1/services/service_attachments/pagers.py +++ b/google/cloud/compute_v1/services/service_attachments/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/service_attachments/transports/__init__.py b/google/cloud/compute_v1/services/service_attachments/transports/__init__.py index 8a8e3548d..df2fb3a52 100644 --- a/google/cloud/compute_v1/services/service_attachments/transports/__init__.py +++ b/google/cloud/compute_v1/services/service_attachments/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/service_attachments/transports/base.py b/google/cloud/compute_v1/services/service_attachments/transports/base.py index ad9dd4fd1..430352146 100644 --- a/google/cloud/compute_v1/services/service_attachments/transports/base.py +++ b/google/cloud/compute_v1/services/service_attachments/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/service_attachments/transports/rest.py b/google/cloud/compute_v1/services/service_attachments/transports/rest.py index c6be38cbb..0089da59a 100644 --- a/google/cloud/compute_v1/services/service_attachments/transports/rest.py +++ b/google/cloud/compute_v1/services/service_attachments/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/snapshots/__init__.py b/google/cloud/compute_v1/services/snapshots/__init__.py index e7a2fbe8c..f918e459a 100644 --- a/google/cloud/compute_v1/services/snapshots/__init__.py +++ b/google/cloud/compute_v1/services/snapshots/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/snapshots/client.py b/google/cloud/compute_v1/services/snapshots/client.py index 91903b4eb..31cc20f17 100644 --- a/google/cloud/compute_v1/services/snapshots/client.py +++ b/google/cloud/compute_v1/services/snapshots/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/snapshots/pagers.py b/google/cloud/compute_v1/services/snapshots/pagers.py index 353ed2269..30d5215d6 100644 --- a/google/cloud/compute_v1/services/snapshots/pagers.py +++ b/google/cloud/compute_v1/services/snapshots/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/snapshots/transports/__init__.py b/google/cloud/compute_v1/services/snapshots/transports/__init__.py index 93f6d0f89..6090760b2 100644 --- a/google/cloud/compute_v1/services/snapshots/transports/__init__.py +++ b/google/cloud/compute_v1/services/snapshots/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/snapshots/transports/base.py b/google/cloud/compute_v1/services/snapshots/transports/base.py index 333c0aefd..470ed0dee 100644 --- a/google/cloud/compute_v1/services/snapshots/transports/base.py +++ b/google/cloud/compute_v1/services/snapshots/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/snapshots/transports/rest.py b/google/cloud/compute_v1/services/snapshots/transports/rest.py index a2356f036..76c4a2426 100644 --- a/google/cloud/compute_v1/services/snapshots/transports/rest.py +++ b/google/cloud/compute_v1/services/snapshots/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/ssl_certificates/__init__.py b/google/cloud/compute_v1/services/ssl_certificates/__init__.py index 8c15cc1f2..e50a0e9fd 100644 --- a/google/cloud/compute_v1/services/ssl_certificates/__init__.py +++ b/google/cloud/compute_v1/services/ssl_certificates/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/ssl_certificates/client.py b/google/cloud/compute_v1/services/ssl_certificates/client.py index e647e7b23..627301b15 100644 --- a/google/cloud/compute_v1/services/ssl_certificates/client.py +++ b/google/cloud/compute_v1/services/ssl_certificates/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/ssl_certificates/pagers.py b/google/cloud/compute_v1/services/ssl_certificates/pagers.py index 74939ef70..a6b38ae78 100644 --- a/google/cloud/compute_v1/services/ssl_certificates/pagers.py +++ b/google/cloud/compute_v1/services/ssl_certificates/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/ssl_certificates/transports/__init__.py b/google/cloud/compute_v1/services/ssl_certificates/transports/__init__.py index 8f5f3ad26..778277999 100644 --- a/google/cloud/compute_v1/services/ssl_certificates/transports/__init__.py +++ b/google/cloud/compute_v1/services/ssl_certificates/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/ssl_certificates/transports/base.py b/google/cloud/compute_v1/services/ssl_certificates/transports/base.py index 0cef0d307..516933d41 100644 --- a/google/cloud/compute_v1/services/ssl_certificates/transports/base.py +++ b/google/cloud/compute_v1/services/ssl_certificates/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/ssl_certificates/transports/rest.py b/google/cloud/compute_v1/services/ssl_certificates/transports/rest.py index 66ef8b608..ca2cc569d 100644 --- a/google/cloud/compute_v1/services/ssl_certificates/transports/rest.py +++ b/google/cloud/compute_v1/services/ssl_certificates/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/ssl_policies/__init__.py b/google/cloud/compute_v1/services/ssl_policies/__init__.py index 0c0d5f7cf..ed1c4ce1f 100644 --- a/google/cloud/compute_v1/services/ssl_policies/__init__.py +++ b/google/cloud/compute_v1/services/ssl_policies/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/ssl_policies/client.py b/google/cloud/compute_v1/services/ssl_policies/client.py index 056f13cc0..e2c7dfcd5 100644 --- a/google/cloud/compute_v1/services/ssl_policies/client.py +++ b/google/cloud/compute_v1/services/ssl_policies/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/ssl_policies/pagers.py b/google/cloud/compute_v1/services/ssl_policies/pagers.py index 3f7dca6ca..b744de2c4 100644 --- a/google/cloud/compute_v1/services/ssl_policies/pagers.py +++ b/google/cloud/compute_v1/services/ssl_policies/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/ssl_policies/transports/__init__.py b/google/cloud/compute_v1/services/ssl_policies/transports/__init__.py index 89fbf8187..fa457fd6c 100644 --- a/google/cloud/compute_v1/services/ssl_policies/transports/__init__.py +++ b/google/cloud/compute_v1/services/ssl_policies/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/ssl_policies/transports/base.py b/google/cloud/compute_v1/services/ssl_policies/transports/base.py index 559200173..43b10f861 100644 --- a/google/cloud/compute_v1/services/ssl_policies/transports/base.py +++ b/google/cloud/compute_v1/services/ssl_policies/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/ssl_policies/transports/rest.py b/google/cloud/compute_v1/services/ssl_policies/transports/rest.py index d84ec9885..bed554ad6 100644 --- a/google/cloud/compute_v1/services/ssl_policies/transports/rest.py +++ b/google/cloud/compute_v1/services/ssl_policies/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/subnetworks/__init__.py b/google/cloud/compute_v1/services/subnetworks/__init__.py index af62bc78b..85500f2c5 100644 --- a/google/cloud/compute_v1/services/subnetworks/__init__.py +++ b/google/cloud/compute_v1/services/subnetworks/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/subnetworks/client.py b/google/cloud/compute_v1/services/subnetworks/client.py index 10a076b43..7081355d9 100644 --- a/google/cloud/compute_v1/services/subnetworks/client.py +++ b/google/cloud/compute_v1/services/subnetworks/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/subnetworks/pagers.py b/google/cloud/compute_v1/services/subnetworks/pagers.py index 8df84f592..11e7866fc 100644 --- a/google/cloud/compute_v1/services/subnetworks/pagers.py +++ b/google/cloud/compute_v1/services/subnetworks/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/subnetworks/transports/__init__.py b/google/cloud/compute_v1/services/subnetworks/transports/__init__.py index 8083e0171..a252af0fe 100644 --- a/google/cloud/compute_v1/services/subnetworks/transports/__init__.py +++ b/google/cloud/compute_v1/services/subnetworks/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/subnetworks/transports/base.py b/google/cloud/compute_v1/services/subnetworks/transports/base.py index 0db451a59..42249f7b6 100644 --- a/google/cloud/compute_v1/services/subnetworks/transports/base.py +++ b/google/cloud/compute_v1/services/subnetworks/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/subnetworks/transports/rest.py b/google/cloud/compute_v1/services/subnetworks/transports/rest.py index eb236774c..b66e74402 100644 --- a/google/cloud/compute_v1/services/subnetworks/transports/rest.py +++ b/google/cloud/compute_v1/services/subnetworks/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/target_grpc_proxies/__init__.py b/google/cloud/compute_v1/services/target_grpc_proxies/__init__.py index 03a2d581d..32fc7bd24 100644 --- a/google/cloud/compute_v1/services/target_grpc_proxies/__init__.py +++ b/google/cloud/compute_v1/services/target_grpc_proxies/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/target_grpc_proxies/client.py b/google/cloud/compute_v1/services/target_grpc_proxies/client.py index f2d102a2b..ede808e98 100644 --- a/google/cloud/compute_v1/services/target_grpc_proxies/client.py +++ b/google/cloud/compute_v1/services/target_grpc_proxies/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/target_grpc_proxies/pagers.py b/google/cloud/compute_v1/services/target_grpc_proxies/pagers.py index c9ec05621..1f3f67688 100644 --- a/google/cloud/compute_v1/services/target_grpc_proxies/pagers.py +++ b/google/cloud/compute_v1/services/target_grpc_proxies/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/target_grpc_proxies/transports/__init__.py b/google/cloud/compute_v1/services/target_grpc_proxies/transports/__init__.py index 6217ee4d9..a7c9a54d4 100644 --- a/google/cloud/compute_v1/services/target_grpc_proxies/transports/__init__.py +++ b/google/cloud/compute_v1/services/target_grpc_proxies/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/target_grpc_proxies/transports/base.py b/google/cloud/compute_v1/services/target_grpc_proxies/transports/base.py index b1a69c1b8..30f0720c6 100644 --- a/google/cloud/compute_v1/services/target_grpc_proxies/transports/base.py +++ b/google/cloud/compute_v1/services/target_grpc_proxies/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/target_grpc_proxies/transports/rest.py b/google/cloud/compute_v1/services/target_grpc_proxies/transports/rest.py index 838e4dfc4..4225bd2a0 100644 --- a/google/cloud/compute_v1/services/target_grpc_proxies/transports/rest.py +++ b/google/cloud/compute_v1/services/target_grpc_proxies/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/target_http_proxies/__init__.py b/google/cloud/compute_v1/services/target_http_proxies/__init__.py index dee01f45d..ace71ebac 100644 --- a/google/cloud/compute_v1/services/target_http_proxies/__init__.py +++ b/google/cloud/compute_v1/services/target_http_proxies/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/target_http_proxies/client.py b/google/cloud/compute_v1/services/target_http_proxies/client.py index 8a753edb4..ddb68250f 100644 --- a/google/cloud/compute_v1/services/target_http_proxies/client.py +++ b/google/cloud/compute_v1/services/target_http_proxies/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/target_http_proxies/pagers.py b/google/cloud/compute_v1/services/target_http_proxies/pagers.py index 062ad2cf6..117fa3c57 100644 --- a/google/cloud/compute_v1/services/target_http_proxies/pagers.py +++ b/google/cloud/compute_v1/services/target_http_proxies/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/target_http_proxies/transports/__init__.py b/google/cloud/compute_v1/services/target_http_proxies/transports/__init__.py index fa89e120c..36bcf4a69 100644 --- a/google/cloud/compute_v1/services/target_http_proxies/transports/__init__.py +++ b/google/cloud/compute_v1/services/target_http_proxies/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/target_http_proxies/transports/base.py b/google/cloud/compute_v1/services/target_http_proxies/transports/base.py index b074df19c..b183f7346 100644 --- a/google/cloud/compute_v1/services/target_http_proxies/transports/base.py +++ b/google/cloud/compute_v1/services/target_http_proxies/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/target_http_proxies/transports/rest.py b/google/cloud/compute_v1/services/target_http_proxies/transports/rest.py index 46743c562..4ebfa888a 100644 --- a/google/cloud/compute_v1/services/target_http_proxies/transports/rest.py +++ b/google/cloud/compute_v1/services/target_http_proxies/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/target_https_proxies/__init__.py b/google/cloud/compute_v1/services/target_https_proxies/__init__.py index abe243f7f..c29a6dd47 100644 --- a/google/cloud/compute_v1/services/target_https_proxies/__init__.py +++ b/google/cloud/compute_v1/services/target_https_proxies/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/target_https_proxies/client.py b/google/cloud/compute_v1/services/target_https_proxies/client.py index 830bbfc30..a80e2712f 100644 --- a/google/cloud/compute_v1/services/target_https_proxies/client.py +++ b/google/cloud/compute_v1/services/target_https_proxies/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/target_https_proxies/pagers.py b/google/cloud/compute_v1/services/target_https_proxies/pagers.py index 5720948c2..54d0bc83a 100644 --- a/google/cloud/compute_v1/services/target_https_proxies/pagers.py +++ b/google/cloud/compute_v1/services/target_https_proxies/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/target_https_proxies/transports/__init__.py b/google/cloud/compute_v1/services/target_https_proxies/transports/__init__.py index 16eed1b68..4906234aa 100644 --- a/google/cloud/compute_v1/services/target_https_proxies/transports/__init__.py +++ b/google/cloud/compute_v1/services/target_https_proxies/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/target_https_proxies/transports/base.py b/google/cloud/compute_v1/services/target_https_proxies/transports/base.py index d6e5f062d..70ecc80e7 100644 --- a/google/cloud/compute_v1/services/target_https_proxies/transports/base.py +++ b/google/cloud/compute_v1/services/target_https_proxies/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/target_https_proxies/transports/rest.py b/google/cloud/compute_v1/services/target_https_proxies/transports/rest.py index 31ab56710..e30b5c87f 100644 --- a/google/cloud/compute_v1/services/target_https_proxies/transports/rest.py +++ b/google/cloud/compute_v1/services/target_https_proxies/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/target_instances/__init__.py b/google/cloud/compute_v1/services/target_instances/__init__.py index 236d811c4..b8f89ceb7 100644 --- a/google/cloud/compute_v1/services/target_instances/__init__.py +++ b/google/cloud/compute_v1/services/target_instances/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/target_instances/client.py b/google/cloud/compute_v1/services/target_instances/client.py index f17c4433e..04326226c 100644 --- a/google/cloud/compute_v1/services/target_instances/client.py +++ b/google/cloud/compute_v1/services/target_instances/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/target_instances/pagers.py b/google/cloud/compute_v1/services/target_instances/pagers.py index 89e8c8c88..6a000e24c 100644 --- a/google/cloud/compute_v1/services/target_instances/pagers.py +++ b/google/cloud/compute_v1/services/target_instances/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/target_instances/transports/__init__.py b/google/cloud/compute_v1/services/target_instances/transports/__init__.py index 4e2b0f893..a65df02e4 100644 --- a/google/cloud/compute_v1/services/target_instances/transports/__init__.py +++ b/google/cloud/compute_v1/services/target_instances/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/target_instances/transports/base.py b/google/cloud/compute_v1/services/target_instances/transports/base.py index fa5ef8a9e..56bb767a5 100644 --- a/google/cloud/compute_v1/services/target_instances/transports/base.py +++ b/google/cloud/compute_v1/services/target_instances/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/target_instances/transports/rest.py b/google/cloud/compute_v1/services/target_instances/transports/rest.py index 5a254ce7c..8ddb7090c 100644 --- a/google/cloud/compute_v1/services/target_instances/transports/rest.py +++ b/google/cloud/compute_v1/services/target_instances/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/target_pools/__init__.py b/google/cloud/compute_v1/services/target_pools/__init__.py index 20460c4af..bd1dab7d4 100644 --- a/google/cloud/compute_v1/services/target_pools/__init__.py +++ b/google/cloud/compute_v1/services/target_pools/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/target_pools/client.py b/google/cloud/compute_v1/services/target_pools/client.py index 93345bcf9..358a6914a 100644 --- a/google/cloud/compute_v1/services/target_pools/client.py +++ b/google/cloud/compute_v1/services/target_pools/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/target_pools/pagers.py b/google/cloud/compute_v1/services/target_pools/pagers.py index 5db67b6f7..31846fc4f 100644 --- a/google/cloud/compute_v1/services/target_pools/pagers.py +++ b/google/cloud/compute_v1/services/target_pools/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/target_pools/transports/__init__.py b/google/cloud/compute_v1/services/target_pools/transports/__init__.py index d26b3c62a..1836f30da 100644 --- a/google/cloud/compute_v1/services/target_pools/transports/__init__.py +++ b/google/cloud/compute_v1/services/target_pools/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/target_pools/transports/base.py b/google/cloud/compute_v1/services/target_pools/transports/base.py index c90633fc2..7c7480543 100644 --- a/google/cloud/compute_v1/services/target_pools/transports/base.py +++ b/google/cloud/compute_v1/services/target_pools/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/target_pools/transports/rest.py b/google/cloud/compute_v1/services/target_pools/transports/rest.py index 50f5f35af..12bde1245 100644 --- a/google/cloud/compute_v1/services/target_pools/transports/rest.py +++ b/google/cloud/compute_v1/services/target_pools/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/target_ssl_proxies/__init__.py b/google/cloud/compute_v1/services/target_ssl_proxies/__init__.py index e10f6ae9b..556295993 100644 --- a/google/cloud/compute_v1/services/target_ssl_proxies/__init__.py +++ b/google/cloud/compute_v1/services/target_ssl_proxies/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/target_ssl_proxies/client.py b/google/cloud/compute_v1/services/target_ssl_proxies/client.py index 3640f9222..2c11f7502 100644 --- a/google/cloud/compute_v1/services/target_ssl_proxies/client.py +++ b/google/cloud/compute_v1/services/target_ssl_proxies/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/target_ssl_proxies/pagers.py b/google/cloud/compute_v1/services/target_ssl_proxies/pagers.py index 15fc68abe..81a5fffdf 100644 --- a/google/cloud/compute_v1/services/target_ssl_proxies/pagers.py +++ b/google/cloud/compute_v1/services/target_ssl_proxies/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/target_ssl_proxies/transports/__init__.py b/google/cloud/compute_v1/services/target_ssl_proxies/transports/__init__.py index 356c1e1ad..d13af068d 100644 --- a/google/cloud/compute_v1/services/target_ssl_proxies/transports/__init__.py +++ b/google/cloud/compute_v1/services/target_ssl_proxies/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/target_ssl_proxies/transports/base.py b/google/cloud/compute_v1/services/target_ssl_proxies/transports/base.py index 172831d26..c08b7ee6d 100644 --- a/google/cloud/compute_v1/services/target_ssl_proxies/transports/base.py +++ b/google/cloud/compute_v1/services/target_ssl_proxies/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/target_ssl_proxies/transports/rest.py b/google/cloud/compute_v1/services/target_ssl_proxies/transports/rest.py index 2a9895cea..6450c5782 100644 --- a/google/cloud/compute_v1/services/target_ssl_proxies/transports/rest.py +++ b/google/cloud/compute_v1/services/target_ssl_proxies/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/target_tcp_proxies/__init__.py b/google/cloud/compute_v1/services/target_tcp_proxies/__init__.py index f2e52c6a8..3ec537071 100644 --- a/google/cloud/compute_v1/services/target_tcp_proxies/__init__.py +++ b/google/cloud/compute_v1/services/target_tcp_proxies/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/target_tcp_proxies/client.py b/google/cloud/compute_v1/services/target_tcp_proxies/client.py index 015bcb008..a6fc0acca 100644 --- a/google/cloud/compute_v1/services/target_tcp_proxies/client.py +++ b/google/cloud/compute_v1/services/target_tcp_proxies/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/target_tcp_proxies/pagers.py b/google/cloud/compute_v1/services/target_tcp_proxies/pagers.py index 9a3a05f05..33826a016 100644 --- a/google/cloud/compute_v1/services/target_tcp_proxies/pagers.py +++ b/google/cloud/compute_v1/services/target_tcp_proxies/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/target_tcp_proxies/transports/__init__.py b/google/cloud/compute_v1/services/target_tcp_proxies/transports/__init__.py index b68d9f256..8918461b7 100644 --- a/google/cloud/compute_v1/services/target_tcp_proxies/transports/__init__.py +++ b/google/cloud/compute_v1/services/target_tcp_proxies/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/target_tcp_proxies/transports/base.py b/google/cloud/compute_v1/services/target_tcp_proxies/transports/base.py index 1eb96dcb7..9393fdf5c 100644 --- a/google/cloud/compute_v1/services/target_tcp_proxies/transports/base.py +++ b/google/cloud/compute_v1/services/target_tcp_proxies/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/target_tcp_proxies/transports/rest.py b/google/cloud/compute_v1/services/target_tcp_proxies/transports/rest.py index fc3644c4c..4c40322c2 100644 --- a/google/cloud/compute_v1/services/target_tcp_proxies/transports/rest.py +++ b/google/cloud/compute_v1/services/target_tcp_proxies/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/target_vpn_gateways/__init__.py b/google/cloud/compute_v1/services/target_vpn_gateways/__init__.py index cb7d5f424..5453e1688 100644 --- a/google/cloud/compute_v1/services/target_vpn_gateways/__init__.py +++ b/google/cloud/compute_v1/services/target_vpn_gateways/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/target_vpn_gateways/client.py b/google/cloud/compute_v1/services/target_vpn_gateways/client.py index 333ade04e..1fee506e5 100644 --- a/google/cloud/compute_v1/services/target_vpn_gateways/client.py +++ b/google/cloud/compute_v1/services/target_vpn_gateways/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/target_vpn_gateways/pagers.py b/google/cloud/compute_v1/services/target_vpn_gateways/pagers.py index a64e7d521..98eb53936 100644 --- a/google/cloud/compute_v1/services/target_vpn_gateways/pagers.py +++ b/google/cloud/compute_v1/services/target_vpn_gateways/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/target_vpn_gateways/transports/__init__.py b/google/cloud/compute_v1/services/target_vpn_gateways/transports/__init__.py index 83b05f604..c30286051 100644 --- a/google/cloud/compute_v1/services/target_vpn_gateways/transports/__init__.py +++ b/google/cloud/compute_v1/services/target_vpn_gateways/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/target_vpn_gateways/transports/base.py b/google/cloud/compute_v1/services/target_vpn_gateways/transports/base.py index 81a426149..4bebea88a 100644 --- a/google/cloud/compute_v1/services/target_vpn_gateways/transports/base.py +++ b/google/cloud/compute_v1/services/target_vpn_gateways/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/target_vpn_gateways/transports/rest.py b/google/cloud/compute_v1/services/target_vpn_gateways/transports/rest.py index 3a206356e..de8de33c6 100644 --- a/google/cloud/compute_v1/services/target_vpn_gateways/transports/rest.py +++ b/google/cloud/compute_v1/services/target_vpn_gateways/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/url_maps/__init__.py b/google/cloud/compute_v1/services/url_maps/__init__.py index fd6cd60c6..d0afcfa19 100644 --- a/google/cloud/compute_v1/services/url_maps/__init__.py +++ b/google/cloud/compute_v1/services/url_maps/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/url_maps/client.py b/google/cloud/compute_v1/services/url_maps/client.py index 24498f0de..ef5123532 100644 --- a/google/cloud/compute_v1/services/url_maps/client.py +++ b/google/cloud/compute_v1/services/url_maps/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/url_maps/pagers.py b/google/cloud/compute_v1/services/url_maps/pagers.py index 9730855c0..2d1200760 100644 --- a/google/cloud/compute_v1/services/url_maps/pagers.py +++ b/google/cloud/compute_v1/services/url_maps/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/url_maps/transports/__init__.py b/google/cloud/compute_v1/services/url_maps/transports/__init__.py index e5d711830..f4801760a 100644 --- a/google/cloud/compute_v1/services/url_maps/transports/__init__.py +++ b/google/cloud/compute_v1/services/url_maps/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/url_maps/transports/base.py b/google/cloud/compute_v1/services/url_maps/transports/base.py index 73feb4613..d08c37d0a 100644 --- a/google/cloud/compute_v1/services/url_maps/transports/base.py +++ b/google/cloud/compute_v1/services/url_maps/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/url_maps/transports/rest.py b/google/cloud/compute_v1/services/url_maps/transports/rest.py index ecac7fc83..ba76e8c1c 100644 --- a/google/cloud/compute_v1/services/url_maps/transports/rest.py +++ b/google/cloud/compute_v1/services/url_maps/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/vpn_gateways/__init__.py b/google/cloud/compute_v1/services/vpn_gateways/__init__.py index 8fea0edbd..74ff520c8 100644 --- a/google/cloud/compute_v1/services/vpn_gateways/__init__.py +++ b/google/cloud/compute_v1/services/vpn_gateways/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/vpn_gateways/client.py b/google/cloud/compute_v1/services/vpn_gateways/client.py index 25db53863..ee5db3646 100644 --- a/google/cloud/compute_v1/services/vpn_gateways/client.py +++ b/google/cloud/compute_v1/services/vpn_gateways/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/vpn_gateways/pagers.py b/google/cloud/compute_v1/services/vpn_gateways/pagers.py index d024e2673..4f7801e4e 100644 --- a/google/cloud/compute_v1/services/vpn_gateways/pagers.py +++ b/google/cloud/compute_v1/services/vpn_gateways/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/vpn_gateways/transports/__init__.py b/google/cloud/compute_v1/services/vpn_gateways/transports/__init__.py index b6d04cc4f..c2c2c5188 100644 --- a/google/cloud/compute_v1/services/vpn_gateways/transports/__init__.py +++ b/google/cloud/compute_v1/services/vpn_gateways/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/vpn_gateways/transports/base.py b/google/cloud/compute_v1/services/vpn_gateways/transports/base.py index 148da2186..72dcb1956 100644 --- a/google/cloud/compute_v1/services/vpn_gateways/transports/base.py +++ b/google/cloud/compute_v1/services/vpn_gateways/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/vpn_gateways/transports/rest.py b/google/cloud/compute_v1/services/vpn_gateways/transports/rest.py index a2c7e0aed..caedeaf05 100644 --- a/google/cloud/compute_v1/services/vpn_gateways/transports/rest.py +++ b/google/cloud/compute_v1/services/vpn_gateways/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/vpn_tunnels/__init__.py b/google/cloud/compute_v1/services/vpn_tunnels/__init__.py index d8482c56f..2521043a3 100644 --- a/google/cloud/compute_v1/services/vpn_tunnels/__init__.py +++ b/google/cloud/compute_v1/services/vpn_tunnels/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/vpn_tunnels/client.py b/google/cloud/compute_v1/services/vpn_tunnels/client.py index 40254e62d..22b13badc 100644 --- a/google/cloud/compute_v1/services/vpn_tunnels/client.py +++ b/google/cloud/compute_v1/services/vpn_tunnels/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/vpn_tunnels/pagers.py b/google/cloud/compute_v1/services/vpn_tunnels/pagers.py index 6090b389b..34120293a 100644 --- a/google/cloud/compute_v1/services/vpn_tunnels/pagers.py +++ b/google/cloud/compute_v1/services/vpn_tunnels/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/vpn_tunnels/transports/__init__.py b/google/cloud/compute_v1/services/vpn_tunnels/transports/__init__.py index 286db05da..8bd506e1d 100644 --- a/google/cloud/compute_v1/services/vpn_tunnels/transports/__init__.py +++ b/google/cloud/compute_v1/services/vpn_tunnels/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/vpn_tunnels/transports/base.py b/google/cloud/compute_v1/services/vpn_tunnels/transports/base.py index e6741222b..7c51debe3 100644 --- a/google/cloud/compute_v1/services/vpn_tunnels/transports/base.py +++ b/google/cloud/compute_v1/services/vpn_tunnels/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/vpn_tunnels/transports/rest.py b/google/cloud/compute_v1/services/vpn_tunnels/transports/rest.py index 172ab1af3..116843f9b 100644 --- a/google/cloud/compute_v1/services/vpn_tunnels/transports/rest.py +++ b/google/cloud/compute_v1/services/vpn_tunnels/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/zone_operations/__init__.py b/google/cloud/compute_v1/services/zone_operations/__init__.py index 0517b4523..90a235664 100644 --- a/google/cloud/compute_v1/services/zone_operations/__init__.py +++ b/google/cloud/compute_v1/services/zone_operations/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/zone_operations/client.py b/google/cloud/compute_v1/services/zone_operations/client.py index 6bcf034c8..e1256cc57 100644 --- a/google/cloud/compute_v1/services/zone_operations/client.py +++ b/google/cloud/compute_v1/services/zone_operations/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/zone_operations/pagers.py b/google/cloud/compute_v1/services/zone_operations/pagers.py index eacab01df..c5fe575cb 100644 --- a/google/cloud/compute_v1/services/zone_operations/pagers.py +++ b/google/cloud/compute_v1/services/zone_operations/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/zone_operations/transports/__init__.py b/google/cloud/compute_v1/services/zone_operations/transports/__init__.py index 98c59b8e0..db91056fb 100644 --- a/google/cloud/compute_v1/services/zone_operations/transports/__init__.py +++ b/google/cloud/compute_v1/services/zone_operations/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/zone_operations/transports/base.py b/google/cloud/compute_v1/services/zone_operations/transports/base.py index 928b50d6f..82706f851 100644 --- a/google/cloud/compute_v1/services/zone_operations/transports/base.py +++ b/google/cloud/compute_v1/services/zone_operations/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/zone_operations/transports/rest.py b/google/cloud/compute_v1/services/zone_operations/transports/rest.py index 1060129dd..9275f3026 100644 --- a/google/cloud/compute_v1/services/zone_operations/transports/rest.py +++ b/google/cloud/compute_v1/services/zone_operations/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/zones/__init__.py b/google/cloud/compute_v1/services/zones/__init__.py index 2194c505f..317d203a8 100644 --- a/google/cloud/compute_v1/services/zones/__init__.py +++ b/google/cloud/compute_v1/services/zones/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/zones/client.py b/google/cloud/compute_v1/services/zones/client.py index 257d8208c..01aabc7ac 100644 --- a/google/cloud/compute_v1/services/zones/client.py +++ b/google/cloud/compute_v1/services/zones/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/zones/pagers.py b/google/cloud/compute_v1/services/zones/pagers.py index e9396afff..cc7698236 100644 --- a/google/cloud/compute_v1/services/zones/pagers.py +++ b/google/cloud/compute_v1/services/zones/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/zones/transports/__init__.py b/google/cloud/compute_v1/services/zones/transports/__init__.py index 0e25d55ac..dead2b812 100644 --- a/google/cloud/compute_v1/services/zones/transports/__init__.py +++ b/google/cloud/compute_v1/services/zones/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/zones/transports/base.py b/google/cloud/compute_v1/services/zones/transports/base.py index 249f77e84..d8799de46 100644 --- a/google/cloud/compute_v1/services/zones/transports/base.py +++ b/google/cloud/compute_v1/services/zones/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/services/zones/transports/rest.py b/google/cloud/compute_v1/services/zones/transports/rest.py index 1c86c066b..8d0c310fd 100644 --- a/google/cloud/compute_v1/services/zones/transports/rest.py +++ b/google/cloud/compute_v1/services/zones/transports/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/google/cloud/compute_v1/types/__init__.py b/google/cloud/compute_v1/types/__init__.py index 7e725659d..244dd63a7 100644 --- a/google/cloud/compute_v1/types/__init__.py +++ b/google/cloud/compute_v1/types/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -583,6 +583,7 @@ InstanceGroupManagerActionsSummary, InstanceGroupManagerAggregatedList, InstanceGroupManagerAutoHealingPolicy, + InstanceGroupManagerInstanceLifecyclePolicy, InstanceGroupManagerList, InstanceGroupManagersAbandonInstancesRequest, InstanceGroupManagersApplyUpdatesRequest, @@ -1948,6 +1949,7 @@ "InstanceGroupManagerActionsSummary", "InstanceGroupManagerAggregatedList", "InstanceGroupManagerAutoHealingPolicy", + "InstanceGroupManagerInstanceLifecyclePolicy", "InstanceGroupManagerList", "InstanceGroupManagersAbandonInstancesRequest", "InstanceGroupManagersApplyUpdatesRequest", diff --git a/google/cloud/compute_v1/types/compute.py b/google/cloud/compute_v1/types/compute.py index 191e3d346..12d7cf057 100644 --- a/google/cloud/compute_v1/types/compute.py +++ b/google/cloud/compute_v1/types/compute.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -591,6 +591,7 @@ "InstanceGroupManagerActionsSummary", "InstanceGroupManagerAggregatedList", "InstanceGroupManagerAutoHealingPolicy", + "InstanceGroupManagerInstanceLifecyclePolicy", "InstanceGroupManagerList", "InstanceGroupManagerStatus", "InstanceGroupManagerStatusStateful", @@ -13137,14 +13138,36 @@ class BackendService(proto.Message): This field is a member of `oneof`_ ``_network``. outlier_detection (google.cloud.compute_v1.types.OutlierDetection): - Settings controlling the eviction of unhealthy hosts from - the load balancing pool for the backend service. If not set, - this feature is considered disabled. This field is - applicable to either: - A regional backend service with the - service_protocol set to HTTP, HTTPS, HTTP2, or GRPC, and - load_balancing_scheme set to INTERNAL_MANAGED. - A global - backend service with the load_balancing_scheme set to - INTERNAL_SELF_MANAGED. + Settings controlling the ejection of unhealthy backend + endpoints from the load balancing pool of each individual + proxy instance that processes the traffic for the given + backend service. If not set, this feature is considered + disabled. Results of the outlier detection algorithm + (ejection of endpoints from the load balancing pool and + returning them back to the pool) are executed independently + by each proxy instance of the load balancer. In most cases, + more than one proxy instance handles the traffic received by + a backend service. Thus, it is possible that an unhealthy + endpoint is detected and ejected by only some of the + proxies, and while this happens, other proxies may continue + to send requests to the same unhealthy endpoint until they + detect and eject the unhealthy endpoint. Applicable backend + endpoints can be: - VM instances in an Instance Group - + Endpoints in a Zonal NEG (GCE_VM_IP, GCE_VM_IP_PORT) - + Endpoints in a Hybrid Connectivity NEG + (NON_GCP_PRIVATE_IP_PORT) - Serverless NEGs, that resolve to + Cloud Run, App Engine, or Cloud Functions Services - Private + Service Connect NEGs, that resolve to Google-managed + regional API endpoints or managed services published using + Private Service Connect Applicable backend service types can + be: - A global backend service with the loadBalancingScheme + set to INTERNAL_SELF_MANAGED or EXTERNAL_MANAGED. - A + regional backend service with the serviceProtocol set to + HTTP, HTTPS, or HTTP2, and loadBalancingScheme set to + INTERNAL_MANAGED or EXTERNAL_MANAGED. Not supported for + Serverless NEGs. Not supported when the backend service is + referenced by a URL map that is bound to target gRPC proxy + that has validateForProxyless field set to true. This field is a member of `oneof`_ ``_outlier_detection``. port (int): @@ -26046,10 +26069,13 @@ class ForwardingRule(proto.Message): allow_global_access (bool): This field is used along with the backend_service field for internal load balancing or with the target field for - internal TargetInstance. If the field is set to TRUE, - clients can access ILB from all regions. Otherwise only - allows access from clients in the same region as the - internal load balancer. + internal TargetInstance. If set to true, clients can access + the Internal TCP/UDP Load Balancer, Internal HTTP(S) and TCP + Proxy Load Balancer from all regions. If false, only allows + access from the local region the load balancer is located + at. Note that for INTERNAL_MANAGED forwarding rules, this + field cannot be changed after the forwarding rule is + created. This field is a member of `oneof`_ ``_allow_global_access``. allow_psc_global_access (bool): @@ -39622,6 +39648,11 @@ class InstanceGroupManager(proto.Message): [Output Only] The URL of the Instance Group resource. This field is a member of `oneof`_ ``_instance_group``. + instance_lifecycle_policy (google.cloud.compute_v1.types.InstanceGroupManagerInstanceLifecyclePolicy): + The repair policy for this managed instance + group. + + This field is a member of `oneof`_ ``_instance_lifecycle_policy``. instance_template (str): The URL of the instance template that is specified for this managed instance group. The @@ -39785,6 +39816,14 @@ class ListManagedInstancesResults(proto.Enum): number=81095253, optional=True, ) + instance_lifecycle_policy: "InstanceGroupManagerInstanceLifecyclePolicy" = ( + proto.Field( + proto.MESSAGE, + number=447961617, + optional=True, + message="InstanceGroupManagerInstanceLifecyclePolicy", + ) + ) instance_template: str = proto.Field( proto.STRING, number=309248228, @@ -40147,6 +40186,57 @@ class InstanceGroupManagerAutoHealingPolicy(proto.Message): ) +class InstanceGroupManagerInstanceLifecyclePolicy(proto.Message): + r""" + + .. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields + + Attributes: + force_update_on_repair (str): + A bit indicating whether to forcefully apply + the group's latest configuration when repairing + a VM. Valid options are: - NO (default): If + configuration updates are available, they are + not forcefully applied during repair. Instead, + configuration updates are applied according to + the group's update policy. - YES: If + configuration updates are available, they are + applied during repair. Check the + ForceUpdateOnRepair enum for the list of + possible values. + + This field is a member of `oneof`_ ``_force_update_on_repair``. + """ + + class ForceUpdateOnRepair(proto.Enum): + r"""A bit indicating whether to forcefully apply the group's + latest configuration when repairing a VM. Valid options are: - + NO (default): If configuration updates are available, they are + not forcefully applied during repair. Instead, configuration + updates are applied according to the group's update policy. - + YES: If configuration updates are available, they are applied + during repair. + + Values: + UNDEFINED_FORCE_UPDATE_ON_REPAIR (0): + A value indicating that the enum field is not + set. + NO (2497): + No description available. + YES (87751): + No description available. + """ + UNDEFINED_FORCE_UPDATE_ON_REPAIR = 0 + NO = 2497 + YES = 87751 + + force_update_on_repair: str = proto.Field( + proto.STRING, + number=356302027, + optional=True, + ) + + class InstanceGroupManagerList(proto.Message): r"""[Output Only] A list of managed instance groups. @@ -44468,9 +44558,9 @@ class InterconnectCircuitInfo(proto.Message): class InterconnectDiagnostics(proto.Message): - r"""Diagnostics information about interconnect, contains detailed - and current technical information about Google's side of the - connection. + r"""Diagnostics information about the Interconnect connection, + which contains detailed and current technical information about + Google's side of the connection. .. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields @@ -66645,20 +66735,23 @@ class OutlierDetection(proto.Message): Attributes: base_ejection_time (google.cloud.compute_v1.types.Duration): - The base time that a host is ejected for. The - real ejection time is equal to the base ejection - time multiplied by the number of times the host - has been ejected. Defaults to 30000ms or 30s. + The base time that a backend endpoint is + ejected for. Defaults to 30000ms or 30s. After a + backend endpoint is returned back to the load + balancing pool, it can be ejected again in + another ejection analysis. Thus, the total + ejection time is equal to the base ejection time + multiplied by the number of times the backend + endpoint has been ejected. Defaults to 30000ms + or 30s. This field is a member of `oneof`_ ``_base_ejection_time``. consecutive_errors (int): - Number of errors before a host is ejected - from the connection pool. When the backend host - is accessed over HTTP, a 5xx return code - qualifies as an error. Defaults to 5. Not - supported when the backend service is referenced - by a URL map that is bound to target gRPC proxy - that has validateForProxyless field set to true. + Number of consecutive errors before a backend + endpoint is ejected from the load balancing + pool. When the backend endpoint is accessed over + HTTP, a 5xx return code qualifies as an error. + Defaults to 5. This field is a member of `oneof`_ ``_consecutive_errors``. consecutive_gateway_failure (int): @@ -66666,72 +66759,75 @@ class OutlierDetection(proto.Message): (502, 503, 504 status or connection errors that are mapped to one of those status codes) before a consecutive gateway failure ejection occurs. - Defaults to 3. Not supported when the backend - service is referenced by a URL map that is bound - to target gRPC proxy that has - validateForProxyless field set to true. + Defaults to 3. This field is a member of `oneof`_ ``_consecutive_gateway_failure``. enforcing_consecutive_errors (int): - The percentage chance that a host will be - actually ejected when an outlier status is + The percentage chance that a backend endpoint + will be ejected when an outlier status is detected through consecutive 5xx. This setting can be used to disable ejection or to ramp it up - slowly. Defaults to 0. Not supported when the - backend service is referenced by a URL map that - is bound to target gRPC proxy that has - validateForProxyless field set to true. + slowly. Defaults to 0. This field is a member of `oneof`_ ``_enforcing_consecutive_errors``. enforcing_consecutive_gateway_failure (int): - The percentage chance that a host will be - actually ejected when an outlier status is + The percentage chance that a backend endpoint + will be ejected when an outlier status is detected through consecutive gateway failures. This setting can be used to disable ejection or - to ramp it up slowly. Defaults to 100. Not - supported when the backend service is referenced - by a URL map that is bound to target gRPC proxy - that has validateForProxyless field set to true. + to ramp it up slowly. Defaults to 100. This field is a member of `oneof`_ ``_enforcing_consecutive_gateway_failure``. enforcing_success_rate (int): - The percentage chance that a host will be - actually ejected when an outlier status is + The percentage chance that a backend endpoint + will be ejected when an outlier status is detected through success rate statistics. This setting can be used to disable ejection or to - ramp it up slowly. Defaults to 100. + ramp it up slowly. Defaults to 100. Not + supported when the backend service uses + Serverless NEG. This field is a member of `oneof`_ ``_enforcing_success_rate``. interval (google.cloud.compute_v1.types.Duration): Time interval between ejection analysis - sweeps. This can result in both new ejections as - well as hosts being returned to service. - Defaults to 1 second. + sweeps. This can result in both new ejections + and backend endpoints being returned to service. + The interval is equal to the number of seconds + as defined in outlierDetection.interval.seconds + plus the number of nanoseconds as defined in + outlierDetection.interval.nanos. Defaults to 1 + second. This field is a member of `oneof`_ ``_interval``. max_ejection_percent (int): - Maximum percentage of hosts in the load - balancing pool for the backend service that can - be ejected. Defaults to 50%. + Maximum percentage of backend endpoints in + the load balancing pool for the backend service + that can be ejected if the ejection conditions + are met. Defaults to 50%. This field is a member of `oneof`_ ``_max_ejection_percent``. success_rate_minimum_hosts (int): - The number of hosts in a cluster that must - have enough request volume to detect success - rate outliers. If the number of hosts is less - than this setting, outlier detection via success - rate statistics is not performed for any host in - the cluster. Defaults to 5. + The number of backend endpoints in the load + balancing pool that must have enough request + volume to detect success rate outliers. If the + number of backend endpoints is fewer than this + setting, outlier detection via success rate + statistics is not performed for any backend + endpoint in the load balancing pool. Defaults to + 5. Not supported when the backend service uses + Serverless NEG. This field is a member of `oneof`_ ``_success_rate_minimum_hosts``. success_rate_request_volume (int): The minimum number of total requests that must be collected in one interval (as defined by the interval duration above) to include this - host in success rate based outlier detection. If - the volume is lower than this setting, outlier - detection via success rate statistics is not - performed for that host. Defaults to 100. + backend endpoint in success rate based outlier + detection. If the volume is lower than this + setting, outlier detection via success rate + statistics is not performed for that backend + endpoint. Defaults to 100. Not supported when + the backend service uses Serverless NEG. This field is a member of `oneof`_ ``_success_rate_request_volume``. success_rate_stdev_factor (int): @@ -66739,10 +66835,11 @@ class OutlierDetection(proto.Message): success rate outlier ejection. The ejection threshold is the difference between the mean success rate, and the product of this factor and the standard deviation of the mean success - rate: mean - (stdev \* success_rate_stdev_factor). This - factor is divided by a thousand to get a double. That is, if - the desired factor is 1.9, the runtime value should be 1900. - Defaults to 1900. + rate: mean - (stdev \* successRateStdevFactor). This factor + is divided by a thousand to get a double. That is, if the + desired factor is 1.9, the runtime value should be 1900. + Defaults to 1900. Not supported when the backend service + uses Serverless NEG. This field is a member of `oneof`_ ``_success_rate_stdev_factor``. """ @@ -71562,7 +71659,7 @@ class PublicDelegatedPrefix(proto.Message): This field is a member of `oneof`_ ``_id``. ip_cidr_range (str): - The IPv4 address range, in CIDR format, + The IP address range, in CIDR format, represented by this public delegated prefix. This field is a member of `oneof`_ ``_ip_cidr_range``. @@ -71896,7 +71993,7 @@ class PublicDelegatedPrefixPublicDelegatedSubPrefix(proto.Message): This field is a member of `oneof`_ ``_description``. ip_cidr_range (str): - The IPv4 address range, in CIDR format, + The IP address range, in CIDR format, represented by this sub public delegated prefix. This field is a member of `oneof`_ ``_ip_cidr_range``. @@ -77055,6 +77152,11 @@ class Route(proto.Message): project/global/gateways/default-internet-gateway This field is a member of `oneof`_ ``_next_hop_gateway``. + next_hop_hub (str): + [Output Only] The full resource name of the Network + Connectivity Center hub that will handle matching packets. + + This field is a member of `oneof`_ ``_next_hop_hub``. next_hop_ilb (str): The URL to a forwarding rule of type loadBalancingScheme=INTERNAL that should handle @@ -77231,6 +77333,11 @@ class RouteType(proto.Enum): number=377175298, optional=True, ) + next_hop_hub: str = proto.Field( + proto.STRING, + number=198679219, + optional=True, + ) next_hop_ilb: str = proto.Field( proto.STRING, number=198679901, @@ -78527,6 +78634,14 @@ class RouterNat(proto.Message): .. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields Attributes: + auto_network_tier (str): + The network tier to use when automatically + reserving IP addresses. Must be one of: PREMIUM, + STANDARD. If not specified, PREMIUM tier will be + used. Check the AutoNetworkTier enum for the + list of possible values. + + This field is a member of `oneof`_ ``_auto_network_tier``. drain_nat_ips (MutableSequence[str]): A list of URLs of the IP resources to be drained. These IPs must be valid static external @@ -78653,6 +78768,33 @@ class RouterNat(proto.Message): This field is a member of `oneof`_ ``_udp_idle_timeout_sec``. """ + class AutoNetworkTier(proto.Enum): + r"""The network tier to use when automatically reserving IP + addresses. Must be one of: PREMIUM, STANDARD. If not specified, + PREMIUM tier will be used. + + Values: + UNDEFINED_AUTO_NETWORK_TIER (0): + A value indicating that the enum field is not + set. + FIXED_STANDARD (310464328): + Public internet quality with fixed bandwidth. + PREMIUM (399530551): + High quality, Google-grade network tier, + support for all networking products. + STANDARD (484642493): + Public internet quality, only limited support + for other networking products. + STANDARD_OVERRIDES_FIXED_STANDARD (465847234): + (Output only) Temporary tier for FIXED_STANDARD when fixed + standard tier is expired or not configured. + """ + UNDEFINED_AUTO_NETWORK_TIER = 0 + FIXED_STANDARD = 310464328 + PREMIUM = 399530551 + STANDARD = 484642493 + STANDARD_OVERRIDES_FIXED_STANDARD = 465847234 + class EndpointTypes(proto.Enum): r""" @@ -78726,6 +78868,11 @@ class SourceSubnetworkIpRangesToNat(proto.Enum): ALL_SUBNETWORKS_ALL_PRIMARY_IP_RANGES = 185573819 LIST_OF_SUBNETWORKS = 517542270 + auto_network_tier: str = proto.Field( + proto.STRING, + number=269770211, + optional=True, + ) drain_nat_ips: MutableSequence[str] = proto.RepeatedField( proto.STRING, number=504078535, @@ -90929,6 +91076,19 @@ class TargetHttpProxy(proto.Message): TargetHttpProxy. This field is a member of `oneof`_ ``_fingerprint``. + http_keep_alive_timeout_sec (int): + Specifies how long to keep a connection open, + after completing a response, while there is no + matching traffic (in seconds). If an HTTP + keep-alive is not specified, a default value + (610 seconds) will be used. For Global external + HTTP(S) load balancer, the minimum allowed value + is 5 seconds and the maximum allowed value is + 1200 seconds. For Global external HTTP(S) load + balancer (classic), this option is not available + publicly. + + This field is a member of `oneof`_ ``_http_keep_alive_timeout_sec``. id (int): [Output Only] The unique identifier for the resource. This identifier is defined by the server. @@ -90995,6 +91155,11 @@ class TargetHttpProxy(proto.Message): number=234678500, optional=True, ) + http_keep_alive_timeout_sec: int = proto.Field( + proto.INT32, + number=447326046, + optional=True, + ) id: int = proto.Field( proto.UINT64, number=3355, @@ -91354,6 +91519,19 @@ class TargetHttpsProxy(proto.Message): TargetHttpsProxy. This field is a member of `oneof`_ ``_fingerprint``. + http_keep_alive_timeout_sec (int): + Specifies how long to keep a connection open, + after completing a response, while there is no + matching traffic (in seconds). If an HTTP + keep-alive is not specified, a default value + (610 seconds) will be used. For Global external + HTTP(S) load balancer, the minimum allowed value + is 5 seconds and the maximum allowed value is + 1200 seconds. For Global external HTTP(S) load + balancer (classic), this option is not available + publicly. + + This field is a member of `oneof`_ ``_http_keep_alive_timeout_sec``. id (int): [Output Only] The unique identifier for the resource. This identifier is defined by the server. @@ -91512,6 +91690,11 @@ class QuicOverride(proto.Enum): number=234678500, optional=True, ) + http_keep_alive_timeout_sec: int = proto.Field( + proto.INT32, + number=447326046, + optional=True, + ) id: int = proto.Field( proto.UINT64, number=3355, diff --git a/samples/generated_samples/compute_v1_generated_accelerator_types_aggregated_list_sync.py b/samples/generated_samples/compute_v1_generated_accelerator_types_aggregated_list_sync.py index 1dfbc086c..c70a19eed 100644 --- a/samples/generated_samples/compute_v1_generated_accelerator_types_aggregated_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_accelerator_types_aggregated_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_accelerator_types_get_sync.py b/samples/generated_samples/compute_v1_generated_accelerator_types_get_sync.py index 1c9fb96e1..7e0d07b4d 100644 --- a/samples/generated_samples/compute_v1_generated_accelerator_types_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_accelerator_types_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_accelerator_types_list_sync.py b/samples/generated_samples/compute_v1_generated_accelerator_types_list_sync.py index 73c461e98..01c3265e4 100644 --- a/samples/generated_samples/compute_v1_generated_accelerator_types_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_accelerator_types_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_addresses_aggregated_list_sync.py b/samples/generated_samples/compute_v1_generated_addresses_aggregated_list_sync.py index 1dafd0917..9e92e7dd3 100644 --- a/samples/generated_samples/compute_v1_generated_addresses_aggregated_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_addresses_aggregated_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_addresses_delete_sync.py b/samples/generated_samples/compute_v1_generated_addresses_delete_sync.py index 863216457..8a70c29a4 100644 --- a/samples/generated_samples/compute_v1_generated_addresses_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_addresses_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_addresses_get_sync.py b/samples/generated_samples/compute_v1_generated_addresses_get_sync.py index 09eb2a3a6..936330a31 100644 --- a/samples/generated_samples/compute_v1_generated_addresses_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_addresses_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_addresses_insert_sync.py b/samples/generated_samples/compute_v1_generated_addresses_insert_sync.py index 9e38b419a..277bc6369 100644 --- a/samples/generated_samples/compute_v1_generated_addresses_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_addresses_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_addresses_list_sync.py b/samples/generated_samples/compute_v1_generated_addresses_list_sync.py index e495f8c9f..d75e028dd 100644 --- a/samples/generated_samples/compute_v1_generated_addresses_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_addresses_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_addresses_move_sync.py b/samples/generated_samples/compute_v1_generated_addresses_move_sync.py index affeedc8f..a702fc65e 100644 --- a/samples/generated_samples/compute_v1_generated_addresses_move_sync.py +++ b/samples/generated_samples/compute_v1_generated_addresses_move_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_addresses_set_labels_sync.py b/samples/generated_samples/compute_v1_generated_addresses_set_labels_sync.py index e2d73dac9..0df1a820c 100644 --- a/samples/generated_samples/compute_v1_generated_addresses_set_labels_sync.py +++ b/samples/generated_samples/compute_v1_generated_addresses_set_labels_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_autoscalers_aggregated_list_sync.py b/samples/generated_samples/compute_v1_generated_autoscalers_aggregated_list_sync.py index 38ca968b2..934dd1d57 100644 --- a/samples/generated_samples/compute_v1_generated_autoscalers_aggregated_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_autoscalers_aggregated_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_autoscalers_delete_sync.py b/samples/generated_samples/compute_v1_generated_autoscalers_delete_sync.py index 435ce66ef..975d98329 100644 --- a/samples/generated_samples/compute_v1_generated_autoscalers_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_autoscalers_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_autoscalers_get_sync.py b/samples/generated_samples/compute_v1_generated_autoscalers_get_sync.py index 1c38d206d..ce9f3b573 100644 --- a/samples/generated_samples/compute_v1_generated_autoscalers_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_autoscalers_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_autoscalers_insert_sync.py b/samples/generated_samples/compute_v1_generated_autoscalers_insert_sync.py index bf39f7733..c1c68e9c1 100644 --- a/samples/generated_samples/compute_v1_generated_autoscalers_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_autoscalers_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_autoscalers_list_sync.py b/samples/generated_samples/compute_v1_generated_autoscalers_list_sync.py index c766c4f85..dc8722c37 100644 --- a/samples/generated_samples/compute_v1_generated_autoscalers_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_autoscalers_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_autoscalers_patch_sync.py b/samples/generated_samples/compute_v1_generated_autoscalers_patch_sync.py index b0a8831f6..59e158774 100644 --- a/samples/generated_samples/compute_v1_generated_autoscalers_patch_sync.py +++ b/samples/generated_samples/compute_v1_generated_autoscalers_patch_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_autoscalers_update_sync.py b/samples/generated_samples/compute_v1_generated_autoscalers_update_sync.py index 0e8e717b4..36a994573 100644 --- a/samples/generated_samples/compute_v1_generated_autoscalers_update_sync.py +++ b/samples/generated_samples/compute_v1_generated_autoscalers_update_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_backend_buckets_add_signed_url_key_sync.py b/samples/generated_samples/compute_v1_generated_backend_buckets_add_signed_url_key_sync.py index 25a11ef02..3a398b24d 100644 --- a/samples/generated_samples/compute_v1_generated_backend_buckets_add_signed_url_key_sync.py +++ b/samples/generated_samples/compute_v1_generated_backend_buckets_add_signed_url_key_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_backend_buckets_delete_signed_url_key_sync.py b/samples/generated_samples/compute_v1_generated_backend_buckets_delete_signed_url_key_sync.py index a0869f59f..597ac31e1 100644 --- a/samples/generated_samples/compute_v1_generated_backend_buckets_delete_signed_url_key_sync.py +++ b/samples/generated_samples/compute_v1_generated_backend_buckets_delete_signed_url_key_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_backend_buckets_delete_sync.py b/samples/generated_samples/compute_v1_generated_backend_buckets_delete_sync.py index d41abe35f..d3a1f02b7 100644 --- a/samples/generated_samples/compute_v1_generated_backend_buckets_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_backend_buckets_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_backend_buckets_get_sync.py b/samples/generated_samples/compute_v1_generated_backend_buckets_get_sync.py index 399a9f3ee..cc0ba9a2e 100644 --- a/samples/generated_samples/compute_v1_generated_backend_buckets_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_backend_buckets_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_backend_buckets_insert_sync.py b/samples/generated_samples/compute_v1_generated_backend_buckets_insert_sync.py index ea539d653..f33b48297 100644 --- a/samples/generated_samples/compute_v1_generated_backend_buckets_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_backend_buckets_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_backend_buckets_list_sync.py b/samples/generated_samples/compute_v1_generated_backend_buckets_list_sync.py index 8fa1e918a..ff3c639c9 100644 --- a/samples/generated_samples/compute_v1_generated_backend_buckets_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_backend_buckets_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_backend_buckets_patch_sync.py b/samples/generated_samples/compute_v1_generated_backend_buckets_patch_sync.py index abeb3fb58..51683a925 100644 --- a/samples/generated_samples/compute_v1_generated_backend_buckets_patch_sync.py +++ b/samples/generated_samples/compute_v1_generated_backend_buckets_patch_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_backend_buckets_set_edge_security_policy_sync.py b/samples/generated_samples/compute_v1_generated_backend_buckets_set_edge_security_policy_sync.py index fcf45e032..beaa86b89 100644 --- a/samples/generated_samples/compute_v1_generated_backend_buckets_set_edge_security_policy_sync.py +++ b/samples/generated_samples/compute_v1_generated_backend_buckets_set_edge_security_policy_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_backend_buckets_update_sync.py b/samples/generated_samples/compute_v1_generated_backend_buckets_update_sync.py index 6ddaa50f9..e84f55600 100644 --- a/samples/generated_samples/compute_v1_generated_backend_buckets_update_sync.py +++ b/samples/generated_samples/compute_v1_generated_backend_buckets_update_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_backend_services_add_signed_url_key_sync.py b/samples/generated_samples/compute_v1_generated_backend_services_add_signed_url_key_sync.py index 6e9dc5934..50f5c2377 100644 --- a/samples/generated_samples/compute_v1_generated_backend_services_add_signed_url_key_sync.py +++ b/samples/generated_samples/compute_v1_generated_backend_services_add_signed_url_key_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_backend_services_aggregated_list_sync.py b/samples/generated_samples/compute_v1_generated_backend_services_aggregated_list_sync.py index de16849e1..19d0ad120 100644 --- a/samples/generated_samples/compute_v1_generated_backend_services_aggregated_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_backend_services_aggregated_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_backend_services_delete_signed_url_key_sync.py b/samples/generated_samples/compute_v1_generated_backend_services_delete_signed_url_key_sync.py index 386088e79..06719b6f7 100644 --- a/samples/generated_samples/compute_v1_generated_backend_services_delete_signed_url_key_sync.py +++ b/samples/generated_samples/compute_v1_generated_backend_services_delete_signed_url_key_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_backend_services_delete_sync.py b/samples/generated_samples/compute_v1_generated_backend_services_delete_sync.py index 9398a924c..73e80fecd 100644 --- a/samples/generated_samples/compute_v1_generated_backend_services_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_backend_services_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_backend_services_get_health_sync.py b/samples/generated_samples/compute_v1_generated_backend_services_get_health_sync.py index 55bf05864..c1a54fd34 100644 --- a/samples/generated_samples/compute_v1_generated_backend_services_get_health_sync.py +++ b/samples/generated_samples/compute_v1_generated_backend_services_get_health_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_backend_services_get_iam_policy_sync.py b/samples/generated_samples/compute_v1_generated_backend_services_get_iam_policy_sync.py index 4fd93f066..48656ab09 100644 --- a/samples/generated_samples/compute_v1_generated_backend_services_get_iam_policy_sync.py +++ b/samples/generated_samples/compute_v1_generated_backend_services_get_iam_policy_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_backend_services_get_sync.py b/samples/generated_samples/compute_v1_generated_backend_services_get_sync.py index 1893f9e2f..8dba27c3d 100644 --- a/samples/generated_samples/compute_v1_generated_backend_services_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_backend_services_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_backend_services_insert_sync.py b/samples/generated_samples/compute_v1_generated_backend_services_insert_sync.py index 8a7d218d2..1000c32d9 100644 --- a/samples/generated_samples/compute_v1_generated_backend_services_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_backend_services_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_backend_services_list_sync.py b/samples/generated_samples/compute_v1_generated_backend_services_list_sync.py index 84bea282d..0ff7c34f2 100644 --- a/samples/generated_samples/compute_v1_generated_backend_services_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_backend_services_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_backend_services_patch_sync.py b/samples/generated_samples/compute_v1_generated_backend_services_patch_sync.py index f485fcce4..d14bc2248 100644 --- a/samples/generated_samples/compute_v1_generated_backend_services_patch_sync.py +++ b/samples/generated_samples/compute_v1_generated_backend_services_patch_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_backend_services_set_edge_security_policy_sync.py b/samples/generated_samples/compute_v1_generated_backend_services_set_edge_security_policy_sync.py index 60a871fdb..ebff51e8c 100644 --- a/samples/generated_samples/compute_v1_generated_backend_services_set_edge_security_policy_sync.py +++ b/samples/generated_samples/compute_v1_generated_backend_services_set_edge_security_policy_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_backend_services_set_iam_policy_sync.py b/samples/generated_samples/compute_v1_generated_backend_services_set_iam_policy_sync.py index 933c0cb9b..ef93f8b6f 100644 --- a/samples/generated_samples/compute_v1_generated_backend_services_set_iam_policy_sync.py +++ b/samples/generated_samples/compute_v1_generated_backend_services_set_iam_policy_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_backend_services_set_security_policy_sync.py b/samples/generated_samples/compute_v1_generated_backend_services_set_security_policy_sync.py index c39996cbc..442ca564d 100644 --- a/samples/generated_samples/compute_v1_generated_backend_services_set_security_policy_sync.py +++ b/samples/generated_samples/compute_v1_generated_backend_services_set_security_policy_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_backend_services_update_sync.py b/samples/generated_samples/compute_v1_generated_backend_services_update_sync.py index 89feaaebb..0d13b13cd 100644 --- a/samples/generated_samples/compute_v1_generated_backend_services_update_sync.py +++ b/samples/generated_samples/compute_v1_generated_backend_services_update_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_disk_types_aggregated_list_sync.py b/samples/generated_samples/compute_v1_generated_disk_types_aggregated_list_sync.py index 914c4c6f8..b50be6113 100644 --- a/samples/generated_samples/compute_v1_generated_disk_types_aggregated_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_disk_types_aggregated_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_disk_types_get_sync.py b/samples/generated_samples/compute_v1_generated_disk_types_get_sync.py index c201c7087..4026ba875 100644 --- a/samples/generated_samples/compute_v1_generated_disk_types_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_disk_types_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_disk_types_list_sync.py b/samples/generated_samples/compute_v1_generated_disk_types_list_sync.py index cccaf4e83..c95d554a8 100644 --- a/samples/generated_samples/compute_v1_generated_disk_types_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_disk_types_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_disks_add_resource_policies_sync.py b/samples/generated_samples/compute_v1_generated_disks_add_resource_policies_sync.py index 7d33b917e..9158e288d 100644 --- a/samples/generated_samples/compute_v1_generated_disks_add_resource_policies_sync.py +++ b/samples/generated_samples/compute_v1_generated_disks_add_resource_policies_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_disks_aggregated_list_sync.py b/samples/generated_samples/compute_v1_generated_disks_aggregated_list_sync.py index 1373fa9fb..841eadd6a 100644 --- a/samples/generated_samples/compute_v1_generated_disks_aggregated_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_disks_aggregated_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_disks_bulk_insert_sync.py b/samples/generated_samples/compute_v1_generated_disks_bulk_insert_sync.py index cb44800ed..148e37bd6 100644 --- a/samples/generated_samples/compute_v1_generated_disks_bulk_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_disks_bulk_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_disks_create_snapshot_sync.py b/samples/generated_samples/compute_v1_generated_disks_create_snapshot_sync.py index a1b50cb29..b1a159706 100644 --- a/samples/generated_samples/compute_v1_generated_disks_create_snapshot_sync.py +++ b/samples/generated_samples/compute_v1_generated_disks_create_snapshot_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_disks_delete_sync.py b/samples/generated_samples/compute_v1_generated_disks_delete_sync.py index 5011179bd..fb29f3c9c 100644 --- a/samples/generated_samples/compute_v1_generated_disks_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_disks_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_disks_get_iam_policy_sync.py b/samples/generated_samples/compute_v1_generated_disks_get_iam_policy_sync.py index 29222144c..7dc5173e9 100644 --- a/samples/generated_samples/compute_v1_generated_disks_get_iam_policy_sync.py +++ b/samples/generated_samples/compute_v1_generated_disks_get_iam_policy_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_disks_get_sync.py b/samples/generated_samples/compute_v1_generated_disks_get_sync.py index 6b32e2822..c53d3d92a 100644 --- a/samples/generated_samples/compute_v1_generated_disks_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_disks_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_disks_insert_sync.py b/samples/generated_samples/compute_v1_generated_disks_insert_sync.py index 386ebe8ac..872874245 100644 --- a/samples/generated_samples/compute_v1_generated_disks_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_disks_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_disks_list_sync.py b/samples/generated_samples/compute_v1_generated_disks_list_sync.py index b31b2deba..a9462ee16 100644 --- a/samples/generated_samples/compute_v1_generated_disks_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_disks_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_disks_remove_resource_policies_sync.py b/samples/generated_samples/compute_v1_generated_disks_remove_resource_policies_sync.py index 994a12dfb..d9ed27ab5 100644 --- a/samples/generated_samples/compute_v1_generated_disks_remove_resource_policies_sync.py +++ b/samples/generated_samples/compute_v1_generated_disks_remove_resource_policies_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_disks_resize_sync.py b/samples/generated_samples/compute_v1_generated_disks_resize_sync.py index 3fc1facb2..e1c396cb3 100644 --- a/samples/generated_samples/compute_v1_generated_disks_resize_sync.py +++ b/samples/generated_samples/compute_v1_generated_disks_resize_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_disks_set_iam_policy_sync.py b/samples/generated_samples/compute_v1_generated_disks_set_iam_policy_sync.py index a4535e0d8..d3b53e7fd 100644 --- a/samples/generated_samples/compute_v1_generated_disks_set_iam_policy_sync.py +++ b/samples/generated_samples/compute_v1_generated_disks_set_iam_policy_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_disks_set_labels_sync.py b/samples/generated_samples/compute_v1_generated_disks_set_labels_sync.py index b53825481..a15681f62 100644 --- a/samples/generated_samples/compute_v1_generated_disks_set_labels_sync.py +++ b/samples/generated_samples/compute_v1_generated_disks_set_labels_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_disks_start_async_replication_sync.py b/samples/generated_samples/compute_v1_generated_disks_start_async_replication_sync.py index c83c44219..8eca33b10 100644 --- a/samples/generated_samples/compute_v1_generated_disks_start_async_replication_sync.py +++ b/samples/generated_samples/compute_v1_generated_disks_start_async_replication_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_disks_stop_async_replication_sync.py b/samples/generated_samples/compute_v1_generated_disks_stop_async_replication_sync.py index 20e719230..522588d99 100644 --- a/samples/generated_samples/compute_v1_generated_disks_stop_async_replication_sync.py +++ b/samples/generated_samples/compute_v1_generated_disks_stop_async_replication_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_disks_stop_group_async_replication_sync.py b/samples/generated_samples/compute_v1_generated_disks_stop_group_async_replication_sync.py index 748111a22..1131a21fd 100644 --- a/samples/generated_samples/compute_v1_generated_disks_stop_group_async_replication_sync.py +++ b/samples/generated_samples/compute_v1_generated_disks_stop_group_async_replication_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_disks_test_iam_permissions_sync.py b/samples/generated_samples/compute_v1_generated_disks_test_iam_permissions_sync.py index 5a97b51a8..44926c80d 100644 --- a/samples/generated_samples/compute_v1_generated_disks_test_iam_permissions_sync.py +++ b/samples/generated_samples/compute_v1_generated_disks_test_iam_permissions_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_disks_update_sync.py b/samples/generated_samples/compute_v1_generated_disks_update_sync.py index 7b18f3a69..a79ce530e 100644 --- a/samples/generated_samples/compute_v1_generated_disks_update_sync.py +++ b/samples/generated_samples/compute_v1_generated_disks_update_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_external_vpn_gateways_delete_sync.py b/samples/generated_samples/compute_v1_generated_external_vpn_gateways_delete_sync.py index 0b2b351c8..a1ac52452 100644 --- a/samples/generated_samples/compute_v1_generated_external_vpn_gateways_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_external_vpn_gateways_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_external_vpn_gateways_get_sync.py b/samples/generated_samples/compute_v1_generated_external_vpn_gateways_get_sync.py index 737224647..5604ca609 100644 --- a/samples/generated_samples/compute_v1_generated_external_vpn_gateways_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_external_vpn_gateways_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_external_vpn_gateways_insert_sync.py b/samples/generated_samples/compute_v1_generated_external_vpn_gateways_insert_sync.py index e285900d4..4999ca10f 100644 --- a/samples/generated_samples/compute_v1_generated_external_vpn_gateways_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_external_vpn_gateways_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_external_vpn_gateways_list_sync.py b/samples/generated_samples/compute_v1_generated_external_vpn_gateways_list_sync.py index 6929a944d..63db110e9 100644 --- a/samples/generated_samples/compute_v1_generated_external_vpn_gateways_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_external_vpn_gateways_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_external_vpn_gateways_set_labels_sync.py b/samples/generated_samples/compute_v1_generated_external_vpn_gateways_set_labels_sync.py index cac7126eb..b56c24fb2 100644 --- a/samples/generated_samples/compute_v1_generated_external_vpn_gateways_set_labels_sync.py +++ b/samples/generated_samples/compute_v1_generated_external_vpn_gateways_set_labels_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_external_vpn_gateways_test_iam_permissions_sync.py b/samples/generated_samples/compute_v1_generated_external_vpn_gateways_test_iam_permissions_sync.py index 1ae71472f..cb65f1638 100644 --- a/samples/generated_samples/compute_v1_generated_external_vpn_gateways_test_iam_permissions_sync.py +++ b/samples/generated_samples/compute_v1_generated_external_vpn_gateways_test_iam_permissions_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_firewall_policies_add_association_sync.py b/samples/generated_samples/compute_v1_generated_firewall_policies_add_association_sync.py index f345009c8..b2f1d9053 100644 --- a/samples/generated_samples/compute_v1_generated_firewall_policies_add_association_sync.py +++ b/samples/generated_samples/compute_v1_generated_firewall_policies_add_association_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_firewall_policies_add_rule_sync.py b/samples/generated_samples/compute_v1_generated_firewall_policies_add_rule_sync.py index 1bd808bc2..98d538c21 100644 --- a/samples/generated_samples/compute_v1_generated_firewall_policies_add_rule_sync.py +++ b/samples/generated_samples/compute_v1_generated_firewall_policies_add_rule_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_firewall_policies_clone_rules_sync.py b/samples/generated_samples/compute_v1_generated_firewall_policies_clone_rules_sync.py index 0919ffca8..0081a5fcd 100644 --- a/samples/generated_samples/compute_v1_generated_firewall_policies_clone_rules_sync.py +++ b/samples/generated_samples/compute_v1_generated_firewall_policies_clone_rules_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_firewall_policies_delete_sync.py b/samples/generated_samples/compute_v1_generated_firewall_policies_delete_sync.py index f8edc0604..fb088723a 100644 --- a/samples/generated_samples/compute_v1_generated_firewall_policies_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_firewall_policies_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_firewall_policies_get_association_sync.py b/samples/generated_samples/compute_v1_generated_firewall_policies_get_association_sync.py index f0ffe2007..50b12c383 100644 --- a/samples/generated_samples/compute_v1_generated_firewall_policies_get_association_sync.py +++ b/samples/generated_samples/compute_v1_generated_firewall_policies_get_association_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_firewall_policies_get_iam_policy_sync.py b/samples/generated_samples/compute_v1_generated_firewall_policies_get_iam_policy_sync.py index d95e3ace5..2bbd42422 100644 --- a/samples/generated_samples/compute_v1_generated_firewall_policies_get_iam_policy_sync.py +++ b/samples/generated_samples/compute_v1_generated_firewall_policies_get_iam_policy_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_firewall_policies_get_rule_sync.py b/samples/generated_samples/compute_v1_generated_firewall_policies_get_rule_sync.py index 11823cbbb..9dc7cfd42 100644 --- a/samples/generated_samples/compute_v1_generated_firewall_policies_get_rule_sync.py +++ b/samples/generated_samples/compute_v1_generated_firewall_policies_get_rule_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_firewall_policies_get_sync.py b/samples/generated_samples/compute_v1_generated_firewall_policies_get_sync.py index 039d61b97..392f1620c 100644 --- a/samples/generated_samples/compute_v1_generated_firewall_policies_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_firewall_policies_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_firewall_policies_insert_sync.py b/samples/generated_samples/compute_v1_generated_firewall_policies_insert_sync.py index 6efd1ec26..f43f92e5c 100644 --- a/samples/generated_samples/compute_v1_generated_firewall_policies_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_firewall_policies_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_firewall_policies_list_associations_sync.py b/samples/generated_samples/compute_v1_generated_firewall_policies_list_associations_sync.py index 92c64e86d..051e8ad27 100644 --- a/samples/generated_samples/compute_v1_generated_firewall_policies_list_associations_sync.py +++ b/samples/generated_samples/compute_v1_generated_firewall_policies_list_associations_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_firewall_policies_list_sync.py b/samples/generated_samples/compute_v1_generated_firewall_policies_list_sync.py index c46425845..51a2e6d66 100644 --- a/samples/generated_samples/compute_v1_generated_firewall_policies_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_firewall_policies_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_firewall_policies_move_sync.py b/samples/generated_samples/compute_v1_generated_firewall_policies_move_sync.py index 0f535b080..e6f05ce6d 100644 --- a/samples/generated_samples/compute_v1_generated_firewall_policies_move_sync.py +++ b/samples/generated_samples/compute_v1_generated_firewall_policies_move_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_firewall_policies_patch_rule_sync.py b/samples/generated_samples/compute_v1_generated_firewall_policies_patch_rule_sync.py index 890f47a24..2ab51f508 100644 --- a/samples/generated_samples/compute_v1_generated_firewall_policies_patch_rule_sync.py +++ b/samples/generated_samples/compute_v1_generated_firewall_policies_patch_rule_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_firewall_policies_patch_sync.py b/samples/generated_samples/compute_v1_generated_firewall_policies_patch_sync.py index e2c76bc02..748a9a291 100644 --- a/samples/generated_samples/compute_v1_generated_firewall_policies_patch_sync.py +++ b/samples/generated_samples/compute_v1_generated_firewall_policies_patch_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_firewall_policies_remove_association_sync.py b/samples/generated_samples/compute_v1_generated_firewall_policies_remove_association_sync.py index f3dd6ce1a..8edac0d5c 100644 --- a/samples/generated_samples/compute_v1_generated_firewall_policies_remove_association_sync.py +++ b/samples/generated_samples/compute_v1_generated_firewall_policies_remove_association_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_firewall_policies_remove_rule_sync.py b/samples/generated_samples/compute_v1_generated_firewall_policies_remove_rule_sync.py index 95476682d..5cdef9bb1 100644 --- a/samples/generated_samples/compute_v1_generated_firewall_policies_remove_rule_sync.py +++ b/samples/generated_samples/compute_v1_generated_firewall_policies_remove_rule_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_firewall_policies_set_iam_policy_sync.py b/samples/generated_samples/compute_v1_generated_firewall_policies_set_iam_policy_sync.py index e925098ee..f93644b54 100644 --- a/samples/generated_samples/compute_v1_generated_firewall_policies_set_iam_policy_sync.py +++ b/samples/generated_samples/compute_v1_generated_firewall_policies_set_iam_policy_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_firewall_policies_test_iam_permissions_sync.py b/samples/generated_samples/compute_v1_generated_firewall_policies_test_iam_permissions_sync.py index 215706e72..d80c9abc6 100644 --- a/samples/generated_samples/compute_v1_generated_firewall_policies_test_iam_permissions_sync.py +++ b/samples/generated_samples/compute_v1_generated_firewall_policies_test_iam_permissions_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_firewalls_delete_sync.py b/samples/generated_samples/compute_v1_generated_firewalls_delete_sync.py index 5caccf394..f601fa8d1 100644 --- a/samples/generated_samples/compute_v1_generated_firewalls_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_firewalls_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_firewalls_get_sync.py b/samples/generated_samples/compute_v1_generated_firewalls_get_sync.py index a688ee525..6f086344c 100644 --- a/samples/generated_samples/compute_v1_generated_firewalls_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_firewalls_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_firewalls_insert_sync.py b/samples/generated_samples/compute_v1_generated_firewalls_insert_sync.py index f818e96ef..82fed6f01 100644 --- a/samples/generated_samples/compute_v1_generated_firewalls_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_firewalls_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_firewalls_list_sync.py b/samples/generated_samples/compute_v1_generated_firewalls_list_sync.py index e4be75e0b..a75395e00 100644 --- a/samples/generated_samples/compute_v1_generated_firewalls_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_firewalls_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_firewalls_patch_sync.py b/samples/generated_samples/compute_v1_generated_firewalls_patch_sync.py index b61e4056b..1b8b0a4f4 100644 --- a/samples/generated_samples/compute_v1_generated_firewalls_patch_sync.py +++ b/samples/generated_samples/compute_v1_generated_firewalls_patch_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_firewalls_update_sync.py b/samples/generated_samples/compute_v1_generated_firewalls_update_sync.py index ca88f5c58..f46503776 100644 --- a/samples/generated_samples/compute_v1_generated_firewalls_update_sync.py +++ b/samples/generated_samples/compute_v1_generated_firewalls_update_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_forwarding_rules_aggregated_list_sync.py b/samples/generated_samples/compute_v1_generated_forwarding_rules_aggregated_list_sync.py index 1bbd3dd2c..b09bdb1b5 100644 --- a/samples/generated_samples/compute_v1_generated_forwarding_rules_aggregated_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_forwarding_rules_aggregated_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_forwarding_rules_delete_sync.py b/samples/generated_samples/compute_v1_generated_forwarding_rules_delete_sync.py index 317bf9b82..4b6c998ae 100644 --- a/samples/generated_samples/compute_v1_generated_forwarding_rules_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_forwarding_rules_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_forwarding_rules_get_sync.py b/samples/generated_samples/compute_v1_generated_forwarding_rules_get_sync.py index 7c10f9109..d44e5bcee 100644 --- a/samples/generated_samples/compute_v1_generated_forwarding_rules_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_forwarding_rules_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_forwarding_rules_insert_sync.py b/samples/generated_samples/compute_v1_generated_forwarding_rules_insert_sync.py index 6e2226b20..849b8004f 100644 --- a/samples/generated_samples/compute_v1_generated_forwarding_rules_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_forwarding_rules_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_forwarding_rules_list_sync.py b/samples/generated_samples/compute_v1_generated_forwarding_rules_list_sync.py index 505f0bce3..56f18b9e3 100644 --- a/samples/generated_samples/compute_v1_generated_forwarding_rules_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_forwarding_rules_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_forwarding_rules_patch_sync.py b/samples/generated_samples/compute_v1_generated_forwarding_rules_patch_sync.py index a9f6615d2..99f5a97a7 100644 --- a/samples/generated_samples/compute_v1_generated_forwarding_rules_patch_sync.py +++ b/samples/generated_samples/compute_v1_generated_forwarding_rules_patch_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_forwarding_rules_set_labels_sync.py b/samples/generated_samples/compute_v1_generated_forwarding_rules_set_labels_sync.py index 1e84db522..ec7277483 100644 --- a/samples/generated_samples/compute_v1_generated_forwarding_rules_set_labels_sync.py +++ b/samples/generated_samples/compute_v1_generated_forwarding_rules_set_labels_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_forwarding_rules_set_target_sync.py b/samples/generated_samples/compute_v1_generated_forwarding_rules_set_target_sync.py index bfa8df7c7..53cfb21ed 100644 --- a/samples/generated_samples/compute_v1_generated_forwarding_rules_set_target_sync.py +++ b/samples/generated_samples/compute_v1_generated_forwarding_rules_set_target_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_global_addresses_delete_sync.py b/samples/generated_samples/compute_v1_generated_global_addresses_delete_sync.py index f1f738354..1998fb83a 100644 --- a/samples/generated_samples/compute_v1_generated_global_addresses_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_global_addresses_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_global_addresses_get_sync.py b/samples/generated_samples/compute_v1_generated_global_addresses_get_sync.py index c72cc2b7a..7cabf6edb 100644 --- a/samples/generated_samples/compute_v1_generated_global_addresses_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_global_addresses_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_global_addresses_insert_sync.py b/samples/generated_samples/compute_v1_generated_global_addresses_insert_sync.py index b5b3f97a0..9aeb19aad 100644 --- a/samples/generated_samples/compute_v1_generated_global_addresses_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_global_addresses_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_global_addresses_list_sync.py b/samples/generated_samples/compute_v1_generated_global_addresses_list_sync.py index 3a348a2af..2f28e9a3e 100644 --- a/samples/generated_samples/compute_v1_generated_global_addresses_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_global_addresses_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_global_addresses_move_sync.py b/samples/generated_samples/compute_v1_generated_global_addresses_move_sync.py index 89040864e..7b273a4ff 100644 --- a/samples/generated_samples/compute_v1_generated_global_addresses_move_sync.py +++ b/samples/generated_samples/compute_v1_generated_global_addresses_move_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_global_addresses_set_labels_sync.py b/samples/generated_samples/compute_v1_generated_global_addresses_set_labels_sync.py index 543bddad5..7d85a23ed 100644 --- a/samples/generated_samples/compute_v1_generated_global_addresses_set_labels_sync.py +++ b/samples/generated_samples/compute_v1_generated_global_addresses_set_labels_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_global_forwarding_rules_delete_sync.py b/samples/generated_samples/compute_v1_generated_global_forwarding_rules_delete_sync.py index 3100c445c..705a1a4ee 100644 --- a/samples/generated_samples/compute_v1_generated_global_forwarding_rules_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_global_forwarding_rules_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_global_forwarding_rules_get_sync.py b/samples/generated_samples/compute_v1_generated_global_forwarding_rules_get_sync.py index ce2c4d931..67d5ab41e 100644 --- a/samples/generated_samples/compute_v1_generated_global_forwarding_rules_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_global_forwarding_rules_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_global_forwarding_rules_insert_sync.py b/samples/generated_samples/compute_v1_generated_global_forwarding_rules_insert_sync.py index 9836ce706..dea4b3c07 100644 --- a/samples/generated_samples/compute_v1_generated_global_forwarding_rules_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_global_forwarding_rules_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_global_forwarding_rules_list_sync.py b/samples/generated_samples/compute_v1_generated_global_forwarding_rules_list_sync.py index ca43df1ea..7ac4fed21 100644 --- a/samples/generated_samples/compute_v1_generated_global_forwarding_rules_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_global_forwarding_rules_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_global_forwarding_rules_patch_sync.py b/samples/generated_samples/compute_v1_generated_global_forwarding_rules_patch_sync.py index 2b4600c28..7772d8902 100644 --- a/samples/generated_samples/compute_v1_generated_global_forwarding_rules_patch_sync.py +++ b/samples/generated_samples/compute_v1_generated_global_forwarding_rules_patch_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_global_forwarding_rules_set_labels_sync.py b/samples/generated_samples/compute_v1_generated_global_forwarding_rules_set_labels_sync.py index fec1feab0..2bd5a16e5 100644 --- a/samples/generated_samples/compute_v1_generated_global_forwarding_rules_set_labels_sync.py +++ b/samples/generated_samples/compute_v1_generated_global_forwarding_rules_set_labels_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_global_forwarding_rules_set_target_sync.py b/samples/generated_samples/compute_v1_generated_global_forwarding_rules_set_target_sync.py index 7a6a1fde1..9af0b07fe 100644 --- a/samples/generated_samples/compute_v1_generated_global_forwarding_rules_set_target_sync.py +++ b/samples/generated_samples/compute_v1_generated_global_forwarding_rules_set_target_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_global_network_endpoint_groups_attach_network_endpoints_sync.py b/samples/generated_samples/compute_v1_generated_global_network_endpoint_groups_attach_network_endpoints_sync.py index 3472c5c18..821d28974 100644 --- a/samples/generated_samples/compute_v1_generated_global_network_endpoint_groups_attach_network_endpoints_sync.py +++ b/samples/generated_samples/compute_v1_generated_global_network_endpoint_groups_attach_network_endpoints_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_global_network_endpoint_groups_delete_sync.py b/samples/generated_samples/compute_v1_generated_global_network_endpoint_groups_delete_sync.py index 8d7307ad0..914404ef2 100644 --- a/samples/generated_samples/compute_v1_generated_global_network_endpoint_groups_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_global_network_endpoint_groups_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_global_network_endpoint_groups_detach_network_endpoints_sync.py b/samples/generated_samples/compute_v1_generated_global_network_endpoint_groups_detach_network_endpoints_sync.py index 582427897..7980a7e50 100644 --- a/samples/generated_samples/compute_v1_generated_global_network_endpoint_groups_detach_network_endpoints_sync.py +++ b/samples/generated_samples/compute_v1_generated_global_network_endpoint_groups_detach_network_endpoints_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_global_network_endpoint_groups_get_sync.py b/samples/generated_samples/compute_v1_generated_global_network_endpoint_groups_get_sync.py index 9fc864be6..6c57a722f 100644 --- a/samples/generated_samples/compute_v1_generated_global_network_endpoint_groups_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_global_network_endpoint_groups_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_global_network_endpoint_groups_insert_sync.py b/samples/generated_samples/compute_v1_generated_global_network_endpoint_groups_insert_sync.py index a7acabb34..789bd150d 100644 --- a/samples/generated_samples/compute_v1_generated_global_network_endpoint_groups_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_global_network_endpoint_groups_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_global_network_endpoint_groups_list_network_endpoints_sync.py b/samples/generated_samples/compute_v1_generated_global_network_endpoint_groups_list_network_endpoints_sync.py index 4e661e021..10d036c17 100644 --- a/samples/generated_samples/compute_v1_generated_global_network_endpoint_groups_list_network_endpoints_sync.py +++ b/samples/generated_samples/compute_v1_generated_global_network_endpoint_groups_list_network_endpoints_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_global_network_endpoint_groups_list_sync.py b/samples/generated_samples/compute_v1_generated_global_network_endpoint_groups_list_sync.py index cc7fd4def..3348581e4 100644 --- a/samples/generated_samples/compute_v1_generated_global_network_endpoint_groups_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_global_network_endpoint_groups_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_global_operations_aggregated_list_sync.py b/samples/generated_samples/compute_v1_generated_global_operations_aggregated_list_sync.py index 1238ee52a..3a5a4a9f0 100644 --- a/samples/generated_samples/compute_v1_generated_global_operations_aggregated_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_global_operations_aggregated_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_global_operations_delete_sync.py b/samples/generated_samples/compute_v1_generated_global_operations_delete_sync.py index 9fbf845aa..bcc624f5f 100644 --- a/samples/generated_samples/compute_v1_generated_global_operations_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_global_operations_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_global_operations_get_sync.py b/samples/generated_samples/compute_v1_generated_global_operations_get_sync.py index 7668b10c1..b806bb653 100644 --- a/samples/generated_samples/compute_v1_generated_global_operations_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_global_operations_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_global_operations_list_sync.py b/samples/generated_samples/compute_v1_generated_global_operations_list_sync.py index 51af58402..16bb2026c 100644 --- a/samples/generated_samples/compute_v1_generated_global_operations_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_global_operations_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_global_operations_wait_sync.py b/samples/generated_samples/compute_v1_generated_global_operations_wait_sync.py index c28d4131f..7de5dcc07 100644 --- a/samples/generated_samples/compute_v1_generated_global_operations_wait_sync.py +++ b/samples/generated_samples/compute_v1_generated_global_operations_wait_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_global_organization_operations_delete_sync.py b/samples/generated_samples/compute_v1_generated_global_organization_operations_delete_sync.py index 1ba59ade8..dc4493b98 100644 --- a/samples/generated_samples/compute_v1_generated_global_organization_operations_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_global_organization_operations_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_global_organization_operations_get_sync.py b/samples/generated_samples/compute_v1_generated_global_organization_operations_get_sync.py index e00f7d887..bfc261cf3 100644 --- a/samples/generated_samples/compute_v1_generated_global_organization_operations_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_global_organization_operations_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_global_organization_operations_list_sync.py b/samples/generated_samples/compute_v1_generated_global_organization_operations_list_sync.py index d3482d986..b984d36d1 100644 --- a/samples/generated_samples/compute_v1_generated_global_organization_operations_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_global_organization_operations_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_global_public_delegated_prefixes_delete_sync.py b/samples/generated_samples/compute_v1_generated_global_public_delegated_prefixes_delete_sync.py index 90e916a68..1f7c87d87 100644 --- a/samples/generated_samples/compute_v1_generated_global_public_delegated_prefixes_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_global_public_delegated_prefixes_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_global_public_delegated_prefixes_get_sync.py b/samples/generated_samples/compute_v1_generated_global_public_delegated_prefixes_get_sync.py index 36771de78..4618ea779 100644 --- a/samples/generated_samples/compute_v1_generated_global_public_delegated_prefixes_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_global_public_delegated_prefixes_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_global_public_delegated_prefixes_insert_sync.py b/samples/generated_samples/compute_v1_generated_global_public_delegated_prefixes_insert_sync.py index a582ae16d..713daf422 100644 --- a/samples/generated_samples/compute_v1_generated_global_public_delegated_prefixes_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_global_public_delegated_prefixes_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_global_public_delegated_prefixes_list_sync.py b/samples/generated_samples/compute_v1_generated_global_public_delegated_prefixes_list_sync.py index ccaa87d12..18e5d2991 100644 --- a/samples/generated_samples/compute_v1_generated_global_public_delegated_prefixes_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_global_public_delegated_prefixes_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_global_public_delegated_prefixes_patch_sync.py b/samples/generated_samples/compute_v1_generated_global_public_delegated_prefixes_patch_sync.py index 754235864..e891fa4d4 100644 --- a/samples/generated_samples/compute_v1_generated_global_public_delegated_prefixes_patch_sync.py +++ b/samples/generated_samples/compute_v1_generated_global_public_delegated_prefixes_patch_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_health_checks_aggregated_list_sync.py b/samples/generated_samples/compute_v1_generated_health_checks_aggregated_list_sync.py index 7de1d6417..86508ab42 100644 --- a/samples/generated_samples/compute_v1_generated_health_checks_aggregated_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_health_checks_aggregated_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_health_checks_delete_sync.py b/samples/generated_samples/compute_v1_generated_health_checks_delete_sync.py index b4f97125c..c9761b513 100644 --- a/samples/generated_samples/compute_v1_generated_health_checks_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_health_checks_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_health_checks_get_sync.py b/samples/generated_samples/compute_v1_generated_health_checks_get_sync.py index 6c7d103a1..d89271b22 100644 --- a/samples/generated_samples/compute_v1_generated_health_checks_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_health_checks_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_health_checks_insert_sync.py b/samples/generated_samples/compute_v1_generated_health_checks_insert_sync.py index e0f63c362..5c87c456d 100644 --- a/samples/generated_samples/compute_v1_generated_health_checks_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_health_checks_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_health_checks_list_sync.py b/samples/generated_samples/compute_v1_generated_health_checks_list_sync.py index d5f378e9c..e0c4fbc70 100644 --- a/samples/generated_samples/compute_v1_generated_health_checks_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_health_checks_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_health_checks_patch_sync.py b/samples/generated_samples/compute_v1_generated_health_checks_patch_sync.py index 7fa2e8ac2..112833f51 100644 --- a/samples/generated_samples/compute_v1_generated_health_checks_patch_sync.py +++ b/samples/generated_samples/compute_v1_generated_health_checks_patch_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_health_checks_update_sync.py b/samples/generated_samples/compute_v1_generated_health_checks_update_sync.py index d58d40c42..49493d1d0 100644 --- a/samples/generated_samples/compute_v1_generated_health_checks_update_sync.py +++ b/samples/generated_samples/compute_v1_generated_health_checks_update_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_image_family_views_get_sync.py b/samples/generated_samples/compute_v1_generated_image_family_views_get_sync.py index 5b57f6e98..827e7d8d6 100644 --- a/samples/generated_samples/compute_v1_generated_image_family_views_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_image_family_views_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_images_delete_sync.py b/samples/generated_samples/compute_v1_generated_images_delete_sync.py index a8b3e0573..ccbe6894f 100644 --- a/samples/generated_samples/compute_v1_generated_images_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_images_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_images_deprecate_sync.py b/samples/generated_samples/compute_v1_generated_images_deprecate_sync.py index d8602f6ef..40521e88c 100644 --- a/samples/generated_samples/compute_v1_generated_images_deprecate_sync.py +++ b/samples/generated_samples/compute_v1_generated_images_deprecate_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_images_get_from_family_sync.py b/samples/generated_samples/compute_v1_generated_images_get_from_family_sync.py index 06b3c90b4..e231789b0 100644 --- a/samples/generated_samples/compute_v1_generated_images_get_from_family_sync.py +++ b/samples/generated_samples/compute_v1_generated_images_get_from_family_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_images_get_iam_policy_sync.py b/samples/generated_samples/compute_v1_generated_images_get_iam_policy_sync.py index 3bdc2f781..f536741ab 100644 --- a/samples/generated_samples/compute_v1_generated_images_get_iam_policy_sync.py +++ b/samples/generated_samples/compute_v1_generated_images_get_iam_policy_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_images_get_sync.py b/samples/generated_samples/compute_v1_generated_images_get_sync.py index 963f4abcb..5ecb6f021 100644 --- a/samples/generated_samples/compute_v1_generated_images_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_images_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_images_insert_sync.py b/samples/generated_samples/compute_v1_generated_images_insert_sync.py index f092d99ac..c0fea396f 100644 --- a/samples/generated_samples/compute_v1_generated_images_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_images_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_images_list_sync.py b/samples/generated_samples/compute_v1_generated_images_list_sync.py index c1e1cecf3..68c05363c 100644 --- a/samples/generated_samples/compute_v1_generated_images_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_images_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_images_patch_sync.py b/samples/generated_samples/compute_v1_generated_images_patch_sync.py index e03a4696b..07674804e 100644 --- a/samples/generated_samples/compute_v1_generated_images_patch_sync.py +++ b/samples/generated_samples/compute_v1_generated_images_patch_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_images_set_iam_policy_sync.py b/samples/generated_samples/compute_v1_generated_images_set_iam_policy_sync.py index 76bc64d60..830c6db54 100644 --- a/samples/generated_samples/compute_v1_generated_images_set_iam_policy_sync.py +++ b/samples/generated_samples/compute_v1_generated_images_set_iam_policy_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_images_set_labels_sync.py b/samples/generated_samples/compute_v1_generated_images_set_labels_sync.py index a090f254c..b36715aa0 100644 --- a/samples/generated_samples/compute_v1_generated_images_set_labels_sync.py +++ b/samples/generated_samples/compute_v1_generated_images_set_labels_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_images_test_iam_permissions_sync.py b/samples/generated_samples/compute_v1_generated_images_test_iam_permissions_sync.py index 1ea7eb81a..3bdc01aff 100644 --- a/samples/generated_samples/compute_v1_generated_images_test_iam_permissions_sync.py +++ b/samples/generated_samples/compute_v1_generated_images_test_iam_permissions_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instance_group_managers_abandon_instances_sync.py b/samples/generated_samples/compute_v1_generated_instance_group_managers_abandon_instances_sync.py index ff04c47ae..4e4469347 100644 --- a/samples/generated_samples/compute_v1_generated_instance_group_managers_abandon_instances_sync.py +++ b/samples/generated_samples/compute_v1_generated_instance_group_managers_abandon_instances_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instance_group_managers_aggregated_list_sync.py b/samples/generated_samples/compute_v1_generated_instance_group_managers_aggregated_list_sync.py index 4ef67987f..26bb3befe 100644 --- a/samples/generated_samples/compute_v1_generated_instance_group_managers_aggregated_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_instance_group_managers_aggregated_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instance_group_managers_apply_updates_to_instances_sync.py b/samples/generated_samples/compute_v1_generated_instance_group_managers_apply_updates_to_instances_sync.py index d8ed4a994..0063e242c 100644 --- a/samples/generated_samples/compute_v1_generated_instance_group_managers_apply_updates_to_instances_sync.py +++ b/samples/generated_samples/compute_v1_generated_instance_group_managers_apply_updates_to_instances_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instance_group_managers_create_instances_sync.py b/samples/generated_samples/compute_v1_generated_instance_group_managers_create_instances_sync.py index decbd6075..a9f72f439 100644 --- a/samples/generated_samples/compute_v1_generated_instance_group_managers_create_instances_sync.py +++ b/samples/generated_samples/compute_v1_generated_instance_group_managers_create_instances_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instance_group_managers_delete_instances_sync.py b/samples/generated_samples/compute_v1_generated_instance_group_managers_delete_instances_sync.py index dbcd67fee..27a229338 100644 --- a/samples/generated_samples/compute_v1_generated_instance_group_managers_delete_instances_sync.py +++ b/samples/generated_samples/compute_v1_generated_instance_group_managers_delete_instances_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instance_group_managers_delete_per_instance_configs_sync.py b/samples/generated_samples/compute_v1_generated_instance_group_managers_delete_per_instance_configs_sync.py index 43ee8bd6e..98bd9547f 100644 --- a/samples/generated_samples/compute_v1_generated_instance_group_managers_delete_per_instance_configs_sync.py +++ b/samples/generated_samples/compute_v1_generated_instance_group_managers_delete_per_instance_configs_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instance_group_managers_delete_sync.py b/samples/generated_samples/compute_v1_generated_instance_group_managers_delete_sync.py index 065674472..2f320c48a 100644 --- a/samples/generated_samples/compute_v1_generated_instance_group_managers_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_instance_group_managers_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instance_group_managers_get_sync.py b/samples/generated_samples/compute_v1_generated_instance_group_managers_get_sync.py index b02ffde5c..e6cfb58b2 100644 --- a/samples/generated_samples/compute_v1_generated_instance_group_managers_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_instance_group_managers_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instance_group_managers_insert_sync.py b/samples/generated_samples/compute_v1_generated_instance_group_managers_insert_sync.py index 4cb86796f..9d1af04ed 100644 --- a/samples/generated_samples/compute_v1_generated_instance_group_managers_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_instance_group_managers_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instance_group_managers_list_errors_sync.py b/samples/generated_samples/compute_v1_generated_instance_group_managers_list_errors_sync.py index a13e7133b..70b2572f9 100644 --- a/samples/generated_samples/compute_v1_generated_instance_group_managers_list_errors_sync.py +++ b/samples/generated_samples/compute_v1_generated_instance_group_managers_list_errors_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instance_group_managers_list_managed_instances_sync.py b/samples/generated_samples/compute_v1_generated_instance_group_managers_list_managed_instances_sync.py index ed20a90ec..73cf47611 100644 --- a/samples/generated_samples/compute_v1_generated_instance_group_managers_list_managed_instances_sync.py +++ b/samples/generated_samples/compute_v1_generated_instance_group_managers_list_managed_instances_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instance_group_managers_list_per_instance_configs_sync.py b/samples/generated_samples/compute_v1_generated_instance_group_managers_list_per_instance_configs_sync.py index c1b65ce4a..5c9acb273 100644 --- a/samples/generated_samples/compute_v1_generated_instance_group_managers_list_per_instance_configs_sync.py +++ b/samples/generated_samples/compute_v1_generated_instance_group_managers_list_per_instance_configs_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instance_group_managers_list_sync.py b/samples/generated_samples/compute_v1_generated_instance_group_managers_list_sync.py index 4f2be2a27..93c9aab73 100644 --- a/samples/generated_samples/compute_v1_generated_instance_group_managers_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_instance_group_managers_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instance_group_managers_patch_per_instance_configs_sync.py b/samples/generated_samples/compute_v1_generated_instance_group_managers_patch_per_instance_configs_sync.py index ed1878ad5..2ea5abb16 100644 --- a/samples/generated_samples/compute_v1_generated_instance_group_managers_patch_per_instance_configs_sync.py +++ b/samples/generated_samples/compute_v1_generated_instance_group_managers_patch_per_instance_configs_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instance_group_managers_patch_sync.py b/samples/generated_samples/compute_v1_generated_instance_group_managers_patch_sync.py index c1b8a9dd0..e870db90c 100644 --- a/samples/generated_samples/compute_v1_generated_instance_group_managers_patch_sync.py +++ b/samples/generated_samples/compute_v1_generated_instance_group_managers_patch_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instance_group_managers_recreate_instances_sync.py b/samples/generated_samples/compute_v1_generated_instance_group_managers_recreate_instances_sync.py index 7ce598d35..ba1440f77 100644 --- a/samples/generated_samples/compute_v1_generated_instance_group_managers_recreate_instances_sync.py +++ b/samples/generated_samples/compute_v1_generated_instance_group_managers_recreate_instances_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instance_group_managers_resize_sync.py b/samples/generated_samples/compute_v1_generated_instance_group_managers_resize_sync.py index e576f7d74..c90605817 100644 --- a/samples/generated_samples/compute_v1_generated_instance_group_managers_resize_sync.py +++ b/samples/generated_samples/compute_v1_generated_instance_group_managers_resize_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instance_group_managers_set_instance_template_sync.py b/samples/generated_samples/compute_v1_generated_instance_group_managers_set_instance_template_sync.py index f70ca651b..83ba3ed91 100644 --- a/samples/generated_samples/compute_v1_generated_instance_group_managers_set_instance_template_sync.py +++ b/samples/generated_samples/compute_v1_generated_instance_group_managers_set_instance_template_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instance_group_managers_set_target_pools_sync.py b/samples/generated_samples/compute_v1_generated_instance_group_managers_set_target_pools_sync.py index c01dc0ae1..110126edb 100644 --- a/samples/generated_samples/compute_v1_generated_instance_group_managers_set_target_pools_sync.py +++ b/samples/generated_samples/compute_v1_generated_instance_group_managers_set_target_pools_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instance_group_managers_update_per_instance_configs_sync.py b/samples/generated_samples/compute_v1_generated_instance_group_managers_update_per_instance_configs_sync.py index c6e133ca2..c5074ce31 100644 --- a/samples/generated_samples/compute_v1_generated_instance_group_managers_update_per_instance_configs_sync.py +++ b/samples/generated_samples/compute_v1_generated_instance_group_managers_update_per_instance_configs_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instance_groups_add_instances_sync.py b/samples/generated_samples/compute_v1_generated_instance_groups_add_instances_sync.py index 3e7aa72f9..3053b0eab 100644 --- a/samples/generated_samples/compute_v1_generated_instance_groups_add_instances_sync.py +++ b/samples/generated_samples/compute_v1_generated_instance_groups_add_instances_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instance_groups_aggregated_list_sync.py b/samples/generated_samples/compute_v1_generated_instance_groups_aggregated_list_sync.py index 5c7e39cd7..07d666050 100644 --- a/samples/generated_samples/compute_v1_generated_instance_groups_aggregated_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_instance_groups_aggregated_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instance_groups_delete_sync.py b/samples/generated_samples/compute_v1_generated_instance_groups_delete_sync.py index 8d490870f..fd098eb23 100644 --- a/samples/generated_samples/compute_v1_generated_instance_groups_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_instance_groups_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instance_groups_get_sync.py b/samples/generated_samples/compute_v1_generated_instance_groups_get_sync.py index 278631455..494eb64ec 100644 --- a/samples/generated_samples/compute_v1_generated_instance_groups_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_instance_groups_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instance_groups_insert_sync.py b/samples/generated_samples/compute_v1_generated_instance_groups_insert_sync.py index a9f3de9f9..82b4fbb1e 100644 --- a/samples/generated_samples/compute_v1_generated_instance_groups_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_instance_groups_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instance_groups_list_instances_sync.py b/samples/generated_samples/compute_v1_generated_instance_groups_list_instances_sync.py index c031b3253..16c773d72 100644 --- a/samples/generated_samples/compute_v1_generated_instance_groups_list_instances_sync.py +++ b/samples/generated_samples/compute_v1_generated_instance_groups_list_instances_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instance_groups_list_sync.py b/samples/generated_samples/compute_v1_generated_instance_groups_list_sync.py index d96a9ae01..13e1bf4ea 100644 --- a/samples/generated_samples/compute_v1_generated_instance_groups_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_instance_groups_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instance_groups_remove_instances_sync.py b/samples/generated_samples/compute_v1_generated_instance_groups_remove_instances_sync.py index 61804138c..ff6a41049 100644 --- a/samples/generated_samples/compute_v1_generated_instance_groups_remove_instances_sync.py +++ b/samples/generated_samples/compute_v1_generated_instance_groups_remove_instances_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instance_groups_set_named_ports_sync.py b/samples/generated_samples/compute_v1_generated_instance_groups_set_named_ports_sync.py index 26e2ef788..61c5677fd 100644 --- a/samples/generated_samples/compute_v1_generated_instance_groups_set_named_ports_sync.py +++ b/samples/generated_samples/compute_v1_generated_instance_groups_set_named_ports_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instance_templates_aggregated_list_sync.py b/samples/generated_samples/compute_v1_generated_instance_templates_aggregated_list_sync.py index 1a5a1298d..0b030ba12 100644 --- a/samples/generated_samples/compute_v1_generated_instance_templates_aggregated_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_instance_templates_aggregated_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instance_templates_delete_sync.py b/samples/generated_samples/compute_v1_generated_instance_templates_delete_sync.py index 1e9349c01..98c6d46f9 100644 --- a/samples/generated_samples/compute_v1_generated_instance_templates_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_instance_templates_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instance_templates_get_iam_policy_sync.py b/samples/generated_samples/compute_v1_generated_instance_templates_get_iam_policy_sync.py index 7261aa32a..03657b103 100644 --- a/samples/generated_samples/compute_v1_generated_instance_templates_get_iam_policy_sync.py +++ b/samples/generated_samples/compute_v1_generated_instance_templates_get_iam_policy_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instance_templates_get_sync.py b/samples/generated_samples/compute_v1_generated_instance_templates_get_sync.py index a73a1efa4..1aa84ec41 100644 --- a/samples/generated_samples/compute_v1_generated_instance_templates_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_instance_templates_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instance_templates_insert_sync.py b/samples/generated_samples/compute_v1_generated_instance_templates_insert_sync.py index 3870d511a..6feb4861b 100644 --- a/samples/generated_samples/compute_v1_generated_instance_templates_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_instance_templates_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instance_templates_list_sync.py b/samples/generated_samples/compute_v1_generated_instance_templates_list_sync.py index 63c2ad5bb..88a7e5352 100644 --- a/samples/generated_samples/compute_v1_generated_instance_templates_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_instance_templates_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instance_templates_set_iam_policy_sync.py b/samples/generated_samples/compute_v1_generated_instance_templates_set_iam_policy_sync.py index 368bc5b3d..5a979f512 100644 --- a/samples/generated_samples/compute_v1_generated_instance_templates_set_iam_policy_sync.py +++ b/samples/generated_samples/compute_v1_generated_instance_templates_set_iam_policy_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instance_templates_test_iam_permissions_sync.py b/samples/generated_samples/compute_v1_generated_instance_templates_test_iam_permissions_sync.py index dc84c1f68..ac8239b1c 100644 --- a/samples/generated_samples/compute_v1_generated_instance_templates_test_iam_permissions_sync.py +++ b/samples/generated_samples/compute_v1_generated_instance_templates_test_iam_permissions_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instances_add_access_config_sync.py b/samples/generated_samples/compute_v1_generated_instances_add_access_config_sync.py index effc740c0..d16d8318a 100644 --- a/samples/generated_samples/compute_v1_generated_instances_add_access_config_sync.py +++ b/samples/generated_samples/compute_v1_generated_instances_add_access_config_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instances_add_resource_policies_sync.py b/samples/generated_samples/compute_v1_generated_instances_add_resource_policies_sync.py index d7894b34b..488a4d59f 100644 --- a/samples/generated_samples/compute_v1_generated_instances_add_resource_policies_sync.py +++ b/samples/generated_samples/compute_v1_generated_instances_add_resource_policies_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instances_aggregated_list_sync.py b/samples/generated_samples/compute_v1_generated_instances_aggregated_list_sync.py index d2fd6c821..ff43ce7c8 100644 --- a/samples/generated_samples/compute_v1_generated_instances_aggregated_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_instances_aggregated_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instances_attach_disk_sync.py b/samples/generated_samples/compute_v1_generated_instances_attach_disk_sync.py index d87f64b9b..666b0abb6 100644 --- a/samples/generated_samples/compute_v1_generated_instances_attach_disk_sync.py +++ b/samples/generated_samples/compute_v1_generated_instances_attach_disk_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instances_bulk_insert_sync.py b/samples/generated_samples/compute_v1_generated_instances_bulk_insert_sync.py index 6548892b1..5c6f222f2 100644 --- a/samples/generated_samples/compute_v1_generated_instances_bulk_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_instances_bulk_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instances_delete_access_config_sync.py b/samples/generated_samples/compute_v1_generated_instances_delete_access_config_sync.py index 3242ab22a..aa929ebc8 100644 --- a/samples/generated_samples/compute_v1_generated_instances_delete_access_config_sync.py +++ b/samples/generated_samples/compute_v1_generated_instances_delete_access_config_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instances_delete_sync.py b/samples/generated_samples/compute_v1_generated_instances_delete_sync.py index 2f05a06fd..4983348c1 100644 --- a/samples/generated_samples/compute_v1_generated_instances_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_instances_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instances_detach_disk_sync.py b/samples/generated_samples/compute_v1_generated_instances_detach_disk_sync.py index ac45403f1..788db89bb 100644 --- a/samples/generated_samples/compute_v1_generated_instances_detach_disk_sync.py +++ b/samples/generated_samples/compute_v1_generated_instances_detach_disk_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instances_get_effective_firewalls_sync.py b/samples/generated_samples/compute_v1_generated_instances_get_effective_firewalls_sync.py index f18334731..649a00d9f 100644 --- a/samples/generated_samples/compute_v1_generated_instances_get_effective_firewalls_sync.py +++ b/samples/generated_samples/compute_v1_generated_instances_get_effective_firewalls_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instances_get_guest_attributes_sync.py b/samples/generated_samples/compute_v1_generated_instances_get_guest_attributes_sync.py index ac7626c13..ed5ddf5a0 100644 --- a/samples/generated_samples/compute_v1_generated_instances_get_guest_attributes_sync.py +++ b/samples/generated_samples/compute_v1_generated_instances_get_guest_attributes_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instances_get_iam_policy_sync.py b/samples/generated_samples/compute_v1_generated_instances_get_iam_policy_sync.py index 9705be9b7..083c4c177 100644 --- a/samples/generated_samples/compute_v1_generated_instances_get_iam_policy_sync.py +++ b/samples/generated_samples/compute_v1_generated_instances_get_iam_policy_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instances_get_screenshot_sync.py b/samples/generated_samples/compute_v1_generated_instances_get_screenshot_sync.py index d01c00620..ab99681e2 100644 --- a/samples/generated_samples/compute_v1_generated_instances_get_screenshot_sync.py +++ b/samples/generated_samples/compute_v1_generated_instances_get_screenshot_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instances_get_serial_port_output_sync.py b/samples/generated_samples/compute_v1_generated_instances_get_serial_port_output_sync.py index 395a694fd..2a3b045ac 100644 --- a/samples/generated_samples/compute_v1_generated_instances_get_serial_port_output_sync.py +++ b/samples/generated_samples/compute_v1_generated_instances_get_serial_port_output_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instances_get_shielded_instance_identity_sync.py b/samples/generated_samples/compute_v1_generated_instances_get_shielded_instance_identity_sync.py index 81471f5cd..09d5b72db 100644 --- a/samples/generated_samples/compute_v1_generated_instances_get_shielded_instance_identity_sync.py +++ b/samples/generated_samples/compute_v1_generated_instances_get_shielded_instance_identity_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instances_get_sync.py b/samples/generated_samples/compute_v1_generated_instances_get_sync.py index 4d2c6593a..a7e772ed8 100644 --- a/samples/generated_samples/compute_v1_generated_instances_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_instances_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instances_insert_sync.py b/samples/generated_samples/compute_v1_generated_instances_insert_sync.py index c00635179..fcc75c383 100644 --- a/samples/generated_samples/compute_v1_generated_instances_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_instances_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instances_list_referrers_sync.py b/samples/generated_samples/compute_v1_generated_instances_list_referrers_sync.py index 92eaa2c22..b5a568350 100644 --- a/samples/generated_samples/compute_v1_generated_instances_list_referrers_sync.py +++ b/samples/generated_samples/compute_v1_generated_instances_list_referrers_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instances_list_sync.py b/samples/generated_samples/compute_v1_generated_instances_list_sync.py index 991063342..efcf90817 100644 --- a/samples/generated_samples/compute_v1_generated_instances_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_instances_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instances_remove_resource_policies_sync.py b/samples/generated_samples/compute_v1_generated_instances_remove_resource_policies_sync.py index 5ecfe0fb4..90356dfb2 100644 --- a/samples/generated_samples/compute_v1_generated_instances_remove_resource_policies_sync.py +++ b/samples/generated_samples/compute_v1_generated_instances_remove_resource_policies_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instances_reset_sync.py b/samples/generated_samples/compute_v1_generated_instances_reset_sync.py index 70fba2a74..85859d14d 100644 --- a/samples/generated_samples/compute_v1_generated_instances_reset_sync.py +++ b/samples/generated_samples/compute_v1_generated_instances_reset_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instances_resume_sync.py b/samples/generated_samples/compute_v1_generated_instances_resume_sync.py index a34107a25..5a14e93be 100644 --- a/samples/generated_samples/compute_v1_generated_instances_resume_sync.py +++ b/samples/generated_samples/compute_v1_generated_instances_resume_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instances_send_diagnostic_interrupt_sync.py b/samples/generated_samples/compute_v1_generated_instances_send_diagnostic_interrupt_sync.py index 60cb442dd..7f7a25b5c 100644 --- a/samples/generated_samples/compute_v1_generated_instances_send_diagnostic_interrupt_sync.py +++ b/samples/generated_samples/compute_v1_generated_instances_send_diagnostic_interrupt_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instances_set_deletion_protection_sync.py b/samples/generated_samples/compute_v1_generated_instances_set_deletion_protection_sync.py index 78d56c555..fbf9921d4 100644 --- a/samples/generated_samples/compute_v1_generated_instances_set_deletion_protection_sync.py +++ b/samples/generated_samples/compute_v1_generated_instances_set_deletion_protection_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instances_set_disk_auto_delete_sync.py b/samples/generated_samples/compute_v1_generated_instances_set_disk_auto_delete_sync.py index 9a0d61be7..bf2cbca32 100644 --- a/samples/generated_samples/compute_v1_generated_instances_set_disk_auto_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_instances_set_disk_auto_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instances_set_iam_policy_sync.py b/samples/generated_samples/compute_v1_generated_instances_set_iam_policy_sync.py index 6b737ac78..334857f59 100644 --- a/samples/generated_samples/compute_v1_generated_instances_set_iam_policy_sync.py +++ b/samples/generated_samples/compute_v1_generated_instances_set_iam_policy_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instances_set_labels_sync.py b/samples/generated_samples/compute_v1_generated_instances_set_labels_sync.py index 86e1b1778..6c45e69ae 100644 --- a/samples/generated_samples/compute_v1_generated_instances_set_labels_sync.py +++ b/samples/generated_samples/compute_v1_generated_instances_set_labels_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instances_set_machine_resources_sync.py b/samples/generated_samples/compute_v1_generated_instances_set_machine_resources_sync.py index 5f5b9f68c..90f119361 100644 --- a/samples/generated_samples/compute_v1_generated_instances_set_machine_resources_sync.py +++ b/samples/generated_samples/compute_v1_generated_instances_set_machine_resources_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instances_set_machine_type_sync.py b/samples/generated_samples/compute_v1_generated_instances_set_machine_type_sync.py index 5bedaa046..9b9034957 100644 --- a/samples/generated_samples/compute_v1_generated_instances_set_machine_type_sync.py +++ b/samples/generated_samples/compute_v1_generated_instances_set_machine_type_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instances_set_metadata_sync.py b/samples/generated_samples/compute_v1_generated_instances_set_metadata_sync.py index 816eb292e..c97cd1c6f 100644 --- a/samples/generated_samples/compute_v1_generated_instances_set_metadata_sync.py +++ b/samples/generated_samples/compute_v1_generated_instances_set_metadata_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instances_set_min_cpu_platform_sync.py b/samples/generated_samples/compute_v1_generated_instances_set_min_cpu_platform_sync.py index e4f458d03..0198d6c3f 100644 --- a/samples/generated_samples/compute_v1_generated_instances_set_min_cpu_platform_sync.py +++ b/samples/generated_samples/compute_v1_generated_instances_set_min_cpu_platform_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instances_set_name_sync.py b/samples/generated_samples/compute_v1_generated_instances_set_name_sync.py index 3e688dd2b..e04cbc4ac 100644 --- a/samples/generated_samples/compute_v1_generated_instances_set_name_sync.py +++ b/samples/generated_samples/compute_v1_generated_instances_set_name_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instances_set_scheduling_sync.py b/samples/generated_samples/compute_v1_generated_instances_set_scheduling_sync.py index fcc67bf0c..1f797e0a8 100644 --- a/samples/generated_samples/compute_v1_generated_instances_set_scheduling_sync.py +++ b/samples/generated_samples/compute_v1_generated_instances_set_scheduling_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instances_set_service_account_sync.py b/samples/generated_samples/compute_v1_generated_instances_set_service_account_sync.py index ae29741bd..06f83f0eb 100644 --- a/samples/generated_samples/compute_v1_generated_instances_set_service_account_sync.py +++ b/samples/generated_samples/compute_v1_generated_instances_set_service_account_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instances_set_shielded_instance_integrity_policy_sync.py b/samples/generated_samples/compute_v1_generated_instances_set_shielded_instance_integrity_policy_sync.py index 1bc334c90..af65f6519 100644 --- a/samples/generated_samples/compute_v1_generated_instances_set_shielded_instance_integrity_policy_sync.py +++ b/samples/generated_samples/compute_v1_generated_instances_set_shielded_instance_integrity_policy_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instances_set_tags_sync.py b/samples/generated_samples/compute_v1_generated_instances_set_tags_sync.py index 05500ce30..0d8fe2ffc 100644 --- a/samples/generated_samples/compute_v1_generated_instances_set_tags_sync.py +++ b/samples/generated_samples/compute_v1_generated_instances_set_tags_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instances_simulate_maintenance_event_sync.py b/samples/generated_samples/compute_v1_generated_instances_simulate_maintenance_event_sync.py index 7a481477c..3639327f1 100644 --- a/samples/generated_samples/compute_v1_generated_instances_simulate_maintenance_event_sync.py +++ b/samples/generated_samples/compute_v1_generated_instances_simulate_maintenance_event_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instances_start_sync.py b/samples/generated_samples/compute_v1_generated_instances_start_sync.py index a15fb87b2..50ffcabe5 100644 --- a/samples/generated_samples/compute_v1_generated_instances_start_sync.py +++ b/samples/generated_samples/compute_v1_generated_instances_start_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instances_start_with_encryption_key_sync.py b/samples/generated_samples/compute_v1_generated_instances_start_with_encryption_key_sync.py index a1fce7f26..7f5b65158 100644 --- a/samples/generated_samples/compute_v1_generated_instances_start_with_encryption_key_sync.py +++ b/samples/generated_samples/compute_v1_generated_instances_start_with_encryption_key_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instances_stop_sync.py b/samples/generated_samples/compute_v1_generated_instances_stop_sync.py index dd8479b58..820a73bd3 100644 --- a/samples/generated_samples/compute_v1_generated_instances_stop_sync.py +++ b/samples/generated_samples/compute_v1_generated_instances_stop_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instances_suspend_sync.py b/samples/generated_samples/compute_v1_generated_instances_suspend_sync.py index 92e5bbac7..f2906302f 100644 --- a/samples/generated_samples/compute_v1_generated_instances_suspend_sync.py +++ b/samples/generated_samples/compute_v1_generated_instances_suspend_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instances_test_iam_permissions_sync.py b/samples/generated_samples/compute_v1_generated_instances_test_iam_permissions_sync.py index 71505ff7b..d47e5f986 100644 --- a/samples/generated_samples/compute_v1_generated_instances_test_iam_permissions_sync.py +++ b/samples/generated_samples/compute_v1_generated_instances_test_iam_permissions_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instances_update_access_config_sync.py b/samples/generated_samples/compute_v1_generated_instances_update_access_config_sync.py index 0b25926df..433a06b89 100644 --- a/samples/generated_samples/compute_v1_generated_instances_update_access_config_sync.py +++ b/samples/generated_samples/compute_v1_generated_instances_update_access_config_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instances_update_display_device_sync.py b/samples/generated_samples/compute_v1_generated_instances_update_display_device_sync.py index 116271c9b..eecfdaf69 100644 --- a/samples/generated_samples/compute_v1_generated_instances_update_display_device_sync.py +++ b/samples/generated_samples/compute_v1_generated_instances_update_display_device_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instances_update_network_interface_sync.py b/samples/generated_samples/compute_v1_generated_instances_update_network_interface_sync.py index 0bb855b2d..9c2527a9d 100644 --- a/samples/generated_samples/compute_v1_generated_instances_update_network_interface_sync.py +++ b/samples/generated_samples/compute_v1_generated_instances_update_network_interface_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instances_update_shielded_instance_config_sync.py b/samples/generated_samples/compute_v1_generated_instances_update_shielded_instance_config_sync.py index 11268bf50..e593034cd 100644 --- a/samples/generated_samples/compute_v1_generated_instances_update_shielded_instance_config_sync.py +++ b/samples/generated_samples/compute_v1_generated_instances_update_shielded_instance_config_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_instances_update_sync.py b/samples/generated_samples/compute_v1_generated_instances_update_sync.py index 9d3895174..d63f1245c 100644 --- a/samples/generated_samples/compute_v1_generated_instances_update_sync.py +++ b/samples/generated_samples/compute_v1_generated_instances_update_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_interconnect_attachments_aggregated_list_sync.py b/samples/generated_samples/compute_v1_generated_interconnect_attachments_aggregated_list_sync.py index cdfcbd932..6a5c35920 100644 --- a/samples/generated_samples/compute_v1_generated_interconnect_attachments_aggregated_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_interconnect_attachments_aggregated_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_interconnect_attachments_delete_sync.py b/samples/generated_samples/compute_v1_generated_interconnect_attachments_delete_sync.py index a9ddcbd7d..ae4751d9a 100644 --- a/samples/generated_samples/compute_v1_generated_interconnect_attachments_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_interconnect_attachments_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_interconnect_attachments_get_sync.py b/samples/generated_samples/compute_v1_generated_interconnect_attachments_get_sync.py index 5f2cc9d91..c96e3de87 100644 --- a/samples/generated_samples/compute_v1_generated_interconnect_attachments_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_interconnect_attachments_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_interconnect_attachments_insert_sync.py b/samples/generated_samples/compute_v1_generated_interconnect_attachments_insert_sync.py index d7e05ac03..74bd5c952 100644 --- a/samples/generated_samples/compute_v1_generated_interconnect_attachments_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_interconnect_attachments_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_interconnect_attachments_list_sync.py b/samples/generated_samples/compute_v1_generated_interconnect_attachments_list_sync.py index f0d37113c..d21357db6 100644 --- a/samples/generated_samples/compute_v1_generated_interconnect_attachments_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_interconnect_attachments_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_interconnect_attachments_patch_sync.py b/samples/generated_samples/compute_v1_generated_interconnect_attachments_patch_sync.py index 35eab59f5..41e760a56 100644 --- a/samples/generated_samples/compute_v1_generated_interconnect_attachments_patch_sync.py +++ b/samples/generated_samples/compute_v1_generated_interconnect_attachments_patch_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_interconnect_attachments_set_labels_sync.py b/samples/generated_samples/compute_v1_generated_interconnect_attachments_set_labels_sync.py index 3e7b1933f..d0ef9b249 100644 --- a/samples/generated_samples/compute_v1_generated_interconnect_attachments_set_labels_sync.py +++ b/samples/generated_samples/compute_v1_generated_interconnect_attachments_set_labels_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_interconnect_locations_get_sync.py b/samples/generated_samples/compute_v1_generated_interconnect_locations_get_sync.py index 58fb5edd5..02da3c48f 100644 --- a/samples/generated_samples/compute_v1_generated_interconnect_locations_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_interconnect_locations_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_interconnect_locations_list_sync.py b/samples/generated_samples/compute_v1_generated_interconnect_locations_list_sync.py index 242e6993b..781f9c164 100644 --- a/samples/generated_samples/compute_v1_generated_interconnect_locations_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_interconnect_locations_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_interconnect_remote_locations_get_sync.py b/samples/generated_samples/compute_v1_generated_interconnect_remote_locations_get_sync.py index b71f97110..1cfeea8b1 100644 --- a/samples/generated_samples/compute_v1_generated_interconnect_remote_locations_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_interconnect_remote_locations_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_interconnect_remote_locations_list_sync.py b/samples/generated_samples/compute_v1_generated_interconnect_remote_locations_list_sync.py index 194ac4b3a..c107a8403 100644 --- a/samples/generated_samples/compute_v1_generated_interconnect_remote_locations_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_interconnect_remote_locations_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_interconnects_delete_sync.py b/samples/generated_samples/compute_v1_generated_interconnects_delete_sync.py index 80bec4464..fae7a80e9 100644 --- a/samples/generated_samples/compute_v1_generated_interconnects_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_interconnects_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_interconnects_get_diagnostics_sync.py b/samples/generated_samples/compute_v1_generated_interconnects_get_diagnostics_sync.py index fb6310e9e..3cef73dd3 100644 --- a/samples/generated_samples/compute_v1_generated_interconnects_get_diagnostics_sync.py +++ b/samples/generated_samples/compute_v1_generated_interconnects_get_diagnostics_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_interconnects_get_sync.py b/samples/generated_samples/compute_v1_generated_interconnects_get_sync.py index 5bcbee1db..f35a13b6c 100644 --- a/samples/generated_samples/compute_v1_generated_interconnects_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_interconnects_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_interconnects_insert_sync.py b/samples/generated_samples/compute_v1_generated_interconnects_insert_sync.py index 3ee68eb49..5e603cfb9 100644 --- a/samples/generated_samples/compute_v1_generated_interconnects_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_interconnects_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_interconnects_list_sync.py b/samples/generated_samples/compute_v1_generated_interconnects_list_sync.py index b90b766d3..e808df560 100644 --- a/samples/generated_samples/compute_v1_generated_interconnects_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_interconnects_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_interconnects_patch_sync.py b/samples/generated_samples/compute_v1_generated_interconnects_patch_sync.py index a92b63acc..a246269a9 100644 --- a/samples/generated_samples/compute_v1_generated_interconnects_patch_sync.py +++ b/samples/generated_samples/compute_v1_generated_interconnects_patch_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_interconnects_set_labels_sync.py b/samples/generated_samples/compute_v1_generated_interconnects_set_labels_sync.py index 9964c78dd..84176f390 100644 --- a/samples/generated_samples/compute_v1_generated_interconnects_set_labels_sync.py +++ b/samples/generated_samples/compute_v1_generated_interconnects_set_labels_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_license_codes_get_sync.py b/samples/generated_samples/compute_v1_generated_license_codes_get_sync.py index 8b03d390e..c66ffa55a 100644 --- a/samples/generated_samples/compute_v1_generated_license_codes_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_license_codes_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_license_codes_test_iam_permissions_sync.py b/samples/generated_samples/compute_v1_generated_license_codes_test_iam_permissions_sync.py index 334194136..4812552ef 100644 --- a/samples/generated_samples/compute_v1_generated_license_codes_test_iam_permissions_sync.py +++ b/samples/generated_samples/compute_v1_generated_license_codes_test_iam_permissions_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_licenses_delete_sync.py b/samples/generated_samples/compute_v1_generated_licenses_delete_sync.py index ef6c67393..9299d39cc 100644 --- a/samples/generated_samples/compute_v1_generated_licenses_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_licenses_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_licenses_get_iam_policy_sync.py b/samples/generated_samples/compute_v1_generated_licenses_get_iam_policy_sync.py index b412eed41..3bdc6694a 100644 --- a/samples/generated_samples/compute_v1_generated_licenses_get_iam_policy_sync.py +++ b/samples/generated_samples/compute_v1_generated_licenses_get_iam_policy_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_licenses_get_sync.py b/samples/generated_samples/compute_v1_generated_licenses_get_sync.py index f070a6d2f..eb066bb92 100644 --- a/samples/generated_samples/compute_v1_generated_licenses_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_licenses_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_licenses_insert_sync.py b/samples/generated_samples/compute_v1_generated_licenses_insert_sync.py index cc1af0d19..74f9270bd 100644 --- a/samples/generated_samples/compute_v1_generated_licenses_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_licenses_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_licenses_list_sync.py b/samples/generated_samples/compute_v1_generated_licenses_list_sync.py index 8b752ead6..74dea400f 100644 --- a/samples/generated_samples/compute_v1_generated_licenses_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_licenses_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_licenses_set_iam_policy_sync.py b/samples/generated_samples/compute_v1_generated_licenses_set_iam_policy_sync.py index 19ba34a6b..2cc661530 100644 --- a/samples/generated_samples/compute_v1_generated_licenses_set_iam_policy_sync.py +++ b/samples/generated_samples/compute_v1_generated_licenses_set_iam_policy_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_licenses_test_iam_permissions_sync.py b/samples/generated_samples/compute_v1_generated_licenses_test_iam_permissions_sync.py index da8194a4c..6757ae189 100644 --- a/samples/generated_samples/compute_v1_generated_licenses_test_iam_permissions_sync.py +++ b/samples/generated_samples/compute_v1_generated_licenses_test_iam_permissions_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_machine_images_delete_sync.py b/samples/generated_samples/compute_v1_generated_machine_images_delete_sync.py index 2c86169ba..dd0778036 100644 --- a/samples/generated_samples/compute_v1_generated_machine_images_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_machine_images_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_machine_images_get_iam_policy_sync.py b/samples/generated_samples/compute_v1_generated_machine_images_get_iam_policy_sync.py index 6d1aa7dfc..fd2a5196b 100644 --- a/samples/generated_samples/compute_v1_generated_machine_images_get_iam_policy_sync.py +++ b/samples/generated_samples/compute_v1_generated_machine_images_get_iam_policy_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_machine_images_get_sync.py b/samples/generated_samples/compute_v1_generated_machine_images_get_sync.py index 1b1b8e857..69d16987a 100644 --- a/samples/generated_samples/compute_v1_generated_machine_images_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_machine_images_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_machine_images_insert_sync.py b/samples/generated_samples/compute_v1_generated_machine_images_insert_sync.py index 33f8a2e1f..5f42f1168 100644 --- a/samples/generated_samples/compute_v1_generated_machine_images_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_machine_images_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_machine_images_list_sync.py b/samples/generated_samples/compute_v1_generated_machine_images_list_sync.py index efaac4f34..9f97c269c 100644 --- a/samples/generated_samples/compute_v1_generated_machine_images_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_machine_images_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_machine_images_set_iam_policy_sync.py b/samples/generated_samples/compute_v1_generated_machine_images_set_iam_policy_sync.py index 4edeac2cd..2a6dca80b 100644 --- a/samples/generated_samples/compute_v1_generated_machine_images_set_iam_policy_sync.py +++ b/samples/generated_samples/compute_v1_generated_machine_images_set_iam_policy_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_machine_images_test_iam_permissions_sync.py b/samples/generated_samples/compute_v1_generated_machine_images_test_iam_permissions_sync.py index acd2ef008..5985d64a2 100644 --- a/samples/generated_samples/compute_v1_generated_machine_images_test_iam_permissions_sync.py +++ b/samples/generated_samples/compute_v1_generated_machine_images_test_iam_permissions_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_machine_types_aggregated_list_sync.py b/samples/generated_samples/compute_v1_generated_machine_types_aggregated_list_sync.py index 05d8e937f..62cbefb5e 100644 --- a/samples/generated_samples/compute_v1_generated_machine_types_aggregated_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_machine_types_aggregated_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_machine_types_get_sync.py b/samples/generated_samples/compute_v1_generated_machine_types_get_sync.py index 84d808246..381289be3 100644 --- a/samples/generated_samples/compute_v1_generated_machine_types_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_machine_types_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_machine_types_list_sync.py b/samples/generated_samples/compute_v1_generated_machine_types_list_sync.py index 17934e488..0164b94f8 100644 --- a/samples/generated_samples/compute_v1_generated_machine_types_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_machine_types_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_network_attachments_aggregated_list_sync.py b/samples/generated_samples/compute_v1_generated_network_attachments_aggregated_list_sync.py index 036160b8e..c8be487f6 100644 --- a/samples/generated_samples/compute_v1_generated_network_attachments_aggregated_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_network_attachments_aggregated_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_network_attachments_delete_sync.py b/samples/generated_samples/compute_v1_generated_network_attachments_delete_sync.py index 337301597..7c2d5513c 100644 --- a/samples/generated_samples/compute_v1_generated_network_attachments_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_network_attachments_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_network_attachments_get_iam_policy_sync.py b/samples/generated_samples/compute_v1_generated_network_attachments_get_iam_policy_sync.py index 2c69ef9ab..7bc1aed38 100644 --- a/samples/generated_samples/compute_v1_generated_network_attachments_get_iam_policy_sync.py +++ b/samples/generated_samples/compute_v1_generated_network_attachments_get_iam_policy_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_network_attachments_get_sync.py b/samples/generated_samples/compute_v1_generated_network_attachments_get_sync.py index d3a0b7283..8494859a4 100644 --- a/samples/generated_samples/compute_v1_generated_network_attachments_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_network_attachments_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_network_attachments_insert_sync.py b/samples/generated_samples/compute_v1_generated_network_attachments_insert_sync.py index 38b028750..f90fd7b1b 100644 --- a/samples/generated_samples/compute_v1_generated_network_attachments_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_network_attachments_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_network_attachments_list_sync.py b/samples/generated_samples/compute_v1_generated_network_attachments_list_sync.py index adac3b762..953565fb3 100644 --- a/samples/generated_samples/compute_v1_generated_network_attachments_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_network_attachments_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_network_attachments_set_iam_policy_sync.py b/samples/generated_samples/compute_v1_generated_network_attachments_set_iam_policy_sync.py index 674913a19..df6deae84 100644 --- a/samples/generated_samples/compute_v1_generated_network_attachments_set_iam_policy_sync.py +++ b/samples/generated_samples/compute_v1_generated_network_attachments_set_iam_policy_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_network_attachments_test_iam_permissions_sync.py b/samples/generated_samples/compute_v1_generated_network_attachments_test_iam_permissions_sync.py index b972ff5ec..bde337803 100644 --- a/samples/generated_samples/compute_v1_generated_network_attachments_test_iam_permissions_sync.py +++ b/samples/generated_samples/compute_v1_generated_network_attachments_test_iam_permissions_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_network_edge_security_services_aggregated_list_sync.py b/samples/generated_samples/compute_v1_generated_network_edge_security_services_aggregated_list_sync.py index 2d517045a..b1d1fa5bb 100644 --- a/samples/generated_samples/compute_v1_generated_network_edge_security_services_aggregated_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_network_edge_security_services_aggregated_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_network_edge_security_services_delete_sync.py b/samples/generated_samples/compute_v1_generated_network_edge_security_services_delete_sync.py index fa96dcebb..1de0d26fe 100644 --- a/samples/generated_samples/compute_v1_generated_network_edge_security_services_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_network_edge_security_services_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_network_edge_security_services_get_sync.py b/samples/generated_samples/compute_v1_generated_network_edge_security_services_get_sync.py index 0206909a4..39aa22c8a 100644 --- a/samples/generated_samples/compute_v1_generated_network_edge_security_services_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_network_edge_security_services_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_network_edge_security_services_insert_sync.py b/samples/generated_samples/compute_v1_generated_network_edge_security_services_insert_sync.py index 69e196c6a..2f6542f04 100644 --- a/samples/generated_samples/compute_v1_generated_network_edge_security_services_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_network_edge_security_services_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_network_edge_security_services_patch_sync.py b/samples/generated_samples/compute_v1_generated_network_edge_security_services_patch_sync.py index 84a31134c..5fb3bd913 100644 --- a/samples/generated_samples/compute_v1_generated_network_edge_security_services_patch_sync.py +++ b/samples/generated_samples/compute_v1_generated_network_edge_security_services_patch_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_network_endpoint_groups_aggregated_list_sync.py b/samples/generated_samples/compute_v1_generated_network_endpoint_groups_aggregated_list_sync.py index 06a599c6e..19a4fdeff 100644 --- a/samples/generated_samples/compute_v1_generated_network_endpoint_groups_aggregated_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_network_endpoint_groups_aggregated_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_network_endpoint_groups_attach_network_endpoints_sync.py b/samples/generated_samples/compute_v1_generated_network_endpoint_groups_attach_network_endpoints_sync.py index 89f527eec..e83dbc3db 100644 --- a/samples/generated_samples/compute_v1_generated_network_endpoint_groups_attach_network_endpoints_sync.py +++ b/samples/generated_samples/compute_v1_generated_network_endpoint_groups_attach_network_endpoints_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_network_endpoint_groups_delete_sync.py b/samples/generated_samples/compute_v1_generated_network_endpoint_groups_delete_sync.py index 09fdcf36e..69d655658 100644 --- a/samples/generated_samples/compute_v1_generated_network_endpoint_groups_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_network_endpoint_groups_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_network_endpoint_groups_detach_network_endpoints_sync.py b/samples/generated_samples/compute_v1_generated_network_endpoint_groups_detach_network_endpoints_sync.py index 71d0d808b..275d78f35 100644 --- a/samples/generated_samples/compute_v1_generated_network_endpoint_groups_detach_network_endpoints_sync.py +++ b/samples/generated_samples/compute_v1_generated_network_endpoint_groups_detach_network_endpoints_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_network_endpoint_groups_get_sync.py b/samples/generated_samples/compute_v1_generated_network_endpoint_groups_get_sync.py index 19946c4e1..b525205a7 100644 --- a/samples/generated_samples/compute_v1_generated_network_endpoint_groups_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_network_endpoint_groups_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_network_endpoint_groups_insert_sync.py b/samples/generated_samples/compute_v1_generated_network_endpoint_groups_insert_sync.py index 8c7720fc7..82df16d2b 100644 --- a/samples/generated_samples/compute_v1_generated_network_endpoint_groups_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_network_endpoint_groups_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_network_endpoint_groups_list_network_endpoints_sync.py b/samples/generated_samples/compute_v1_generated_network_endpoint_groups_list_network_endpoints_sync.py index 0f0e6355b..bf85f627b 100644 --- a/samples/generated_samples/compute_v1_generated_network_endpoint_groups_list_network_endpoints_sync.py +++ b/samples/generated_samples/compute_v1_generated_network_endpoint_groups_list_network_endpoints_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_network_endpoint_groups_list_sync.py b/samples/generated_samples/compute_v1_generated_network_endpoint_groups_list_sync.py index 1cff240b8..f1417d6b9 100644 --- a/samples/generated_samples/compute_v1_generated_network_endpoint_groups_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_network_endpoint_groups_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_network_endpoint_groups_test_iam_permissions_sync.py b/samples/generated_samples/compute_v1_generated_network_endpoint_groups_test_iam_permissions_sync.py index a0608e635..1573f2cc7 100644 --- a/samples/generated_samples/compute_v1_generated_network_endpoint_groups_test_iam_permissions_sync.py +++ b/samples/generated_samples/compute_v1_generated_network_endpoint_groups_test_iam_permissions_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_network_firewall_policies_add_association_sync.py b/samples/generated_samples/compute_v1_generated_network_firewall_policies_add_association_sync.py index cf56f5c10..ee75ebca9 100644 --- a/samples/generated_samples/compute_v1_generated_network_firewall_policies_add_association_sync.py +++ b/samples/generated_samples/compute_v1_generated_network_firewall_policies_add_association_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_network_firewall_policies_add_rule_sync.py b/samples/generated_samples/compute_v1_generated_network_firewall_policies_add_rule_sync.py index c3b8e3d15..f94ceab63 100644 --- a/samples/generated_samples/compute_v1_generated_network_firewall_policies_add_rule_sync.py +++ b/samples/generated_samples/compute_v1_generated_network_firewall_policies_add_rule_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_network_firewall_policies_clone_rules_sync.py b/samples/generated_samples/compute_v1_generated_network_firewall_policies_clone_rules_sync.py index b262dd902..35a36905e 100644 --- a/samples/generated_samples/compute_v1_generated_network_firewall_policies_clone_rules_sync.py +++ b/samples/generated_samples/compute_v1_generated_network_firewall_policies_clone_rules_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_network_firewall_policies_delete_sync.py b/samples/generated_samples/compute_v1_generated_network_firewall_policies_delete_sync.py index 9b69bac35..c63af053b 100644 --- a/samples/generated_samples/compute_v1_generated_network_firewall_policies_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_network_firewall_policies_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_network_firewall_policies_get_association_sync.py b/samples/generated_samples/compute_v1_generated_network_firewall_policies_get_association_sync.py index e75adbf39..5b0478e77 100644 --- a/samples/generated_samples/compute_v1_generated_network_firewall_policies_get_association_sync.py +++ b/samples/generated_samples/compute_v1_generated_network_firewall_policies_get_association_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_network_firewall_policies_get_iam_policy_sync.py b/samples/generated_samples/compute_v1_generated_network_firewall_policies_get_iam_policy_sync.py index 8555d77a1..51a1bd68d 100644 --- a/samples/generated_samples/compute_v1_generated_network_firewall_policies_get_iam_policy_sync.py +++ b/samples/generated_samples/compute_v1_generated_network_firewall_policies_get_iam_policy_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_network_firewall_policies_get_rule_sync.py b/samples/generated_samples/compute_v1_generated_network_firewall_policies_get_rule_sync.py index 1316c8f3a..faac3a91c 100644 --- a/samples/generated_samples/compute_v1_generated_network_firewall_policies_get_rule_sync.py +++ b/samples/generated_samples/compute_v1_generated_network_firewall_policies_get_rule_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_network_firewall_policies_get_sync.py b/samples/generated_samples/compute_v1_generated_network_firewall_policies_get_sync.py index 4cdb7e430..ccffec443 100644 --- a/samples/generated_samples/compute_v1_generated_network_firewall_policies_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_network_firewall_policies_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_network_firewall_policies_insert_sync.py b/samples/generated_samples/compute_v1_generated_network_firewall_policies_insert_sync.py index 9bde93024..a83ad95eb 100644 --- a/samples/generated_samples/compute_v1_generated_network_firewall_policies_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_network_firewall_policies_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_network_firewall_policies_list_sync.py b/samples/generated_samples/compute_v1_generated_network_firewall_policies_list_sync.py index 8a457df73..11d04bf7e 100644 --- a/samples/generated_samples/compute_v1_generated_network_firewall_policies_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_network_firewall_policies_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_network_firewall_policies_patch_rule_sync.py b/samples/generated_samples/compute_v1_generated_network_firewall_policies_patch_rule_sync.py index 2bd1b31ce..dee738acf 100644 --- a/samples/generated_samples/compute_v1_generated_network_firewall_policies_patch_rule_sync.py +++ b/samples/generated_samples/compute_v1_generated_network_firewall_policies_patch_rule_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_network_firewall_policies_patch_sync.py b/samples/generated_samples/compute_v1_generated_network_firewall_policies_patch_sync.py index e672c1aa9..25d46c03e 100644 --- a/samples/generated_samples/compute_v1_generated_network_firewall_policies_patch_sync.py +++ b/samples/generated_samples/compute_v1_generated_network_firewall_policies_patch_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_network_firewall_policies_remove_association_sync.py b/samples/generated_samples/compute_v1_generated_network_firewall_policies_remove_association_sync.py index 267e7e08a..37485ccbb 100644 --- a/samples/generated_samples/compute_v1_generated_network_firewall_policies_remove_association_sync.py +++ b/samples/generated_samples/compute_v1_generated_network_firewall_policies_remove_association_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_network_firewall_policies_remove_rule_sync.py b/samples/generated_samples/compute_v1_generated_network_firewall_policies_remove_rule_sync.py index 7f497af70..c2fe421ba 100644 --- a/samples/generated_samples/compute_v1_generated_network_firewall_policies_remove_rule_sync.py +++ b/samples/generated_samples/compute_v1_generated_network_firewall_policies_remove_rule_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_network_firewall_policies_set_iam_policy_sync.py b/samples/generated_samples/compute_v1_generated_network_firewall_policies_set_iam_policy_sync.py index 0794b1e52..1860817b6 100644 --- a/samples/generated_samples/compute_v1_generated_network_firewall_policies_set_iam_policy_sync.py +++ b/samples/generated_samples/compute_v1_generated_network_firewall_policies_set_iam_policy_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_network_firewall_policies_test_iam_permissions_sync.py b/samples/generated_samples/compute_v1_generated_network_firewall_policies_test_iam_permissions_sync.py index 8bcc312ea..b9b247c70 100644 --- a/samples/generated_samples/compute_v1_generated_network_firewall_policies_test_iam_permissions_sync.py +++ b/samples/generated_samples/compute_v1_generated_network_firewall_policies_test_iam_permissions_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_networks_add_peering_sync.py b/samples/generated_samples/compute_v1_generated_networks_add_peering_sync.py index 2188c1aaf..bb882bfc6 100644 --- a/samples/generated_samples/compute_v1_generated_networks_add_peering_sync.py +++ b/samples/generated_samples/compute_v1_generated_networks_add_peering_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_networks_delete_sync.py b/samples/generated_samples/compute_v1_generated_networks_delete_sync.py index 1050c4246..2686043a9 100644 --- a/samples/generated_samples/compute_v1_generated_networks_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_networks_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_networks_get_effective_firewalls_sync.py b/samples/generated_samples/compute_v1_generated_networks_get_effective_firewalls_sync.py index 13f9c9eb2..14e36c33b 100644 --- a/samples/generated_samples/compute_v1_generated_networks_get_effective_firewalls_sync.py +++ b/samples/generated_samples/compute_v1_generated_networks_get_effective_firewalls_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_networks_get_sync.py b/samples/generated_samples/compute_v1_generated_networks_get_sync.py index 2dfb9c6f2..2bbccade5 100644 --- a/samples/generated_samples/compute_v1_generated_networks_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_networks_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_networks_insert_sync.py b/samples/generated_samples/compute_v1_generated_networks_insert_sync.py index 7d537a04b..0c98c8bc3 100644 --- a/samples/generated_samples/compute_v1_generated_networks_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_networks_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_networks_list_peering_routes_sync.py b/samples/generated_samples/compute_v1_generated_networks_list_peering_routes_sync.py index 8a0dd8ce7..f26983082 100644 --- a/samples/generated_samples/compute_v1_generated_networks_list_peering_routes_sync.py +++ b/samples/generated_samples/compute_v1_generated_networks_list_peering_routes_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_networks_list_sync.py b/samples/generated_samples/compute_v1_generated_networks_list_sync.py index 16b54620a..6858600fa 100644 --- a/samples/generated_samples/compute_v1_generated_networks_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_networks_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_networks_patch_sync.py b/samples/generated_samples/compute_v1_generated_networks_patch_sync.py index 213e91e89..126fd1e6b 100644 --- a/samples/generated_samples/compute_v1_generated_networks_patch_sync.py +++ b/samples/generated_samples/compute_v1_generated_networks_patch_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_networks_remove_peering_sync.py b/samples/generated_samples/compute_v1_generated_networks_remove_peering_sync.py index 3f2c3c09d..03944d256 100644 --- a/samples/generated_samples/compute_v1_generated_networks_remove_peering_sync.py +++ b/samples/generated_samples/compute_v1_generated_networks_remove_peering_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_networks_switch_to_custom_mode_sync.py b/samples/generated_samples/compute_v1_generated_networks_switch_to_custom_mode_sync.py index 1cbe1fe1d..54ae7d6c6 100644 --- a/samples/generated_samples/compute_v1_generated_networks_switch_to_custom_mode_sync.py +++ b/samples/generated_samples/compute_v1_generated_networks_switch_to_custom_mode_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_networks_update_peering_sync.py b/samples/generated_samples/compute_v1_generated_networks_update_peering_sync.py index e80eb7299..9257b8345 100644 --- a/samples/generated_samples/compute_v1_generated_networks_update_peering_sync.py +++ b/samples/generated_samples/compute_v1_generated_networks_update_peering_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_node_groups_add_nodes_sync.py b/samples/generated_samples/compute_v1_generated_node_groups_add_nodes_sync.py index b7ea0eba9..1933d75d3 100644 --- a/samples/generated_samples/compute_v1_generated_node_groups_add_nodes_sync.py +++ b/samples/generated_samples/compute_v1_generated_node_groups_add_nodes_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_node_groups_aggregated_list_sync.py b/samples/generated_samples/compute_v1_generated_node_groups_aggregated_list_sync.py index 9b5e7ea05..52337f0cc 100644 --- a/samples/generated_samples/compute_v1_generated_node_groups_aggregated_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_node_groups_aggregated_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_node_groups_delete_nodes_sync.py b/samples/generated_samples/compute_v1_generated_node_groups_delete_nodes_sync.py index a618f83b4..aa3aa523f 100644 --- a/samples/generated_samples/compute_v1_generated_node_groups_delete_nodes_sync.py +++ b/samples/generated_samples/compute_v1_generated_node_groups_delete_nodes_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_node_groups_delete_sync.py b/samples/generated_samples/compute_v1_generated_node_groups_delete_sync.py index 0a4e2440a..9d5288d4f 100644 --- a/samples/generated_samples/compute_v1_generated_node_groups_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_node_groups_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_node_groups_get_iam_policy_sync.py b/samples/generated_samples/compute_v1_generated_node_groups_get_iam_policy_sync.py index d77569cef..d0f0d9ad4 100644 --- a/samples/generated_samples/compute_v1_generated_node_groups_get_iam_policy_sync.py +++ b/samples/generated_samples/compute_v1_generated_node_groups_get_iam_policy_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_node_groups_get_sync.py b/samples/generated_samples/compute_v1_generated_node_groups_get_sync.py index 20df90427..1017506a6 100644 --- a/samples/generated_samples/compute_v1_generated_node_groups_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_node_groups_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_node_groups_insert_sync.py b/samples/generated_samples/compute_v1_generated_node_groups_insert_sync.py index cff1fdc35..fec34fdd8 100644 --- a/samples/generated_samples/compute_v1_generated_node_groups_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_node_groups_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_node_groups_list_nodes_sync.py b/samples/generated_samples/compute_v1_generated_node_groups_list_nodes_sync.py index fd376df76..ffef85343 100644 --- a/samples/generated_samples/compute_v1_generated_node_groups_list_nodes_sync.py +++ b/samples/generated_samples/compute_v1_generated_node_groups_list_nodes_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_node_groups_list_sync.py b/samples/generated_samples/compute_v1_generated_node_groups_list_sync.py index 274c704a3..a89872d3f 100644 --- a/samples/generated_samples/compute_v1_generated_node_groups_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_node_groups_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_node_groups_patch_sync.py b/samples/generated_samples/compute_v1_generated_node_groups_patch_sync.py index 521ddfe5c..780a538e2 100644 --- a/samples/generated_samples/compute_v1_generated_node_groups_patch_sync.py +++ b/samples/generated_samples/compute_v1_generated_node_groups_patch_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_node_groups_set_iam_policy_sync.py b/samples/generated_samples/compute_v1_generated_node_groups_set_iam_policy_sync.py index 841a9fabc..8ea9667d6 100644 --- a/samples/generated_samples/compute_v1_generated_node_groups_set_iam_policy_sync.py +++ b/samples/generated_samples/compute_v1_generated_node_groups_set_iam_policy_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_node_groups_set_node_template_sync.py b/samples/generated_samples/compute_v1_generated_node_groups_set_node_template_sync.py index 9e8e77741..4ecb6dd36 100644 --- a/samples/generated_samples/compute_v1_generated_node_groups_set_node_template_sync.py +++ b/samples/generated_samples/compute_v1_generated_node_groups_set_node_template_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_node_groups_simulate_maintenance_event_sync.py b/samples/generated_samples/compute_v1_generated_node_groups_simulate_maintenance_event_sync.py index fdb280dee..2e40b7e11 100644 --- a/samples/generated_samples/compute_v1_generated_node_groups_simulate_maintenance_event_sync.py +++ b/samples/generated_samples/compute_v1_generated_node_groups_simulate_maintenance_event_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_node_groups_test_iam_permissions_sync.py b/samples/generated_samples/compute_v1_generated_node_groups_test_iam_permissions_sync.py index f629a9a62..ec4973f96 100644 --- a/samples/generated_samples/compute_v1_generated_node_groups_test_iam_permissions_sync.py +++ b/samples/generated_samples/compute_v1_generated_node_groups_test_iam_permissions_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_node_templates_aggregated_list_sync.py b/samples/generated_samples/compute_v1_generated_node_templates_aggregated_list_sync.py index 117af9a0f..014dedbdb 100644 --- a/samples/generated_samples/compute_v1_generated_node_templates_aggregated_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_node_templates_aggregated_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_node_templates_delete_sync.py b/samples/generated_samples/compute_v1_generated_node_templates_delete_sync.py index 1cd7df815..666fb920c 100644 --- a/samples/generated_samples/compute_v1_generated_node_templates_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_node_templates_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_node_templates_get_iam_policy_sync.py b/samples/generated_samples/compute_v1_generated_node_templates_get_iam_policy_sync.py index e22c2ebc1..634eb5069 100644 --- a/samples/generated_samples/compute_v1_generated_node_templates_get_iam_policy_sync.py +++ b/samples/generated_samples/compute_v1_generated_node_templates_get_iam_policy_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_node_templates_get_sync.py b/samples/generated_samples/compute_v1_generated_node_templates_get_sync.py index b5bafbcb4..c9e54f6ab 100644 --- a/samples/generated_samples/compute_v1_generated_node_templates_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_node_templates_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_node_templates_insert_sync.py b/samples/generated_samples/compute_v1_generated_node_templates_insert_sync.py index 0967e422f..d196f2054 100644 --- a/samples/generated_samples/compute_v1_generated_node_templates_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_node_templates_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_node_templates_list_sync.py b/samples/generated_samples/compute_v1_generated_node_templates_list_sync.py index 71ee3e251..9bc6247cf 100644 --- a/samples/generated_samples/compute_v1_generated_node_templates_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_node_templates_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_node_templates_set_iam_policy_sync.py b/samples/generated_samples/compute_v1_generated_node_templates_set_iam_policy_sync.py index 4a6254f6d..0ce658004 100644 --- a/samples/generated_samples/compute_v1_generated_node_templates_set_iam_policy_sync.py +++ b/samples/generated_samples/compute_v1_generated_node_templates_set_iam_policy_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_node_templates_test_iam_permissions_sync.py b/samples/generated_samples/compute_v1_generated_node_templates_test_iam_permissions_sync.py index 8392e3935..7a984e793 100644 --- a/samples/generated_samples/compute_v1_generated_node_templates_test_iam_permissions_sync.py +++ b/samples/generated_samples/compute_v1_generated_node_templates_test_iam_permissions_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_node_types_aggregated_list_sync.py b/samples/generated_samples/compute_v1_generated_node_types_aggregated_list_sync.py index a0d6aa91c..04ff90279 100644 --- a/samples/generated_samples/compute_v1_generated_node_types_aggregated_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_node_types_aggregated_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_node_types_get_sync.py b/samples/generated_samples/compute_v1_generated_node_types_get_sync.py index b1802eced..ce8cd77a1 100644 --- a/samples/generated_samples/compute_v1_generated_node_types_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_node_types_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_node_types_list_sync.py b/samples/generated_samples/compute_v1_generated_node_types_list_sync.py index 6d2641dbb..f77c21390 100644 --- a/samples/generated_samples/compute_v1_generated_node_types_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_node_types_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_packet_mirrorings_aggregated_list_sync.py b/samples/generated_samples/compute_v1_generated_packet_mirrorings_aggregated_list_sync.py index 943d24830..955008941 100644 --- a/samples/generated_samples/compute_v1_generated_packet_mirrorings_aggregated_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_packet_mirrorings_aggregated_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_packet_mirrorings_delete_sync.py b/samples/generated_samples/compute_v1_generated_packet_mirrorings_delete_sync.py index 45d42f1f4..30e361c48 100644 --- a/samples/generated_samples/compute_v1_generated_packet_mirrorings_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_packet_mirrorings_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_packet_mirrorings_get_sync.py b/samples/generated_samples/compute_v1_generated_packet_mirrorings_get_sync.py index e8915f5f4..c7c7b8f10 100644 --- a/samples/generated_samples/compute_v1_generated_packet_mirrorings_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_packet_mirrorings_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_packet_mirrorings_insert_sync.py b/samples/generated_samples/compute_v1_generated_packet_mirrorings_insert_sync.py index 77bad4d14..603ad2a97 100644 --- a/samples/generated_samples/compute_v1_generated_packet_mirrorings_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_packet_mirrorings_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_packet_mirrorings_list_sync.py b/samples/generated_samples/compute_v1_generated_packet_mirrorings_list_sync.py index b1117d681..bd1c04573 100644 --- a/samples/generated_samples/compute_v1_generated_packet_mirrorings_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_packet_mirrorings_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_packet_mirrorings_patch_sync.py b/samples/generated_samples/compute_v1_generated_packet_mirrorings_patch_sync.py index c2c49bb0c..bd3780cd5 100644 --- a/samples/generated_samples/compute_v1_generated_packet_mirrorings_patch_sync.py +++ b/samples/generated_samples/compute_v1_generated_packet_mirrorings_patch_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_packet_mirrorings_test_iam_permissions_sync.py b/samples/generated_samples/compute_v1_generated_packet_mirrorings_test_iam_permissions_sync.py index 9a0b8f46c..7f3b1c0e6 100644 --- a/samples/generated_samples/compute_v1_generated_packet_mirrorings_test_iam_permissions_sync.py +++ b/samples/generated_samples/compute_v1_generated_packet_mirrorings_test_iam_permissions_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_projects_disable_xpn_host_sync.py b/samples/generated_samples/compute_v1_generated_projects_disable_xpn_host_sync.py index e4f95917f..04729aa39 100644 --- a/samples/generated_samples/compute_v1_generated_projects_disable_xpn_host_sync.py +++ b/samples/generated_samples/compute_v1_generated_projects_disable_xpn_host_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_projects_disable_xpn_resource_sync.py b/samples/generated_samples/compute_v1_generated_projects_disable_xpn_resource_sync.py index 446d4ad0f..b9b788f34 100644 --- a/samples/generated_samples/compute_v1_generated_projects_disable_xpn_resource_sync.py +++ b/samples/generated_samples/compute_v1_generated_projects_disable_xpn_resource_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_projects_enable_xpn_host_sync.py b/samples/generated_samples/compute_v1_generated_projects_enable_xpn_host_sync.py index bdeca4fbf..6d6de1f30 100644 --- a/samples/generated_samples/compute_v1_generated_projects_enable_xpn_host_sync.py +++ b/samples/generated_samples/compute_v1_generated_projects_enable_xpn_host_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_projects_enable_xpn_resource_sync.py b/samples/generated_samples/compute_v1_generated_projects_enable_xpn_resource_sync.py index 8e29908a7..dae93663e 100644 --- a/samples/generated_samples/compute_v1_generated_projects_enable_xpn_resource_sync.py +++ b/samples/generated_samples/compute_v1_generated_projects_enable_xpn_resource_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_projects_get_sync.py b/samples/generated_samples/compute_v1_generated_projects_get_sync.py index 129bf7de7..28461ee9d 100644 --- a/samples/generated_samples/compute_v1_generated_projects_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_projects_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_projects_get_xpn_host_sync.py b/samples/generated_samples/compute_v1_generated_projects_get_xpn_host_sync.py index c705251cf..2582677f2 100644 --- a/samples/generated_samples/compute_v1_generated_projects_get_xpn_host_sync.py +++ b/samples/generated_samples/compute_v1_generated_projects_get_xpn_host_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_projects_get_xpn_resources_sync.py b/samples/generated_samples/compute_v1_generated_projects_get_xpn_resources_sync.py index 29c8350ea..829d76b51 100644 --- a/samples/generated_samples/compute_v1_generated_projects_get_xpn_resources_sync.py +++ b/samples/generated_samples/compute_v1_generated_projects_get_xpn_resources_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_projects_list_xpn_hosts_sync.py b/samples/generated_samples/compute_v1_generated_projects_list_xpn_hosts_sync.py index 51ffcae82..f8d4e6177 100644 --- a/samples/generated_samples/compute_v1_generated_projects_list_xpn_hosts_sync.py +++ b/samples/generated_samples/compute_v1_generated_projects_list_xpn_hosts_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_projects_move_disk_sync.py b/samples/generated_samples/compute_v1_generated_projects_move_disk_sync.py index 5caabb111..80ab0feaf 100644 --- a/samples/generated_samples/compute_v1_generated_projects_move_disk_sync.py +++ b/samples/generated_samples/compute_v1_generated_projects_move_disk_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_projects_move_instance_sync.py b/samples/generated_samples/compute_v1_generated_projects_move_instance_sync.py index 4061c4898..bceb01c92 100644 --- a/samples/generated_samples/compute_v1_generated_projects_move_instance_sync.py +++ b/samples/generated_samples/compute_v1_generated_projects_move_instance_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_projects_set_common_instance_metadata_sync.py b/samples/generated_samples/compute_v1_generated_projects_set_common_instance_metadata_sync.py index 78ae13e17..7d23ad3f2 100644 --- a/samples/generated_samples/compute_v1_generated_projects_set_common_instance_metadata_sync.py +++ b/samples/generated_samples/compute_v1_generated_projects_set_common_instance_metadata_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_projects_set_default_network_tier_sync.py b/samples/generated_samples/compute_v1_generated_projects_set_default_network_tier_sync.py index 8f236a567..b163a41b3 100644 --- a/samples/generated_samples/compute_v1_generated_projects_set_default_network_tier_sync.py +++ b/samples/generated_samples/compute_v1_generated_projects_set_default_network_tier_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_projects_set_usage_export_bucket_sync.py b/samples/generated_samples/compute_v1_generated_projects_set_usage_export_bucket_sync.py index 2b515d604..04d3b56ff 100644 --- a/samples/generated_samples/compute_v1_generated_projects_set_usage_export_bucket_sync.py +++ b/samples/generated_samples/compute_v1_generated_projects_set_usage_export_bucket_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_public_advertised_prefixes_delete_sync.py b/samples/generated_samples/compute_v1_generated_public_advertised_prefixes_delete_sync.py index c0b49ad83..31899ee4a 100644 --- a/samples/generated_samples/compute_v1_generated_public_advertised_prefixes_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_public_advertised_prefixes_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_public_advertised_prefixes_get_sync.py b/samples/generated_samples/compute_v1_generated_public_advertised_prefixes_get_sync.py index 9ac0a2c90..2f6766d77 100644 --- a/samples/generated_samples/compute_v1_generated_public_advertised_prefixes_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_public_advertised_prefixes_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_public_advertised_prefixes_insert_sync.py b/samples/generated_samples/compute_v1_generated_public_advertised_prefixes_insert_sync.py index fc77e5b00..347f1f554 100644 --- a/samples/generated_samples/compute_v1_generated_public_advertised_prefixes_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_public_advertised_prefixes_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_public_advertised_prefixes_list_sync.py b/samples/generated_samples/compute_v1_generated_public_advertised_prefixes_list_sync.py index 663b2adbc..3b8abbcf8 100644 --- a/samples/generated_samples/compute_v1_generated_public_advertised_prefixes_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_public_advertised_prefixes_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_public_advertised_prefixes_patch_sync.py b/samples/generated_samples/compute_v1_generated_public_advertised_prefixes_patch_sync.py index bfa1a112d..93d48a09b 100644 --- a/samples/generated_samples/compute_v1_generated_public_advertised_prefixes_patch_sync.py +++ b/samples/generated_samples/compute_v1_generated_public_advertised_prefixes_patch_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_public_delegated_prefixes_aggregated_list_sync.py b/samples/generated_samples/compute_v1_generated_public_delegated_prefixes_aggregated_list_sync.py index ee9ea0714..652003e04 100644 --- a/samples/generated_samples/compute_v1_generated_public_delegated_prefixes_aggregated_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_public_delegated_prefixes_aggregated_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_public_delegated_prefixes_delete_sync.py b/samples/generated_samples/compute_v1_generated_public_delegated_prefixes_delete_sync.py index 89d86d392..33894d738 100644 --- a/samples/generated_samples/compute_v1_generated_public_delegated_prefixes_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_public_delegated_prefixes_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_public_delegated_prefixes_get_sync.py b/samples/generated_samples/compute_v1_generated_public_delegated_prefixes_get_sync.py index 107e4a671..d107d52c6 100644 --- a/samples/generated_samples/compute_v1_generated_public_delegated_prefixes_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_public_delegated_prefixes_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_public_delegated_prefixes_insert_sync.py b/samples/generated_samples/compute_v1_generated_public_delegated_prefixes_insert_sync.py index 80923f29a..a204839fc 100644 --- a/samples/generated_samples/compute_v1_generated_public_delegated_prefixes_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_public_delegated_prefixes_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_public_delegated_prefixes_list_sync.py b/samples/generated_samples/compute_v1_generated_public_delegated_prefixes_list_sync.py index 56b61bba8..dea7c5ac6 100644 --- a/samples/generated_samples/compute_v1_generated_public_delegated_prefixes_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_public_delegated_prefixes_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_public_delegated_prefixes_patch_sync.py b/samples/generated_samples/compute_v1_generated_public_delegated_prefixes_patch_sync.py index 90666dcc9..9e900ad6b 100644 --- a/samples/generated_samples/compute_v1_generated_public_delegated_prefixes_patch_sync.py +++ b/samples/generated_samples/compute_v1_generated_public_delegated_prefixes_patch_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_autoscalers_delete_sync.py b/samples/generated_samples/compute_v1_generated_region_autoscalers_delete_sync.py index 9acbf9d7f..b61aa4c86 100644 --- a/samples/generated_samples/compute_v1_generated_region_autoscalers_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_autoscalers_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_autoscalers_get_sync.py b/samples/generated_samples/compute_v1_generated_region_autoscalers_get_sync.py index c82516561..b77b5dd7a 100644 --- a/samples/generated_samples/compute_v1_generated_region_autoscalers_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_autoscalers_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_autoscalers_insert_sync.py b/samples/generated_samples/compute_v1_generated_region_autoscalers_insert_sync.py index 8cd7fd091..a27cefedd 100644 --- a/samples/generated_samples/compute_v1_generated_region_autoscalers_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_autoscalers_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_autoscalers_list_sync.py b/samples/generated_samples/compute_v1_generated_region_autoscalers_list_sync.py index 311fc9463..6b5ae7874 100644 --- a/samples/generated_samples/compute_v1_generated_region_autoscalers_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_autoscalers_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_autoscalers_patch_sync.py b/samples/generated_samples/compute_v1_generated_region_autoscalers_patch_sync.py index 44df2a5b8..75ebd41a9 100644 --- a/samples/generated_samples/compute_v1_generated_region_autoscalers_patch_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_autoscalers_patch_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_autoscalers_update_sync.py b/samples/generated_samples/compute_v1_generated_region_autoscalers_update_sync.py index 4a516343f..aea43ce93 100644 --- a/samples/generated_samples/compute_v1_generated_region_autoscalers_update_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_autoscalers_update_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_backend_services_delete_sync.py b/samples/generated_samples/compute_v1_generated_region_backend_services_delete_sync.py index 4124e33e8..074b5b353 100644 --- a/samples/generated_samples/compute_v1_generated_region_backend_services_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_backend_services_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_backend_services_get_health_sync.py b/samples/generated_samples/compute_v1_generated_region_backend_services_get_health_sync.py index b2eef062d..e7659e6ae 100644 --- a/samples/generated_samples/compute_v1_generated_region_backend_services_get_health_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_backend_services_get_health_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_backend_services_get_iam_policy_sync.py b/samples/generated_samples/compute_v1_generated_region_backend_services_get_iam_policy_sync.py index 9798521b5..70e1d8b72 100644 --- a/samples/generated_samples/compute_v1_generated_region_backend_services_get_iam_policy_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_backend_services_get_iam_policy_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_backend_services_get_sync.py b/samples/generated_samples/compute_v1_generated_region_backend_services_get_sync.py index 07fa186f6..5ae896d1f 100644 --- a/samples/generated_samples/compute_v1_generated_region_backend_services_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_backend_services_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_backend_services_insert_sync.py b/samples/generated_samples/compute_v1_generated_region_backend_services_insert_sync.py index c84bc7ce9..49c52c982 100644 --- a/samples/generated_samples/compute_v1_generated_region_backend_services_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_backend_services_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_backend_services_list_sync.py b/samples/generated_samples/compute_v1_generated_region_backend_services_list_sync.py index e32132f5f..1351c7a61 100644 --- a/samples/generated_samples/compute_v1_generated_region_backend_services_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_backend_services_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_backend_services_patch_sync.py b/samples/generated_samples/compute_v1_generated_region_backend_services_patch_sync.py index 8662147d2..ca94d587b 100644 --- a/samples/generated_samples/compute_v1_generated_region_backend_services_patch_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_backend_services_patch_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_backend_services_set_iam_policy_sync.py b/samples/generated_samples/compute_v1_generated_region_backend_services_set_iam_policy_sync.py index 9775fb641..337a0d492 100644 --- a/samples/generated_samples/compute_v1_generated_region_backend_services_set_iam_policy_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_backend_services_set_iam_policy_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_backend_services_update_sync.py b/samples/generated_samples/compute_v1_generated_region_backend_services_update_sync.py index da7f481c4..d0912bea8 100644 --- a/samples/generated_samples/compute_v1_generated_region_backend_services_update_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_backend_services_update_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_commitments_aggregated_list_sync.py b/samples/generated_samples/compute_v1_generated_region_commitments_aggregated_list_sync.py index 0740ca856..a25d949c7 100644 --- a/samples/generated_samples/compute_v1_generated_region_commitments_aggregated_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_commitments_aggregated_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_commitments_get_sync.py b/samples/generated_samples/compute_v1_generated_region_commitments_get_sync.py index b83aa48cc..e190dfd6b 100644 --- a/samples/generated_samples/compute_v1_generated_region_commitments_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_commitments_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_commitments_insert_sync.py b/samples/generated_samples/compute_v1_generated_region_commitments_insert_sync.py index 3cebe64d4..553699152 100644 --- a/samples/generated_samples/compute_v1_generated_region_commitments_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_commitments_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_commitments_list_sync.py b/samples/generated_samples/compute_v1_generated_region_commitments_list_sync.py index d41f01ce6..3de324586 100644 --- a/samples/generated_samples/compute_v1_generated_region_commitments_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_commitments_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_commitments_update_sync.py b/samples/generated_samples/compute_v1_generated_region_commitments_update_sync.py index ec101398b..b6b37112c 100644 --- a/samples/generated_samples/compute_v1_generated_region_commitments_update_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_commitments_update_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_disk_types_get_sync.py b/samples/generated_samples/compute_v1_generated_region_disk_types_get_sync.py index c8e302da1..ad1d52bbf 100644 --- a/samples/generated_samples/compute_v1_generated_region_disk_types_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_disk_types_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_disk_types_list_sync.py b/samples/generated_samples/compute_v1_generated_region_disk_types_list_sync.py index de942f309..e3df5bf89 100644 --- a/samples/generated_samples/compute_v1_generated_region_disk_types_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_disk_types_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_disks_add_resource_policies_sync.py b/samples/generated_samples/compute_v1_generated_region_disks_add_resource_policies_sync.py index bfbdeedfd..77ee84108 100644 --- a/samples/generated_samples/compute_v1_generated_region_disks_add_resource_policies_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_disks_add_resource_policies_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_disks_bulk_insert_sync.py b/samples/generated_samples/compute_v1_generated_region_disks_bulk_insert_sync.py index 8915bde1c..d6cee727c 100644 --- a/samples/generated_samples/compute_v1_generated_region_disks_bulk_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_disks_bulk_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_disks_create_snapshot_sync.py b/samples/generated_samples/compute_v1_generated_region_disks_create_snapshot_sync.py index e4f51d5c3..e940305d1 100644 --- a/samples/generated_samples/compute_v1_generated_region_disks_create_snapshot_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_disks_create_snapshot_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_disks_delete_sync.py b/samples/generated_samples/compute_v1_generated_region_disks_delete_sync.py index 3a0d3a6ee..5034cdc69 100644 --- a/samples/generated_samples/compute_v1_generated_region_disks_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_disks_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_disks_get_iam_policy_sync.py b/samples/generated_samples/compute_v1_generated_region_disks_get_iam_policy_sync.py index 38d3a481b..6c0e73a6d 100644 --- a/samples/generated_samples/compute_v1_generated_region_disks_get_iam_policy_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_disks_get_iam_policy_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_disks_get_sync.py b/samples/generated_samples/compute_v1_generated_region_disks_get_sync.py index 306920b2e..5d4d3c3ab 100644 --- a/samples/generated_samples/compute_v1_generated_region_disks_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_disks_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_disks_insert_sync.py b/samples/generated_samples/compute_v1_generated_region_disks_insert_sync.py index 0176972e6..18a1aa588 100644 --- a/samples/generated_samples/compute_v1_generated_region_disks_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_disks_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_disks_list_sync.py b/samples/generated_samples/compute_v1_generated_region_disks_list_sync.py index 56a276784..f03aa89f1 100644 --- a/samples/generated_samples/compute_v1_generated_region_disks_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_disks_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_disks_remove_resource_policies_sync.py b/samples/generated_samples/compute_v1_generated_region_disks_remove_resource_policies_sync.py index af5c3f0a5..0795052f2 100644 --- a/samples/generated_samples/compute_v1_generated_region_disks_remove_resource_policies_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_disks_remove_resource_policies_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_disks_resize_sync.py b/samples/generated_samples/compute_v1_generated_region_disks_resize_sync.py index d6c176001..7794f24a8 100644 --- a/samples/generated_samples/compute_v1_generated_region_disks_resize_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_disks_resize_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_disks_set_iam_policy_sync.py b/samples/generated_samples/compute_v1_generated_region_disks_set_iam_policy_sync.py index b61a39161..9a6171e7b 100644 --- a/samples/generated_samples/compute_v1_generated_region_disks_set_iam_policy_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_disks_set_iam_policy_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_disks_set_labels_sync.py b/samples/generated_samples/compute_v1_generated_region_disks_set_labels_sync.py index 219af40f4..17b13e4e5 100644 --- a/samples/generated_samples/compute_v1_generated_region_disks_set_labels_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_disks_set_labels_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_disks_start_async_replication_sync.py b/samples/generated_samples/compute_v1_generated_region_disks_start_async_replication_sync.py index e910c6f55..5032999a4 100644 --- a/samples/generated_samples/compute_v1_generated_region_disks_start_async_replication_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_disks_start_async_replication_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_disks_stop_async_replication_sync.py b/samples/generated_samples/compute_v1_generated_region_disks_stop_async_replication_sync.py index 0def5c4b1..c996d8ec7 100644 --- a/samples/generated_samples/compute_v1_generated_region_disks_stop_async_replication_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_disks_stop_async_replication_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_disks_stop_group_async_replication_sync.py b/samples/generated_samples/compute_v1_generated_region_disks_stop_group_async_replication_sync.py index d8dcada6f..14bafaaaa 100644 --- a/samples/generated_samples/compute_v1_generated_region_disks_stop_group_async_replication_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_disks_stop_group_async_replication_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_disks_test_iam_permissions_sync.py b/samples/generated_samples/compute_v1_generated_region_disks_test_iam_permissions_sync.py index 6ff2702a1..0f0ca7bfe 100644 --- a/samples/generated_samples/compute_v1_generated_region_disks_test_iam_permissions_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_disks_test_iam_permissions_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_disks_update_sync.py b/samples/generated_samples/compute_v1_generated_region_disks_update_sync.py index fffe50eb5..4ca5f15a7 100644 --- a/samples/generated_samples/compute_v1_generated_region_disks_update_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_disks_update_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_health_check_services_delete_sync.py b/samples/generated_samples/compute_v1_generated_region_health_check_services_delete_sync.py index ac6190d9e..6660b0962 100644 --- a/samples/generated_samples/compute_v1_generated_region_health_check_services_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_health_check_services_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_health_check_services_get_sync.py b/samples/generated_samples/compute_v1_generated_region_health_check_services_get_sync.py index 7ee6a6782..cec9fca42 100644 --- a/samples/generated_samples/compute_v1_generated_region_health_check_services_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_health_check_services_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_health_check_services_insert_sync.py b/samples/generated_samples/compute_v1_generated_region_health_check_services_insert_sync.py index 115d0171a..683e106f8 100644 --- a/samples/generated_samples/compute_v1_generated_region_health_check_services_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_health_check_services_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_health_check_services_list_sync.py b/samples/generated_samples/compute_v1_generated_region_health_check_services_list_sync.py index 738bba396..624d96d4b 100644 --- a/samples/generated_samples/compute_v1_generated_region_health_check_services_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_health_check_services_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_health_check_services_patch_sync.py b/samples/generated_samples/compute_v1_generated_region_health_check_services_patch_sync.py index b4b0d6340..14b1e53d3 100644 --- a/samples/generated_samples/compute_v1_generated_region_health_check_services_patch_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_health_check_services_patch_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_health_checks_delete_sync.py b/samples/generated_samples/compute_v1_generated_region_health_checks_delete_sync.py index f482e7af8..d4031c425 100644 --- a/samples/generated_samples/compute_v1_generated_region_health_checks_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_health_checks_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_health_checks_get_sync.py b/samples/generated_samples/compute_v1_generated_region_health_checks_get_sync.py index 0fe66b4e8..5b337c874 100644 --- a/samples/generated_samples/compute_v1_generated_region_health_checks_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_health_checks_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_health_checks_insert_sync.py b/samples/generated_samples/compute_v1_generated_region_health_checks_insert_sync.py index bc325a15d..1a4bcb51a 100644 --- a/samples/generated_samples/compute_v1_generated_region_health_checks_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_health_checks_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_health_checks_list_sync.py b/samples/generated_samples/compute_v1_generated_region_health_checks_list_sync.py index 1c1ea23df..8728f2d81 100644 --- a/samples/generated_samples/compute_v1_generated_region_health_checks_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_health_checks_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_health_checks_patch_sync.py b/samples/generated_samples/compute_v1_generated_region_health_checks_patch_sync.py index bca66e463..bd3821cff 100644 --- a/samples/generated_samples/compute_v1_generated_region_health_checks_patch_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_health_checks_patch_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_health_checks_update_sync.py b/samples/generated_samples/compute_v1_generated_region_health_checks_update_sync.py index 995fb743c..f24c697ad 100644 --- a/samples/generated_samples/compute_v1_generated_region_health_checks_update_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_health_checks_update_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_instance_group_managers_abandon_instances_sync.py b/samples/generated_samples/compute_v1_generated_region_instance_group_managers_abandon_instances_sync.py index 4e229d9c6..fe512b218 100644 --- a/samples/generated_samples/compute_v1_generated_region_instance_group_managers_abandon_instances_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_instance_group_managers_abandon_instances_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_instance_group_managers_apply_updates_to_instances_sync.py b/samples/generated_samples/compute_v1_generated_region_instance_group_managers_apply_updates_to_instances_sync.py index d08e17a12..7fbbc3bf8 100644 --- a/samples/generated_samples/compute_v1_generated_region_instance_group_managers_apply_updates_to_instances_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_instance_group_managers_apply_updates_to_instances_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_instance_group_managers_create_instances_sync.py b/samples/generated_samples/compute_v1_generated_region_instance_group_managers_create_instances_sync.py index d08b25255..e5cf5fed4 100644 --- a/samples/generated_samples/compute_v1_generated_region_instance_group_managers_create_instances_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_instance_group_managers_create_instances_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_instance_group_managers_delete_instances_sync.py b/samples/generated_samples/compute_v1_generated_region_instance_group_managers_delete_instances_sync.py index ef619ff9e..87a49d140 100644 --- a/samples/generated_samples/compute_v1_generated_region_instance_group_managers_delete_instances_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_instance_group_managers_delete_instances_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_instance_group_managers_delete_per_instance_configs_sync.py b/samples/generated_samples/compute_v1_generated_region_instance_group_managers_delete_per_instance_configs_sync.py index 71f4e1cd4..34d040b81 100644 --- a/samples/generated_samples/compute_v1_generated_region_instance_group_managers_delete_per_instance_configs_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_instance_group_managers_delete_per_instance_configs_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_instance_group_managers_delete_sync.py b/samples/generated_samples/compute_v1_generated_region_instance_group_managers_delete_sync.py index 2c19fb39f..34dfbb355 100644 --- a/samples/generated_samples/compute_v1_generated_region_instance_group_managers_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_instance_group_managers_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_instance_group_managers_get_sync.py b/samples/generated_samples/compute_v1_generated_region_instance_group_managers_get_sync.py index 53ecc7b3e..79180c35a 100644 --- a/samples/generated_samples/compute_v1_generated_region_instance_group_managers_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_instance_group_managers_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_instance_group_managers_insert_sync.py b/samples/generated_samples/compute_v1_generated_region_instance_group_managers_insert_sync.py index 291441c79..60c87f475 100644 --- a/samples/generated_samples/compute_v1_generated_region_instance_group_managers_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_instance_group_managers_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_instance_group_managers_list_errors_sync.py b/samples/generated_samples/compute_v1_generated_region_instance_group_managers_list_errors_sync.py index 65cd10a8a..27498fb41 100644 --- a/samples/generated_samples/compute_v1_generated_region_instance_group_managers_list_errors_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_instance_group_managers_list_errors_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_instance_group_managers_list_managed_instances_sync.py b/samples/generated_samples/compute_v1_generated_region_instance_group_managers_list_managed_instances_sync.py index edc1c1c68..5fe598b90 100644 --- a/samples/generated_samples/compute_v1_generated_region_instance_group_managers_list_managed_instances_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_instance_group_managers_list_managed_instances_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_instance_group_managers_list_per_instance_configs_sync.py b/samples/generated_samples/compute_v1_generated_region_instance_group_managers_list_per_instance_configs_sync.py index 908fd351c..cb7593791 100644 --- a/samples/generated_samples/compute_v1_generated_region_instance_group_managers_list_per_instance_configs_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_instance_group_managers_list_per_instance_configs_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_instance_group_managers_list_sync.py b/samples/generated_samples/compute_v1_generated_region_instance_group_managers_list_sync.py index 0f32061de..67ac486fd 100644 --- a/samples/generated_samples/compute_v1_generated_region_instance_group_managers_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_instance_group_managers_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_instance_group_managers_patch_per_instance_configs_sync.py b/samples/generated_samples/compute_v1_generated_region_instance_group_managers_patch_per_instance_configs_sync.py index 57f636586..f432b6eb7 100644 --- a/samples/generated_samples/compute_v1_generated_region_instance_group_managers_patch_per_instance_configs_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_instance_group_managers_patch_per_instance_configs_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_instance_group_managers_patch_sync.py b/samples/generated_samples/compute_v1_generated_region_instance_group_managers_patch_sync.py index 26834788b..c0425505f 100644 --- a/samples/generated_samples/compute_v1_generated_region_instance_group_managers_patch_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_instance_group_managers_patch_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_instance_group_managers_recreate_instances_sync.py b/samples/generated_samples/compute_v1_generated_region_instance_group_managers_recreate_instances_sync.py index 1a81b9e5d..0ac3715a1 100644 --- a/samples/generated_samples/compute_v1_generated_region_instance_group_managers_recreate_instances_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_instance_group_managers_recreate_instances_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_instance_group_managers_resize_sync.py b/samples/generated_samples/compute_v1_generated_region_instance_group_managers_resize_sync.py index 5577c48d2..cb0066615 100644 --- a/samples/generated_samples/compute_v1_generated_region_instance_group_managers_resize_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_instance_group_managers_resize_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_instance_group_managers_set_instance_template_sync.py b/samples/generated_samples/compute_v1_generated_region_instance_group_managers_set_instance_template_sync.py index d43b54cf2..9aa4e6f17 100644 --- a/samples/generated_samples/compute_v1_generated_region_instance_group_managers_set_instance_template_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_instance_group_managers_set_instance_template_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_instance_group_managers_set_target_pools_sync.py b/samples/generated_samples/compute_v1_generated_region_instance_group_managers_set_target_pools_sync.py index 047b78a9f..5eb5d8c1c 100644 --- a/samples/generated_samples/compute_v1_generated_region_instance_group_managers_set_target_pools_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_instance_group_managers_set_target_pools_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_instance_group_managers_update_per_instance_configs_sync.py b/samples/generated_samples/compute_v1_generated_region_instance_group_managers_update_per_instance_configs_sync.py index d71c80dbe..b671fe82d 100644 --- a/samples/generated_samples/compute_v1_generated_region_instance_group_managers_update_per_instance_configs_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_instance_group_managers_update_per_instance_configs_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_instance_groups_get_sync.py b/samples/generated_samples/compute_v1_generated_region_instance_groups_get_sync.py index 38600ad54..d988f6001 100644 --- a/samples/generated_samples/compute_v1_generated_region_instance_groups_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_instance_groups_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_instance_groups_list_instances_sync.py b/samples/generated_samples/compute_v1_generated_region_instance_groups_list_instances_sync.py index db1b4ccc3..492ebcd29 100644 --- a/samples/generated_samples/compute_v1_generated_region_instance_groups_list_instances_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_instance_groups_list_instances_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_instance_groups_list_sync.py b/samples/generated_samples/compute_v1_generated_region_instance_groups_list_sync.py index f1345b1f4..7b7313b7c 100644 --- a/samples/generated_samples/compute_v1_generated_region_instance_groups_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_instance_groups_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_instance_groups_set_named_ports_sync.py b/samples/generated_samples/compute_v1_generated_region_instance_groups_set_named_ports_sync.py index f8b56c9e3..690252fdf 100644 --- a/samples/generated_samples/compute_v1_generated_region_instance_groups_set_named_ports_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_instance_groups_set_named_ports_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_instance_templates_delete_sync.py b/samples/generated_samples/compute_v1_generated_region_instance_templates_delete_sync.py index 7eb699410..cea6b5e22 100644 --- a/samples/generated_samples/compute_v1_generated_region_instance_templates_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_instance_templates_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_instance_templates_get_sync.py b/samples/generated_samples/compute_v1_generated_region_instance_templates_get_sync.py index bb14e5c74..7bec8da9a 100644 --- a/samples/generated_samples/compute_v1_generated_region_instance_templates_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_instance_templates_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_instance_templates_insert_sync.py b/samples/generated_samples/compute_v1_generated_region_instance_templates_insert_sync.py index 2a539b8e7..8e26ab2a3 100644 --- a/samples/generated_samples/compute_v1_generated_region_instance_templates_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_instance_templates_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_instance_templates_list_sync.py b/samples/generated_samples/compute_v1_generated_region_instance_templates_list_sync.py index 9d94fa423..4a8f36d9d 100644 --- a/samples/generated_samples/compute_v1_generated_region_instance_templates_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_instance_templates_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_instances_bulk_insert_sync.py b/samples/generated_samples/compute_v1_generated_region_instances_bulk_insert_sync.py index ca09ce03f..4cd9947ba 100644 --- a/samples/generated_samples/compute_v1_generated_region_instances_bulk_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_instances_bulk_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_network_endpoint_groups_delete_sync.py b/samples/generated_samples/compute_v1_generated_region_network_endpoint_groups_delete_sync.py index ee04add94..6c518efca 100644 --- a/samples/generated_samples/compute_v1_generated_region_network_endpoint_groups_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_network_endpoint_groups_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_network_endpoint_groups_get_sync.py b/samples/generated_samples/compute_v1_generated_region_network_endpoint_groups_get_sync.py index 18d52100d..6beccaa2b 100644 --- a/samples/generated_samples/compute_v1_generated_region_network_endpoint_groups_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_network_endpoint_groups_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_network_endpoint_groups_insert_sync.py b/samples/generated_samples/compute_v1_generated_region_network_endpoint_groups_insert_sync.py index 44516d853..1f59ce4ce 100644 --- a/samples/generated_samples/compute_v1_generated_region_network_endpoint_groups_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_network_endpoint_groups_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_network_endpoint_groups_list_sync.py b/samples/generated_samples/compute_v1_generated_region_network_endpoint_groups_list_sync.py index 7253d9f27..ee04b6970 100644 --- a/samples/generated_samples/compute_v1_generated_region_network_endpoint_groups_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_network_endpoint_groups_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_add_association_sync.py b/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_add_association_sync.py index d217a1d5b..ab9519f04 100644 --- a/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_add_association_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_add_association_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_add_rule_sync.py b/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_add_rule_sync.py index be1be4675..1a6859f5a 100644 --- a/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_add_rule_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_add_rule_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_clone_rules_sync.py b/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_clone_rules_sync.py index 6faaf6d01..ae6b94150 100644 --- a/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_clone_rules_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_clone_rules_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_delete_sync.py b/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_delete_sync.py index 861d927c6..059ed80f8 100644 --- a/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_get_association_sync.py b/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_get_association_sync.py index 96d4b4e91..6e77a9b46 100644 --- a/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_get_association_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_get_association_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_get_effective_firewalls_sync.py b/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_get_effective_firewalls_sync.py index eb5059534..720de18f5 100644 --- a/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_get_effective_firewalls_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_get_effective_firewalls_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_get_iam_policy_sync.py b/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_get_iam_policy_sync.py index 063793f35..1c4bd6d55 100644 --- a/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_get_iam_policy_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_get_iam_policy_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_get_rule_sync.py b/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_get_rule_sync.py index bda4e4f2b..94b517772 100644 --- a/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_get_rule_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_get_rule_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_get_sync.py b/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_get_sync.py index ab9d348a0..e5af2fa5f 100644 --- a/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_insert_sync.py b/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_insert_sync.py index 86fa41792..31deceb5a 100644 --- a/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_list_sync.py b/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_list_sync.py index e5dbe2948..37c9d6fb9 100644 --- a/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_patch_rule_sync.py b/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_patch_rule_sync.py index 050b82c8f..670488aef 100644 --- a/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_patch_rule_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_patch_rule_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_patch_sync.py b/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_patch_sync.py index 74995a70b..f51b6802a 100644 --- a/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_patch_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_patch_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_remove_association_sync.py b/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_remove_association_sync.py index f943414f7..3bfc0ec55 100644 --- a/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_remove_association_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_remove_association_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_remove_rule_sync.py b/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_remove_rule_sync.py index b5f542de5..0b73d7edd 100644 --- a/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_remove_rule_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_remove_rule_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_set_iam_policy_sync.py b/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_set_iam_policy_sync.py index c101d828c..8d9577771 100644 --- a/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_set_iam_policy_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_set_iam_policy_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_test_iam_permissions_sync.py b/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_test_iam_permissions_sync.py index 854cf09f2..10dcffb4d 100644 --- a/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_test_iam_permissions_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_network_firewall_policies_test_iam_permissions_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_notification_endpoints_delete_sync.py b/samples/generated_samples/compute_v1_generated_region_notification_endpoints_delete_sync.py index dfb2b191f..7a15c9573 100644 --- a/samples/generated_samples/compute_v1_generated_region_notification_endpoints_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_notification_endpoints_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_notification_endpoints_get_sync.py b/samples/generated_samples/compute_v1_generated_region_notification_endpoints_get_sync.py index f23ea3333..e6691465e 100644 --- a/samples/generated_samples/compute_v1_generated_region_notification_endpoints_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_notification_endpoints_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_notification_endpoints_insert_sync.py b/samples/generated_samples/compute_v1_generated_region_notification_endpoints_insert_sync.py index e04fadf7c..c9da7809a 100644 --- a/samples/generated_samples/compute_v1_generated_region_notification_endpoints_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_notification_endpoints_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_notification_endpoints_list_sync.py b/samples/generated_samples/compute_v1_generated_region_notification_endpoints_list_sync.py index 562252588..e155ee928 100644 --- a/samples/generated_samples/compute_v1_generated_region_notification_endpoints_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_notification_endpoints_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_operations_delete_sync.py b/samples/generated_samples/compute_v1_generated_region_operations_delete_sync.py index 7863d5621..d0b4dd515 100644 --- a/samples/generated_samples/compute_v1_generated_region_operations_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_operations_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_operations_get_sync.py b/samples/generated_samples/compute_v1_generated_region_operations_get_sync.py index 38811df1a..ab601bd64 100644 --- a/samples/generated_samples/compute_v1_generated_region_operations_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_operations_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_operations_list_sync.py b/samples/generated_samples/compute_v1_generated_region_operations_list_sync.py index 787c9e895..3aaa7bf0f 100644 --- a/samples/generated_samples/compute_v1_generated_region_operations_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_operations_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_operations_wait_sync.py b/samples/generated_samples/compute_v1_generated_region_operations_wait_sync.py index 52f457ebf..2b7761015 100644 --- a/samples/generated_samples/compute_v1_generated_region_operations_wait_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_operations_wait_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_security_policies_delete_sync.py b/samples/generated_samples/compute_v1_generated_region_security_policies_delete_sync.py index 2a3cf117a..03d823318 100644 --- a/samples/generated_samples/compute_v1_generated_region_security_policies_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_security_policies_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_security_policies_get_sync.py b/samples/generated_samples/compute_v1_generated_region_security_policies_get_sync.py index daf624165..e93753b04 100644 --- a/samples/generated_samples/compute_v1_generated_region_security_policies_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_security_policies_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_security_policies_insert_sync.py b/samples/generated_samples/compute_v1_generated_region_security_policies_insert_sync.py index 2a4b0cfcd..8ba17e748 100644 --- a/samples/generated_samples/compute_v1_generated_region_security_policies_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_security_policies_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_security_policies_list_sync.py b/samples/generated_samples/compute_v1_generated_region_security_policies_list_sync.py index 083fb372f..802a788de 100644 --- a/samples/generated_samples/compute_v1_generated_region_security_policies_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_security_policies_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_security_policies_patch_sync.py b/samples/generated_samples/compute_v1_generated_region_security_policies_patch_sync.py index 6e533c9b7..c8de2f710 100644 --- a/samples/generated_samples/compute_v1_generated_region_security_policies_patch_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_security_policies_patch_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_ssl_certificates_delete_sync.py b/samples/generated_samples/compute_v1_generated_region_ssl_certificates_delete_sync.py index 2630021ad..64d1b5dac 100644 --- a/samples/generated_samples/compute_v1_generated_region_ssl_certificates_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_ssl_certificates_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_ssl_certificates_get_sync.py b/samples/generated_samples/compute_v1_generated_region_ssl_certificates_get_sync.py index a5646277f..937c8f086 100644 --- a/samples/generated_samples/compute_v1_generated_region_ssl_certificates_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_ssl_certificates_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_ssl_certificates_insert_sync.py b/samples/generated_samples/compute_v1_generated_region_ssl_certificates_insert_sync.py index e29718916..9ef0b92b2 100644 --- a/samples/generated_samples/compute_v1_generated_region_ssl_certificates_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_ssl_certificates_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_ssl_certificates_list_sync.py b/samples/generated_samples/compute_v1_generated_region_ssl_certificates_list_sync.py index adff49b49..3c7442330 100644 --- a/samples/generated_samples/compute_v1_generated_region_ssl_certificates_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_ssl_certificates_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_ssl_policies_delete_sync.py b/samples/generated_samples/compute_v1_generated_region_ssl_policies_delete_sync.py index 684d067dc..63fe93788 100644 --- a/samples/generated_samples/compute_v1_generated_region_ssl_policies_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_ssl_policies_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_ssl_policies_get_sync.py b/samples/generated_samples/compute_v1_generated_region_ssl_policies_get_sync.py index 6a3d61dcd..d9adf749c 100644 --- a/samples/generated_samples/compute_v1_generated_region_ssl_policies_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_ssl_policies_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_ssl_policies_insert_sync.py b/samples/generated_samples/compute_v1_generated_region_ssl_policies_insert_sync.py index 572ccfc00..b49c65e67 100644 --- a/samples/generated_samples/compute_v1_generated_region_ssl_policies_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_ssl_policies_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_ssl_policies_list_available_features_sync.py b/samples/generated_samples/compute_v1_generated_region_ssl_policies_list_available_features_sync.py index 098a94449..3bfc3e1c1 100644 --- a/samples/generated_samples/compute_v1_generated_region_ssl_policies_list_available_features_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_ssl_policies_list_available_features_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_ssl_policies_list_sync.py b/samples/generated_samples/compute_v1_generated_region_ssl_policies_list_sync.py index 81b2e876b..2d2e9ccab 100644 --- a/samples/generated_samples/compute_v1_generated_region_ssl_policies_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_ssl_policies_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_ssl_policies_patch_sync.py b/samples/generated_samples/compute_v1_generated_region_ssl_policies_patch_sync.py index b40b7c511..1bfbec4ba 100644 --- a/samples/generated_samples/compute_v1_generated_region_ssl_policies_patch_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_ssl_policies_patch_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_target_http_proxies_delete_sync.py b/samples/generated_samples/compute_v1_generated_region_target_http_proxies_delete_sync.py index c6b8cf920..fa2de3d08 100644 --- a/samples/generated_samples/compute_v1_generated_region_target_http_proxies_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_target_http_proxies_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_target_http_proxies_get_sync.py b/samples/generated_samples/compute_v1_generated_region_target_http_proxies_get_sync.py index 27f077453..3e02ff0ed 100644 --- a/samples/generated_samples/compute_v1_generated_region_target_http_proxies_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_target_http_proxies_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_target_http_proxies_insert_sync.py b/samples/generated_samples/compute_v1_generated_region_target_http_proxies_insert_sync.py index fae389165..64ce3cfa9 100644 --- a/samples/generated_samples/compute_v1_generated_region_target_http_proxies_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_target_http_proxies_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_target_http_proxies_list_sync.py b/samples/generated_samples/compute_v1_generated_region_target_http_proxies_list_sync.py index 129129df8..5aaa0e730 100644 --- a/samples/generated_samples/compute_v1_generated_region_target_http_proxies_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_target_http_proxies_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_target_http_proxies_set_url_map_sync.py b/samples/generated_samples/compute_v1_generated_region_target_http_proxies_set_url_map_sync.py index 995a73a89..a2389bbee 100644 --- a/samples/generated_samples/compute_v1_generated_region_target_http_proxies_set_url_map_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_target_http_proxies_set_url_map_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_target_https_proxies_delete_sync.py b/samples/generated_samples/compute_v1_generated_region_target_https_proxies_delete_sync.py index c07fd3c5a..8bb68667c 100644 --- a/samples/generated_samples/compute_v1_generated_region_target_https_proxies_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_target_https_proxies_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_target_https_proxies_get_sync.py b/samples/generated_samples/compute_v1_generated_region_target_https_proxies_get_sync.py index 854d0d2a1..9c6088fe9 100644 --- a/samples/generated_samples/compute_v1_generated_region_target_https_proxies_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_target_https_proxies_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_target_https_proxies_insert_sync.py b/samples/generated_samples/compute_v1_generated_region_target_https_proxies_insert_sync.py index bde18c9fd..a74fe27f2 100644 --- a/samples/generated_samples/compute_v1_generated_region_target_https_proxies_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_target_https_proxies_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_target_https_proxies_list_sync.py b/samples/generated_samples/compute_v1_generated_region_target_https_proxies_list_sync.py index 00052801a..073a13b66 100644 --- a/samples/generated_samples/compute_v1_generated_region_target_https_proxies_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_target_https_proxies_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_target_https_proxies_patch_sync.py b/samples/generated_samples/compute_v1_generated_region_target_https_proxies_patch_sync.py index 998be9369..0c18c74d6 100644 --- a/samples/generated_samples/compute_v1_generated_region_target_https_proxies_patch_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_target_https_proxies_patch_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_target_https_proxies_set_ssl_certificates_sync.py b/samples/generated_samples/compute_v1_generated_region_target_https_proxies_set_ssl_certificates_sync.py index e54e88df0..50ad2682d 100644 --- a/samples/generated_samples/compute_v1_generated_region_target_https_proxies_set_ssl_certificates_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_target_https_proxies_set_ssl_certificates_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_target_https_proxies_set_url_map_sync.py b/samples/generated_samples/compute_v1_generated_region_target_https_proxies_set_url_map_sync.py index 49b885af2..989e80f31 100644 --- a/samples/generated_samples/compute_v1_generated_region_target_https_proxies_set_url_map_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_target_https_proxies_set_url_map_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_target_tcp_proxies_delete_sync.py b/samples/generated_samples/compute_v1_generated_region_target_tcp_proxies_delete_sync.py index 9d3916e9f..e5b1ffefd 100644 --- a/samples/generated_samples/compute_v1_generated_region_target_tcp_proxies_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_target_tcp_proxies_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_target_tcp_proxies_get_sync.py b/samples/generated_samples/compute_v1_generated_region_target_tcp_proxies_get_sync.py index 651785d2f..08a2c68b1 100644 --- a/samples/generated_samples/compute_v1_generated_region_target_tcp_proxies_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_target_tcp_proxies_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_target_tcp_proxies_insert_sync.py b/samples/generated_samples/compute_v1_generated_region_target_tcp_proxies_insert_sync.py index 1a227328b..aacc53a18 100644 --- a/samples/generated_samples/compute_v1_generated_region_target_tcp_proxies_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_target_tcp_proxies_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_target_tcp_proxies_list_sync.py b/samples/generated_samples/compute_v1_generated_region_target_tcp_proxies_list_sync.py index 0766d42c9..438d9f588 100644 --- a/samples/generated_samples/compute_v1_generated_region_target_tcp_proxies_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_target_tcp_proxies_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_url_maps_delete_sync.py b/samples/generated_samples/compute_v1_generated_region_url_maps_delete_sync.py index d84f14a11..b71b63fad 100644 --- a/samples/generated_samples/compute_v1_generated_region_url_maps_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_url_maps_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_url_maps_get_sync.py b/samples/generated_samples/compute_v1_generated_region_url_maps_get_sync.py index 11f8130b7..939fa61ba 100644 --- a/samples/generated_samples/compute_v1_generated_region_url_maps_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_url_maps_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_url_maps_insert_sync.py b/samples/generated_samples/compute_v1_generated_region_url_maps_insert_sync.py index 1885267a7..8b0cd83fd 100644 --- a/samples/generated_samples/compute_v1_generated_region_url_maps_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_url_maps_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_url_maps_list_sync.py b/samples/generated_samples/compute_v1_generated_region_url_maps_list_sync.py index 057797d13..68d43c09a 100644 --- a/samples/generated_samples/compute_v1_generated_region_url_maps_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_url_maps_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_url_maps_patch_sync.py b/samples/generated_samples/compute_v1_generated_region_url_maps_patch_sync.py index d71f7876d..6fa0a11df 100644 --- a/samples/generated_samples/compute_v1_generated_region_url_maps_patch_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_url_maps_patch_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_url_maps_update_sync.py b/samples/generated_samples/compute_v1_generated_region_url_maps_update_sync.py index c848274b9..297006c86 100644 --- a/samples/generated_samples/compute_v1_generated_region_url_maps_update_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_url_maps_update_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_region_url_maps_validate_sync.py b/samples/generated_samples/compute_v1_generated_region_url_maps_validate_sync.py index 1851af109..b0a4572aa 100644 --- a/samples/generated_samples/compute_v1_generated_region_url_maps_validate_sync.py +++ b/samples/generated_samples/compute_v1_generated_region_url_maps_validate_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_regions_get_sync.py b/samples/generated_samples/compute_v1_generated_regions_get_sync.py index 6e47391eb..84f0deff1 100644 --- a/samples/generated_samples/compute_v1_generated_regions_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_regions_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_regions_list_sync.py b/samples/generated_samples/compute_v1_generated_regions_list_sync.py index b56446805..6a759f98d 100644 --- a/samples/generated_samples/compute_v1_generated_regions_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_regions_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_reservations_aggregated_list_sync.py b/samples/generated_samples/compute_v1_generated_reservations_aggregated_list_sync.py index 8431e7169..9b0ddaeef 100644 --- a/samples/generated_samples/compute_v1_generated_reservations_aggregated_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_reservations_aggregated_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_reservations_delete_sync.py b/samples/generated_samples/compute_v1_generated_reservations_delete_sync.py index 9e5356185..00ffe4ea1 100644 --- a/samples/generated_samples/compute_v1_generated_reservations_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_reservations_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_reservations_get_iam_policy_sync.py b/samples/generated_samples/compute_v1_generated_reservations_get_iam_policy_sync.py index 8c71ed2c4..bba338401 100644 --- a/samples/generated_samples/compute_v1_generated_reservations_get_iam_policy_sync.py +++ b/samples/generated_samples/compute_v1_generated_reservations_get_iam_policy_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_reservations_get_sync.py b/samples/generated_samples/compute_v1_generated_reservations_get_sync.py index 60824907f..821bcbeb0 100644 --- a/samples/generated_samples/compute_v1_generated_reservations_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_reservations_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_reservations_insert_sync.py b/samples/generated_samples/compute_v1_generated_reservations_insert_sync.py index a1d0d254a..245a77f3a 100644 --- a/samples/generated_samples/compute_v1_generated_reservations_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_reservations_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_reservations_list_sync.py b/samples/generated_samples/compute_v1_generated_reservations_list_sync.py index fdac50ae6..6c1487096 100644 --- a/samples/generated_samples/compute_v1_generated_reservations_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_reservations_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_reservations_resize_sync.py b/samples/generated_samples/compute_v1_generated_reservations_resize_sync.py index 9f1df02fd..72af06ebf 100644 --- a/samples/generated_samples/compute_v1_generated_reservations_resize_sync.py +++ b/samples/generated_samples/compute_v1_generated_reservations_resize_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_reservations_set_iam_policy_sync.py b/samples/generated_samples/compute_v1_generated_reservations_set_iam_policy_sync.py index f27370063..a995af32b 100644 --- a/samples/generated_samples/compute_v1_generated_reservations_set_iam_policy_sync.py +++ b/samples/generated_samples/compute_v1_generated_reservations_set_iam_policy_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_reservations_test_iam_permissions_sync.py b/samples/generated_samples/compute_v1_generated_reservations_test_iam_permissions_sync.py index 431513e57..2a7545695 100644 --- a/samples/generated_samples/compute_v1_generated_reservations_test_iam_permissions_sync.py +++ b/samples/generated_samples/compute_v1_generated_reservations_test_iam_permissions_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_reservations_update_sync.py b/samples/generated_samples/compute_v1_generated_reservations_update_sync.py index 128de7e4a..29cbeaf48 100644 --- a/samples/generated_samples/compute_v1_generated_reservations_update_sync.py +++ b/samples/generated_samples/compute_v1_generated_reservations_update_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_resource_policies_aggregated_list_sync.py b/samples/generated_samples/compute_v1_generated_resource_policies_aggregated_list_sync.py index 0b9748eb1..be6d33844 100644 --- a/samples/generated_samples/compute_v1_generated_resource_policies_aggregated_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_resource_policies_aggregated_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_resource_policies_delete_sync.py b/samples/generated_samples/compute_v1_generated_resource_policies_delete_sync.py index ede521c46..5bf07382a 100644 --- a/samples/generated_samples/compute_v1_generated_resource_policies_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_resource_policies_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_resource_policies_get_iam_policy_sync.py b/samples/generated_samples/compute_v1_generated_resource_policies_get_iam_policy_sync.py index 517d44589..ac1861f41 100644 --- a/samples/generated_samples/compute_v1_generated_resource_policies_get_iam_policy_sync.py +++ b/samples/generated_samples/compute_v1_generated_resource_policies_get_iam_policy_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_resource_policies_get_sync.py b/samples/generated_samples/compute_v1_generated_resource_policies_get_sync.py index 979a575ae..e0d4410b9 100644 --- a/samples/generated_samples/compute_v1_generated_resource_policies_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_resource_policies_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_resource_policies_insert_sync.py b/samples/generated_samples/compute_v1_generated_resource_policies_insert_sync.py index 1fcf3232e..d451cc8fa 100644 --- a/samples/generated_samples/compute_v1_generated_resource_policies_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_resource_policies_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_resource_policies_list_sync.py b/samples/generated_samples/compute_v1_generated_resource_policies_list_sync.py index 37e5782d5..a5ebaf63c 100644 --- a/samples/generated_samples/compute_v1_generated_resource_policies_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_resource_policies_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_resource_policies_set_iam_policy_sync.py b/samples/generated_samples/compute_v1_generated_resource_policies_set_iam_policy_sync.py index 9edf624be..9916edb83 100644 --- a/samples/generated_samples/compute_v1_generated_resource_policies_set_iam_policy_sync.py +++ b/samples/generated_samples/compute_v1_generated_resource_policies_set_iam_policy_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_resource_policies_test_iam_permissions_sync.py b/samples/generated_samples/compute_v1_generated_resource_policies_test_iam_permissions_sync.py index 6ca829ddd..8a8df7efb 100644 --- a/samples/generated_samples/compute_v1_generated_resource_policies_test_iam_permissions_sync.py +++ b/samples/generated_samples/compute_v1_generated_resource_policies_test_iam_permissions_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_routers_aggregated_list_sync.py b/samples/generated_samples/compute_v1_generated_routers_aggregated_list_sync.py index db2016ad2..74a3bb561 100644 --- a/samples/generated_samples/compute_v1_generated_routers_aggregated_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_routers_aggregated_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_routers_delete_sync.py b/samples/generated_samples/compute_v1_generated_routers_delete_sync.py index b102f4600..7ce8a0f5c 100644 --- a/samples/generated_samples/compute_v1_generated_routers_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_routers_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_routers_get_nat_mapping_info_sync.py b/samples/generated_samples/compute_v1_generated_routers_get_nat_mapping_info_sync.py index 0cf5ba459..b20c81aa5 100644 --- a/samples/generated_samples/compute_v1_generated_routers_get_nat_mapping_info_sync.py +++ b/samples/generated_samples/compute_v1_generated_routers_get_nat_mapping_info_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_routers_get_router_status_sync.py b/samples/generated_samples/compute_v1_generated_routers_get_router_status_sync.py index 40a43bedc..3f214d622 100644 --- a/samples/generated_samples/compute_v1_generated_routers_get_router_status_sync.py +++ b/samples/generated_samples/compute_v1_generated_routers_get_router_status_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_routers_get_sync.py b/samples/generated_samples/compute_v1_generated_routers_get_sync.py index 9d10cb222..a7884e16a 100644 --- a/samples/generated_samples/compute_v1_generated_routers_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_routers_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_routers_insert_sync.py b/samples/generated_samples/compute_v1_generated_routers_insert_sync.py index ddf8c5688..b98358ab2 100644 --- a/samples/generated_samples/compute_v1_generated_routers_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_routers_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_routers_list_sync.py b/samples/generated_samples/compute_v1_generated_routers_list_sync.py index a7290a99c..ef3385c38 100644 --- a/samples/generated_samples/compute_v1_generated_routers_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_routers_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_routers_patch_sync.py b/samples/generated_samples/compute_v1_generated_routers_patch_sync.py index 8425c3892..6220293c8 100644 --- a/samples/generated_samples/compute_v1_generated_routers_patch_sync.py +++ b/samples/generated_samples/compute_v1_generated_routers_patch_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_routers_preview_sync.py b/samples/generated_samples/compute_v1_generated_routers_preview_sync.py index cfbc565e8..339543387 100644 --- a/samples/generated_samples/compute_v1_generated_routers_preview_sync.py +++ b/samples/generated_samples/compute_v1_generated_routers_preview_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_routers_update_sync.py b/samples/generated_samples/compute_v1_generated_routers_update_sync.py index 816ab8ba6..3d80aba93 100644 --- a/samples/generated_samples/compute_v1_generated_routers_update_sync.py +++ b/samples/generated_samples/compute_v1_generated_routers_update_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_routes_delete_sync.py b/samples/generated_samples/compute_v1_generated_routes_delete_sync.py index 9c9ed9135..a04ce6401 100644 --- a/samples/generated_samples/compute_v1_generated_routes_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_routes_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_routes_get_sync.py b/samples/generated_samples/compute_v1_generated_routes_get_sync.py index 5ff202d55..14520bb6d 100644 --- a/samples/generated_samples/compute_v1_generated_routes_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_routes_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_routes_insert_sync.py b/samples/generated_samples/compute_v1_generated_routes_insert_sync.py index 732e392ab..a0a6c8b24 100644 --- a/samples/generated_samples/compute_v1_generated_routes_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_routes_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_routes_list_sync.py b/samples/generated_samples/compute_v1_generated_routes_list_sync.py index c1adc3a27..de2cf2deb 100644 --- a/samples/generated_samples/compute_v1_generated_routes_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_routes_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_security_policies_add_rule_sync.py b/samples/generated_samples/compute_v1_generated_security_policies_add_rule_sync.py index 6a43e6e79..f5ba73054 100644 --- a/samples/generated_samples/compute_v1_generated_security_policies_add_rule_sync.py +++ b/samples/generated_samples/compute_v1_generated_security_policies_add_rule_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_security_policies_aggregated_list_sync.py b/samples/generated_samples/compute_v1_generated_security_policies_aggregated_list_sync.py index d1eebb1cd..3fd212ef1 100644 --- a/samples/generated_samples/compute_v1_generated_security_policies_aggregated_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_security_policies_aggregated_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_security_policies_delete_sync.py b/samples/generated_samples/compute_v1_generated_security_policies_delete_sync.py index bb88bb146..73f427250 100644 --- a/samples/generated_samples/compute_v1_generated_security_policies_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_security_policies_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_security_policies_get_rule_sync.py b/samples/generated_samples/compute_v1_generated_security_policies_get_rule_sync.py index ff1cbd2c3..5ee6319c8 100644 --- a/samples/generated_samples/compute_v1_generated_security_policies_get_rule_sync.py +++ b/samples/generated_samples/compute_v1_generated_security_policies_get_rule_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_security_policies_get_sync.py b/samples/generated_samples/compute_v1_generated_security_policies_get_sync.py index c934fe3fb..9be177ae8 100644 --- a/samples/generated_samples/compute_v1_generated_security_policies_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_security_policies_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_security_policies_insert_sync.py b/samples/generated_samples/compute_v1_generated_security_policies_insert_sync.py index 3394ca21b..5887b19db 100644 --- a/samples/generated_samples/compute_v1_generated_security_policies_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_security_policies_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_security_policies_list_preconfigured_expression_sets_sync.py b/samples/generated_samples/compute_v1_generated_security_policies_list_preconfigured_expression_sets_sync.py index 1e5409cdb..1aedf78c5 100644 --- a/samples/generated_samples/compute_v1_generated_security_policies_list_preconfigured_expression_sets_sync.py +++ b/samples/generated_samples/compute_v1_generated_security_policies_list_preconfigured_expression_sets_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_security_policies_list_sync.py b/samples/generated_samples/compute_v1_generated_security_policies_list_sync.py index 496b0ada6..a12e7e23d 100644 --- a/samples/generated_samples/compute_v1_generated_security_policies_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_security_policies_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_security_policies_patch_rule_sync.py b/samples/generated_samples/compute_v1_generated_security_policies_patch_rule_sync.py index b2461e022..cd6202f74 100644 --- a/samples/generated_samples/compute_v1_generated_security_policies_patch_rule_sync.py +++ b/samples/generated_samples/compute_v1_generated_security_policies_patch_rule_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_security_policies_patch_sync.py b/samples/generated_samples/compute_v1_generated_security_policies_patch_sync.py index 17be66870..dbc773a7f 100644 --- a/samples/generated_samples/compute_v1_generated_security_policies_patch_sync.py +++ b/samples/generated_samples/compute_v1_generated_security_policies_patch_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_security_policies_remove_rule_sync.py b/samples/generated_samples/compute_v1_generated_security_policies_remove_rule_sync.py index 00bbcc9f5..d7df1317b 100644 --- a/samples/generated_samples/compute_v1_generated_security_policies_remove_rule_sync.py +++ b/samples/generated_samples/compute_v1_generated_security_policies_remove_rule_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_security_policies_set_labels_sync.py b/samples/generated_samples/compute_v1_generated_security_policies_set_labels_sync.py index 50e7f0fe6..940ef459a 100644 --- a/samples/generated_samples/compute_v1_generated_security_policies_set_labels_sync.py +++ b/samples/generated_samples/compute_v1_generated_security_policies_set_labels_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_service_attachments_aggregated_list_sync.py b/samples/generated_samples/compute_v1_generated_service_attachments_aggregated_list_sync.py index a082ce622..60a7beb70 100644 --- a/samples/generated_samples/compute_v1_generated_service_attachments_aggregated_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_service_attachments_aggregated_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_service_attachments_delete_sync.py b/samples/generated_samples/compute_v1_generated_service_attachments_delete_sync.py index 57cab1983..2841eb72b 100644 --- a/samples/generated_samples/compute_v1_generated_service_attachments_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_service_attachments_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_service_attachments_get_iam_policy_sync.py b/samples/generated_samples/compute_v1_generated_service_attachments_get_iam_policy_sync.py index 70c64c8b9..ffe0e36d8 100644 --- a/samples/generated_samples/compute_v1_generated_service_attachments_get_iam_policy_sync.py +++ b/samples/generated_samples/compute_v1_generated_service_attachments_get_iam_policy_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_service_attachments_get_sync.py b/samples/generated_samples/compute_v1_generated_service_attachments_get_sync.py index 2ecd75c5d..735785e31 100644 --- a/samples/generated_samples/compute_v1_generated_service_attachments_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_service_attachments_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_service_attachments_insert_sync.py b/samples/generated_samples/compute_v1_generated_service_attachments_insert_sync.py index d14a1274b..782946a22 100644 --- a/samples/generated_samples/compute_v1_generated_service_attachments_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_service_attachments_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_service_attachments_list_sync.py b/samples/generated_samples/compute_v1_generated_service_attachments_list_sync.py index b5dbfc757..55319ba27 100644 --- a/samples/generated_samples/compute_v1_generated_service_attachments_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_service_attachments_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_service_attachments_patch_sync.py b/samples/generated_samples/compute_v1_generated_service_attachments_patch_sync.py index 144159bb2..bcc9049e4 100644 --- a/samples/generated_samples/compute_v1_generated_service_attachments_patch_sync.py +++ b/samples/generated_samples/compute_v1_generated_service_attachments_patch_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_service_attachments_set_iam_policy_sync.py b/samples/generated_samples/compute_v1_generated_service_attachments_set_iam_policy_sync.py index 0d0ec8a7c..be99856f6 100644 --- a/samples/generated_samples/compute_v1_generated_service_attachments_set_iam_policy_sync.py +++ b/samples/generated_samples/compute_v1_generated_service_attachments_set_iam_policy_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_service_attachments_test_iam_permissions_sync.py b/samples/generated_samples/compute_v1_generated_service_attachments_test_iam_permissions_sync.py index b8b508bf6..854284247 100644 --- a/samples/generated_samples/compute_v1_generated_service_attachments_test_iam_permissions_sync.py +++ b/samples/generated_samples/compute_v1_generated_service_attachments_test_iam_permissions_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_snapshots_delete_sync.py b/samples/generated_samples/compute_v1_generated_snapshots_delete_sync.py index 2fd1120cc..515ed628c 100644 --- a/samples/generated_samples/compute_v1_generated_snapshots_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_snapshots_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_snapshots_get_iam_policy_sync.py b/samples/generated_samples/compute_v1_generated_snapshots_get_iam_policy_sync.py index 2e6960c8a..665a770d6 100644 --- a/samples/generated_samples/compute_v1_generated_snapshots_get_iam_policy_sync.py +++ b/samples/generated_samples/compute_v1_generated_snapshots_get_iam_policy_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_snapshots_get_sync.py b/samples/generated_samples/compute_v1_generated_snapshots_get_sync.py index 6f7a900ad..14cc56c5a 100644 --- a/samples/generated_samples/compute_v1_generated_snapshots_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_snapshots_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_snapshots_insert_sync.py b/samples/generated_samples/compute_v1_generated_snapshots_insert_sync.py index 5df243f4e..e4044c0b0 100644 --- a/samples/generated_samples/compute_v1_generated_snapshots_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_snapshots_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_snapshots_list_sync.py b/samples/generated_samples/compute_v1_generated_snapshots_list_sync.py index 718951d4f..569882d83 100644 --- a/samples/generated_samples/compute_v1_generated_snapshots_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_snapshots_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_snapshots_set_iam_policy_sync.py b/samples/generated_samples/compute_v1_generated_snapshots_set_iam_policy_sync.py index 68559ef7f..553e21f27 100644 --- a/samples/generated_samples/compute_v1_generated_snapshots_set_iam_policy_sync.py +++ b/samples/generated_samples/compute_v1_generated_snapshots_set_iam_policy_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_snapshots_set_labels_sync.py b/samples/generated_samples/compute_v1_generated_snapshots_set_labels_sync.py index 18f2757f2..0b95507b1 100644 --- a/samples/generated_samples/compute_v1_generated_snapshots_set_labels_sync.py +++ b/samples/generated_samples/compute_v1_generated_snapshots_set_labels_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_snapshots_test_iam_permissions_sync.py b/samples/generated_samples/compute_v1_generated_snapshots_test_iam_permissions_sync.py index 761f4784a..c15ec4556 100644 --- a/samples/generated_samples/compute_v1_generated_snapshots_test_iam_permissions_sync.py +++ b/samples/generated_samples/compute_v1_generated_snapshots_test_iam_permissions_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_ssl_certificates_aggregated_list_sync.py b/samples/generated_samples/compute_v1_generated_ssl_certificates_aggregated_list_sync.py index dc23094ba..05cde259a 100644 --- a/samples/generated_samples/compute_v1_generated_ssl_certificates_aggregated_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_ssl_certificates_aggregated_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_ssl_certificates_delete_sync.py b/samples/generated_samples/compute_v1_generated_ssl_certificates_delete_sync.py index 65634d5e4..b6ad5b5b7 100644 --- a/samples/generated_samples/compute_v1_generated_ssl_certificates_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_ssl_certificates_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_ssl_certificates_get_sync.py b/samples/generated_samples/compute_v1_generated_ssl_certificates_get_sync.py index 23901708e..954bb9e47 100644 --- a/samples/generated_samples/compute_v1_generated_ssl_certificates_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_ssl_certificates_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_ssl_certificates_insert_sync.py b/samples/generated_samples/compute_v1_generated_ssl_certificates_insert_sync.py index 21dab5ee9..5ae2f583f 100644 --- a/samples/generated_samples/compute_v1_generated_ssl_certificates_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_ssl_certificates_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_ssl_certificates_list_sync.py b/samples/generated_samples/compute_v1_generated_ssl_certificates_list_sync.py index b984732de..d2cf9d676 100644 --- a/samples/generated_samples/compute_v1_generated_ssl_certificates_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_ssl_certificates_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_ssl_policies_aggregated_list_sync.py b/samples/generated_samples/compute_v1_generated_ssl_policies_aggregated_list_sync.py index 4a4990fb9..66a388be9 100644 --- a/samples/generated_samples/compute_v1_generated_ssl_policies_aggregated_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_ssl_policies_aggregated_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_ssl_policies_delete_sync.py b/samples/generated_samples/compute_v1_generated_ssl_policies_delete_sync.py index 0467ffe24..4dae0beb6 100644 --- a/samples/generated_samples/compute_v1_generated_ssl_policies_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_ssl_policies_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_ssl_policies_get_sync.py b/samples/generated_samples/compute_v1_generated_ssl_policies_get_sync.py index 58878c631..30155b8fb 100644 --- a/samples/generated_samples/compute_v1_generated_ssl_policies_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_ssl_policies_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_ssl_policies_insert_sync.py b/samples/generated_samples/compute_v1_generated_ssl_policies_insert_sync.py index ee75d0c75..779a12ce9 100644 --- a/samples/generated_samples/compute_v1_generated_ssl_policies_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_ssl_policies_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_ssl_policies_list_available_features_sync.py b/samples/generated_samples/compute_v1_generated_ssl_policies_list_available_features_sync.py index 4b32f284e..0203ee57c 100644 --- a/samples/generated_samples/compute_v1_generated_ssl_policies_list_available_features_sync.py +++ b/samples/generated_samples/compute_v1_generated_ssl_policies_list_available_features_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_ssl_policies_list_sync.py b/samples/generated_samples/compute_v1_generated_ssl_policies_list_sync.py index f3ff22906..547fbc8a4 100644 --- a/samples/generated_samples/compute_v1_generated_ssl_policies_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_ssl_policies_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_ssl_policies_patch_sync.py b/samples/generated_samples/compute_v1_generated_ssl_policies_patch_sync.py index 3e0c946ba..7405db457 100644 --- a/samples/generated_samples/compute_v1_generated_ssl_policies_patch_sync.py +++ b/samples/generated_samples/compute_v1_generated_ssl_policies_patch_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_subnetworks_aggregated_list_sync.py b/samples/generated_samples/compute_v1_generated_subnetworks_aggregated_list_sync.py index 8d7ce1d6f..ff1e7318f 100644 --- a/samples/generated_samples/compute_v1_generated_subnetworks_aggregated_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_subnetworks_aggregated_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_subnetworks_delete_sync.py b/samples/generated_samples/compute_v1_generated_subnetworks_delete_sync.py index 3084a24e4..ddb3d9169 100644 --- a/samples/generated_samples/compute_v1_generated_subnetworks_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_subnetworks_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_subnetworks_expand_ip_cidr_range_sync.py b/samples/generated_samples/compute_v1_generated_subnetworks_expand_ip_cidr_range_sync.py index 4c94b61d2..8cb5454cc 100644 --- a/samples/generated_samples/compute_v1_generated_subnetworks_expand_ip_cidr_range_sync.py +++ b/samples/generated_samples/compute_v1_generated_subnetworks_expand_ip_cidr_range_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_subnetworks_get_iam_policy_sync.py b/samples/generated_samples/compute_v1_generated_subnetworks_get_iam_policy_sync.py index d0cf382b8..06e33ecd7 100644 --- a/samples/generated_samples/compute_v1_generated_subnetworks_get_iam_policy_sync.py +++ b/samples/generated_samples/compute_v1_generated_subnetworks_get_iam_policy_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_subnetworks_get_sync.py b/samples/generated_samples/compute_v1_generated_subnetworks_get_sync.py index df50f7524..11ffbd79b 100644 --- a/samples/generated_samples/compute_v1_generated_subnetworks_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_subnetworks_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_subnetworks_insert_sync.py b/samples/generated_samples/compute_v1_generated_subnetworks_insert_sync.py index 77eb94836..b605c81ea 100644 --- a/samples/generated_samples/compute_v1_generated_subnetworks_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_subnetworks_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_subnetworks_list_sync.py b/samples/generated_samples/compute_v1_generated_subnetworks_list_sync.py index 18a6a049f..abe1fcd75 100644 --- a/samples/generated_samples/compute_v1_generated_subnetworks_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_subnetworks_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_subnetworks_list_usable_sync.py b/samples/generated_samples/compute_v1_generated_subnetworks_list_usable_sync.py index 27abbe47e..9da332a22 100644 --- a/samples/generated_samples/compute_v1_generated_subnetworks_list_usable_sync.py +++ b/samples/generated_samples/compute_v1_generated_subnetworks_list_usable_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_subnetworks_patch_sync.py b/samples/generated_samples/compute_v1_generated_subnetworks_patch_sync.py index fabb1a8fe..453054ca4 100644 --- a/samples/generated_samples/compute_v1_generated_subnetworks_patch_sync.py +++ b/samples/generated_samples/compute_v1_generated_subnetworks_patch_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_subnetworks_set_iam_policy_sync.py b/samples/generated_samples/compute_v1_generated_subnetworks_set_iam_policy_sync.py index fb23a122c..ab2ba477d 100644 --- a/samples/generated_samples/compute_v1_generated_subnetworks_set_iam_policy_sync.py +++ b/samples/generated_samples/compute_v1_generated_subnetworks_set_iam_policy_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_subnetworks_set_private_ip_google_access_sync.py b/samples/generated_samples/compute_v1_generated_subnetworks_set_private_ip_google_access_sync.py index c153d0f83..b26ee8f4c 100644 --- a/samples/generated_samples/compute_v1_generated_subnetworks_set_private_ip_google_access_sync.py +++ b/samples/generated_samples/compute_v1_generated_subnetworks_set_private_ip_google_access_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_subnetworks_test_iam_permissions_sync.py b/samples/generated_samples/compute_v1_generated_subnetworks_test_iam_permissions_sync.py index 78e3ad9b0..4d81e023a 100644 --- a/samples/generated_samples/compute_v1_generated_subnetworks_test_iam_permissions_sync.py +++ b/samples/generated_samples/compute_v1_generated_subnetworks_test_iam_permissions_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_grpc_proxies_delete_sync.py b/samples/generated_samples/compute_v1_generated_target_grpc_proxies_delete_sync.py index 7120d0c0a..055ac9837 100644 --- a/samples/generated_samples/compute_v1_generated_target_grpc_proxies_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_grpc_proxies_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_grpc_proxies_get_sync.py b/samples/generated_samples/compute_v1_generated_target_grpc_proxies_get_sync.py index f32ceca12..28eff8422 100644 --- a/samples/generated_samples/compute_v1_generated_target_grpc_proxies_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_grpc_proxies_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_grpc_proxies_insert_sync.py b/samples/generated_samples/compute_v1_generated_target_grpc_proxies_insert_sync.py index 5d3faea7a..078ba733b 100644 --- a/samples/generated_samples/compute_v1_generated_target_grpc_proxies_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_grpc_proxies_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_grpc_proxies_list_sync.py b/samples/generated_samples/compute_v1_generated_target_grpc_proxies_list_sync.py index b4860d70e..89d5716b1 100644 --- a/samples/generated_samples/compute_v1_generated_target_grpc_proxies_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_grpc_proxies_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_grpc_proxies_patch_sync.py b/samples/generated_samples/compute_v1_generated_target_grpc_proxies_patch_sync.py index 12173862a..bf150bce6 100644 --- a/samples/generated_samples/compute_v1_generated_target_grpc_proxies_patch_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_grpc_proxies_patch_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_http_proxies_aggregated_list_sync.py b/samples/generated_samples/compute_v1_generated_target_http_proxies_aggregated_list_sync.py index 146357823..355cd6c3c 100644 --- a/samples/generated_samples/compute_v1_generated_target_http_proxies_aggregated_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_http_proxies_aggregated_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_http_proxies_delete_sync.py b/samples/generated_samples/compute_v1_generated_target_http_proxies_delete_sync.py index ea2729bab..0ae944a95 100644 --- a/samples/generated_samples/compute_v1_generated_target_http_proxies_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_http_proxies_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_http_proxies_get_sync.py b/samples/generated_samples/compute_v1_generated_target_http_proxies_get_sync.py index 0421bcc1f..e8ecee5e2 100644 --- a/samples/generated_samples/compute_v1_generated_target_http_proxies_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_http_proxies_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_http_proxies_insert_sync.py b/samples/generated_samples/compute_v1_generated_target_http_proxies_insert_sync.py index b87b24c42..a946cf916 100644 --- a/samples/generated_samples/compute_v1_generated_target_http_proxies_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_http_proxies_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_http_proxies_list_sync.py b/samples/generated_samples/compute_v1_generated_target_http_proxies_list_sync.py index b691ef593..d4e79bff8 100644 --- a/samples/generated_samples/compute_v1_generated_target_http_proxies_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_http_proxies_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_http_proxies_patch_sync.py b/samples/generated_samples/compute_v1_generated_target_http_proxies_patch_sync.py index 5e8325f2b..22a30d699 100644 --- a/samples/generated_samples/compute_v1_generated_target_http_proxies_patch_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_http_proxies_patch_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_http_proxies_set_url_map_sync.py b/samples/generated_samples/compute_v1_generated_target_http_proxies_set_url_map_sync.py index 12067016c..94034ee76 100644 --- a/samples/generated_samples/compute_v1_generated_target_http_proxies_set_url_map_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_http_proxies_set_url_map_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_https_proxies_aggregated_list_sync.py b/samples/generated_samples/compute_v1_generated_target_https_proxies_aggregated_list_sync.py index 2a81cf2de..6dbe49534 100644 --- a/samples/generated_samples/compute_v1_generated_target_https_proxies_aggregated_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_https_proxies_aggregated_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_https_proxies_delete_sync.py b/samples/generated_samples/compute_v1_generated_target_https_proxies_delete_sync.py index a2f249581..ef71df386 100644 --- a/samples/generated_samples/compute_v1_generated_target_https_proxies_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_https_proxies_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_https_proxies_get_sync.py b/samples/generated_samples/compute_v1_generated_target_https_proxies_get_sync.py index a2fbfae37..228d64331 100644 --- a/samples/generated_samples/compute_v1_generated_target_https_proxies_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_https_proxies_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_https_proxies_insert_sync.py b/samples/generated_samples/compute_v1_generated_target_https_proxies_insert_sync.py index 65820731c..833fcf4b0 100644 --- a/samples/generated_samples/compute_v1_generated_target_https_proxies_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_https_proxies_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_https_proxies_list_sync.py b/samples/generated_samples/compute_v1_generated_target_https_proxies_list_sync.py index ff92a0fdc..eb11ef24e 100644 --- a/samples/generated_samples/compute_v1_generated_target_https_proxies_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_https_proxies_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_https_proxies_patch_sync.py b/samples/generated_samples/compute_v1_generated_target_https_proxies_patch_sync.py index d4db48d8d..8cf2bbd02 100644 --- a/samples/generated_samples/compute_v1_generated_target_https_proxies_patch_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_https_proxies_patch_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_https_proxies_set_certificate_map_sync.py b/samples/generated_samples/compute_v1_generated_target_https_proxies_set_certificate_map_sync.py index 2d87c1095..d33bcbd05 100644 --- a/samples/generated_samples/compute_v1_generated_target_https_proxies_set_certificate_map_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_https_proxies_set_certificate_map_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_https_proxies_set_quic_override_sync.py b/samples/generated_samples/compute_v1_generated_target_https_proxies_set_quic_override_sync.py index 82c213f67..c5bddb59b 100644 --- a/samples/generated_samples/compute_v1_generated_target_https_proxies_set_quic_override_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_https_proxies_set_quic_override_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_https_proxies_set_ssl_certificates_sync.py b/samples/generated_samples/compute_v1_generated_target_https_proxies_set_ssl_certificates_sync.py index e51c91d7d..cbe76996f 100644 --- a/samples/generated_samples/compute_v1_generated_target_https_proxies_set_ssl_certificates_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_https_proxies_set_ssl_certificates_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_https_proxies_set_ssl_policy_sync.py b/samples/generated_samples/compute_v1_generated_target_https_proxies_set_ssl_policy_sync.py index b9f602a93..ee2dcfbc5 100644 --- a/samples/generated_samples/compute_v1_generated_target_https_proxies_set_ssl_policy_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_https_proxies_set_ssl_policy_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_https_proxies_set_url_map_sync.py b/samples/generated_samples/compute_v1_generated_target_https_proxies_set_url_map_sync.py index 9ad175b1c..373e65eb1 100644 --- a/samples/generated_samples/compute_v1_generated_target_https_proxies_set_url_map_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_https_proxies_set_url_map_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_instances_aggregated_list_sync.py b/samples/generated_samples/compute_v1_generated_target_instances_aggregated_list_sync.py index 254cfbf56..3ad480c4c 100644 --- a/samples/generated_samples/compute_v1_generated_target_instances_aggregated_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_instances_aggregated_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_instances_delete_sync.py b/samples/generated_samples/compute_v1_generated_target_instances_delete_sync.py index 3e9b75879..60d9f52d1 100644 --- a/samples/generated_samples/compute_v1_generated_target_instances_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_instances_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_instances_get_sync.py b/samples/generated_samples/compute_v1_generated_target_instances_get_sync.py index f2a1c497d..91a2ebd76 100644 --- a/samples/generated_samples/compute_v1_generated_target_instances_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_instances_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_instances_insert_sync.py b/samples/generated_samples/compute_v1_generated_target_instances_insert_sync.py index 42a8152bd..1dd98234c 100644 --- a/samples/generated_samples/compute_v1_generated_target_instances_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_instances_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_instances_list_sync.py b/samples/generated_samples/compute_v1_generated_target_instances_list_sync.py index 924b5633c..cf22a7bcb 100644 --- a/samples/generated_samples/compute_v1_generated_target_instances_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_instances_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_pools_add_health_check_sync.py b/samples/generated_samples/compute_v1_generated_target_pools_add_health_check_sync.py index 56edb12fd..bf1cc5bc3 100644 --- a/samples/generated_samples/compute_v1_generated_target_pools_add_health_check_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_pools_add_health_check_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_pools_add_instance_sync.py b/samples/generated_samples/compute_v1_generated_target_pools_add_instance_sync.py index 978182d9a..6434f1f38 100644 --- a/samples/generated_samples/compute_v1_generated_target_pools_add_instance_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_pools_add_instance_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_pools_aggregated_list_sync.py b/samples/generated_samples/compute_v1_generated_target_pools_aggregated_list_sync.py index 5c948c445..1548a2d64 100644 --- a/samples/generated_samples/compute_v1_generated_target_pools_aggregated_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_pools_aggregated_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_pools_delete_sync.py b/samples/generated_samples/compute_v1_generated_target_pools_delete_sync.py index 68dcf4066..0e7543932 100644 --- a/samples/generated_samples/compute_v1_generated_target_pools_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_pools_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_pools_get_health_sync.py b/samples/generated_samples/compute_v1_generated_target_pools_get_health_sync.py index 355f65341..964df036a 100644 --- a/samples/generated_samples/compute_v1_generated_target_pools_get_health_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_pools_get_health_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_pools_get_sync.py b/samples/generated_samples/compute_v1_generated_target_pools_get_sync.py index ada010ceb..5179d56d8 100644 --- a/samples/generated_samples/compute_v1_generated_target_pools_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_pools_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_pools_insert_sync.py b/samples/generated_samples/compute_v1_generated_target_pools_insert_sync.py index 1a8846a57..bc5f4e613 100644 --- a/samples/generated_samples/compute_v1_generated_target_pools_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_pools_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_pools_list_sync.py b/samples/generated_samples/compute_v1_generated_target_pools_list_sync.py index 27bacbea6..20c944922 100644 --- a/samples/generated_samples/compute_v1_generated_target_pools_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_pools_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_pools_remove_health_check_sync.py b/samples/generated_samples/compute_v1_generated_target_pools_remove_health_check_sync.py index 305b9a777..44fda5b3b 100644 --- a/samples/generated_samples/compute_v1_generated_target_pools_remove_health_check_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_pools_remove_health_check_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_pools_remove_instance_sync.py b/samples/generated_samples/compute_v1_generated_target_pools_remove_instance_sync.py index 812a3f990..f3660a8b7 100644 --- a/samples/generated_samples/compute_v1_generated_target_pools_remove_instance_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_pools_remove_instance_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_pools_set_backup_sync.py b/samples/generated_samples/compute_v1_generated_target_pools_set_backup_sync.py index f6e57d996..09f3e733a 100644 --- a/samples/generated_samples/compute_v1_generated_target_pools_set_backup_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_pools_set_backup_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_ssl_proxies_delete_sync.py b/samples/generated_samples/compute_v1_generated_target_ssl_proxies_delete_sync.py index c8b84626d..08f065d90 100644 --- a/samples/generated_samples/compute_v1_generated_target_ssl_proxies_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_ssl_proxies_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_ssl_proxies_get_sync.py b/samples/generated_samples/compute_v1_generated_target_ssl_proxies_get_sync.py index 5bfe6564a..e64cabc1d 100644 --- a/samples/generated_samples/compute_v1_generated_target_ssl_proxies_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_ssl_proxies_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_ssl_proxies_insert_sync.py b/samples/generated_samples/compute_v1_generated_target_ssl_proxies_insert_sync.py index 4a6092c59..fec15f44e 100644 --- a/samples/generated_samples/compute_v1_generated_target_ssl_proxies_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_ssl_proxies_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_ssl_proxies_list_sync.py b/samples/generated_samples/compute_v1_generated_target_ssl_proxies_list_sync.py index fb2aed34e..708094f7e 100644 --- a/samples/generated_samples/compute_v1_generated_target_ssl_proxies_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_ssl_proxies_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_ssl_proxies_set_backend_service_sync.py b/samples/generated_samples/compute_v1_generated_target_ssl_proxies_set_backend_service_sync.py index e214f4560..ebdae8b98 100644 --- a/samples/generated_samples/compute_v1_generated_target_ssl_proxies_set_backend_service_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_ssl_proxies_set_backend_service_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_ssl_proxies_set_certificate_map_sync.py b/samples/generated_samples/compute_v1_generated_target_ssl_proxies_set_certificate_map_sync.py index d2fa8e1bc..07cd4cffa 100644 --- a/samples/generated_samples/compute_v1_generated_target_ssl_proxies_set_certificate_map_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_ssl_proxies_set_certificate_map_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_ssl_proxies_set_proxy_header_sync.py b/samples/generated_samples/compute_v1_generated_target_ssl_proxies_set_proxy_header_sync.py index cd75c7197..728f120d8 100644 --- a/samples/generated_samples/compute_v1_generated_target_ssl_proxies_set_proxy_header_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_ssl_proxies_set_proxy_header_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_ssl_proxies_set_ssl_certificates_sync.py b/samples/generated_samples/compute_v1_generated_target_ssl_proxies_set_ssl_certificates_sync.py index e9f70afbf..33ab802cd 100644 --- a/samples/generated_samples/compute_v1_generated_target_ssl_proxies_set_ssl_certificates_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_ssl_proxies_set_ssl_certificates_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_ssl_proxies_set_ssl_policy_sync.py b/samples/generated_samples/compute_v1_generated_target_ssl_proxies_set_ssl_policy_sync.py index 2f0d851f6..ea5e40eb3 100644 --- a/samples/generated_samples/compute_v1_generated_target_ssl_proxies_set_ssl_policy_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_ssl_proxies_set_ssl_policy_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_tcp_proxies_aggregated_list_sync.py b/samples/generated_samples/compute_v1_generated_target_tcp_proxies_aggregated_list_sync.py index c33924e5e..2e7a23cf6 100644 --- a/samples/generated_samples/compute_v1_generated_target_tcp_proxies_aggregated_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_tcp_proxies_aggregated_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_tcp_proxies_delete_sync.py b/samples/generated_samples/compute_v1_generated_target_tcp_proxies_delete_sync.py index 685491461..0c068668c 100644 --- a/samples/generated_samples/compute_v1_generated_target_tcp_proxies_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_tcp_proxies_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_tcp_proxies_get_sync.py b/samples/generated_samples/compute_v1_generated_target_tcp_proxies_get_sync.py index c3e208d29..dcd186eb9 100644 --- a/samples/generated_samples/compute_v1_generated_target_tcp_proxies_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_tcp_proxies_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_tcp_proxies_insert_sync.py b/samples/generated_samples/compute_v1_generated_target_tcp_proxies_insert_sync.py index f43f688e5..be0edfca6 100644 --- a/samples/generated_samples/compute_v1_generated_target_tcp_proxies_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_tcp_proxies_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_tcp_proxies_list_sync.py b/samples/generated_samples/compute_v1_generated_target_tcp_proxies_list_sync.py index cc3aa0f5f..fd984b568 100644 --- a/samples/generated_samples/compute_v1_generated_target_tcp_proxies_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_tcp_proxies_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_tcp_proxies_set_backend_service_sync.py b/samples/generated_samples/compute_v1_generated_target_tcp_proxies_set_backend_service_sync.py index ab0b9710d..26d2f0b42 100644 --- a/samples/generated_samples/compute_v1_generated_target_tcp_proxies_set_backend_service_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_tcp_proxies_set_backend_service_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_tcp_proxies_set_proxy_header_sync.py b/samples/generated_samples/compute_v1_generated_target_tcp_proxies_set_proxy_header_sync.py index d7490110e..c15e97cd7 100644 --- a/samples/generated_samples/compute_v1_generated_target_tcp_proxies_set_proxy_header_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_tcp_proxies_set_proxy_header_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_vpn_gateways_aggregated_list_sync.py b/samples/generated_samples/compute_v1_generated_target_vpn_gateways_aggregated_list_sync.py index e6defa5d9..435926d57 100644 --- a/samples/generated_samples/compute_v1_generated_target_vpn_gateways_aggregated_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_vpn_gateways_aggregated_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_vpn_gateways_delete_sync.py b/samples/generated_samples/compute_v1_generated_target_vpn_gateways_delete_sync.py index 44668bcfa..1d719e771 100644 --- a/samples/generated_samples/compute_v1_generated_target_vpn_gateways_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_vpn_gateways_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_vpn_gateways_get_sync.py b/samples/generated_samples/compute_v1_generated_target_vpn_gateways_get_sync.py index 8a2be19a1..2b94fb16f 100644 --- a/samples/generated_samples/compute_v1_generated_target_vpn_gateways_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_vpn_gateways_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_vpn_gateways_insert_sync.py b/samples/generated_samples/compute_v1_generated_target_vpn_gateways_insert_sync.py index cc2bccb4a..b7c2b9024 100644 --- a/samples/generated_samples/compute_v1_generated_target_vpn_gateways_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_vpn_gateways_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_vpn_gateways_list_sync.py b/samples/generated_samples/compute_v1_generated_target_vpn_gateways_list_sync.py index 4a127c3ec..ae092ca8f 100644 --- a/samples/generated_samples/compute_v1_generated_target_vpn_gateways_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_vpn_gateways_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_target_vpn_gateways_set_labels_sync.py b/samples/generated_samples/compute_v1_generated_target_vpn_gateways_set_labels_sync.py index b872f6943..01d05eb94 100644 --- a/samples/generated_samples/compute_v1_generated_target_vpn_gateways_set_labels_sync.py +++ b/samples/generated_samples/compute_v1_generated_target_vpn_gateways_set_labels_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_url_maps_aggregated_list_sync.py b/samples/generated_samples/compute_v1_generated_url_maps_aggregated_list_sync.py index 5ef2463dc..50a001e5b 100644 --- a/samples/generated_samples/compute_v1_generated_url_maps_aggregated_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_url_maps_aggregated_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_url_maps_delete_sync.py b/samples/generated_samples/compute_v1_generated_url_maps_delete_sync.py index fec82ae98..0891fd82a 100644 --- a/samples/generated_samples/compute_v1_generated_url_maps_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_url_maps_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_url_maps_get_sync.py b/samples/generated_samples/compute_v1_generated_url_maps_get_sync.py index 5fe4eee62..d30e4773b 100644 --- a/samples/generated_samples/compute_v1_generated_url_maps_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_url_maps_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_url_maps_insert_sync.py b/samples/generated_samples/compute_v1_generated_url_maps_insert_sync.py index b2afb930e..dde5029cf 100644 --- a/samples/generated_samples/compute_v1_generated_url_maps_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_url_maps_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_url_maps_invalidate_cache_sync.py b/samples/generated_samples/compute_v1_generated_url_maps_invalidate_cache_sync.py index 179cce86d..e7383c982 100644 --- a/samples/generated_samples/compute_v1_generated_url_maps_invalidate_cache_sync.py +++ b/samples/generated_samples/compute_v1_generated_url_maps_invalidate_cache_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_url_maps_list_sync.py b/samples/generated_samples/compute_v1_generated_url_maps_list_sync.py index 081a8f2c9..d17f1614f 100644 --- a/samples/generated_samples/compute_v1_generated_url_maps_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_url_maps_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_url_maps_patch_sync.py b/samples/generated_samples/compute_v1_generated_url_maps_patch_sync.py index 721e295b6..86a826007 100644 --- a/samples/generated_samples/compute_v1_generated_url_maps_patch_sync.py +++ b/samples/generated_samples/compute_v1_generated_url_maps_patch_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_url_maps_update_sync.py b/samples/generated_samples/compute_v1_generated_url_maps_update_sync.py index 4bbe21595..13addcbb2 100644 --- a/samples/generated_samples/compute_v1_generated_url_maps_update_sync.py +++ b/samples/generated_samples/compute_v1_generated_url_maps_update_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_url_maps_validate_sync.py b/samples/generated_samples/compute_v1_generated_url_maps_validate_sync.py index 98c586a81..176fab131 100644 --- a/samples/generated_samples/compute_v1_generated_url_maps_validate_sync.py +++ b/samples/generated_samples/compute_v1_generated_url_maps_validate_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_vpn_gateways_aggregated_list_sync.py b/samples/generated_samples/compute_v1_generated_vpn_gateways_aggregated_list_sync.py index 6f1ece04b..ceaddbf8d 100644 --- a/samples/generated_samples/compute_v1_generated_vpn_gateways_aggregated_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_vpn_gateways_aggregated_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_vpn_gateways_delete_sync.py b/samples/generated_samples/compute_v1_generated_vpn_gateways_delete_sync.py index 75e5898e6..7c6485e60 100644 --- a/samples/generated_samples/compute_v1_generated_vpn_gateways_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_vpn_gateways_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_vpn_gateways_get_status_sync.py b/samples/generated_samples/compute_v1_generated_vpn_gateways_get_status_sync.py index c4287bd5f..93717dc1d 100644 --- a/samples/generated_samples/compute_v1_generated_vpn_gateways_get_status_sync.py +++ b/samples/generated_samples/compute_v1_generated_vpn_gateways_get_status_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_vpn_gateways_get_sync.py b/samples/generated_samples/compute_v1_generated_vpn_gateways_get_sync.py index 8e4f78c4b..31691f8c8 100644 --- a/samples/generated_samples/compute_v1_generated_vpn_gateways_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_vpn_gateways_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_vpn_gateways_insert_sync.py b/samples/generated_samples/compute_v1_generated_vpn_gateways_insert_sync.py index fb1e9dece..cbff844e9 100644 --- a/samples/generated_samples/compute_v1_generated_vpn_gateways_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_vpn_gateways_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_vpn_gateways_list_sync.py b/samples/generated_samples/compute_v1_generated_vpn_gateways_list_sync.py index c5156ace6..63787d58c 100644 --- a/samples/generated_samples/compute_v1_generated_vpn_gateways_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_vpn_gateways_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_vpn_gateways_set_labels_sync.py b/samples/generated_samples/compute_v1_generated_vpn_gateways_set_labels_sync.py index 051dd6c46..19395945c 100644 --- a/samples/generated_samples/compute_v1_generated_vpn_gateways_set_labels_sync.py +++ b/samples/generated_samples/compute_v1_generated_vpn_gateways_set_labels_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_vpn_gateways_test_iam_permissions_sync.py b/samples/generated_samples/compute_v1_generated_vpn_gateways_test_iam_permissions_sync.py index 0329ef30e..8db5c37e8 100644 --- a/samples/generated_samples/compute_v1_generated_vpn_gateways_test_iam_permissions_sync.py +++ b/samples/generated_samples/compute_v1_generated_vpn_gateways_test_iam_permissions_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_vpn_tunnels_aggregated_list_sync.py b/samples/generated_samples/compute_v1_generated_vpn_tunnels_aggregated_list_sync.py index f711e6635..4f2cac38c 100644 --- a/samples/generated_samples/compute_v1_generated_vpn_tunnels_aggregated_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_vpn_tunnels_aggregated_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_vpn_tunnels_delete_sync.py b/samples/generated_samples/compute_v1_generated_vpn_tunnels_delete_sync.py index 4a4067939..6653e1ff2 100644 --- a/samples/generated_samples/compute_v1_generated_vpn_tunnels_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_vpn_tunnels_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_vpn_tunnels_get_sync.py b/samples/generated_samples/compute_v1_generated_vpn_tunnels_get_sync.py index bc8523cb5..29e967deb 100644 --- a/samples/generated_samples/compute_v1_generated_vpn_tunnels_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_vpn_tunnels_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_vpn_tunnels_insert_sync.py b/samples/generated_samples/compute_v1_generated_vpn_tunnels_insert_sync.py index 68341b491..b919bfcbc 100644 --- a/samples/generated_samples/compute_v1_generated_vpn_tunnels_insert_sync.py +++ b/samples/generated_samples/compute_v1_generated_vpn_tunnels_insert_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_vpn_tunnels_list_sync.py b/samples/generated_samples/compute_v1_generated_vpn_tunnels_list_sync.py index 1a8497b5d..3dc755e29 100644 --- a/samples/generated_samples/compute_v1_generated_vpn_tunnels_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_vpn_tunnels_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_vpn_tunnels_set_labels_sync.py b/samples/generated_samples/compute_v1_generated_vpn_tunnels_set_labels_sync.py index 1c0e7b3f3..89c424b38 100644 --- a/samples/generated_samples/compute_v1_generated_vpn_tunnels_set_labels_sync.py +++ b/samples/generated_samples/compute_v1_generated_vpn_tunnels_set_labels_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_zone_operations_delete_sync.py b/samples/generated_samples/compute_v1_generated_zone_operations_delete_sync.py index 7283afe74..08f6b66c7 100644 --- a/samples/generated_samples/compute_v1_generated_zone_operations_delete_sync.py +++ b/samples/generated_samples/compute_v1_generated_zone_operations_delete_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_zone_operations_get_sync.py b/samples/generated_samples/compute_v1_generated_zone_operations_get_sync.py index 3586bb003..0120af12b 100644 --- a/samples/generated_samples/compute_v1_generated_zone_operations_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_zone_operations_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_zone_operations_list_sync.py b/samples/generated_samples/compute_v1_generated_zone_operations_list_sync.py index b069d3339..c50e9c041 100644 --- a/samples/generated_samples/compute_v1_generated_zone_operations_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_zone_operations_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_zone_operations_wait_sync.py b/samples/generated_samples/compute_v1_generated_zone_operations_wait_sync.py index 9450daa0d..985b8d88e 100644 --- a/samples/generated_samples/compute_v1_generated_zone_operations_wait_sync.py +++ b/samples/generated_samples/compute_v1_generated_zone_operations_wait_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_zones_get_sync.py b/samples/generated_samples/compute_v1_generated_zones_get_sync.py index de60fc25b..ccdd77e5a 100644 --- a/samples/generated_samples/compute_v1_generated_zones_get_sync.py +++ b/samples/generated_samples/compute_v1_generated_zones_get_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/samples/generated_samples/compute_v1_generated_zones_list_sync.py b/samples/generated_samples/compute_v1_generated_zones_list_sync.py index 1a78887a3..55acd5971 100644 --- a/samples/generated_samples/compute_v1_generated_zones_list_sync.py +++ b/samples/generated_samples/compute_v1_generated_zones_list_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/scripts/fixup_compute_v1_keywords.py b/scripts/fixup_compute_v1_keywords.py index 0388ca10d..318c54727 100644 --- a/scripts/fixup_compute_v1_keywords.py +++ b/scripts/fixup_compute_v1_keywords.py @@ -1,6 +1,6 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/setup.py b/setup.py index 596e526c5..332eb4e52 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/__init__.py b/tests/__init__.py index e8e1c3845..89a37dc92 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/__init__.py b/tests/unit/__init__.py index e8e1c3845..89a37dc92 100644 --- a/tests/unit/__init__.py +++ b/tests/unit/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/__init__.py b/tests/unit/gapic/__init__.py index e8e1c3845..89a37dc92 100644 --- a/tests/unit/gapic/__init__.py +++ b/tests/unit/gapic/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/__init__.py b/tests/unit/gapic/compute_v1/__init__.py index e8e1c3845..89a37dc92 100644 --- a/tests/unit/gapic/compute_v1/__init__.py +++ b/tests/unit/gapic/compute_v1/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_accelerator_types.py b/tests/unit/gapic/compute_v1/test_accelerator_types.py index 7256f8a0f..03a2ca929 100644 --- a/tests/unit/gapic/compute_v1/test_accelerator_types.py +++ b/tests/unit/gapic/compute_v1/test_accelerator_types.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_addresses.py b/tests/unit/gapic/compute_v1/test_addresses.py index 3b8fa028e..3fb46755d 100644 --- a/tests/unit/gapic/compute_v1/test_addresses.py +++ b/tests/unit/gapic/compute_v1/test_addresses.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_autoscalers.py b/tests/unit/gapic/compute_v1/test_autoscalers.py index 39b97d8ac..cc90b52ef 100644 --- a/tests/unit/gapic/compute_v1/test_autoscalers.py +++ b/tests/unit/gapic/compute_v1/test_autoscalers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_backend_buckets.py b/tests/unit/gapic/compute_v1/test_backend_buckets.py index 3b8932d21..8381604d7 100644 --- a/tests/unit/gapic/compute_v1/test_backend_buckets.py +++ b/tests/unit/gapic/compute_v1/test_backend_buckets.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_backend_services.py b/tests/unit/gapic/compute_v1/test_backend_services.py index 42ac098c3..6fc57288e 100644 --- a/tests/unit/gapic/compute_v1/test_backend_services.py +++ b/tests/unit/gapic/compute_v1/test_backend_services.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_disk_types.py b/tests/unit/gapic/compute_v1/test_disk_types.py index 1b8e3cc5b..d722c4078 100644 --- a/tests/unit/gapic/compute_v1/test_disk_types.py +++ b/tests/unit/gapic/compute_v1/test_disk_types.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_disks.py b/tests/unit/gapic/compute_v1/test_disks.py index db91e05ce..0e48e46f8 100644 --- a/tests/unit/gapic/compute_v1/test_disks.py +++ b/tests/unit/gapic/compute_v1/test_disks.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_external_vpn_gateways.py b/tests/unit/gapic/compute_v1/test_external_vpn_gateways.py index acb8833aa..280bbb21f 100644 --- a/tests/unit/gapic/compute_v1/test_external_vpn_gateways.py +++ b/tests/unit/gapic/compute_v1/test_external_vpn_gateways.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_firewall_policies.py b/tests/unit/gapic/compute_v1/test_firewall_policies.py index 47dc2fa31..24a9c01f2 100644 --- a/tests/unit/gapic/compute_v1/test_firewall_policies.py +++ b/tests/unit/gapic/compute_v1/test_firewall_policies.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_firewalls.py b/tests/unit/gapic/compute_v1/test_firewalls.py index 54fe207af..affe0c85c 100644 --- a/tests/unit/gapic/compute_v1/test_firewalls.py +++ b/tests/unit/gapic/compute_v1/test_firewalls.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_forwarding_rules.py b/tests/unit/gapic/compute_v1/test_forwarding_rules.py index f59885d15..22cea3c4f 100644 --- a/tests/unit/gapic/compute_v1/test_forwarding_rules.py +++ b/tests/unit/gapic/compute_v1/test_forwarding_rules.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_global_addresses.py b/tests/unit/gapic/compute_v1/test_global_addresses.py index 05859eaf8..8c72f6f43 100644 --- a/tests/unit/gapic/compute_v1/test_global_addresses.py +++ b/tests/unit/gapic/compute_v1/test_global_addresses.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_global_forwarding_rules.py b/tests/unit/gapic/compute_v1/test_global_forwarding_rules.py index 09eb602ad..14a2ce6ba 100644 --- a/tests/unit/gapic/compute_v1/test_global_forwarding_rules.py +++ b/tests/unit/gapic/compute_v1/test_global_forwarding_rules.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_global_network_endpoint_groups.py b/tests/unit/gapic/compute_v1/test_global_network_endpoint_groups.py index 600239993..af2f9230e 100644 --- a/tests/unit/gapic/compute_v1/test_global_network_endpoint_groups.py +++ b/tests/unit/gapic/compute_v1/test_global_network_endpoint_groups.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_global_operations.py b/tests/unit/gapic/compute_v1/test_global_operations.py index f9f4534b7..35bd6d8bf 100644 --- a/tests/unit/gapic/compute_v1/test_global_operations.py +++ b/tests/unit/gapic/compute_v1/test_global_operations.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_global_organization_operations.py b/tests/unit/gapic/compute_v1/test_global_organization_operations.py index 0f96eec1e..23cdd5f69 100644 --- a/tests/unit/gapic/compute_v1/test_global_organization_operations.py +++ b/tests/unit/gapic/compute_v1/test_global_organization_operations.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_global_public_delegated_prefixes.py b/tests/unit/gapic/compute_v1/test_global_public_delegated_prefixes.py index 7f9d6ab6c..d1eb61b2d 100644 --- a/tests/unit/gapic/compute_v1/test_global_public_delegated_prefixes.py +++ b/tests/unit/gapic/compute_v1/test_global_public_delegated_prefixes.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_health_checks.py b/tests/unit/gapic/compute_v1/test_health_checks.py index 365ee8111..efb2c3f47 100644 --- a/tests/unit/gapic/compute_v1/test_health_checks.py +++ b/tests/unit/gapic/compute_v1/test_health_checks.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_image_family_views.py b/tests/unit/gapic/compute_v1/test_image_family_views.py index a73919173..3002a4d22 100644 --- a/tests/unit/gapic/compute_v1/test_image_family_views.py +++ b/tests/unit/gapic/compute_v1/test_image_family_views.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_images.py b/tests/unit/gapic/compute_v1/test_images.py index bfe008e55..8d21fad07 100644 --- a/tests/unit/gapic/compute_v1/test_images.py +++ b/tests/unit/gapic/compute_v1/test_images.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_instance_group_managers.py b/tests/unit/gapic/compute_v1/test_instance_group_managers.py index a1bac6fc0..cf7129984 100644 --- a/tests/unit/gapic/compute_v1/test_instance_group_managers.py +++ b/tests/unit/gapic/compute_v1/test_instance_group_managers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -5511,6 +5511,9 @@ def test_insert_rest(request_type): "fingerprint": "fingerprint_value", "id": 205, "instance_group": "instance_group_value", + "instance_lifecycle_policy": { + "force_update_on_repair": "force_update_on_repair_value" + }, "instance_template": "instance_template_value", "kind": "kind_value", "list_managed_instances_results": "list_managed_instances_results_value", @@ -5810,6 +5813,9 @@ def test_insert_rest_bad_request( "fingerprint": "fingerprint_value", "id": 205, "instance_group": "instance_group_value", + "instance_lifecycle_policy": { + "force_update_on_repair": "force_update_on_repair_value" + }, "instance_template": "instance_template_value", "kind": "kind_value", "list_managed_instances_results": "list_managed_instances_results_value", @@ -5983,6 +5989,9 @@ def test_insert_unary_rest(request_type): "fingerprint": "fingerprint_value", "id": 205, "instance_group": "instance_group_value", + "instance_lifecycle_policy": { + "force_update_on_repair": "force_update_on_repair_value" + }, "instance_template": "instance_template_value", "kind": "kind_value", "list_managed_instances_results": "list_managed_instances_results_value", @@ -6260,6 +6269,9 @@ def test_insert_unary_rest_bad_request( "fingerprint": "fingerprint_value", "id": 205, "instance_group": "instance_group_value", + "instance_lifecycle_policy": { + "force_update_on_repair": "force_update_on_repair_value" + }, "instance_template": "instance_template_value", "kind": "kind_value", "list_managed_instances_results": "list_managed_instances_results_value", @@ -7969,6 +7981,9 @@ def test_patch_rest(request_type): "fingerprint": "fingerprint_value", "id": 205, "instance_group": "instance_group_value", + "instance_lifecycle_policy": { + "force_update_on_repair": "force_update_on_repair_value" + }, "instance_template": "instance_template_value", "kind": "kind_value", "list_managed_instances_results": "list_managed_instances_results_value", @@ -8277,6 +8292,9 @@ def test_patch_rest_bad_request( "fingerprint": "fingerprint_value", "id": 205, "instance_group": "instance_group_value", + "instance_lifecycle_policy": { + "force_update_on_repair": "force_update_on_repair_value" + }, "instance_template": "instance_template_value", "kind": "kind_value", "list_managed_instances_results": "list_managed_instances_results_value", @@ -8460,6 +8478,9 @@ def test_patch_unary_rest(request_type): "fingerprint": "fingerprint_value", "id": 205, "instance_group": "instance_group_value", + "instance_lifecycle_policy": { + "force_update_on_repair": "force_update_on_repair_value" + }, "instance_template": "instance_template_value", "kind": "kind_value", "list_managed_instances_results": "list_managed_instances_results_value", @@ -8746,6 +8767,9 @@ def test_patch_unary_rest_bad_request( "fingerprint": "fingerprint_value", "id": 205, "instance_group": "instance_group_value", + "instance_lifecycle_policy": { + "force_update_on_repair": "force_update_on_repair_value" + }, "instance_template": "instance_template_value", "kind": "kind_value", "list_managed_instances_results": "list_managed_instances_results_value", diff --git a/tests/unit/gapic/compute_v1/test_instance_groups.py b/tests/unit/gapic/compute_v1/test_instance_groups.py index b08493859..d4811f983 100644 --- a/tests/unit/gapic/compute_v1/test_instance_groups.py +++ b/tests/unit/gapic/compute_v1/test_instance_groups.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_instance_templates.py b/tests/unit/gapic/compute_v1/test_instance_templates.py index d4421ae26..9f8ca9503 100644 --- a/tests/unit/gapic/compute_v1/test_instance_templates.py +++ b/tests/unit/gapic/compute_v1/test_instance_templates.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_instances.py b/tests/unit/gapic/compute_v1/test_instances.py index bc5ce7d6d..c15735cf3 100644 --- a/tests/unit/gapic/compute_v1/test_instances.py +++ b/tests/unit/gapic/compute_v1/test_instances.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_interconnect_attachments.py b/tests/unit/gapic/compute_v1/test_interconnect_attachments.py index 99283d51e..4b162b598 100644 --- a/tests/unit/gapic/compute_v1/test_interconnect_attachments.py +++ b/tests/unit/gapic/compute_v1/test_interconnect_attachments.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_interconnect_locations.py b/tests/unit/gapic/compute_v1/test_interconnect_locations.py index 4b9516596..db9b7924e 100644 --- a/tests/unit/gapic/compute_v1/test_interconnect_locations.py +++ b/tests/unit/gapic/compute_v1/test_interconnect_locations.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_interconnect_remote_locations.py b/tests/unit/gapic/compute_v1/test_interconnect_remote_locations.py index 4a67b01d3..33adfb059 100644 --- a/tests/unit/gapic/compute_v1/test_interconnect_remote_locations.py +++ b/tests/unit/gapic/compute_v1/test_interconnect_remote_locations.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_interconnects.py b/tests/unit/gapic/compute_v1/test_interconnects.py index 26387d9fc..d0a9e41bb 100644 --- a/tests/unit/gapic/compute_v1/test_interconnects.py +++ b/tests/unit/gapic/compute_v1/test_interconnects.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_license_codes.py b/tests/unit/gapic/compute_v1/test_license_codes.py index 30ddf431d..e9a940e48 100644 --- a/tests/unit/gapic/compute_v1/test_license_codes.py +++ b/tests/unit/gapic/compute_v1/test_license_codes.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_licenses.py b/tests/unit/gapic/compute_v1/test_licenses.py index e78c9c39d..16119912d 100644 --- a/tests/unit/gapic/compute_v1/test_licenses.py +++ b/tests/unit/gapic/compute_v1/test_licenses.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_machine_images.py b/tests/unit/gapic/compute_v1/test_machine_images.py index 8cdc43d3d..44ed4b485 100644 --- a/tests/unit/gapic/compute_v1/test_machine_images.py +++ b/tests/unit/gapic/compute_v1/test_machine_images.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_machine_types.py b/tests/unit/gapic/compute_v1/test_machine_types.py index 573c02a96..56b0d7ad3 100644 --- a/tests/unit/gapic/compute_v1/test_machine_types.py +++ b/tests/unit/gapic/compute_v1/test_machine_types.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_network_attachments.py b/tests/unit/gapic/compute_v1/test_network_attachments.py index 2c62428e9..545fbec4d 100644 --- a/tests/unit/gapic/compute_v1/test_network_attachments.py +++ b/tests/unit/gapic/compute_v1/test_network_attachments.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_network_edge_security_services.py b/tests/unit/gapic/compute_v1/test_network_edge_security_services.py index d6a7a37cf..a33b94fc4 100644 --- a/tests/unit/gapic/compute_v1/test_network_edge_security_services.py +++ b/tests/unit/gapic/compute_v1/test_network_edge_security_services.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_network_endpoint_groups.py b/tests/unit/gapic/compute_v1/test_network_endpoint_groups.py index 50f70e8a5..17121fccd 100644 --- a/tests/unit/gapic/compute_v1/test_network_endpoint_groups.py +++ b/tests/unit/gapic/compute_v1/test_network_endpoint_groups.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_network_firewall_policies.py b/tests/unit/gapic/compute_v1/test_network_firewall_policies.py index 89038dc0e..ae765d86d 100644 --- a/tests/unit/gapic/compute_v1/test_network_firewall_policies.py +++ b/tests/unit/gapic/compute_v1/test_network_firewall_policies.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_networks.py b/tests/unit/gapic/compute_v1/test_networks.py index 8656a5a8f..2f4603aa8 100644 --- a/tests/unit/gapic/compute_v1/test_networks.py +++ b/tests/unit/gapic/compute_v1/test_networks.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_node_groups.py b/tests/unit/gapic/compute_v1/test_node_groups.py index 223fee270..944a37ad9 100644 --- a/tests/unit/gapic/compute_v1/test_node_groups.py +++ b/tests/unit/gapic/compute_v1/test_node_groups.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_node_templates.py b/tests/unit/gapic/compute_v1/test_node_templates.py index e312cb6ee..cf563004e 100644 --- a/tests/unit/gapic/compute_v1/test_node_templates.py +++ b/tests/unit/gapic/compute_v1/test_node_templates.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_node_types.py b/tests/unit/gapic/compute_v1/test_node_types.py index 065ea4616..d86b52290 100644 --- a/tests/unit/gapic/compute_v1/test_node_types.py +++ b/tests/unit/gapic/compute_v1/test_node_types.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_packet_mirrorings.py b/tests/unit/gapic/compute_v1/test_packet_mirrorings.py index a3951f3e2..d37f9942a 100644 --- a/tests/unit/gapic/compute_v1/test_packet_mirrorings.py +++ b/tests/unit/gapic/compute_v1/test_packet_mirrorings.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_projects.py b/tests/unit/gapic/compute_v1/test_projects.py index 5f44d3821..6dd4d6e41 100644 --- a/tests/unit/gapic/compute_v1/test_projects.py +++ b/tests/unit/gapic/compute_v1/test_projects.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_public_advertised_prefixes.py b/tests/unit/gapic/compute_v1/test_public_advertised_prefixes.py index 8e0f22040..8b3cf6771 100644 --- a/tests/unit/gapic/compute_v1/test_public_advertised_prefixes.py +++ b/tests/unit/gapic/compute_v1/test_public_advertised_prefixes.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_public_delegated_prefixes.py b/tests/unit/gapic/compute_v1/test_public_delegated_prefixes.py index 3821e7460..d7c556865 100644 --- a/tests/unit/gapic/compute_v1/test_public_delegated_prefixes.py +++ b/tests/unit/gapic/compute_v1/test_public_delegated_prefixes.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_region_autoscalers.py b/tests/unit/gapic/compute_v1/test_region_autoscalers.py index 111e28305..9e7c5eee3 100644 --- a/tests/unit/gapic/compute_v1/test_region_autoscalers.py +++ b/tests/unit/gapic/compute_v1/test_region_autoscalers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_region_backend_services.py b/tests/unit/gapic/compute_v1/test_region_backend_services.py index 8f65793db..6d29a5758 100644 --- a/tests/unit/gapic/compute_v1/test_region_backend_services.py +++ b/tests/unit/gapic/compute_v1/test_region_backend_services.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_region_commitments.py b/tests/unit/gapic/compute_v1/test_region_commitments.py index c9020c750..cba19838a 100644 --- a/tests/unit/gapic/compute_v1/test_region_commitments.py +++ b/tests/unit/gapic/compute_v1/test_region_commitments.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_region_disk_types.py b/tests/unit/gapic/compute_v1/test_region_disk_types.py index be3db8bbe..3a7cc8f6f 100644 --- a/tests/unit/gapic/compute_v1/test_region_disk_types.py +++ b/tests/unit/gapic/compute_v1/test_region_disk_types.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_region_disks.py b/tests/unit/gapic/compute_v1/test_region_disks.py index 52466e091..10600d2b2 100644 --- a/tests/unit/gapic/compute_v1/test_region_disks.py +++ b/tests/unit/gapic/compute_v1/test_region_disks.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_region_health_check_services.py b/tests/unit/gapic/compute_v1/test_region_health_check_services.py index 02b0720ee..affcda709 100644 --- a/tests/unit/gapic/compute_v1/test_region_health_check_services.py +++ b/tests/unit/gapic/compute_v1/test_region_health_check_services.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_region_health_checks.py b/tests/unit/gapic/compute_v1/test_region_health_checks.py index 0ffedcd3e..b65c55dbd 100644 --- a/tests/unit/gapic/compute_v1/test_region_health_checks.py +++ b/tests/unit/gapic/compute_v1/test_region_health_checks.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_region_instance_group_managers.py b/tests/unit/gapic/compute_v1/test_region_instance_group_managers.py index c85a11313..8a156f003 100644 --- a/tests/unit/gapic/compute_v1/test_region_instance_group_managers.py +++ b/tests/unit/gapic/compute_v1/test_region_instance_group_managers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -5160,6 +5160,9 @@ def test_insert_rest(request_type): "fingerprint": "fingerprint_value", "id": 205, "instance_group": "instance_group_value", + "instance_lifecycle_policy": { + "force_update_on_repair": "force_update_on_repair_value" + }, "instance_template": "instance_template_value", "kind": "kind_value", "list_managed_instances_results": "list_managed_instances_results_value", @@ -5460,6 +5463,9 @@ def test_insert_rest_bad_request( "fingerprint": "fingerprint_value", "id": 205, "instance_group": "instance_group_value", + "instance_lifecycle_policy": { + "force_update_on_repair": "force_update_on_repair_value" + }, "instance_template": "instance_template_value", "kind": "kind_value", "list_managed_instances_results": "list_managed_instances_results_value", @@ -5633,6 +5639,9 @@ def test_insert_unary_rest(request_type): "fingerprint": "fingerprint_value", "id": 205, "instance_group": "instance_group_value", + "instance_lifecycle_policy": { + "force_update_on_repair": "force_update_on_repair_value" + }, "instance_template": "instance_template_value", "kind": "kind_value", "list_managed_instances_results": "list_managed_instances_results_value", @@ -5911,6 +5920,9 @@ def test_insert_unary_rest_bad_request( "fingerprint": "fingerprint_value", "id": 205, "instance_group": "instance_group_value", + "instance_lifecycle_policy": { + "force_update_on_repair": "force_update_on_repair_value" + }, "instance_template": "instance_template_value", "kind": "kind_value", "list_managed_instances_results": "list_managed_instances_results_value", @@ -7631,6 +7643,9 @@ def test_patch_rest(request_type): "fingerprint": "fingerprint_value", "id": 205, "instance_group": "instance_group_value", + "instance_lifecycle_policy": { + "force_update_on_repair": "force_update_on_repair_value" + }, "instance_template": "instance_template_value", "kind": "kind_value", "list_managed_instances_results": "list_managed_instances_results_value", @@ -7939,6 +7954,9 @@ def test_patch_rest_bad_request( "fingerprint": "fingerprint_value", "id": 205, "instance_group": "instance_group_value", + "instance_lifecycle_policy": { + "force_update_on_repair": "force_update_on_repair_value" + }, "instance_template": "instance_template_value", "kind": "kind_value", "list_managed_instances_results": "list_managed_instances_results_value", @@ -8122,6 +8140,9 @@ def test_patch_unary_rest(request_type): "fingerprint": "fingerprint_value", "id": 205, "instance_group": "instance_group_value", + "instance_lifecycle_policy": { + "force_update_on_repair": "force_update_on_repair_value" + }, "instance_template": "instance_template_value", "kind": "kind_value", "list_managed_instances_results": "list_managed_instances_results_value", @@ -8408,6 +8429,9 @@ def test_patch_unary_rest_bad_request( "fingerprint": "fingerprint_value", "id": 205, "instance_group": "instance_group_value", + "instance_lifecycle_policy": { + "force_update_on_repair": "force_update_on_repair_value" + }, "instance_template": "instance_template_value", "kind": "kind_value", "list_managed_instances_results": "list_managed_instances_results_value", diff --git a/tests/unit/gapic/compute_v1/test_region_instance_groups.py b/tests/unit/gapic/compute_v1/test_region_instance_groups.py index 6457ca68a..2202131bd 100644 --- a/tests/unit/gapic/compute_v1/test_region_instance_groups.py +++ b/tests/unit/gapic/compute_v1/test_region_instance_groups.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_region_instance_templates.py b/tests/unit/gapic/compute_v1/test_region_instance_templates.py index 000024c03..49f1fd7dc 100644 --- a/tests/unit/gapic/compute_v1/test_region_instance_templates.py +++ b/tests/unit/gapic/compute_v1/test_region_instance_templates.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_region_instances.py b/tests/unit/gapic/compute_v1/test_region_instances.py index a93bdef23..88c18a466 100644 --- a/tests/unit/gapic/compute_v1/test_region_instances.py +++ b/tests/unit/gapic/compute_v1/test_region_instances.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_region_network_endpoint_groups.py b/tests/unit/gapic/compute_v1/test_region_network_endpoint_groups.py index e5df974a0..162efbe94 100644 --- a/tests/unit/gapic/compute_v1/test_region_network_endpoint_groups.py +++ b/tests/unit/gapic/compute_v1/test_region_network_endpoint_groups.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_region_network_firewall_policies.py b/tests/unit/gapic/compute_v1/test_region_network_firewall_policies.py index 9be1e7dfa..366eedfac 100644 --- a/tests/unit/gapic/compute_v1/test_region_network_firewall_policies.py +++ b/tests/unit/gapic/compute_v1/test_region_network_firewall_policies.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_region_notification_endpoints.py b/tests/unit/gapic/compute_v1/test_region_notification_endpoints.py index 98176490e..18e92f4af 100644 --- a/tests/unit/gapic/compute_v1/test_region_notification_endpoints.py +++ b/tests/unit/gapic/compute_v1/test_region_notification_endpoints.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_region_operations.py b/tests/unit/gapic/compute_v1/test_region_operations.py index ae2f51b9a..17577fd8b 100644 --- a/tests/unit/gapic/compute_v1/test_region_operations.py +++ b/tests/unit/gapic/compute_v1/test_region_operations.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_region_security_policies.py b/tests/unit/gapic/compute_v1/test_region_security_policies.py index 2211867b3..fafb145be 100644 --- a/tests/unit/gapic/compute_v1/test_region_security_policies.py +++ b/tests/unit/gapic/compute_v1/test_region_security_policies.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_region_ssl_certificates.py b/tests/unit/gapic/compute_v1/test_region_ssl_certificates.py index d41d2738a..4e1993aeb 100644 --- a/tests/unit/gapic/compute_v1/test_region_ssl_certificates.py +++ b/tests/unit/gapic/compute_v1/test_region_ssl_certificates.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_region_ssl_policies.py b/tests/unit/gapic/compute_v1/test_region_ssl_policies.py index 7cea7b9ac..358fa7112 100644 --- a/tests/unit/gapic/compute_v1/test_region_ssl_policies.py +++ b/tests/unit/gapic/compute_v1/test_region_ssl_policies.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_region_target_http_proxies.py b/tests/unit/gapic/compute_v1/test_region_target_http_proxies.py index 7599aa3aa..6e0493d96 100644 --- a/tests/unit/gapic/compute_v1/test_region_target_http_proxies.py +++ b/tests/unit/gapic/compute_v1/test_region_target_http_proxies.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -1280,6 +1280,7 @@ def test_get_rest(request_type): creation_timestamp="creation_timestamp_value", description="description_value", fingerprint="fingerprint_value", + http_keep_alive_timeout_sec=2868, id=205, kind="kind_value", name="name_value", @@ -1304,6 +1305,7 @@ def test_get_rest(request_type): assert response.creation_timestamp == "creation_timestamp_value" assert response.description == "description_value" assert response.fingerprint == "fingerprint_value" + assert response.http_keep_alive_timeout_sec == 2868 assert response.id == 205 assert response.kind == "kind_value" assert response.name == "name_value" @@ -1588,6 +1590,7 @@ def test_insert_rest(request_type): "creation_timestamp": "creation_timestamp_value", "description": "description_value", "fingerprint": "fingerprint_value", + "http_keep_alive_timeout_sec": 2868, "id": 205, "kind": "kind_value", "name": "name_value", @@ -1833,6 +1836,7 @@ def test_insert_rest_bad_request( "creation_timestamp": "creation_timestamp_value", "description": "description_value", "fingerprint": "fingerprint_value", + "http_keep_alive_timeout_sec": 2868, "id": 205, "kind": "kind_value", "name": "name_value", @@ -1944,6 +1948,7 @@ def test_insert_unary_rest(request_type): "creation_timestamp": "creation_timestamp_value", "description": "description_value", "fingerprint": "fingerprint_value", + "http_keep_alive_timeout_sec": 2868, "id": 205, "kind": "kind_value", "name": "name_value", @@ -2167,6 +2172,7 @@ def test_insert_unary_rest_bad_request( "creation_timestamp": "creation_timestamp_value", "description": "description_value", "fingerprint": "fingerprint_value", + "http_keep_alive_timeout_sec": 2868, "id": 205, "kind": "kind_value", "name": "name_value", diff --git a/tests/unit/gapic/compute_v1/test_region_target_https_proxies.py b/tests/unit/gapic/compute_v1/test_region_target_https_proxies.py index b248b401b..a0fb3e89b 100644 --- a/tests/unit/gapic/compute_v1/test_region_target_https_proxies.py +++ b/tests/unit/gapic/compute_v1/test_region_target_https_proxies.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -1286,6 +1286,7 @@ def test_get_rest(request_type): creation_timestamp="creation_timestamp_value", description="description_value", fingerprint="fingerprint_value", + http_keep_alive_timeout_sec=2868, id=205, kind="kind_value", name="name_value", @@ -1316,6 +1317,7 @@ def test_get_rest(request_type): assert response.creation_timestamp == "creation_timestamp_value" assert response.description == "description_value" assert response.fingerprint == "fingerprint_value" + assert response.http_keep_alive_timeout_sec == 2868 assert response.id == 205 assert response.kind == "kind_value" assert response.name == "name_value" @@ -1608,6 +1610,7 @@ def test_insert_rest(request_type): "creation_timestamp": "creation_timestamp_value", "description": "description_value", "fingerprint": "fingerprint_value", + "http_keep_alive_timeout_sec": 2868, "id": 205, "kind": "kind_value", "name": "name_value", @@ -1859,6 +1862,7 @@ def test_insert_rest_bad_request( "creation_timestamp": "creation_timestamp_value", "description": "description_value", "fingerprint": "fingerprint_value", + "http_keep_alive_timeout_sec": 2868, "id": 205, "kind": "kind_value", "name": "name_value", @@ -1976,6 +1980,7 @@ def test_insert_unary_rest(request_type): "creation_timestamp": "creation_timestamp_value", "description": "description_value", "fingerprint": "fingerprint_value", + "http_keep_alive_timeout_sec": 2868, "id": 205, "kind": "kind_value", "name": "name_value", @@ -2205,6 +2210,7 @@ def test_insert_unary_rest_bad_request( "creation_timestamp": "creation_timestamp_value", "description": "description_value", "fingerprint": "fingerprint_value", + "http_keep_alive_timeout_sec": 2868, "id": 205, "kind": "kind_value", "name": "name_value", @@ -2687,6 +2693,7 @@ def test_patch_rest(request_type): "creation_timestamp": "creation_timestamp_value", "description": "description_value", "fingerprint": "fingerprint_value", + "http_keep_alive_timeout_sec": 2868, "id": 205, "kind": "kind_value", "name": "name_value", @@ -2947,6 +2954,7 @@ def test_patch_rest_bad_request( "creation_timestamp": "creation_timestamp_value", "description": "description_value", "fingerprint": "fingerprint_value", + "http_keep_alive_timeout_sec": 2868, "id": 205, "kind": "kind_value", "name": "name_value", @@ -3074,6 +3082,7 @@ def test_patch_unary_rest(request_type): "creation_timestamp": "creation_timestamp_value", "description": "description_value", "fingerprint": "fingerprint_value", + "http_keep_alive_timeout_sec": 2868, "id": 205, "kind": "kind_value", "name": "name_value", @@ -3312,6 +3321,7 @@ def test_patch_unary_rest_bad_request( "creation_timestamp": "creation_timestamp_value", "description": "description_value", "fingerprint": "fingerprint_value", + "http_keep_alive_timeout_sec": 2868, "id": 205, "kind": "kind_value", "name": "name_value", diff --git a/tests/unit/gapic/compute_v1/test_region_target_tcp_proxies.py b/tests/unit/gapic/compute_v1/test_region_target_tcp_proxies.py index 65560b296..35e8b75d7 100644 --- a/tests/unit/gapic/compute_v1/test_region_target_tcp_proxies.py +++ b/tests/unit/gapic/compute_v1/test_region_target_tcp_proxies.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_region_url_maps.py b/tests/unit/gapic/compute_v1/test_region_url_maps.py index f32baf8a2..614b7ef5f 100644 --- a/tests/unit/gapic/compute_v1/test_region_url_maps.py +++ b/tests/unit/gapic/compute_v1/test_region_url_maps.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_regions.py b/tests/unit/gapic/compute_v1/test_regions.py index e35a35d32..b87e00b4e 100644 --- a/tests/unit/gapic/compute_v1/test_regions.py +++ b/tests/unit/gapic/compute_v1/test_regions.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_reservations.py b/tests/unit/gapic/compute_v1/test_reservations.py index b84ca27c4..cf7f39d03 100644 --- a/tests/unit/gapic/compute_v1/test_reservations.py +++ b/tests/unit/gapic/compute_v1/test_reservations.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_resource_policies.py b/tests/unit/gapic/compute_v1/test_resource_policies.py index cb915090e..ca97652f3 100644 --- a/tests/unit/gapic/compute_v1/test_resource_policies.py +++ b/tests/unit/gapic/compute_v1/test_resource_policies.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_routers.py b/tests/unit/gapic/compute_v1/test_routers.py index dd6321da4..b8c780cbc 100644 --- a/tests/unit/gapic/compute_v1/test_routers.py +++ b/tests/unit/gapic/compute_v1/test_routers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -2583,6 +2583,7 @@ def test_insert_rest(request_type): "name": "name_value", "nats": [ { + "auto_network_tier": "auto_network_tier_value", "drain_nat_ips": ["drain_nat_ips_value1", "drain_nat_ips_value2"], "enable_dynamic_port_allocation": True, "enable_endpoint_independent_mapping": True, @@ -2927,6 +2928,7 @@ def test_insert_rest_bad_request( "name": "name_value", "nats": [ { + "auto_network_tier": "auto_network_tier_value", "drain_nat_ips": ["drain_nat_ips_value1", "drain_nat_ips_value2"], "enable_dynamic_port_allocation": True, "enable_endpoint_independent_mapping": True, @@ -3143,6 +3145,7 @@ def test_insert_unary_rest(request_type): "name": "name_value", "nats": [ { + "auto_network_tier": "auto_network_tier_value", "drain_nat_ips": ["drain_nat_ips_value1", "drain_nat_ips_value2"], "enable_dynamic_port_allocation": True, "enable_endpoint_independent_mapping": True, @@ -3465,6 +3468,7 @@ def test_insert_unary_rest_bad_request( "name": "name_value", "nats": [ { + "auto_network_tier": "auto_network_tier_value", "drain_nat_ips": ["drain_nat_ips_value1", "drain_nat_ips_value2"], "enable_dynamic_port_allocation": True, "enable_endpoint_independent_mapping": True, @@ -4034,6 +4038,7 @@ def test_patch_rest(request_type): "name": "name_value", "nats": [ { + "auto_network_tier": "auto_network_tier_value", "drain_nat_ips": ["drain_nat_ips_value1", "drain_nat_ips_value2"], "enable_dynamic_port_allocation": True, "enable_endpoint_independent_mapping": True, @@ -4383,6 +4388,7 @@ def test_patch_rest_bad_request( "name": "name_value", "nats": [ { + "auto_network_tier": "auto_network_tier_value", "drain_nat_ips": ["drain_nat_ips_value1", "drain_nat_ips_value2"], "enable_dynamic_port_allocation": True, "enable_endpoint_independent_mapping": True, @@ -4605,6 +4611,7 @@ def test_patch_unary_rest(request_type): "name": "name_value", "nats": [ { + "auto_network_tier": "auto_network_tier_value", "drain_nat_ips": ["drain_nat_ips_value1", "drain_nat_ips_value2"], "enable_dynamic_port_allocation": True, "enable_endpoint_independent_mapping": True, @@ -4932,6 +4939,7 @@ def test_patch_unary_rest_bad_request( "name": "name_value", "nats": [ { + "auto_network_tier": "auto_network_tier_value", "drain_nat_ips": ["drain_nat_ips_value1", "drain_nat_ips_value2"], "enable_dynamic_port_allocation": True, "enable_endpoint_independent_mapping": True, @@ -5154,6 +5162,7 @@ def test_preview_rest(request_type): "name": "name_value", "nats": [ { + "auto_network_tier": "auto_network_tier_value", "drain_nat_ips": ["drain_nat_ips_value1", "drain_nat_ips_value2"], "enable_dynamic_port_allocation": True, "enable_endpoint_independent_mapping": True, @@ -5458,6 +5467,7 @@ def test_preview_rest_bad_request( "name": "name_value", "nats": [ { + "auto_network_tier": "auto_network_tier_value", "drain_nat_ips": ["drain_nat_ips_value1", "drain_nat_ips_value2"], "enable_dynamic_port_allocation": True, "enable_endpoint_independent_mapping": True, @@ -5680,6 +5690,7 @@ def test_update_rest(request_type): "name": "name_value", "nats": [ { + "auto_network_tier": "auto_network_tier_value", "drain_nat_ips": ["drain_nat_ips_value1", "drain_nat_ips_value2"], "enable_dynamic_port_allocation": True, "enable_endpoint_independent_mapping": True, @@ -6029,6 +6040,7 @@ def test_update_rest_bad_request( "name": "name_value", "nats": [ { + "auto_network_tier": "auto_network_tier_value", "drain_nat_ips": ["drain_nat_ips_value1", "drain_nat_ips_value2"], "enable_dynamic_port_allocation": True, "enable_endpoint_independent_mapping": True, @@ -6251,6 +6263,7 @@ def test_update_unary_rest(request_type): "name": "name_value", "nats": [ { + "auto_network_tier": "auto_network_tier_value", "drain_nat_ips": ["drain_nat_ips_value1", "drain_nat_ips_value2"], "enable_dynamic_port_allocation": True, "enable_endpoint_independent_mapping": True, @@ -6578,6 +6591,7 @@ def test_update_unary_rest_bad_request( "name": "name_value", "nats": [ { + "auto_network_tier": "auto_network_tier_value", "drain_nat_ips": ["drain_nat_ips_value1", "drain_nat_ips_value2"], "enable_dynamic_port_allocation": True, "enable_endpoint_independent_mapping": True, diff --git a/tests/unit/gapic/compute_v1/test_routes.py b/tests/unit/gapic/compute_v1/test_routes.py index e44894a4a..1f3277faa 100644 --- a/tests/unit/gapic/compute_v1/test_routes.py +++ b/tests/unit/gapic/compute_v1/test_routes.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -1181,6 +1181,7 @@ def test_get_rest(request_type): name="name_value", network="network_value", next_hop_gateway="next_hop_gateway_value", + next_hop_hub="next_hop_hub_value", next_hop_ilb="next_hop_ilb_value", next_hop_instance="next_hop_instance_value", next_hop_ip="next_hop_ip_value", @@ -1214,6 +1215,7 @@ def test_get_rest(request_type): assert response.name == "name_value" assert response.network == "network_value" assert response.next_hop_gateway == "next_hop_gateway_value" + assert response.next_hop_hub == "next_hop_hub_value" assert response.next_hop_ilb == "next_hop_ilb_value" assert response.next_hop_instance == "next_hop_instance_value" assert response.next_hop_ip == "next_hop_ip_value" @@ -1489,6 +1491,7 @@ def test_insert_rest(request_type): "name": "name_value", "network": "network_value", "next_hop_gateway": "next_hop_gateway_value", + "next_hop_hub": "next_hop_hub_value", "next_hop_ilb": "next_hop_ilb_value", "next_hop_instance": "next_hop_instance_value", "next_hop_ip": "next_hop_ip_value", @@ -1742,6 +1745,7 @@ def test_insert_rest_bad_request( "name": "name_value", "network": "network_value", "next_hop_gateway": "next_hop_gateway_value", + "next_hop_hub": "next_hop_hub_value", "next_hop_ilb": "next_hop_ilb_value", "next_hop_instance": "next_hop_instance_value", "next_hop_ip": "next_hop_ip_value", @@ -1869,6 +1873,7 @@ def test_insert_unary_rest(request_type): "name": "name_value", "network": "network_value", "next_hop_gateway": "next_hop_gateway_value", + "next_hop_hub": "next_hop_hub_value", "next_hop_ilb": "next_hop_ilb_value", "next_hop_instance": "next_hop_instance_value", "next_hop_ip": "next_hop_ip_value", @@ -2100,6 +2105,7 @@ def test_insert_unary_rest_bad_request( "name": "name_value", "network": "network_value", "next_hop_gateway": "next_hop_gateway_value", + "next_hop_hub": "next_hop_hub_value", "next_hop_ilb": "next_hop_ilb_value", "next_hop_instance": "next_hop_instance_value", "next_hop_ip": "next_hop_ip_value", diff --git a/tests/unit/gapic/compute_v1/test_security_policies.py b/tests/unit/gapic/compute_v1/test_security_policies.py index fa4a98339..4308494b9 100644 --- a/tests/unit/gapic/compute_v1/test_security_policies.py +++ b/tests/unit/gapic/compute_v1/test_security_policies.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_service_attachments.py b/tests/unit/gapic/compute_v1/test_service_attachments.py index a64010c3b..83b59ab40 100644 --- a/tests/unit/gapic/compute_v1/test_service_attachments.py +++ b/tests/unit/gapic/compute_v1/test_service_attachments.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_snapshots.py b/tests/unit/gapic/compute_v1/test_snapshots.py index dc62e9717..82ddbe0bb 100644 --- a/tests/unit/gapic/compute_v1/test_snapshots.py +++ b/tests/unit/gapic/compute_v1/test_snapshots.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_ssl_certificates.py b/tests/unit/gapic/compute_v1/test_ssl_certificates.py index b5badb7fa..c4d451e19 100644 --- a/tests/unit/gapic/compute_v1/test_ssl_certificates.py +++ b/tests/unit/gapic/compute_v1/test_ssl_certificates.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_ssl_policies.py b/tests/unit/gapic/compute_v1/test_ssl_policies.py index effd60a23..22c6a0732 100644 --- a/tests/unit/gapic/compute_v1/test_ssl_policies.py +++ b/tests/unit/gapic/compute_v1/test_ssl_policies.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_subnetworks.py b/tests/unit/gapic/compute_v1/test_subnetworks.py index 55aa2604f..2aadc77d7 100644 --- a/tests/unit/gapic/compute_v1/test_subnetworks.py +++ b/tests/unit/gapic/compute_v1/test_subnetworks.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_target_grpc_proxies.py b/tests/unit/gapic/compute_v1/test_target_grpc_proxies.py index 70fee4731..03d8a52af 100644 --- a/tests/unit/gapic/compute_v1/test_target_grpc_proxies.py +++ b/tests/unit/gapic/compute_v1/test_target_grpc_proxies.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_target_http_proxies.py b/tests/unit/gapic/compute_v1/test_target_http_proxies.py index 313b38fe1..c2238d1de 100644 --- a/tests/unit/gapic/compute_v1/test_target_http_proxies.py +++ b/tests/unit/gapic/compute_v1/test_target_http_proxies.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -1594,6 +1594,7 @@ def test_get_rest(request_type): creation_timestamp="creation_timestamp_value", description="description_value", fingerprint="fingerprint_value", + http_keep_alive_timeout_sec=2868, id=205, kind="kind_value", name="name_value", @@ -1618,6 +1619,7 @@ def test_get_rest(request_type): assert response.creation_timestamp == "creation_timestamp_value" assert response.description == "description_value" assert response.fingerprint == "fingerprint_value" + assert response.http_keep_alive_timeout_sec == 2868 assert response.id == 205 assert response.kind == "kind_value" assert response.name == "name_value" @@ -1887,6 +1889,7 @@ def test_insert_rest(request_type): "creation_timestamp": "creation_timestamp_value", "description": "description_value", "fingerprint": "fingerprint_value", + "http_keep_alive_timeout_sec": 2868, "id": 205, "kind": "kind_value", "name": "name_value", @@ -2125,6 +2128,7 @@ def test_insert_rest_bad_request( "creation_timestamp": "creation_timestamp_value", "description": "description_value", "fingerprint": "fingerprint_value", + "http_keep_alive_timeout_sec": 2868, "id": 205, "kind": "kind_value", "name": "name_value", @@ -2234,6 +2238,7 @@ def test_insert_unary_rest(request_type): "creation_timestamp": "creation_timestamp_value", "description": "description_value", "fingerprint": "fingerprint_value", + "http_keep_alive_timeout_sec": 2868, "id": 205, "kind": "kind_value", "name": "name_value", @@ -2452,6 +2457,7 @@ def test_insert_unary_rest_bad_request( "creation_timestamp": "creation_timestamp_value", "description": "description_value", "fingerprint": "fingerprint_value", + "http_keep_alive_timeout_sec": 2868, "id": 205, "kind": "kind_value", "name": "name_value", @@ -2909,6 +2915,7 @@ def test_patch_rest(request_type): "creation_timestamp": "creation_timestamp_value", "description": "description_value", "fingerprint": "fingerprint_value", + "http_keep_alive_timeout_sec": 2868, "id": 205, "kind": "kind_value", "name": "name_value", @@ -3152,6 +3159,7 @@ def test_patch_rest_bad_request( "creation_timestamp": "creation_timestamp_value", "description": "description_value", "fingerprint": "fingerprint_value", + "http_keep_alive_timeout_sec": 2868, "id": 205, "kind": "kind_value", "name": "name_value", @@ -3263,6 +3271,7 @@ def test_patch_unary_rest(request_type): "creation_timestamp": "creation_timestamp_value", "description": "description_value", "fingerprint": "fingerprint_value", + "http_keep_alive_timeout_sec": 2868, "id": 205, "kind": "kind_value", "name": "name_value", @@ -3486,6 +3495,7 @@ def test_patch_unary_rest_bad_request( "creation_timestamp": "creation_timestamp_value", "description": "description_value", "fingerprint": "fingerprint_value", + "http_keep_alive_timeout_sec": 2868, "id": 205, "kind": "kind_value", "name": "name_value", diff --git a/tests/unit/gapic/compute_v1/test_target_https_proxies.py b/tests/unit/gapic/compute_v1/test_target_https_proxies.py index 0cd84eef8..2e2ea827b 100644 --- a/tests/unit/gapic/compute_v1/test_target_https_proxies.py +++ b/tests/unit/gapic/compute_v1/test_target_https_proxies.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -1599,6 +1599,7 @@ def test_get_rest(request_type): creation_timestamp="creation_timestamp_value", description="description_value", fingerprint="fingerprint_value", + http_keep_alive_timeout_sec=2868, id=205, kind="kind_value", name="name_value", @@ -1629,6 +1630,7 @@ def test_get_rest(request_type): assert response.creation_timestamp == "creation_timestamp_value" assert response.description == "description_value" assert response.fingerprint == "fingerprint_value" + assert response.http_keep_alive_timeout_sec == 2868 assert response.id == 205 assert response.kind == "kind_value" assert response.name == "name_value" @@ -1904,6 +1906,7 @@ def test_insert_rest(request_type): "creation_timestamp": "creation_timestamp_value", "description": "description_value", "fingerprint": "fingerprint_value", + "http_keep_alive_timeout_sec": 2868, "id": 205, "kind": "kind_value", "name": "name_value", @@ -2150,6 +2153,7 @@ def test_insert_rest_bad_request( "creation_timestamp": "creation_timestamp_value", "description": "description_value", "fingerprint": "fingerprint_value", + "http_keep_alive_timeout_sec": 2868, "id": 205, "kind": "kind_value", "name": "name_value", @@ -2265,6 +2269,7 @@ def test_insert_unary_rest(request_type): "creation_timestamp": "creation_timestamp_value", "description": "description_value", "fingerprint": "fingerprint_value", + "http_keep_alive_timeout_sec": 2868, "id": 205, "kind": "kind_value", "name": "name_value", @@ -2489,6 +2494,7 @@ def test_insert_unary_rest_bad_request( "creation_timestamp": "creation_timestamp_value", "description": "description_value", "fingerprint": "fingerprint_value", + "http_keep_alive_timeout_sec": 2868, "id": 205, "kind": "kind_value", "name": "name_value", @@ -2952,6 +2958,7 @@ def test_patch_rest(request_type): "creation_timestamp": "creation_timestamp_value", "description": "description_value", "fingerprint": "fingerprint_value", + "http_keep_alive_timeout_sec": 2868, "id": 205, "kind": "kind_value", "name": "name_value", @@ -3201,6 +3208,7 @@ def test_patch_rest_bad_request( "creation_timestamp": "creation_timestamp_value", "description": "description_value", "fingerprint": "fingerprint_value", + "http_keep_alive_timeout_sec": 2868, "id": 205, "kind": "kind_value", "name": "name_value", @@ -3318,6 +3326,7 @@ def test_patch_unary_rest(request_type): "creation_timestamp": "creation_timestamp_value", "description": "description_value", "fingerprint": "fingerprint_value", + "http_keep_alive_timeout_sec": 2868, "id": 205, "kind": "kind_value", "name": "name_value", @@ -3547,6 +3556,7 @@ def test_patch_unary_rest_bad_request( "creation_timestamp": "creation_timestamp_value", "description": "description_value", "fingerprint": "fingerprint_value", + "http_keep_alive_timeout_sec": 2868, "id": 205, "kind": "kind_value", "name": "name_value", diff --git a/tests/unit/gapic/compute_v1/test_target_instances.py b/tests/unit/gapic/compute_v1/test_target_instances.py index 1fd3c96e6..144829499 100644 --- a/tests/unit/gapic/compute_v1/test_target_instances.py +++ b/tests/unit/gapic/compute_v1/test_target_instances.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_target_pools.py b/tests/unit/gapic/compute_v1/test_target_pools.py index 72b9aa954..3e6d09748 100644 --- a/tests/unit/gapic/compute_v1/test_target_pools.py +++ b/tests/unit/gapic/compute_v1/test_target_pools.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_target_ssl_proxies.py b/tests/unit/gapic/compute_v1/test_target_ssl_proxies.py index 980518744..e2a37adbe 100644 --- a/tests/unit/gapic/compute_v1/test_target_ssl_proxies.py +++ b/tests/unit/gapic/compute_v1/test_target_ssl_proxies.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_target_tcp_proxies.py b/tests/unit/gapic/compute_v1/test_target_tcp_proxies.py index 0a3a1cb71..0400e30c2 100644 --- a/tests/unit/gapic/compute_v1/test_target_tcp_proxies.py +++ b/tests/unit/gapic/compute_v1/test_target_tcp_proxies.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_target_vpn_gateways.py b/tests/unit/gapic/compute_v1/test_target_vpn_gateways.py index a303d832f..cf275bf72 100644 --- a/tests/unit/gapic/compute_v1/test_target_vpn_gateways.py +++ b/tests/unit/gapic/compute_v1/test_target_vpn_gateways.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_url_maps.py b/tests/unit/gapic/compute_v1/test_url_maps.py index bb9628150..39c8f48fe 100644 --- a/tests/unit/gapic/compute_v1/test_url_maps.py +++ b/tests/unit/gapic/compute_v1/test_url_maps.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_vpn_gateways.py b/tests/unit/gapic/compute_v1/test_vpn_gateways.py index 9abee272e..e2b70ce0c 100644 --- a/tests/unit/gapic/compute_v1/test_vpn_gateways.py +++ b/tests/unit/gapic/compute_v1/test_vpn_gateways.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_vpn_tunnels.py b/tests/unit/gapic/compute_v1/test_vpn_tunnels.py index 5dc7bce03..499020f32 100644 --- a/tests/unit/gapic/compute_v1/test_vpn_tunnels.py +++ b/tests/unit/gapic/compute_v1/test_vpn_tunnels.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_zone_operations.py b/tests/unit/gapic/compute_v1/test_zone_operations.py index b922e36fa..5e60120a4 100644 --- a/tests/unit/gapic/compute_v1/test_zone_operations.py +++ b/tests/unit/gapic/compute_v1/test_zone_operations.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 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/tests/unit/gapic/compute_v1/test_zones.py b/tests/unit/gapic/compute_v1/test_zones.py index 87016ca6e..53a734984 100644 --- a/tests/unit/gapic/compute_v1/test_zones.py +++ b/tests/unit/gapic/compute_v1/test_zones.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.