diff --git a/.github/renovate.json b/.github/renovate.json
index 828fd57bf7e7..94728baa91af 100644
--- a/.github/renovate.json
+++ b/.github/renovate.json
@@ -77,6 +77,7 @@
"apis/Google.Cloud.CloudControlsPartner.V1Beta/Google.Cloud.CloudControlsPartner.V1Beta/**",
"apis/Google.Cloud.CloudDms.V1/Google.Cloud.CloudDms.V1/**",
"apis/Google.Cloud.CloudQuotas.V1/Google.Cloud.CloudQuotas.V1/**",
+ "apis/Google.Cloud.CloudQuotas.V1Beta/Google.Cloud.CloudQuotas.V1Beta/**",
"apis/Google.Cloud.Commerce.Consumer.Procurement.V1/Google.Cloud.Commerce.Consumer.Procurement.V1/**",
"apis/Google.Cloud.Common/Google.Cloud.Common/**",
"apis/Google.Cloud.Compute.V1/Google.Cloud.Compute.V1/**",
@@ -155,6 +156,8 @@
"apis/Google.Cloud.MediaTranslation.V1Beta1/Google.Cloud.MediaTranslation.V1Beta1/**",
"apis/Google.Cloud.Memcache.V1/Google.Cloud.Memcache.V1/**",
"apis/Google.Cloud.Memcache.V1Beta2/Google.Cloud.Memcache.V1Beta2/**",
+ "apis/Google.Cloud.Memorystore.V1/Google.Cloud.Memorystore.V1/**",
+ "apis/Google.Cloud.Memorystore.V1Beta/Google.Cloud.Memorystore.V1Beta/**",
"apis/Google.Cloud.Metastore.V1/Google.Cloud.Metastore.V1/**",
"apis/Google.Cloud.Metastore.V1Alpha/Google.Cloud.Metastore.V1Alpha/**",
"apis/Google.Cloud.Metastore.V1Beta/Google.Cloud.Metastore.V1Beta/**",
@@ -181,6 +184,7 @@
"apis/Google.Cloud.OsLogin.V1Beta/Google.Cloud.OsLogin.V1Beta/**",
"apis/Google.Cloud.Parallelstore.V1/Google.Cloud.Parallelstore.V1/**",
"apis/Google.Cloud.Parallelstore.V1Beta/Google.Cloud.Parallelstore.V1Beta/**",
+ "apis/Google.Cloud.ParameterManager.V1/Google.Cloud.ParameterManager.V1/**",
"apis/Google.Cloud.PhishingProtection.V1Beta1/Google.Cloud.PhishingProtection.V1Beta1/**",
"apis/Google.Cloud.PolicySimulator.V1/Google.Cloud.PolicySimulator.V1/**",
"apis/Google.Cloud.PolicyTroubleshooter.Iam.V3/Google.Cloud.PolicyTroubleshooter.Iam.V3/**",
diff --git a/.kokoro/build.bat b/.kokoro/build.bat
deleted file mode 100644
index 3858469fda43..000000000000
--- a/.kokoro/build.bat
+++ /dev/null
@@ -1,4 +0,0 @@
-:: See documentation in type-shell-output.bat
-
-cd /d %~dp0
-"C:\Program Files\Git\bin\bash.exe" build.sh
\ No newline at end of file
diff --git a/.kokoro/build.sh b/.kokoro/build.sh
deleted file mode 100755
index 788fc23a0445..000000000000
--- a/.kokoro/build.sh
+++ /dev/null
@@ -1,34 +0,0 @@
-#!/bin/bash
-
-set -e
-
-SCRIPT=$(readlink -f "$0")
-SCRIPT_DIR=$(dirname "$SCRIPT")
-
-cd $SCRIPT_DIR
-cd ..
-
-echo "Available disk space at start"
-df -h
-
-echo "Cloning submodules"
-git submodule init
-git submodule update
-
-echo "Available disk space after cloning submodules"
-df -h
-
-./build.sh
-
-echo "Available disk space after running build.sh"
-df -h
-
-./clean.sh
-
-echo "Available disk space after running clean.sh"
-df -h
-
-./processbuildtiminglog.sh
-
-echo "Available disk space after running processbuildtiminglog.sh"
-df -h
diff --git a/Directory.Packages.props b/Directory.Packages.props
index 815ca16b7268..ab5b223c3486 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -19,6 +19,10 @@
+
+
+
+
@@ -28,13 +32,13 @@
-
+
-
-
+
+
-
+
diff --git a/README.md b/README.md
index b06c8ab87637..94b6fe05bb12 100644
--- a/README.md
+++ b/README.md
@@ -81,7 +81,8 @@ Each package name links to the documentation for that package.
| [Google.Cloud.CloudControlsPartner.V1](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.CloudControlsPartner.V1/latest) | [](https://nuget.org/packages/Google.Cloud.CloudControlsPartner.V1) | [Cloud Controls Partner (V1 API)](https://cloud.google.com/sovereign-controls-by-partners/docs/sovereign-partners/reference/rest) |
| [Google.Cloud.CloudControlsPartner.V1Beta](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.CloudControlsPartner.V1Beta/latest) | [](https://nuget.org/packages/Google.Cloud.CloudControlsPartner.V1Beta) | [Cloud Controls Partner (V1Beta API)](https://cloud.google.com/sovereign-controls-by-partners/docs/sovereign-partners/reference/rest) |
| [Google.Cloud.CloudDms.V1](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.CloudDms.V1/latest) | [](https://nuget.org/packages/Google.Cloud.CloudDms.V1) | [Database Migration](https://cloud.google.com/database-migration) |
-| [Google.Cloud.CloudQuotas.V1](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1/latest) | [](https://nuget.org/packages/Google.Cloud.CloudQuotas.V1) | [Cloud Quotas](https://cloud.google.com/docs/quotas/api-overview) |
+| [Google.Cloud.CloudQuotas.V1](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1/latest) | [](https://nuget.org/packages/Google.Cloud.CloudQuotas.V1) | [Cloud Quotas (V1 API)](https://cloud.google.com/docs/quotas/api-overview) |
+| [Google.Cloud.CloudQuotas.V1Beta](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1Beta/latest) | [](https://nuget.org/packages/Google.Cloud.CloudQuotas.V1Beta) | [Cloud Quotas (V1Beta API)](https://cloud.google.com/docs/quotas/api-overview) |
| [Google.Cloud.Commerce.Consumer.Procurement.V1](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.Commerce.Consumer.Procurement.V1/latest) | [](https://nuget.org/packages/Google.Cloud.Commerce.Consumer.Procurement.V1) | [Cloud Commerce Consumer Procurement](https://cloud.google.com/marketplace/docs/) |
| [Google.Cloud.Common](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.Common/latest) | [](https://nuget.org/packages/Google.Cloud.Common) | Common protos for Cloud APIs |
| [Google.Cloud.Compute.V1](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.Compute.V1/latest) | [](https://nuget.org/packages/Google.Cloud.Compute.V1) | [Compute Engine](https://cloud.google.com/compute) |
@@ -159,6 +160,8 @@ Each package name links to the documentation for that package.
| [Google.Cloud.MediaTranslation.V1Beta1](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.MediaTranslation.V1Beta1/latest) | [](https://nuget.org/packages/Google.Cloud.MediaTranslation.V1Beta1) | [Media Translation](https://cloud.google.com/media-translation) |
| [Google.Cloud.Memcache.V1](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.Memcache.V1/latest) | [](https://nuget.org/packages/Google.Cloud.Memcache.V1) | [Cloud Memorystore for Memcached](https://cloud.google.com/memorystore/docs/memcached) |
| [Google.Cloud.Memcache.V1Beta2](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.Memcache.V1Beta2/latest) | [](https://nuget.org/packages/Google.Cloud.Memcache.V1Beta2) | [Google Cloud Memorystore for Memcached](https://cloud.google.com/memorystore/docs/memcached) |
+| [Google.Cloud.Memorystore.V1](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.Memorystore.V1/latest) | [](https://nuget.org/packages/Google.Cloud.Memorystore.V1) | [Memorystore (V1 API)](https://cloud.google.com/memorystore/docs/valkey) |
+| [Google.Cloud.Memorystore.V1Beta](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.Memorystore.V1Beta/latest) | [](https://nuget.org/packages/Google.Cloud.Memorystore.V1Beta) | [Memorystore (V1Beta API)](https://cloud.google.com/memorystore/docs/valkey) |
| [Google.Cloud.Metastore.V1](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.Metastore.V1/latest) | [](https://nuget.org/packages/Google.Cloud.Metastore.V1) | [Dataproc Metastore (V1 API)](https://cloud.google.com/dataproc-metastore/docs) |
| [Google.Cloud.Metastore.V1Alpha](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.Metastore.V1Alpha/latest) | [](https://nuget.org/packages/Google.Cloud.Metastore.V1Alpha) | [Dataproc Metastore (V1Alpha API)](https://cloud.google.com/dataproc-metastore/docs) |
| [Google.Cloud.Metastore.V1Beta](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.Metastore.V1Beta/latest) | [](https://nuget.org/packages/Google.Cloud.Metastore.V1Beta) | [Dataproc Metastore (V1Beta API)](https://cloud.google.com/dataproc-metastore/docs) |
@@ -185,6 +188,7 @@ Each package name links to the documentation for that package.
| [Google.Cloud.OsLogin.V1Beta](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.OsLogin.V1Beta/latest) | [](https://nuget.org/packages/Google.Cloud.OsLogin.V1Beta) | [Google Cloud OS Login (V1Beta API)](https://cloud.google.com/compute/docs/instances/managing-instance-access) |
| [Google.Cloud.Parallelstore.V1](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.Parallelstore.V1/latest) | [](https://nuget.org/packages/Google.Cloud.Parallelstore.V1) | [Parallelstore (V1 API)](https://cloud.google.com/parallelstore?hl=en) |
| [Google.Cloud.Parallelstore.V1Beta](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.Parallelstore.V1Beta/latest) | [](https://nuget.org/packages/Google.Cloud.Parallelstore.V1Beta) | [Parallelstore (V1Beta API)](http://cloud/parallelstore?hl=en) |
+| [Google.Cloud.ParameterManager.V1](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.ParameterManager.V1/latest) | [](https://nuget.org/packages/Google.Cloud.ParameterManager.V1) | [Parameter Manager](https://cloud.google.com/secret-manager/parameter-manager/docs/overview) |
| [Google.Cloud.PhishingProtection.V1Beta1](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.PhishingProtection.V1Beta1/latest) | [](https://nuget.org/packages/Google.Cloud.PhishingProtection.V1Beta1) | [Cloud Phishing Protection](https://cloud.google.com/phishing-protection/) |
| [Google.Cloud.PolicySimulator.V1](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.PolicySimulator.V1/latest) | [](https://nuget.org/packages/Google.Cloud.PolicySimulator.V1) | [Policy Simulator](https://cloud.google.com/policy-intelligence/docs/iam-simulator-overview) |
| [Google.Cloud.PolicyTroubleshooter.Iam.V3](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.PolicyTroubleshooter.Iam.V3/latest) | [](https://nuget.org/packages/Google.Cloud.PolicyTroubleshooter.Iam.V3) | [Policy Troubleshooter (V3 API)](https://cloud.google.com/policy-intelligence/docs/troubleshoot-access) |
diff --git a/apis/Google.Ads.AdManager.V1/.OwlBot.yaml b/apis/Google.Ads.AdManager.V1/.OwlBot.yaml
index 44bf40dd4363..5722b3be7c56 100644
--- a/apis/Google.Ads.AdManager.V1/.OwlBot.yaml
+++ b/apis/Google.Ads.AdManager.V1/.OwlBot.yaml
@@ -1,5 +1,5 @@
-# Copyright 2024 Google LLC
+# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.GetAdUnitAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.GetAdUnitAsyncSnippet.g.cs
index 91fc9e3be993..af4bcbb3026d 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.GetAdUnitAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.GetAdUnitAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.GetAdUnitRequestObjectAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.GetAdUnitRequestObjectAsyncSnippet.g.cs
index 729e97bb1763..ed3960e7ecd2 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.GetAdUnitRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.GetAdUnitRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.GetAdUnitRequestObjectSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.GetAdUnitRequestObjectSnippet.g.cs
index 35e49806b54e..e235d35cde12 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.GetAdUnitRequestObjectSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.GetAdUnitRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.GetAdUnitResourceNamesAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.GetAdUnitResourceNamesAsyncSnippet.g.cs
index 1c303abc5be7..7976c7749cce 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.GetAdUnitResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.GetAdUnitResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.GetAdUnitResourceNamesSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.GetAdUnitResourceNamesSnippet.g.cs
index 1c843cc47aaf..0a35c3f7c0a0 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.GetAdUnitResourceNamesSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.GetAdUnitResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.GetAdUnitSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.GetAdUnitSnippet.g.cs
index b2ebfdf92156..b54d47282486 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.GetAdUnitSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.GetAdUnitSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.ListAdUnitSizesAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.ListAdUnitSizesAsyncSnippet.g.cs
index 98f0129e315d..e5875384b329 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.ListAdUnitSizesAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.ListAdUnitSizesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.ListAdUnitSizesRequestObjectAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.ListAdUnitSizesRequestObjectAsyncSnippet.g.cs
index 7c1321559068..60e297c17534 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.ListAdUnitSizesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.ListAdUnitSizesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.ListAdUnitSizesRequestObjectSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.ListAdUnitSizesRequestObjectSnippet.g.cs
index 491323f5e746..2530003da50d 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.ListAdUnitSizesRequestObjectSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.ListAdUnitSizesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.ListAdUnitSizesResourceNamesAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.ListAdUnitSizesResourceNamesAsyncSnippet.g.cs
index dbd9ffd317f8..92842ae63128 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.ListAdUnitSizesResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.ListAdUnitSizesResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.ListAdUnitSizesResourceNamesSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.ListAdUnitSizesResourceNamesSnippet.g.cs
index 894b858ddc4a..e9e0efed96e2 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.ListAdUnitSizesResourceNamesSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.ListAdUnitSizesResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.ListAdUnitSizesSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.ListAdUnitSizesSnippet.g.cs
index 421034c158ad..31ea3dec97ef 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.ListAdUnitSizesSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.ListAdUnitSizesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.ListAdUnitsAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.ListAdUnitsAsyncSnippet.g.cs
index 9e2fbba587c6..77346cc7c144 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.ListAdUnitsAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.ListAdUnitsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.ListAdUnitsRequestObjectAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.ListAdUnitsRequestObjectAsyncSnippet.g.cs
index 60ceda981efe..c660c8758eac 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.ListAdUnitsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.ListAdUnitsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.ListAdUnitsRequestObjectSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.ListAdUnitsRequestObjectSnippet.g.cs
index 70310dde447c..6ea1699351f4 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.ListAdUnitsRequestObjectSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.ListAdUnitsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.ListAdUnitsResourceNamesAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.ListAdUnitsResourceNamesAsyncSnippet.g.cs
index ad7a60e2e4bf..42b81d8b2bee 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.ListAdUnitsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.ListAdUnitsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.ListAdUnitsResourceNamesSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.ListAdUnitsResourceNamesSnippet.g.cs
index 0fc926e728a4..48143bdb458a 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.ListAdUnitsResourceNamesSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.ListAdUnitsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.ListAdUnitsSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.ListAdUnitsSnippet.g.cs
index 6395f16f4244..13fc7aba9805 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.ListAdUnitsSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/AdUnitServiceClient.ListAdUnitsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CompanyServiceClient.GetCompanyAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CompanyServiceClient.GetCompanyAsyncSnippet.g.cs
index 8a5a5490eaef..be85f35072a3 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CompanyServiceClient.GetCompanyAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CompanyServiceClient.GetCompanyAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CompanyServiceClient.GetCompanyRequestObjectAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CompanyServiceClient.GetCompanyRequestObjectAsyncSnippet.g.cs
index 721dc02444cf..a5f1e8b39241 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CompanyServiceClient.GetCompanyRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CompanyServiceClient.GetCompanyRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CompanyServiceClient.GetCompanyRequestObjectSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CompanyServiceClient.GetCompanyRequestObjectSnippet.g.cs
index bed9123454ad..750c307329cd 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CompanyServiceClient.GetCompanyRequestObjectSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CompanyServiceClient.GetCompanyRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CompanyServiceClient.GetCompanyResourceNamesAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CompanyServiceClient.GetCompanyResourceNamesAsyncSnippet.g.cs
index 65c0f206df26..f4b4793e2963 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CompanyServiceClient.GetCompanyResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CompanyServiceClient.GetCompanyResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CompanyServiceClient.GetCompanyResourceNamesSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CompanyServiceClient.GetCompanyResourceNamesSnippet.g.cs
index 31724cf46cab..3e2d90ced8a6 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CompanyServiceClient.GetCompanyResourceNamesSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CompanyServiceClient.GetCompanyResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CompanyServiceClient.GetCompanySnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CompanyServiceClient.GetCompanySnippet.g.cs
index a2bc2e0167c2..638c1237883f 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CompanyServiceClient.GetCompanySnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CompanyServiceClient.GetCompanySnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CompanyServiceClient.ListCompaniesAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CompanyServiceClient.ListCompaniesAsyncSnippet.g.cs
index d60b899b4246..632a16b64bad 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CompanyServiceClient.ListCompaniesAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CompanyServiceClient.ListCompaniesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CompanyServiceClient.ListCompaniesRequestObjectAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CompanyServiceClient.ListCompaniesRequestObjectAsyncSnippet.g.cs
index 142a13c100e3..d88b844ed53e 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CompanyServiceClient.ListCompaniesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CompanyServiceClient.ListCompaniesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CompanyServiceClient.ListCompaniesRequestObjectSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CompanyServiceClient.ListCompaniesRequestObjectSnippet.g.cs
index b243644a111b..e1e3f9dd8371 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CompanyServiceClient.ListCompaniesRequestObjectSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CompanyServiceClient.ListCompaniesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CompanyServiceClient.ListCompaniesResourceNamesAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CompanyServiceClient.ListCompaniesResourceNamesAsyncSnippet.g.cs
index 62cd94a2c217..9cf6e821084c 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CompanyServiceClient.ListCompaniesResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CompanyServiceClient.ListCompaniesResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CompanyServiceClient.ListCompaniesResourceNamesSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CompanyServiceClient.ListCompaniesResourceNamesSnippet.g.cs
index 3e42ebc86b6d..af9b8189cfa2 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CompanyServiceClient.ListCompaniesResourceNamesSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CompanyServiceClient.ListCompaniesResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CompanyServiceClient.ListCompaniesSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CompanyServiceClient.ListCompaniesSnippet.g.cs
index 9f8c97df5cd9..098e5a7c58a2 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CompanyServiceClient.ListCompaniesSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CompanyServiceClient.ListCompaniesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomFieldServiceClient.GetCustomFieldAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomFieldServiceClient.GetCustomFieldAsyncSnippet.g.cs
index 96cac19909be..c9412e69a5b4 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomFieldServiceClient.GetCustomFieldAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomFieldServiceClient.GetCustomFieldAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomFieldServiceClient.GetCustomFieldRequestObjectAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomFieldServiceClient.GetCustomFieldRequestObjectAsyncSnippet.g.cs
index ed962267992d..bd3234df2982 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomFieldServiceClient.GetCustomFieldRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomFieldServiceClient.GetCustomFieldRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomFieldServiceClient.GetCustomFieldRequestObjectSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomFieldServiceClient.GetCustomFieldRequestObjectSnippet.g.cs
index 348fc5daa5dd..880f4cee0656 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomFieldServiceClient.GetCustomFieldRequestObjectSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomFieldServiceClient.GetCustomFieldRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomFieldServiceClient.GetCustomFieldResourceNamesAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomFieldServiceClient.GetCustomFieldResourceNamesAsyncSnippet.g.cs
index 16877a053e5c..7ae32601ffa9 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomFieldServiceClient.GetCustomFieldResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomFieldServiceClient.GetCustomFieldResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomFieldServiceClient.GetCustomFieldResourceNamesSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomFieldServiceClient.GetCustomFieldResourceNamesSnippet.g.cs
index b6c7f8f00bb0..68352041ffc5 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomFieldServiceClient.GetCustomFieldResourceNamesSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomFieldServiceClient.GetCustomFieldResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomFieldServiceClient.GetCustomFieldSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomFieldServiceClient.GetCustomFieldSnippet.g.cs
index 9a967932ce83..28d85406e9f7 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomFieldServiceClient.GetCustomFieldSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomFieldServiceClient.GetCustomFieldSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomFieldServiceClient.ListCustomFieldsAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomFieldServiceClient.ListCustomFieldsAsyncSnippet.g.cs
index 679f71a863ee..c204ba97ad99 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomFieldServiceClient.ListCustomFieldsAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomFieldServiceClient.ListCustomFieldsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomFieldServiceClient.ListCustomFieldsRequestObjectAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomFieldServiceClient.ListCustomFieldsRequestObjectAsyncSnippet.g.cs
index 83b5bb005741..b773d00670cb 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomFieldServiceClient.ListCustomFieldsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomFieldServiceClient.ListCustomFieldsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomFieldServiceClient.ListCustomFieldsRequestObjectSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomFieldServiceClient.ListCustomFieldsRequestObjectSnippet.g.cs
index 94ea9ebc1e2d..6cad6effa9d1 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomFieldServiceClient.ListCustomFieldsRequestObjectSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomFieldServiceClient.ListCustomFieldsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomFieldServiceClient.ListCustomFieldsResourceNamesAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomFieldServiceClient.ListCustomFieldsResourceNamesAsyncSnippet.g.cs
index 334bcd3e9084..4c60a4cf53f2 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomFieldServiceClient.ListCustomFieldsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomFieldServiceClient.ListCustomFieldsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomFieldServiceClient.ListCustomFieldsResourceNamesSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomFieldServiceClient.ListCustomFieldsResourceNamesSnippet.g.cs
index 36533c62793b..28cbedacb348 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomFieldServiceClient.ListCustomFieldsResourceNamesSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomFieldServiceClient.ListCustomFieldsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomFieldServiceClient.ListCustomFieldsSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomFieldServiceClient.ListCustomFieldsSnippet.g.cs
index 13dc20767709..fa6a51c166cc 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomFieldServiceClient.ListCustomFieldsSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomFieldServiceClient.ListCustomFieldsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingKeyServiceClient.GetCustomTargetingKeyAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingKeyServiceClient.GetCustomTargetingKeyAsyncSnippet.g.cs
index 2d421e52cb32..ffd574cea6da 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingKeyServiceClient.GetCustomTargetingKeyAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingKeyServiceClient.GetCustomTargetingKeyAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingKeyServiceClient.GetCustomTargetingKeyRequestObjectAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingKeyServiceClient.GetCustomTargetingKeyRequestObjectAsyncSnippet.g.cs
index 749b72b3ab59..d8b896b58b83 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingKeyServiceClient.GetCustomTargetingKeyRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingKeyServiceClient.GetCustomTargetingKeyRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingKeyServiceClient.GetCustomTargetingKeyRequestObjectSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingKeyServiceClient.GetCustomTargetingKeyRequestObjectSnippet.g.cs
index 003f589e9012..d07037726c47 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingKeyServiceClient.GetCustomTargetingKeyRequestObjectSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingKeyServiceClient.GetCustomTargetingKeyRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingKeyServiceClient.GetCustomTargetingKeyResourceNamesAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingKeyServiceClient.GetCustomTargetingKeyResourceNamesAsyncSnippet.g.cs
index 2b8a4e6e795c..6c7ecaa2d6d0 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingKeyServiceClient.GetCustomTargetingKeyResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingKeyServiceClient.GetCustomTargetingKeyResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingKeyServiceClient.GetCustomTargetingKeyResourceNamesSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingKeyServiceClient.GetCustomTargetingKeyResourceNamesSnippet.g.cs
index 66ab163ec36e..0cb0ea33b838 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingKeyServiceClient.GetCustomTargetingKeyResourceNamesSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingKeyServiceClient.GetCustomTargetingKeyResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingKeyServiceClient.GetCustomTargetingKeySnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingKeyServiceClient.GetCustomTargetingKeySnippet.g.cs
index cfdd7c83a5d3..556b19a68f5a 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingKeyServiceClient.GetCustomTargetingKeySnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingKeyServiceClient.GetCustomTargetingKeySnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingKeyServiceClient.ListCustomTargetingKeysAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingKeyServiceClient.ListCustomTargetingKeysAsyncSnippet.g.cs
index 989a5bc143e9..70aec263829d 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingKeyServiceClient.ListCustomTargetingKeysAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingKeyServiceClient.ListCustomTargetingKeysAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingKeyServiceClient.ListCustomTargetingKeysRequestObjectAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingKeyServiceClient.ListCustomTargetingKeysRequestObjectAsyncSnippet.g.cs
index d182fe6ef9db..36bb520a709e 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingKeyServiceClient.ListCustomTargetingKeysRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingKeyServiceClient.ListCustomTargetingKeysRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingKeyServiceClient.ListCustomTargetingKeysRequestObjectSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingKeyServiceClient.ListCustomTargetingKeysRequestObjectSnippet.g.cs
index 97bf5788065e..ffa253910548 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingKeyServiceClient.ListCustomTargetingKeysRequestObjectSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingKeyServiceClient.ListCustomTargetingKeysRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingKeyServiceClient.ListCustomTargetingKeysResourceNamesAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingKeyServiceClient.ListCustomTargetingKeysResourceNamesAsyncSnippet.g.cs
index a5975d926d73..3fd45f6f0e6d 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingKeyServiceClient.ListCustomTargetingKeysResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingKeyServiceClient.ListCustomTargetingKeysResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingKeyServiceClient.ListCustomTargetingKeysResourceNamesSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingKeyServiceClient.ListCustomTargetingKeysResourceNamesSnippet.g.cs
index 6783a19e3f75..a51277657625 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingKeyServiceClient.ListCustomTargetingKeysResourceNamesSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingKeyServiceClient.ListCustomTargetingKeysResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingKeyServiceClient.ListCustomTargetingKeysSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingKeyServiceClient.ListCustomTargetingKeysSnippet.g.cs
index 3eb5a075bd03..416fbcc7cdce 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingKeyServiceClient.ListCustomTargetingKeysSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingKeyServiceClient.ListCustomTargetingKeysSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingValueServiceClient.GetCustomTargetingValueAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingValueServiceClient.GetCustomTargetingValueAsyncSnippet.g.cs
index 4e3f9d47cf8b..e96d71de49f2 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingValueServiceClient.GetCustomTargetingValueAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingValueServiceClient.GetCustomTargetingValueAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingValueServiceClient.GetCustomTargetingValueRequestObjectAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingValueServiceClient.GetCustomTargetingValueRequestObjectAsyncSnippet.g.cs
index 1e6533ac9350..b233caf62530 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingValueServiceClient.GetCustomTargetingValueRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingValueServiceClient.GetCustomTargetingValueRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingValueServiceClient.GetCustomTargetingValueRequestObjectSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingValueServiceClient.GetCustomTargetingValueRequestObjectSnippet.g.cs
index dfa8b1d477b4..9fcdfced98ac 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingValueServiceClient.GetCustomTargetingValueRequestObjectSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingValueServiceClient.GetCustomTargetingValueRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingValueServiceClient.GetCustomTargetingValueResourceNamesAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingValueServiceClient.GetCustomTargetingValueResourceNamesAsyncSnippet.g.cs
index 5bd095b5afa9..a7419fdf1ec0 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingValueServiceClient.GetCustomTargetingValueResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingValueServiceClient.GetCustomTargetingValueResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingValueServiceClient.GetCustomTargetingValueResourceNamesSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingValueServiceClient.GetCustomTargetingValueResourceNamesSnippet.g.cs
index 3b8b09f83990..148fd7f79f9c 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingValueServiceClient.GetCustomTargetingValueResourceNamesSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingValueServiceClient.GetCustomTargetingValueResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingValueServiceClient.GetCustomTargetingValueSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingValueServiceClient.GetCustomTargetingValueSnippet.g.cs
index 324e3dbc3bbb..ff2b8cb514a1 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingValueServiceClient.GetCustomTargetingValueSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingValueServiceClient.GetCustomTargetingValueSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingValueServiceClient.ListCustomTargetingValuesAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingValueServiceClient.ListCustomTargetingValuesAsyncSnippet.g.cs
index 88880d792929..c65088650459 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingValueServiceClient.ListCustomTargetingValuesAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingValueServiceClient.ListCustomTargetingValuesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingValueServiceClient.ListCustomTargetingValuesRequestObjectAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingValueServiceClient.ListCustomTargetingValuesRequestObjectAsyncSnippet.g.cs
index 708d2e6559aa..91d33d654646 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingValueServiceClient.ListCustomTargetingValuesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingValueServiceClient.ListCustomTargetingValuesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingValueServiceClient.ListCustomTargetingValuesRequestObjectSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingValueServiceClient.ListCustomTargetingValuesRequestObjectSnippet.g.cs
index 9346b812ddca..6f5690ad5fed 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingValueServiceClient.ListCustomTargetingValuesRequestObjectSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingValueServiceClient.ListCustomTargetingValuesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingValueServiceClient.ListCustomTargetingValuesResourceNamesAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingValueServiceClient.ListCustomTargetingValuesResourceNamesAsyncSnippet.g.cs
index b5d4b0f6028b..bc9083cb6c5e 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingValueServiceClient.ListCustomTargetingValuesResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingValueServiceClient.ListCustomTargetingValuesResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingValueServiceClient.ListCustomTargetingValuesResourceNamesSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingValueServiceClient.ListCustomTargetingValuesResourceNamesSnippet.g.cs
index 9ea202ed7685..8ba82a41373e 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingValueServiceClient.ListCustomTargetingValuesResourceNamesSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingValueServiceClient.ListCustomTargetingValuesResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingValueServiceClient.ListCustomTargetingValuesSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingValueServiceClient.ListCustomTargetingValuesSnippet.g.cs
index e7010e8e02ea..c4313dbb4bec 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingValueServiceClient.ListCustomTargetingValuesSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/CustomTargetingValueServiceClient.ListCustomTargetingValuesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.BatchCreateEntitySignalsMappingsAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.BatchCreateEntitySignalsMappingsAsyncSnippet.g.cs
index 4c85d353628d..11d8b7451987 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.BatchCreateEntitySignalsMappingsAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.BatchCreateEntitySignalsMappingsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.BatchCreateEntitySignalsMappingsRequestObjectAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.BatchCreateEntitySignalsMappingsRequestObjectAsyncSnippet.g.cs
index ed71e51d80b7..87b4a1b20fc7 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.BatchCreateEntitySignalsMappingsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.BatchCreateEntitySignalsMappingsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.BatchCreateEntitySignalsMappingsRequestObjectSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.BatchCreateEntitySignalsMappingsRequestObjectSnippet.g.cs
index 133ed8a9f043..3741ca5fda37 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.BatchCreateEntitySignalsMappingsRequestObjectSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.BatchCreateEntitySignalsMappingsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.BatchCreateEntitySignalsMappingsResourceNamesAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.BatchCreateEntitySignalsMappingsResourceNamesAsyncSnippet.g.cs
index ec24191f0261..0c5d40a1f8f6 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.BatchCreateEntitySignalsMappingsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.BatchCreateEntitySignalsMappingsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.BatchCreateEntitySignalsMappingsResourceNamesSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.BatchCreateEntitySignalsMappingsResourceNamesSnippet.g.cs
index 92885482a4d4..33aca6ed7336 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.BatchCreateEntitySignalsMappingsResourceNamesSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.BatchCreateEntitySignalsMappingsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.BatchCreateEntitySignalsMappingsSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.BatchCreateEntitySignalsMappingsSnippet.g.cs
index 95d7aa4bcd20..987868367c28 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.BatchCreateEntitySignalsMappingsSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.BatchCreateEntitySignalsMappingsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.BatchUpdateEntitySignalsMappingsAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.BatchUpdateEntitySignalsMappingsAsyncSnippet.g.cs
index 69ee791d73df..07f3ba6968a7 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.BatchUpdateEntitySignalsMappingsAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.BatchUpdateEntitySignalsMappingsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.BatchUpdateEntitySignalsMappingsRequestObjectAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.BatchUpdateEntitySignalsMappingsRequestObjectAsyncSnippet.g.cs
index 3e9b6241e2ae..17a7adc2c1bc 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.BatchUpdateEntitySignalsMappingsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.BatchUpdateEntitySignalsMappingsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.BatchUpdateEntitySignalsMappingsRequestObjectSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.BatchUpdateEntitySignalsMappingsRequestObjectSnippet.g.cs
index 04a55a810c0e..effd47c96943 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.BatchUpdateEntitySignalsMappingsRequestObjectSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.BatchUpdateEntitySignalsMappingsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.BatchUpdateEntitySignalsMappingsResourceNamesAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.BatchUpdateEntitySignalsMappingsResourceNamesAsyncSnippet.g.cs
index 50ea028a1e97..2bc7d4c18e8d 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.BatchUpdateEntitySignalsMappingsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.BatchUpdateEntitySignalsMappingsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.BatchUpdateEntitySignalsMappingsResourceNamesSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.BatchUpdateEntitySignalsMappingsResourceNamesSnippet.g.cs
index 45e0e5abe7ad..879c15b7843b 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.BatchUpdateEntitySignalsMappingsResourceNamesSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.BatchUpdateEntitySignalsMappingsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.BatchUpdateEntitySignalsMappingsSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.BatchUpdateEntitySignalsMappingsSnippet.g.cs
index 71fd22579f8b..c896fe67176a 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.BatchUpdateEntitySignalsMappingsSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.BatchUpdateEntitySignalsMappingsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.CreateEntitySignalsMappingAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.CreateEntitySignalsMappingAsyncSnippet.g.cs
index 838784bac95e..7974805c1001 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.CreateEntitySignalsMappingAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.CreateEntitySignalsMappingAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.CreateEntitySignalsMappingRequestObjectAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.CreateEntitySignalsMappingRequestObjectAsyncSnippet.g.cs
index 0aaceff58516..e38d89cc7ee0 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.CreateEntitySignalsMappingRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.CreateEntitySignalsMappingRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.CreateEntitySignalsMappingRequestObjectSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.CreateEntitySignalsMappingRequestObjectSnippet.g.cs
index bb85553ffaaf..2ff4345ed750 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.CreateEntitySignalsMappingRequestObjectSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.CreateEntitySignalsMappingRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.CreateEntitySignalsMappingResourceNamesAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.CreateEntitySignalsMappingResourceNamesAsyncSnippet.g.cs
index c376cf23194d..cdef5711c1b7 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.CreateEntitySignalsMappingResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.CreateEntitySignalsMappingResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.CreateEntitySignalsMappingResourceNamesSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.CreateEntitySignalsMappingResourceNamesSnippet.g.cs
index 5398a6fdaa73..441527dd1638 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.CreateEntitySignalsMappingResourceNamesSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.CreateEntitySignalsMappingResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.CreateEntitySignalsMappingSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.CreateEntitySignalsMappingSnippet.g.cs
index b1887c686038..8fce552a5342 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.CreateEntitySignalsMappingSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.CreateEntitySignalsMappingSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.GetEntitySignalsMappingAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.GetEntitySignalsMappingAsyncSnippet.g.cs
index 88124ad95ceb..af1d9ac5ec79 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.GetEntitySignalsMappingAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.GetEntitySignalsMappingAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.GetEntitySignalsMappingRequestObjectAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.GetEntitySignalsMappingRequestObjectAsyncSnippet.g.cs
index ce6455d0a466..9e3e4636c3ce 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.GetEntitySignalsMappingRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.GetEntitySignalsMappingRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.GetEntitySignalsMappingRequestObjectSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.GetEntitySignalsMappingRequestObjectSnippet.g.cs
index 68d3ecf544c2..0c52c611c57c 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.GetEntitySignalsMappingRequestObjectSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.GetEntitySignalsMappingRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.GetEntitySignalsMappingResourceNamesAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.GetEntitySignalsMappingResourceNamesAsyncSnippet.g.cs
index 4c2585e6b2f7..a948a0497adc 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.GetEntitySignalsMappingResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.GetEntitySignalsMappingResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.GetEntitySignalsMappingResourceNamesSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.GetEntitySignalsMappingResourceNamesSnippet.g.cs
index 7d1d7e89249d..ec0004216906 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.GetEntitySignalsMappingResourceNamesSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.GetEntitySignalsMappingResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.GetEntitySignalsMappingSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.GetEntitySignalsMappingSnippet.g.cs
index a607edb9976f..a0b4a26843fe 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.GetEntitySignalsMappingSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.GetEntitySignalsMappingSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.ListEntitySignalsMappingsAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.ListEntitySignalsMappingsAsyncSnippet.g.cs
index e5ed728cd0d9..b2471d1c054a 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.ListEntitySignalsMappingsAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.ListEntitySignalsMappingsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.ListEntitySignalsMappingsRequestObjectAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.ListEntitySignalsMappingsRequestObjectAsyncSnippet.g.cs
index 1a11ac5cea5b..a4780ab19114 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.ListEntitySignalsMappingsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.ListEntitySignalsMappingsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.ListEntitySignalsMappingsRequestObjectSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.ListEntitySignalsMappingsRequestObjectSnippet.g.cs
index bb4c30de3cd5..d94f29bce4e6 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.ListEntitySignalsMappingsRequestObjectSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.ListEntitySignalsMappingsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.ListEntitySignalsMappingsResourceNamesAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.ListEntitySignalsMappingsResourceNamesAsyncSnippet.g.cs
index 1930bb53137f..b23ea1064601 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.ListEntitySignalsMappingsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.ListEntitySignalsMappingsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.ListEntitySignalsMappingsResourceNamesSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.ListEntitySignalsMappingsResourceNamesSnippet.g.cs
index eaf316837630..8dd832fa2afa 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.ListEntitySignalsMappingsResourceNamesSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.ListEntitySignalsMappingsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.ListEntitySignalsMappingsSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.ListEntitySignalsMappingsSnippet.g.cs
index 61f5bea9892c..d607b2d117f9 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.ListEntitySignalsMappingsSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.ListEntitySignalsMappingsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.UpdateEntitySignalsMappingAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.UpdateEntitySignalsMappingAsyncSnippet.g.cs
index 4ecbf03b5358..d7b90557c79b 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.UpdateEntitySignalsMappingAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.UpdateEntitySignalsMappingAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.UpdateEntitySignalsMappingRequestObjectAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.UpdateEntitySignalsMappingRequestObjectAsyncSnippet.g.cs
index e70b0f5d5133..a2a7a92cb47a 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.UpdateEntitySignalsMappingRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.UpdateEntitySignalsMappingRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.UpdateEntitySignalsMappingRequestObjectSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.UpdateEntitySignalsMappingRequestObjectSnippet.g.cs
index 3eed6d9c7d7c..e629f9535755 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.UpdateEntitySignalsMappingRequestObjectSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.UpdateEntitySignalsMappingRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.UpdateEntitySignalsMappingSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.UpdateEntitySignalsMappingSnippet.g.cs
index b81d8c5324a1..981925136910 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.UpdateEntitySignalsMappingSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/EntitySignalsMappingServiceClient.UpdateEntitySignalsMappingSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/NetworkServiceClient.GetNetworkAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/NetworkServiceClient.GetNetworkAsyncSnippet.g.cs
index 40af5b998981..0c53a2740327 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/NetworkServiceClient.GetNetworkAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/NetworkServiceClient.GetNetworkAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/NetworkServiceClient.GetNetworkRequestObjectAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/NetworkServiceClient.GetNetworkRequestObjectAsyncSnippet.g.cs
index a73c4a90bb42..ad20791acdd5 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/NetworkServiceClient.GetNetworkRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/NetworkServiceClient.GetNetworkRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/NetworkServiceClient.GetNetworkRequestObjectSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/NetworkServiceClient.GetNetworkRequestObjectSnippet.g.cs
index 27ac77342807..1fc851188506 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/NetworkServiceClient.GetNetworkRequestObjectSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/NetworkServiceClient.GetNetworkRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/NetworkServiceClient.GetNetworkResourceNamesAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/NetworkServiceClient.GetNetworkResourceNamesAsyncSnippet.g.cs
index 212ded427e74..af2576928cd7 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/NetworkServiceClient.GetNetworkResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/NetworkServiceClient.GetNetworkResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/NetworkServiceClient.GetNetworkResourceNamesSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/NetworkServiceClient.GetNetworkResourceNamesSnippet.g.cs
index 1dda0052a094..d44986adcf94 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/NetworkServiceClient.GetNetworkResourceNamesSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/NetworkServiceClient.GetNetworkResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/NetworkServiceClient.GetNetworkSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/NetworkServiceClient.GetNetworkSnippet.g.cs
index e15e44e4a686..009a62ebc678 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/NetworkServiceClient.GetNetworkSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/NetworkServiceClient.GetNetworkSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/NetworkServiceClient.ListNetworksRequestObjectAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/NetworkServiceClient.ListNetworksRequestObjectAsyncSnippet.g.cs
index 59845ce97cef..0e78bcc56783 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/NetworkServiceClient.ListNetworksRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/NetworkServiceClient.ListNetworksRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/NetworkServiceClient.ListNetworksRequestObjectSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/NetworkServiceClient.ListNetworksRequestObjectSnippet.g.cs
index 90ed55e922eb..f0160ff76e87 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/NetworkServiceClient.ListNetworksRequestObjectSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/NetworkServiceClient.ListNetworksRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/OrderServiceClient.GetOrderAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/OrderServiceClient.GetOrderAsyncSnippet.g.cs
index 668bfcc501e7..29b5b25396a0 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/OrderServiceClient.GetOrderAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/OrderServiceClient.GetOrderAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/OrderServiceClient.GetOrderRequestObjectAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/OrderServiceClient.GetOrderRequestObjectAsyncSnippet.g.cs
index 40872fcf36e7..97ed170ea84c 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/OrderServiceClient.GetOrderRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/OrderServiceClient.GetOrderRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/OrderServiceClient.GetOrderRequestObjectSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/OrderServiceClient.GetOrderRequestObjectSnippet.g.cs
index 8a59e1e982a7..c35b51d79013 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/OrderServiceClient.GetOrderRequestObjectSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/OrderServiceClient.GetOrderRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/OrderServiceClient.GetOrderResourceNamesAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/OrderServiceClient.GetOrderResourceNamesAsyncSnippet.g.cs
index 61ad90e9be0a..1da02d967d12 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/OrderServiceClient.GetOrderResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/OrderServiceClient.GetOrderResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/OrderServiceClient.GetOrderResourceNamesSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/OrderServiceClient.GetOrderResourceNamesSnippet.g.cs
index 150bf4b890c7..07bb95f60f86 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/OrderServiceClient.GetOrderResourceNamesSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/OrderServiceClient.GetOrderResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/OrderServiceClient.GetOrderSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/OrderServiceClient.GetOrderSnippet.g.cs
index ee5f562eb319..4a3c7f2b8e9b 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/OrderServiceClient.GetOrderSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/OrderServiceClient.GetOrderSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/OrderServiceClient.ListOrdersAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/OrderServiceClient.ListOrdersAsyncSnippet.g.cs
index adb7a6ccc0a0..778b4540683f 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/OrderServiceClient.ListOrdersAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/OrderServiceClient.ListOrdersAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/OrderServiceClient.ListOrdersRequestObjectAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/OrderServiceClient.ListOrdersRequestObjectAsyncSnippet.g.cs
index 43d703466a68..0d7379cb60c5 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/OrderServiceClient.ListOrdersRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/OrderServiceClient.ListOrdersRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/OrderServiceClient.ListOrdersRequestObjectSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/OrderServiceClient.ListOrdersRequestObjectSnippet.g.cs
index b29be327ab6b..e90322961007 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/OrderServiceClient.ListOrdersRequestObjectSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/OrderServiceClient.ListOrdersRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/OrderServiceClient.ListOrdersResourceNamesAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/OrderServiceClient.ListOrdersResourceNamesAsyncSnippet.g.cs
index 298bd0f2ae3a..3016c8cebf7c 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/OrderServiceClient.ListOrdersResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/OrderServiceClient.ListOrdersResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/OrderServiceClient.ListOrdersResourceNamesSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/OrderServiceClient.ListOrdersResourceNamesSnippet.g.cs
index 29f5403d8bb3..0e0f3bdfa214 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/OrderServiceClient.ListOrdersResourceNamesSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/OrderServiceClient.ListOrdersResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/OrderServiceClient.ListOrdersSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/OrderServiceClient.ListOrdersSnippet.g.cs
index 549df7b6933e..90f9724d3564 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/OrderServiceClient.ListOrdersSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/OrderServiceClient.ListOrdersSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/PlacementServiceClient.GetPlacementAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/PlacementServiceClient.GetPlacementAsyncSnippet.g.cs
index c0deab98e48f..82c76214bc8c 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/PlacementServiceClient.GetPlacementAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/PlacementServiceClient.GetPlacementAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/PlacementServiceClient.GetPlacementRequestObjectAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/PlacementServiceClient.GetPlacementRequestObjectAsyncSnippet.g.cs
index 5315271c9829..cb25a7240304 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/PlacementServiceClient.GetPlacementRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/PlacementServiceClient.GetPlacementRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/PlacementServiceClient.GetPlacementRequestObjectSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/PlacementServiceClient.GetPlacementRequestObjectSnippet.g.cs
index 8a6a188483be..43212c88770b 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/PlacementServiceClient.GetPlacementRequestObjectSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/PlacementServiceClient.GetPlacementRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/PlacementServiceClient.GetPlacementResourceNamesAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/PlacementServiceClient.GetPlacementResourceNamesAsyncSnippet.g.cs
index 5181f74c26d0..3d5cd747c823 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/PlacementServiceClient.GetPlacementResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/PlacementServiceClient.GetPlacementResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/PlacementServiceClient.GetPlacementResourceNamesSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/PlacementServiceClient.GetPlacementResourceNamesSnippet.g.cs
index a8a5c04a840c..ad04355e10cc 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/PlacementServiceClient.GetPlacementResourceNamesSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/PlacementServiceClient.GetPlacementResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/PlacementServiceClient.GetPlacementSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/PlacementServiceClient.GetPlacementSnippet.g.cs
index fd015afeb83b..55d3c0f0e289 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/PlacementServiceClient.GetPlacementSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/PlacementServiceClient.GetPlacementSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/PlacementServiceClient.ListPlacementsAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/PlacementServiceClient.ListPlacementsAsyncSnippet.g.cs
index c1a79a0a8c86..6b71249a077c 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/PlacementServiceClient.ListPlacementsAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/PlacementServiceClient.ListPlacementsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/PlacementServiceClient.ListPlacementsRequestObjectAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/PlacementServiceClient.ListPlacementsRequestObjectAsyncSnippet.g.cs
index 69aa279824f5..91e2f077c725 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/PlacementServiceClient.ListPlacementsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/PlacementServiceClient.ListPlacementsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/PlacementServiceClient.ListPlacementsRequestObjectSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/PlacementServiceClient.ListPlacementsRequestObjectSnippet.g.cs
index 741e09d5e84c..71ea0031e5d4 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/PlacementServiceClient.ListPlacementsRequestObjectSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/PlacementServiceClient.ListPlacementsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/PlacementServiceClient.ListPlacementsResourceNamesAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/PlacementServiceClient.ListPlacementsResourceNamesAsyncSnippet.g.cs
index 2c0385eb51f7..ecaba41b0694 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/PlacementServiceClient.ListPlacementsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/PlacementServiceClient.ListPlacementsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/PlacementServiceClient.ListPlacementsResourceNamesSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/PlacementServiceClient.ListPlacementsResourceNamesSnippet.g.cs
index 26487d3589b3..f8c637a8e054 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/PlacementServiceClient.ListPlacementsResourceNamesSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/PlacementServiceClient.ListPlacementsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/PlacementServiceClient.ListPlacementsSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/PlacementServiceClient.ListPlacementsSnippet.g.cs
index 9a2b7b93f766..5a2f53a542d5 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/PlacementServiceClient.ListPlacementsSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/PlacementServiceClient.ListPlacementsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.CreateReportAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.CreateReportAsyncSnippet.g.cs
index a3bdd623cf97..0b444c133534 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.CreateReportAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.CreateReportAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.CreateReportRequestObjectAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.CreateReportRequestObjectAsyncSnippet.g.cs
index 1611d07cfbcc..49400ec3e618 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.CreateReportRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.CreateReportRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.CreateReportRequestObjectSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.CreateReportRequestObjectSnippet.g.cs
index 38d7d79010c3..753046da26ef 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.CreateReportRequestObjectSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.CreateReportRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.CreateReportResourceNamesAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.CreateReportResourceNamesAsyncSnippet.g.cs
index 5dc2e27829ca..ad35201bd904 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.CreateReportResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.CreateReportResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.CreateReportResourceNamesSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.CreateReportResourceNamesSnippet.g.cs
index bc240449e202..ca8134f3239c 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.CreateReportResourceNamesSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.CreateReportResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.CreateReportSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.CreateReportSnippet.g.cs
index fbae36cce5db..9c5884a72a23 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.CreateReportSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.CreateReportSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.FetchReportResultRowsAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.FetchReportResultRowsAsyncSnippet.g.cs
index b633c0ce3866..7fcd87041663 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.FetchReportResultRowsAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.FetchReportResultRowsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.FetchReportResultRowsRequestObjectAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.FetchReportResultRowsRequestObjectAsyncSnippet.g.cs
index 975e00155ba7..db91a29495a9 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.FetchReportResultRowsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.FetchReportResultRowsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.FetchReportResultRowsRequestObjectSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.FetchReportResultRowsRequestObjectSnippet.g.cs
index e4f2df227506..d546182ff0e2 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.FetchReportResultRowsRequestObjectSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.FetchReportResultRowsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.FetchReportResultRowsSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.FetchReportResultRowsSnippet.g.cs
index f56457b5c57b..9cb9406e75bd 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.FetchReportResultRowsSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.FetchReportResultRowsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.GetReportAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.GetReportAsyncSnippet.g.cs
index 6c2f532df387..d5472ae705b4 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.GetReportAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.GetReportAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.GetReportRequestObjectAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.GetReportRequestObjectAsyncSnippet.g.cs
index 79e302510b91..d50e44d43600 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.GetReportRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.GetReportRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.GetReportRequestObjectSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.GetReportRequestObjectSnippet.g.cs
index 10653ababd0b..6b76656c44dc 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.GetReportRequestObjectSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.GetReportRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.GetReportResourceNamesAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.GetReportResourceNamesAsyncSnippet.g.cs
index 17e9cb51d106..40a67ea71892 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.GetReportResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.GetReportResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.GetReportResourceNamesSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.GetReportResourceNamesSnippet.g.cs
index 633989a9d40e..e3175df59fe9 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.GetReportResourceNamesSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.GetReportResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.GetReportSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.GetReportSnippet.g.cs
index 002c6d540da5..c0229d2117f7 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.GetReportSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.GetReportSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.ListReportsAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.ListReportsAsyncSnippet.g.cs
index 7f73980c44bd..443c73e31e7b 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.ListReportsAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.ListReportsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.ListReportsRequestObjectAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.ListReportsRequestObjectAsyncSnippet.g.cs
index ecc743e94699..c54495009310 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.ListReportsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.ListReportsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.ListReportsRequestObjectSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.ListReportsRequestObjectSnippet.g.cs
index 1c807e13fee4..2e9bc881b8c7 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.ListReportsRequestObjectSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.ListReportsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.ListReportsResourceNamesAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.ListReportsResourceNamesAsyncSnippet.g.cs
index 08e749722b1d..7d8386dfe7ac 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.ListReportsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.ListReportsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.ListReportsResourceNamesSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.ListReportsResourceNamesSnippet.g.cs
index e4d9afe5caab..235b09d8b023 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.ListReportsResourceNamesSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.ListReportsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.ListReportsSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.ListReportsSnippet.g.cs
index ff8f05077f09..0158fe7af13e 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.ListReportsSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.ListReportsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.RunReportAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.RunReportAsyncSnippet.g.cs
index d12cd789c258..019cb8e113a5 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.RunReportAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.RunReportAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.RunReportRequestObjectAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.RunReportRequestObjectAsyncSnippet.g.cs
index 7da9e1e1875d..f83f355303f2 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.RunReportRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.RunReportRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.RunReportRequestObjectSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.RunReportRequestObjectSnippet.g.cs
index 72fe85da1847..83e7817bf442 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.RunReportRequestObjectSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.RunReportRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.RunReportResourceNamesAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.RunReportResourceNamesAsyncSnippet.g.cs
index 3e3bfce8e966..819cd00fa12d 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.RunReportResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.RunReportResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.RunReportResourceNamesSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.RunReportResourceNamesSnippet.g.cs
index 9245eb39e558..2c5b4da9b9b9 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.RunReportResourceNamesSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.RunReportResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.RunReportSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.RunReportSnippet.g.cs
index 28b35f6a896d..d6884b29f956 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.RunReportSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.RunReportSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.UpdateReportAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.UpdateReportAsyncSnippet.g.cs
index cfec8c63a200..8dbcc1add0ad 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.UpdateReportAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.UpdateReportAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.UpdateReportRequestObjectAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.UpdateReportRequestObjectAsyncSnippet.g.cs
index 873461d5ef5c..ce1984e719a6 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.UpdateReportRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.UpdateReportRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.UpdateReportRequestObjectSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.UpdateReportRequestObjectSnippet.g.cs
index 2b2f3d318969..82f27a304c59 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.UpdateReportRequestObjectSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.UpdateReportRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.UpdateReportSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.UpdateReportSnippet.g.cs
index acca63f30f28..24fc90ee3d26 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.UpdateReportSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/ReportServiceClient.UpdateReportSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/RoleServiceClient.GetRoleAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/RoleServiceClient.GetRoleAsyncSnippet.g.cs
index 2ae1e1e6f653..dca1baf234a0 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/RoleServiceClient.GetRoleAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/RoleServiceClient.GetRoleAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/RoleServiceClient.GetRoleRequestObjectAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/RoleServiceClient.GetRoleRequestObjectAsyncSnippet.g.cs
index dd23586c3a27..64e3ba3268cf 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/RoleServiceClient.GetRoleRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/RoleServiceClient.GetRoleRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/RoleServiceClient.GetRoleRequestObjectSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/RoleServiceClient.GetRoleRequestObjectSnippet.g.cs
index 64e83b272e1a..45990150d125 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/RoleServiceClient.GetRoleRequestObjectSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/RoleServiceClient.GetRoleRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/RoleServiceClient.GetRoleResourceNamesAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/RoleServiceClient.GetRoleResourceNamesAsyncSnippet.g.cs
index c05a1f6c23bb..50d6c9cb8ad9 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/RoleServiceClient.GetRoleResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/RoleServiceClient.GetRoleResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/RoleServiceClient.GetRoleResourceNamesSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/RoleServiceClient.GetRoleResourceNamesSnippet.g.cs
index 266fc3c33f58..eb8ddbd968df 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/RoleServiceClient.GetRoleResourceNamesSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/RoleServiceClient.GetRoleResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/RoleServiceClient.GetRoleSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/RoleServiceClient.GetRoleSnippet.g.cs
index 75dda1d6b395..01a085557863 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/RoleServiceClient.GetRoleSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/RoleServiceClient.GetRoleSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/RoleServiceClient.ListRolesAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/RoleServiceClient.ListRolesAsyncSnippet.g.cs
index bbf712c88480..a38f39ad20cd 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/RoleServiceClient.ListRolesAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/RoleServiceClient.ListRolesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/RoleServiceClient.ListRolesRequestObjectAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/RoleServiceClient.ListRolesRequestObjectAsyncSnippet.g.cs
index bf7a7f0a3414..046923ee6085 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/RoleServiceClient.ListRolesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/RoleServiceClient.ListRolesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/RoleServiceClient.ListRolesRequestObjectSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/RoleServiceClient.ListRolesRequestObjectSnippet.g.cs
index 4c5638a8d452..2d811e67974a 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/RoleServiceClient.ListRolesRequestObjectSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/RoleServiceClient.ListRolesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/RoleServiceClient.ListRolesResourceNamesAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/RoleServiceClient.ListRolesResourceNamesAsyncSnippet.g.cs
index 4ba87f2ff52b..2b8970f044af 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/RoleServiceClient.ListRolesResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/RoleServiceClient.ListRolesResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/RoleServiceClient.ListRolesResourceNamesSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/RoleServiceClient.ListRolesResourceNamesSnippet.g.cs
index 5f223d00ee1e..e2a9b87967d4 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/RoleServiceClient.ListRolesResourceNamesSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/RoleServiceClient.ListRolesResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/RoleServiceClient.ListRolesSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/RoleServiceClient.ListRolesSnippet.g.cs
index 6d47b88150f7..b07fe38a3ab0 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/RoleServiceClient.ListRolesSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/RoleServiceClient.ListRolesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/TaxonomyCategoryServiceClient.GetTaxonomyCategoryAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/TaxonomyCategoryServiceClient.GetTaxonomyCategoryAsyncSnippet.g.cs
index 50d38c85b02c..37ed7cb8c6ae 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/TaxonomyCategoryServiceClient.GetTaxonomyCategoryAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/TaxonomyCategoryServiceClient.GetTaxonomyCategoryAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/TaxonomyCategoryServiceClient.GetTaxonomyCategoryRequestObjectAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/TaxonomyCategoryServiceClient.GetTaxonomyCategoryRequestObjectAsyncSnippet.g.cs
index 8782754b2b52..613cdb20bfd6 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/TaxonomyCategoryServiceClient.GetTaxonomyCategoryRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/TaxonomyCategoryServiceClient.GetTaxonomyCategoryRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/TaxonomyCategoryServiceClient.GetTaxonomyCategoryRequestObjectSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/TaxonomyCategoryServiceClient.GetTaxonomyCategoryRequestObjectSnippet.g.cs
index 58afdd91bc24..47b02a09aa8d 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/TaxonomyCategoryServiceClient.GetTaxonomyCategoryRequestObjectSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/TaxonomyCategoryServiceClient.GetTaxonomyCategoryRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/TaxonomyCategoryServiceClient.GetTaxonomyCategoryResourceNamesAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/TaxonomyCategoryServiceClient.GetTaxonomyCategoryResourceNamesAsyncSnippet.g.cs
index 62e6694290f4..ab3383a59cbb 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/TaxonomyCategoryServiceClient.GetTaxonomyCategoryResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/TaxonomyCategoryServiceClient.GetTaxonomyCategoryResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/TaxonomyCategoryServiceClient.GetTaxonomyCategoryResourceNamesSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/TaxonomyCategoryServiceClient.GetTaxonomyCategoryResourceNamesSnippet.g.cs
index 0060cb54ac77..c1808397c356 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/TaxonomyCategoryServiceClient.GetTaxonomyCategoryResourceNamesSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/TaxonomyCategoryServiceClient.GetTaxonomyCategoryResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/TaxonomyCategoryServiceClient.GetTaxonomyCategorySnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/TaxonomyCategoryServiceClient.GetTaxonomyCategorySnippet.g.cs
index 83e884921b88..03aa76e761b2 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/TaxonomyCategoryServiceClient.GetTaxonomyCategorySnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/TaxonomyCategoryServiceClient.GetTaxonomyCategorySnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/TaxonomyCategoryServiceClient.ListTaxonomyCategoriesAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/TaxonomyCategoryServiceClient.ListTaxonomyCategoriesAsyncSnippet.g.cs
index 2156a35bcfad..bbfe34626b61 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/TaxonomyCategoryServiceClient.ListTaxonomyCategoriesAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/TaxonomyCategoryServiceClient.ListTaxonomyCategoriesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/TaxonomyCategoryServiceClient.ListTaxonomyCategoriesRequestObjectAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/TaxonomyCategoryServiceClient.ListTaxonomyCategoriesRequestObjectAsyncSnippet.g.cs
index 691273217c31..9904ad8304fa 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/TaxonomyCategoryServiceClient.ListTaxonomyCategoriesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/TaxonomyCategoryServiceClient.ListTaxonomyCategoriesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/TaxonomyCategoryServiceClient.ListTaxonomyCategoriesRequestObjectSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/TaxonomyCategoryServiceClient.ListTaxonomyCategoriesRequestObjectSnippet.g.cs
index 98e4f56bfa2d..a3f699af8c2c 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/TaxonomyCategoryServiceClient.ListTaxonomyCategoriesRequestObjectSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/TaxonomyCategoryServiceClient.ListTaxonomyCategoriesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/TaxonomyCategoryServiceClient.ListTaxonomyCategoriesResourceNamesAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/TaxonomyCategoryServiceClient.ListTaxonomyCategoriesResourceNamesAsyncSnippet.g.cs
index 8cf852ae74cd..d2c342feb7ed 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/TaxonomyCategoryServiceClient.ListTaxonomyCategoriesResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/TaxonomyCategoryServiceClient.ListTaxonomyCategoriesResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/TaxonomyCategoryServiceClient.ListTaxonomyCategoriesResourceNamesSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/TaxonomyCategoryServiceClient.ListTaxonomyCategoriesResourceNamesSnippet.g.cs
index eb83796980d6..924b5647d8e0 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/TaxonomyCategoryServiceClient.ListTaxonomyCategoriesResourceNamesSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/TaxonomyCategoryServiceClient.ListTaxonomyCategoriesResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/TaxonomyCategoryServiceClient.ListTaxonomyCategoriesSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/TaxonomyCategoryServiceClient.ListTaxonomyCategoriesSnippet.g.cs
index e11415927cbb..a623310bf1bc 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/TaxonomyCategoryServiceClient.ListTaxonomyCategoriesSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/TaxonomyCategoryServiceClient.ListTaxonomyCategoriesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/UserServiceClient.GetUserAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/UserServiceClient.GetUserAsyncSnippet.g.cs
index 00fa3fbd7ca5..51fb15d079b7 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/UserServiceClient.GetUserAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/UserServiceClient.GetUserAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/UserServiceClient.GetUserRequestObjectAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/UserServiceClient.GetUserRequestObjectAsyncSnippet.g.cs
index ebac15a42d13..9021176c635d 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/UserServiceClient.GetUserRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/UserServiceClient.GetUserRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/UserServiceClient.GetUserRequestObjectSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/UserServiceClient.GetUserRequestObjectSnippet.g.cs
index 25559fe8c55f..167715c65ecb 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/UserServiceClient.GetUserRequestObjectSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/UserServiceClient.GetUserRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/UserServiceClient.GetUserResourceNamesAsyncSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/UserServiceClient.GetUserResourceNamesAsyncSnippet.g.cs
index ba0f09d30449..502c9a8422d9 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/UserServiceClient.GetUserResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/UserServiceClient.GetUserResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/UserServiceClient.GetUserResourceNamesSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/UserServiceClient.GetUserResourceNamesSnippet.g.cs
index 6ac80ffb660e..a6816017824a 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/UserServiceClient.GetUserResourceNamesSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/UserServiceClient.GetUserResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/UserServiceClient.GetUserSnippet.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/UserServiceClient.GetUserSnippet.g.cs
index cfb2d261770c..983e6d6ab642 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/UserServiceClient.GetUserSnippet.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.GeneratedSnippets/UserServiceClient.GetUserSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.Snippets/AdUnitServiceClientSnippets.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.Snippets/AdUnitServiceClientSnippets.g.cs
index 3fab20e6e354..f19fd82425ee 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.Snippets/AdUnitServiceClientSnippets.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.Snippets/AdUnitServiceClientSnippets.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.Snippets/CompanyServiceClientSnippets.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.Snippets/CompanyServiceClientSnippets.g.cs
index 36326c8c8a16..be2ddc7a171a 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.Snippets/CompanyServiceClientSnippets.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.Snippets/CompanyServiceClientSnippets.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.Snippets/CustomFieldServiceClientSnippets.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.Snippets/CustomFieldServiceClientSnippets.g.cs
index 1637c8b3ab00..bbb94894b1df 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.Snippets/CustomFieldServiceClientSnippets.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.Snippets/CustomFieldServiceClientSnippets.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.Snippets/CustomTargetingKeyServiceClientSnippets.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.Snippets/CustomTargetingKeyServiceClientSnippets.g.cs
index 28fe1731d67b..0960a26ff317 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.Snippets/CustomTargetingKeyServiceClientSnippets.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.Snippets/CustomTargetingKeyServiceClientSnippets.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.Snippets/CustomTargetingValueServiceClientSnippets.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.Snippets/CustomTargetingValueServiceClientSnippets.g.cs
index 45b15a3dae95..b5b7b1d49bb1 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.Snippets/CustomTargetingValueServiceClientSnippets.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.Snippets/CustomTargetingValueServiceClientSnippets.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.Snippets/EntitySignalsMappingServiceClientSnippets.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.Snippets/EntitySignalsMappingServiceClientSnippets.g.cs
index 8cfaf24a9588..816e1ccdc63f 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.Snippets/EntitySignalsMappingServiceClientSnippets.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.Snippets/EntitySignalsMappingServiceClientSnippets.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.Snippets/NetworkServiceClientSnippets.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.Snippets/NetworkServiceClientSnippets.g.cs
index 4b36acbe54c9..cec37231865a 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.Snippets/NetworkServiceClientSnippets.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.Snippets/NetworkServiceClientSnippets.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.Snippets/OrderServiceClientSnippets.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.Snippets/OrderServiceClientSnippets.g.cs
index 301e03b094b9..87966c81fa96 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.Snippets/OrderServiceClientSnippets.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.Snippets/OrderServiceClientSnippets.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.Snippets/PlacementServiceClientSnippets.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.Snippets/PlacementServiceClientSnippets.g.cs
index db2f89ab95bb..d2f8b283673d 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.Snippets/PlacementServiceClientSnippets.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.Snippets/PlacementServiceClientSnippets.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.Snippets/ReportServiceClientSnippets.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.Snippets/ReportServiceClientSnippets.g.cs
index cfd2d1274b08..05520fa1c901 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.Snippets/ReportServiceClientSnippets.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.Snippets/ReportServiceClientSnippets.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.Snippets/RoleServiceClientSnippets.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.Snippets/RoleServiceClientSnippets.g.cs
index 1b7d41ce19d9..432b272fba13 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.Snippets/RoleServiceClientSnippets.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.Snippets/RoleServiceClientSnippets.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.Snippets/TaxonomyCategoryServiceClientSnippets.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.Snippets/TaxonomyCategoryServiceClientSnippets.g.cs
index b2043988b2ae..3f25caa3d141 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.Snippets/TaxonomyCategoryServiceClientSnippets.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.Snippets/TaxonomyCategoryServiceClientSnippets.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.Snippets/UserServiceClientSnippets.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.Snippets/UserServiceClientSnippets.g.cs
index d938b9c3be27..88d799c8be2e 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.Snippets/UserServiceClientSnippets.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1.Snippets/UserServiceClientSnippets.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/AdUnitMessagesResourceNames.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/AdUnitMessagesResourceNames.g.cs
index 9f7c41085704..db2fb69cd1a2 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/AdUnitMessagesResourceNames.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/AdUnitMessagesResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/AdUnitServiceClient.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/AdUnitServiceClient.g.cs
index 86b4916bbbfa..cb56471d7674 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/AdUnitServiceClient.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/AdUnitServiceClient.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/AdUnitServiceResourceNames.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/AdUnitServiceResourceNames.g.cs
index af88da006193..1908ece36b04 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/AdUnitServiceResourceNames.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/AdUnitServiceResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/AppliedLabelResourceNames.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/AppliedLabelResourceNames.g.cs
index 2565374a651d..69d30c35c47a 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/AppliedLabelResourceNames.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/AppliedLabelResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/CompanyMessagesResourceNames.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/CompanyMessagesResourceNames.g.cs
index 3355cd0d69cf..933fe8a3c538 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/CompanyMessagesResourceNames.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/CompanyMessagesResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/CompanyServiceClient.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/CompanyServiceClient.g.cs
index 4b37c9df1b51..954672fe7281 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/CompanyServiceClient.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/CompanyServiceClient.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/CompanyServiceResourceNames.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/CompanyServiceResourceNames.g.cs
index a7f792e94c48..ca920b8163e9 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/CompanyServiceResourceNames.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/CompanyServiceResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/ContactMessagesResourceNames.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/ContactMessagesResourceNames.g.cs
index 712414f4c8b8..dbde988bc227 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/ContactMessagesResourceNames.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/ContactMessagesResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/CustomFieldMessagesResourceNames.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/CustomFieldMessagesResourceNames.g.cs
index c81a7e49dff7..c1717624910f 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/CustomFieldMessagesResourceNames.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/CustomFieldMessagesResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/CustomFieldServiceClient.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/CustomFieldServiceClient.g.cs
index f4106c80e2ad..ceed58a101ed 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/CustomFieldServiceClient.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/CustomFieldServiceClient.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/CustomFieldServiceResourceNames.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/CustomFieldServiceResourceNames.g.cs
index ac8c48e11208..a26e98f8556b 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/CustomFieldServiceResourceNames.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/CustomFieldServiceResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/CustomFieldValueResourceNames.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/CustomFieldValueResourceNames.g.cs
index 69697a61621a..a653b98bc94b 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/CustomFieldValueResourceNames.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/CustomFieldValueResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/CustomTargetingKeyMessagesResourceNames.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/CustomTargetingKeyMessagesResourceNames.g.cs
index 418f5dd95796..9445d7c97650 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/CustomTargetingKeyMessagesResourceNames.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/CustomTargetingKeyMessagesResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/CustomTargetingKeyServiceClient.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/CustomTargetingKeyServiceClient.g.cs
index 65614fd258a2..07b26ef3f8cc 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/CustomTargetingKeyServiceClient.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/CustomTargetingKeyServiceClient.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/CustomTargetingKeyServiceResourceNames.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/CustomTargetingKeyServiceResourceNames.g.cs
index e22a7ed881e9..fa2de62d50a7 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/CustomTargetingKeyServiceResourceNames.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/CustomTargetingKeyServiceResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/CustomTargetingValueMessagesResourceNames.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/CustomTargetingValueMessagesResourceNames.g.cs
index cd6edac24e37..6586e387c475 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/CustomTargetingValueMessagesResourceNames.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/CustomTargetingValueMessagesResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/CustomTargetingValueServiceClient.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/CustomTargetingValueServiceClient.g.cs
index a27234630b3f..fa644dc73b26 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/CustomTargetingValueServiceClient.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/CustomTargetingValueServiceClient.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/CustomTargetingValueServiceResourceNames.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/CustomTargetingValueServiceResourceNames.g.cs
index 66ae82734bd9..09be1155afd6 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/CustomTargetingValueServiceResourceNames.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/CustomTargetingValueServiceResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/EntitySignalsMappingMessagesResourceNames.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/EntitySignalsMappingMessagesResourceNames.g.cs
index 9027c47be92a..1ff2464396f6 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/EntitySignalsMappingMessagesResourceNames.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/EntitySignalsMappingMessagesResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/EntitySignalsMappingServiceClient.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/EntitySignalsMappingServiceClient.g.cs
index 246f2706deda..11e1e9db6c88 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/EntitySignalsMappingServiceClient.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/EntitySignalsMappingServiceClient.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/EntitySignalsMappingServiceResourceNames.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/EntitySignalsMappingServiceResourceNames.g.cs
index 0d5175a2c635..5605b10a22df 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/EntitySignalsMappingServiceResourceNames.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/EntitySignalsMappingServiceResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/LabelMessagesResourceNames.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/LabelMessagesResourceNames.g.cs
index c61d3e2aa546..47d7d3276e22 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/LabelMessagesResourceNames.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/LabelMessagesResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/NetworkMessagesResourceNames.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/NetworkMessagesResourceNames.g.cs
index a43eb1635ecb..f667bada33e7 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/NetworkMessagesResourceNames.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/NetworkMessagesResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/NetworkServiceClient.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/NetworkServiceClient.g.cs
index c9d07b67159c..e9b2d14044b7 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/NetworkServiceClient.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/NetworkServiceClient.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/NetworkServiceResourceNames.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/NetworkServiceResourceNames.g.cs
index b9b2a422dd81..3b3b6b4aa93c 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/NetworkServiceResourceNames.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/NetworkServiceResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/OrderMessagesResourceNames.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/OrderMessagesResourceNames.g.cs
index cca3d8de143e..01ef32c47c7b 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/OrderMessagesResourceNames.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/OrderMessagesResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/OrderServiceClient.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/OrderServiceClient.g.cs
index 3db4690a70d8..928adc245b71 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/OrderServiceClient.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/OrderServiceClient.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/OrderServiceResourceNames.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/OrderServiceResourceNames.g.cs
index 8df9dd33b3ba..285c6632e0b6 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/OrderServiceResourceNames.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/OrderServiceResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/PackageApiMetadata.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/PackageApiMetadata.g.cs
index 7204a746f118..065da926110b 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/PackageApiMetadata.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/PackageApiMetadata.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/PlacementMessagesResourceNames.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/PlacementMessagesResourceNames.g.cs
index 46eca28cd1f5..8a51b6edf2a2 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/PlacementMessagesResourceNames.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/PlacementMessagesResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/PlacementServiceClient.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/PlacementServiceClient.g.cs
index 5b3c5de26115..e7b174719a9c 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/PlacementServiceClient.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/PlacementServiceClient.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/PlacementServiceResourceNames.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/PlacementServiceResourceNames.g.cs
index 38c390fd93ec..5a33f6f6cb09 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/PlacementServiceResourceNames.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/PlacementServiceResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/ReportServiceClient.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/ReportServiceClient.g.cs
index 44638721a370..e28c1e043411 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/ReportServiceClient.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/ReportServiceClient.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/ReportServiceResourceNames.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/ReportServiceResourceNames.g.cs
index 82c2ba7412a7..fc0c3d98c2cb 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/ReportServiceResourceNames.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/ReportServiceResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/RoleMessagesResourceNames.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/RoleMessagesResourceNames.g.cs
index 448681095f57..08b75d2f601a 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/RoleMessagesResourceNames.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/RoleMessagesResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/RoleServiceClient.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/RoleServiceClient.g.cs
index ce20f697be7c..5549ed0c8471 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/RoleServiceClient.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/RoleServiceClient.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/RoleServiceResourceNames.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/RoleServiceResourceNames.g.cs
index c50b35e6efac..5bf879369185 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/RoleServiceResourceNames.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/RoleServiceResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/ServiceCollectionExtensions.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/ServiceCollectionExtensions.g.cs
index 4adf56f42277..a75aa4f23756 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/ServiceCollectionExtensions.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/ServiceCollectionExtensions.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/TaxonomyCategoryMessagesResourceNames.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/TaxonomyCategoryMessagesResourceNames.g.cs
index 65591661370a..1a5dbda4232e 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/TaxonomyCategoryMessagesResourceNames.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/TaxonomyCategoryMessagesResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/TaxonomyCategoryServiceClient.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/TaxonomyCategoryServiceClient.g.cs
index fb5c91d55b17..21bc8eabeef0 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/TaxonomyCategoryServiceClient.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/TaxonomyCategoryServiceClient.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/TaxonomyCategoryServiceResourceNames.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/TaxonomyCategoryServiceResourceNames.g.cs
index 94648eeb4f28..79a387f60e9d 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/TaxonomyCategoryServiceResourceNames.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/TaxonomyCategoryServiceResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/TeamMessagesResourceNames.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/TeamMessagesResourceNames.g.cs
index 8c7a5768b51d..be87d8d38ef3 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/TeamMessagesResourceNames.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/TeamMessagesResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/UserMessagesResourceNames.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/UserMessagesResourceNames.g.cs
index d22784569014..038070c658d6 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/UserMessagesResourceNames.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/UserMessagesResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/UserServiceClient.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/UserServiceClient.g.cs
index bd9ab93ae46d..ba2b95eef38a 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/UserServiceClient.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/UserServiceClient.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/UserServiceResourceNames.g.cs b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/UserServiceResourceNames.g.cs
index 7aa2c0785dfe..9a1b8a492cad 100644
--- a/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/UserServiceResourceNames.g.cs
+++ b/apis/Google.Ads.AdManager.V1/Google.Ads.AdManager.V1/UserServiceResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/.OwlBot.yaml b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/.OwlBot.yaml
index 481ce5b426f2..3d5461843f12 100644
--- a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/.OwlBot.yaml
+++ b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/.OwlBot.yaml
@@ -1,5 +1,5 @@
-# Copyright 2024 Google LLC
+# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.CreateAnalyticsAccountLinkAsyncSnippet.g.cs b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.CreateAnalyticsAccountLinkAsyncSnippet.g.cs
index 3e4d415f05fe..fcd40315ba47 100644
--- a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.CreateAnalyticsAccountLinkAsyncSnippet.g.cs
+++ b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.CreateAnalyticsAccountLinkAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.CreateAnalyticsAccountLinkRequestObjectAsyncSnippet.g.cs b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.CreateAnalyticsAccountLinkRequestObjectAsyncSnippet.g.cs
index b19faacc9db2..727bf37eef49 100644
--- a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.CreateAnalyticsAccountLinkRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.CreateAnalyticsAccountLinkRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.CreateAnalyticsAccountLinkRequestObjectSnippet.g.cs b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.CreateAnalyticsAccountLinkRequestObjectSnippet.g.cs
index 16b033e34b5b..c474c5e7b40c 100644
--- a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.CreateAnalyticsAccountLinkRequestObjectSnippet.g.cs
+++ b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.CreateAnalyticsAccountLinkRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.CreateAnalyticsAccountLinkResourceNamesAsyncSnippet.g.cs b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.CreateAnalyticsAccountLinkResourceNamesAsyncSnippet.g.cs
index 461934da2c76..7da425c53286 100644
--- a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.CreateAnalyticsAccountLinkResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.CreateAnalyticsAccountLinkResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.CreateAnalyticsAccountLinkResourceNamesSnippet.g.cs b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.CreateAnalyticsAccountLinkResourceNamesSnippet.g.cs
index 96869165d56b..7a1a89183dd0 100644
--- a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.CreateAnalyticsAccountLinkResourceNamesSnippet.g.cs
+++ b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.CreateAnalyticsAccountLinkResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.CreateAnalyticsAccountLinkSnippet.g.cs b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.CreateAnalyticsAccountLinkSnippet.g.cs
index c0f00dcf2c5b..a6e5cc3508f7 100644
--- a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.CreateAnalyticsAccountLinkSnippet.g.cs
+++ b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.CreateAnalyticsAccountLinkSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.DeleteAnalyticsAccountLinkAsyncSnippet.g.cs b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.DeleteAnalyticsAccountLinkAsyncSnippet.g.cs
index a0979f669912..fb427011afed 100644
--- a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.DeleteAnalyticsAccountLinkAsyncSnippet.g.cs
+++ b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.DeleteAnalyticsAccountLinkAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.DeleteAnalyticsAccountLinkRequestObjectAsyncSnippet.g.cs b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.DeleteAnalyticsAccountLinkRequestObjectAsyncSnippet.g.cs
index fe9b739b7450..af62b90784c5 100644
--- a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.DeleteAnalyticsAccountLinkRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.DeleteAnalyticsAccountLinkRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.DeleteAnalyticsAccountLinkRequestObjectSnippet.g.cs b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.DeleteAnalyticsAccountLinkRequestObjectSnippet.g.cs
index 9af220173d8c..b933ce07327c 100644
--- a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.DeleteAnalyticsAccountLinkRequestObjectSnippet.g.cs
+++ b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.DeleteAnalyticsAccountLinkRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.DeleteAnalyticsAccountLinkResourceNamesAsyncSnippet.g.cs b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.DeleteAnalyticsAccountLinkResourceNamesAsyncSnippet.g.cs
index e6e433d56f10..2867cc2cf62e 100644
--- a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.DeleteAnalyticsAccountLinkResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.DeleteAnalyticsAccountLinkResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.DeleteAnalyticsAccountLinkResourceNamesSnippet.g.cs b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.DeleteAnalyticsAccountLinkResourceNamesSnippet.g.cs
index b9bef1ec5939..f5aa475899a2 100644
--- a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.DeleteAnalyticsAccountLinkResourceNamesSnippet.g.cs
+++ b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.DeleteAnalyticsAccountLinkResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.DeleteAnalyticsAccountLinkSnippet.g.cs b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.DeleteAnalyticsAccountLinkSnippet.g.cs
index a26de86c8a24..288c5263dd49 100644
--- a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.DeleteAnalyticsAccountLinkSnippet.g.cs
+++ b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.DeleteAnalyticsAccountLinkSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.GetOrganizationAsyncSnippet.g.cs b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.GetOrganizationAsyncSnippet.g.cs
index a4d5664f3ffe..e9bf4c8be180 100644
--- a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.GetOrganizationAsyncSnippet.g.cs
+++ b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.GetOrganizationAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.GetOrganizationRequestObjectAsyncSnippet.g.cs b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.GetOrganizationRequestObjectAsyncSnippet.g.cs
index 15d2c130a57f..0f1ec7896fc6 100644
--- a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.GetOrganizationRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.GetOrganizationRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.GetOrganizationRequestObjectSnippet.g.cs b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.GetOrganizationRequestObjectSnippet.g.cs
index ff886599bb1f..ee777055c1d1 100644
--- a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.GetOrganizationRequestObjectSnippet.g.cs
+++ b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.GetOrganizationRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.GetOrganizationResourceNamesAsyncSnippet.g.cs b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.GetOrganizationResourceNamesAsyncSnippet.g.cs
index 425b9499c8f7..f57e6b3819a9 100644
--- a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.GetOrganizationResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.GetOrganizationResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.GetOrganizationResourceNamesSnippet.g.cs b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.GetOrganizationResourceNamesSnippet.g.cs
index e730baace3e1..2615ac1ae366 100644
--- a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.GetOrganizationResourceNamesSnippet.g.cs
+++ b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.GetOrganizationResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.GetOrganizationSnippet.g.cs b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.GetOrganizationSnippet.g.cs
index b87ba838ac50..44a85910d4b8 100644
--- a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.GetOrganizationSnippet.g.cs
+++ b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.GetOrganizationSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.ListAnalyticsAccountLinksAsyncSnippet.g.cs b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.ListAnalyticsAccountLinksAsyncSnippet.g.cs
index 541c6d1fbec0..fa9694c6a678 100644
--- a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.ListAnalyticsAccountLinksAsyncSnippet.g.cs
+++ b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.ListAnalyticsAccountLinksAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.ListAnalyticsAccountLinksRequestObjectAsyncSnippet.g.cs b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.ListAnalyticsAccountLinksRequestObjectAsyncSnippet.g.cs
index c61d482cf05e..282af9f8e878 100644
--- a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.ListAnalyticsAccountLinksRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.ListAnalyticsAccountLinksRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.ListAnalyticsAccountLinksRequestObjectSnippet.g.cs b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.ListAnalyticsAccountLinksRequestObjectSnippet.g.cs
index 4b6ae04cb4e1..df2c656febab 100644
--- a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.ListAnalyticsAccountLinksRequestObjectSnippet.g.cs
+++ b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.ListAnalyticsAccountLinksRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.ListAnalyticsAccountLinksResourceNamesAsyncSnippet.g.cs b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.ListAnalyticsAccountLinksResourceNamesAsyncSnippet.g.cs
index cf159dd9eaa2..8bc3fbb390dc 100644
--- a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.ListAnalyticsAccountLinksResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.ListAnalyticsAccountLinksResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.ListAnalyticsAccountLinksResourceNamesSnippet.g.cs b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.ListAnalyticsAccountLinksResourceNamesSnippet.g.cs
index 9f7d3e05ff5e..093b7a088a84 100644
--- a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.ListAnalyticsAccountLinksResourceNamesSnippet.g.cs
+++ b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.ListAnalyticsAccountLinksResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.ListAnalyticsAccountLinksSnippet.g.cs b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.ListAnalyticsAccountLinksSnippet.g.cs
index 9b4def01451f..010bbf47f22a 100644
--- a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.ListAnalyticsAccountLinksSnippet.g.cs
+++ b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.ListAnalyticsAccountLinksSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.SetPropertyServiceLevelAsyncSnippet.g.cs b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.SetPropertyServiceLevelAsyncSnippet.g.cs
index 1facde833456..1177fdfd6ac2 100644
--- a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.SetPropertyServiceLevelAsyncSnippet.g.cs
+++ b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.SetPropertyServiceLevelAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.SetPropertyServiceLevelRequestObjectAsyncSnippet.g.cs b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.SetPropertyServiceLevelRequestObjectAsyncSnippet.g.cs
index 006faaf7dc50..1bc79fb5689d 100644
--- a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.SetPropertyServiceLevelRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.SetPropertyServiceLevelRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.SetPropertyServiceLevelRequestObjectSnippet.g.cs b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.SetPropertyServiceLevelRequestObjectSnippet.g.cs
index b65c8ef0436d..75f6c2393a2b 100644
--- a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.SetPropertyServiceLevelRequestObjectSnippet.g.cs
+++ b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.SetPropertyServiceLevelRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.SetPropertyServiceLevelSnippet.g.cs b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.SetPropertyServiceLevelSnippet.g.cs
index f4d2a742433d..b939ab628867 100644
--- a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.SetPropertyServiceLevelSnippet.g.cs
+++ b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.GeneratedSnippets/MarketingplatformAdminServiceClient.SetPropertyServiceLevelSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.Snippets/MarketingplatformAdminServiceClientSnippets.g.cs b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.Snippets/MarketingplatformAdminServiceClientSnippets.g.cs
index 08a500c13c9f..86589bd707fc 100644
--- a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.Snippets/MarketingplatformAdminServiceClientSnippets.g.cs
+++ b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha.Snippets/MarketingplatformAdminServiceClientSnippets.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha/MarketingplatformAdminResourceNames.g.cs b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha/MarketingplatformAdminResourceNames.g.cs
index 5ae8a47c8165..49a292cff927 100644
--- a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha/MarketingplatformAdminResourceNames.g.cs
+++ b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha/MarketingplatformAdminResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha/MarketingplatformAdminServiceClient.g.cs b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha/MarketingplatformAdminServiceClient.g.cs
index bae83fa050ce..0c94ab9ee0e8 100644
--- a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha/MarketingplatformAdminServiceClient.g.cs
+++ b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha/MarketingplatformAdminServiceClient.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha/PackageApiMetadata.g.cs b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha/PackageApiMetadata.g.cs
index eb77d654c3dd..09b5aed364fb 100644
--- a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha/PackageApiMetadata.g.cs
+++ b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha/PackageApiMetadata.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha/ResourcesResourceNames.g.cs b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha/ResourcesResourceNames.g.cs
index 9cba5efc1c43..3e25b5cf528b 100644
--- a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha/ResourcesResourceNames.g.cs
+++ b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha/ResourcesResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha/ServiceCollectionExtensions.g.cs b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha/ServiceCollectionExtensions.g.cs
index 410b22cad9e0..29f3957ef2ca 100644
--- a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha/ServiceCollectionExtensions.g.cs
+++ b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/Google.Ads.MarketingPlatform.Admin.V1Alpha/ServiceCollectionExtensions.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/docs/index.md b/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/docs/index.md
deleted file mode 100644
index afb1676143bd..000000000000
--- a/apis/Google.Ads.MarketingPlatform.Admin.V1Alpha/docs/index.md
+++ /dev/null
@@ -1,15 +0,0 @@
-{{title}}
-
-{{description}}
-
-{{version}}
-
-{{installation}}
-
-{{auth}}
-
-## Getting started
-
-{{client-classes}}
-
-{{client-construction}}
diff --git a/apis/Google.Analytics.Admin.V1Alpha/.OwlBot.yaml b/apis/Google.Analytics.Admin.V1Alpha/.OwlBot.yaml
index a22842fd65a5..5892b66db487 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/.OwlBot.yaml
+++ b/apis/Google.Analytics.Admin.V1Alpha/.OwlBot.yaml
@@ -1,5 +1,5 @@
-# Copyright 2024 Google LLC
+# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.AcknowledgeUserDataCollectionRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.AcknowledgeUserDataCollectionRequestObjectAsyncSnippet.g.cs
index bc462b2ab7fa..49a251e915ec 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.AcknowledgeUserDataCollectionRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.AcknowledgeUserDataCollectionRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.AcknowledgeUserDataCollectionRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.AcknowledgeUserDataCollectionRequestObjectSnippet.g.cs
index 4408c1a871db..6729bf2c9e84 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.AcknowledgeUserDataCollectionRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.AcknowledgeUserDataCollectionRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ApproveDisplayVideo360AdvertiserLinkProposalRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ApproveDisplayVideo360AdvertiserLinkProposalRequestObjectAsyncSnippet.g.cs
index b3a82983e90a..6dcf5d3eb3ed 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ApproveDisplayVideo360AdvertiserLinkProposalRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ApproveDisplayVideo360AdvertiserLinkProposalRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ApproveDisplayVideo360AdvertiserLinkProposalRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ApproveDisplayVideo360AdvertiserLinkProposalRequestObjectSnippet.g.cs
index aba09b580f40..fea7d2f77cda 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ApproveDisplayVideo360AdvertiserLinkProposalRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ApproveDisplayVideo360AdvertiserLinkProposalRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveAudienceRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveAudienceRequestObjectAsyncSnippet.g.cs
index a4a94e66064e..5fc52d0e5a8f 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveAudienceRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveAudienceRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveAudienceRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveAudienceRequestObjectSnippet.g.cs
index 35714a838a83..f552f5e80e43 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveAudienceRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveAudienceRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomDimensionAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomDimensionAsyncSnippet.g.cs
index de0baa1db358..89432b417e97 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomDimensionAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomDimensionAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomDimensionRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomDimensionRequestObjectAsyncSnippet.g.cs
index adea05cd6a16..0ed0ae18d453 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomDimensionRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomDimensionRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomDimensionRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomDimensionRequestObjectSnippet.g.cs
index bf9d34ef3b9f..cf63a90aba4e 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomDimensionRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomDimensionRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomDimensionResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomDimensionResourceNamesAsyncSnippet.g.cs
index b48d66d1e0fb..1ffe04a651ad 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomDimensionResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomDimensionResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomDimensionResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomDimensionResourceNamesSnippet.g.cs
index e7e1027baf90..1e601dcb6f28 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomDimensionResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomDimensionResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomDimensionSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomDimensionSnippet.g.cs
index 8ebc0075514d..b7d3f3753887 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomDimensionSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomDimensionSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomMetricAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomMetricAsyncSnippet.g.cs
index d63523e740bf..4a8249bd9725 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomMetricAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomMetricAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomMetricRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomMetricRequestObjectAsyncSnippet.g.cs
index e10f06972536..a5edac46e6d8 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomMetricRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomMetricRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomMetricRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomMetricRequestObjectSnippet.g.cs
index ac11a1208f92..f69f55e6309d 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomMetricRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomMetricRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomMetricResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomMetricResourceNamesAsyncSnippet.g.cs
index ba7b8a4a5e11..86686c5cbab0 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomMetricResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomMetricResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomMetricResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomMetricResourceNamesSnippet.g.cs
index bdb3f1dc2443..49440bfd94cc 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomMetricResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomMetricResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomMetricSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomMetricSnippet.g.cs
index ff048032a3a7..d9f6bfa8540a 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomMetricSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomMetricSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.BatchCreateAccessBindingsRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.BatchCreateAccessBindingsRequestObjectAsyncSnippet.g.cs
index 8ea27ce77a11..6f6da4097f50 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.BatchCreateAccessBindingsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.BatchCreateAccessBindingsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.BatchCreateAccessBindingsRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.BatchCreateAccessBindingsRequestObjectSnippet.g.cs
index da1788b4e3f3..6b736bca6e9d 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.BatchCreateAccessBindingsRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.BatchCreateAccessBindingsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.BatchDeleteAccessBindingsRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.BatchDeleteAccessBindingsRequestObjectAsyncSnippet.g.cs
index a1fe256f40d6..1348cb1d5c4d 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.BatchDeleteAccessBindingsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.BatchDeleteAccessBindingsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.BatchDeleteAccessBindingsRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.BatchDeleteAccessBindingsRequestObjectSnippet.g.cs
index 85f598489856..79705ed06434 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.BatchDeleteAccessBindingsRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.BatchDeleteAccessBindingsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.BatchGetAccessBindingsRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.BatchGetAccessBindingsRequestObjectAsyncSnippet.g.cs
index 8e7f6ee0b419..dc17e89d7f03 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.BatchGetAccessBindingsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.BatchGetAccessBindingsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.BatchGetAccessBindingsRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.BatchGetAccessBindingsRequestObjectSnippet.g.cs
index c15250b9633c..83cc6ab6459c 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.BatchGetAccessBindingsRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.BatchGetAccessBindingsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.BatchUpdateAccessBindingsRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.BatchUpdateAccessBindingsRequestObjectAsyncSnippet.g.cs
index 10ee1637fe31..d58f042d7b17 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.BatchUpdateAccessBindingsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.BatchUpdateAccessBindingsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.BatchUpdateAccessBindingsRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.BatchUpdateAccessBindingsRequestObjectSnippet.g.cs
index efe7451ca0c9..6dd7a7f9a7a4 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.BatchUpdateAccessBindingsRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.BatchUpdateAccessBindingsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CancelDisplayVideo360AdvertiserLinkProposalRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CancelDisplayVideo360AdvertiserLinkProposalRequestObjectAsyncSnippet.g.cs
index fcbf5f6f52ee..9fe86891f925 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CancelDisplayVideo360AdvertiserLinkProposalRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CancelDisplayVideo360AdvertiserLinkProposalRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CancelDisplayVideo360AdvertiserLinkProposalRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CancelDisplayVideo360AdvertiserLinkProposalRequestObjectSnippet.g.cs
index c47f11dc1e57..625a4d49eaeb 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CancelDisplayVideo360AdvertiserLinkProposalRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CancelDisplayVideo360AdvertiserLinkProposalRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAccessBindingAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAccessBindingAsyncSnippet.g.cs
index f2d97484bf7e..22973c4283ff 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAccessBindingAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAccessBindingAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAccessBindingRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAccessBindingRequestObjectAsyncSnippet.g.cs
index a36ffbc65375..418cdec3e2c3 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAccessBindingRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAccessBindingRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAccessBindingRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAccessBindingRequestObjectSnippet.g.cs
index e1d562af38ee..d2f5b90d06e5 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAccessBindingRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAccessBindingRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAccessBindingResourceNames1AsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAccessBindingResourceNames1AsyncSnippet.g.cs
index 67ffc063409a..4fb499b6d126 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAccessBindingResourceNames1AsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAccessBindingResourceNames1AsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAccessBindingResourceNames1Snippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAccessBindingResourceNames1Snippet.g.cs
index d39a27ba5782..23231d6c30a4 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAccessBindingResourceNames1Snippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAccessBindingResourceNames1Snippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAccessBindingResourceNames2AsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAccessBindingResourceNames2AsyncSnippet.g.cs
index 5249e9e3a509..d5c907203171 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAccessBindingResourceNames2AsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAccessBindingResourceNames2AsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAccessBindingResourceNames2Snippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAccessBindingResourceNames2Snippet.g.cs
index 812509c809a7..3c35397143c1 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAccessBindingResourceNames2Snippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAccessBindingResourceNames2Snippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAccessBindingSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAccessBindingSnippet.g.cs
index ed4c072abe5e..772ff18a6b31 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAccessBindingSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAccessBindingSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAdSenseLinkAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAdSenseLinkAsyncSnippet.g.cs
index 077f65a1865e..aff00218aff5 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAdSenseLinkAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAdSenseLinkAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAdSenseLinkRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAdSenseLinkRequestObjectAsyncSnippet.g.cs
index 6bdaa8fbb794..1cb32aacdeb6 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAdSenseLinkRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAdSenseLinkRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAdSenseLinkRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAdSenseLinkRequestObjectSnippet.g.cs
index 5aa128e0d0fe..52d2b6e71b57 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAdSenseLinkRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAdSenseLinkRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAdSenseLinkResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAdSenseLinkResourceNamesAsyncSnippet.g.cs
index 35bd415fcb17..2bdf2115c9ea 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAdSenseLinkResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAdSenseLinkResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAdSenseLinkResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAdSenseLinkResourceNamesSnippet.g.cs
index 66c89ef4fb0b..492e4eafcba3 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAdSenseLinkResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAdSenseLinkResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAdSenseLinkSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAdSenseLinkSnippet.g.cs
index 32620fc19640..af1162161e05 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAdSenseLinkSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAdSenseLinkSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAudienceAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAudienceAsyncSnippet.g.cs
index b16cf1864f48..6e20394f02ab 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAudienceAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAudienceAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAudienceRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAudienceRequestObjectAsyncSnippet.g.cs
index 480882891621..1812c1be93b0 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAudienceRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAudienceRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAudienceRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAudienceRequestObjectSnippet.g.cs
index 195a0f484da8..73832d7aafc7 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAudienceRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAudienceRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAudienceResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAudienceResourceNamesAsyncSnippet.g.cs
index a31258f27ad7..424402181ff5 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAudienceResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAudienceResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAudienceResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAudienceResourceNamesSnippet.g.cs
index 550c8854824b..fea7b4da7453 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAudienceResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAudienceResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAudienceSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAudienceSnippet.g.cs
index 298262c3315d..c3c05de5b1ff 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAudienceSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateAudienceSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateBigQueryLinkAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateBigQueryLinkAsyncSnippet.g.cs
index f07f9276d0db..8949169a7a1a 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateBigQueryLinkAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateBigQueryLinkAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateBigQueryLinkRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateBigQueryLinkRequestObjectAsyncSnippet.g.cs
index d6a1a5c316c3..6a8199a86c29 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateBigQueryLinkRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateBigQueryLinkRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateBigQueryLinkRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateBigQueryLinkRequestObjectSnippet.g.cs
index 53f4d8a20aa5..f1d62cfe9e16 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateBigQueryLinkRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateBigQueryLinkRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateBigQueryLinkResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateBigQueryLinkResourceNamesAsyncSnippet.g.cs
index 0a6788437071..0491e9ec8864 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateBigQueryLinkResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateBigQueryLinkResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateBigQueryLinkResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateBigQueryLinkResourceNamesSnippet.g.cs
index 1d33b954e4cd..34ca61171080 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateBigQueryLinkResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateBigQueryLinkResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateBigQueryLinkSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateBigQueryLinkSnippet.g.cs
index 21787d56327e..e519bbd2c96d 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateBigQueryLinkSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateBigQueryLinkSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCalculatedMetricAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCalculatedMetricAsyncSnippet.g.cs
index c9c0087b9748..cae7cc39db3a 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCalculatedMetricAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCalculatedMetricAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCalculatedMetricRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCalculatedMetricRequestObjectAsyncSnippet.g.cs
index 5f80de4ad72d..155631777c70 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCalculatedMetricRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCalculatedMetricRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCalculatedMetricRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCalculatedMetricRequestObjectSnippet.g.cs
index 03575687d58a..39c2ecd77a97 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCalculatedMetricRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCalculatedMetricRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCalculatedMetricResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCalculatedMetricResourceNamesAsyncSnippet.g.cs
index 5e36c7e9ead7..cb149fe34933 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCalculatedMetricResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCalculatedMetricResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCalculatedMetricResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCalculatedMetricResourceNamesSnippet.g.cs
index b86d05f81887..88e2f95e775b 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCalculatedMetricResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCalculatedMetricResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCalculatedMetricSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCalculatedMetricSnippet.g.cs
index 1ecb03e016f8..b3d9840c6ec3 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCalculatedMetricSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCalculatedMetricSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateChannelGroupAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateChannelGroupAsyncSnippet.g.cs
index ed101e84216d..7bfeaa199bfa 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateChannelGroupAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateChannelGroupAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateChannelGroupRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateChannelGroupRequestObjectAsyncSnippet.g.cs
index d3d3e7f96928..876e36f46ade 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateChannelGroupRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateChannelGroupRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateChannelGroupRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateChannelGroupRequestObjectSnippet.g.cs
index 02e9016edd7c..a35b374a7b97 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateChannelGroupRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateChannelGroupRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateChannelGroupResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateChannelGroupResourceNamesAsyncSnippet.g.cs
index ee0b78256aeb..d4accee5216e 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateChannelGroupResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateChannelGroupResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateChannelGroupResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateChannelGroupResourceNamesSnippet.g.cs
index da4cd4164452..247b19036fa3 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateChannelGroupResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateChannelGroupResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateChannelGroupSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateChannelGroupSnippet.g.cs
index b3de0aff11bd..8bcfe88f64d4 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateChannelGroupSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateChannelGroupSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConnectedSiteTagRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConnectedSiteTagRequestObjectAsyncSnippet.g.cs
index 05f75b35a8cf..ca7ade8bf505 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConnectedSiteTagRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConnectedSiteTagRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConnectedSiteTagRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConnectedSiteTagRequestObjectSnippet.g.cs
index e8538d6fce8c..314204936638 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConnectedSiteTagRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConnectedSiteTagRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConversionEventAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConversionEventAsyncSnippet.g.cs
index f5af5db85440..0e7230d8c8a9 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConversionEventAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConversionEventAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConversionEventRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConversionEventRequestObjectAsyncSnippet.g.cs
index a76f29feb9ea..971460bcd8b7 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConversionEventRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConversionEventRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConversionEventRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConversionEventRequestObjectSnippet.g.cs
index e0f0d0bdb2fa..5a340aa7a7d8 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConversionEventRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConversionEventRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConversionEventResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConversionEventResourceNamesAsyncSnippet.g.cs
index 47c893384ef6..d4379bf6cc6c 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConversionEventResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConversionEventResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConversionEventResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConversionEventResourceNamesSnippet.g.cs
index 8620298d8f0f..ace9d85d6af8 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConversionEventResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConversionEventResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConversionEventSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConversionEventSnippet.g.cs
index 97efc0686947..1558bbdd55e3 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConversionEventSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConversionEventSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomDimensionAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomDimensionAsyncSnippet.g.cs
index 0de2d53f87bc..936a3076d9b1 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomDimensionAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomDimensionAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomDimensionRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomDimensionRequestObjectAsyncSnippet.g.cs
index c185815ae7bb..695c859e4e9e 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomDimensionRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomDimensionRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomDimensionRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomDimensionRequestObjectSnippet.g.cs
index 6ca2f68ac35e..8b0ea53d3859 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomDimensionRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomDimensionRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomDimensionResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomDimensionResourceNamesAsyncSnippet.g.cs
index e3e510002837..c9fb19a6b553 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomDimensionResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomDimensionResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomDimensionResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomDimensionResourceNamesSnippet.g.cs
index e260f4ba82fc..57d5733f433d 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomDimensionResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomDimensionResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomDimensionSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomDimensionSnippet.g.cs
index a645d26a62ab..440949e087d6 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomDimensionSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomDimensionSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomMetricAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomMetricAsyncSnippet.g.cs
index cd535c55172c..d49cbaf57330 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomMetricAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomMetricAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomMetricRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomMetricRequestObjectAsyncSnippet.g.cs
index 5c7a4d13118a..258159d490d2 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomMetricRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomMetricRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomMetricRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomMetricRequestObjectSnippet.g.cs
index 3526c3cb660c..439bd63d70af 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomMetricRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomMetricRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomMetricResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomMetricResourceNamesAsyncSnippet.g.cs
index a4e5cb389d4f..c877d6715e29 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomMetricResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomMetricResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomMetricResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomMetricResourceNamesSnippet.g.cs
index 595f187198d9..9f4a8dfbba1f 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomMetricResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomMetricResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomMetricSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomMetricSnippet.g.cs
index e748ef148764..cdc5c0a9c7e9 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomMetricSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomMetricSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDataStreamAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDataStreamAsyncSnippet.g.cs
index 63898d6130ea..e27527c73f6a 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDataStreamAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDataStreamAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDataStreamRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDataStreamRequestObjectAsyncSnippet.g.cs
index e0ac0278041d..c4abb2d0b31b 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDataStreamRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDataStreamRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDataStreamRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDataStreamRequestObjectSnippet.g.cs
index fc5997888003..7e4342f51885 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDataStreamRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDataStreamRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDataStreamResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDataStreamResourceNamesAsyncSnippet.g.cs
index f8b7299f2d7d..e76694943920 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDataStreamResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDataStreamResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDataStreamResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDataStreamResourceNamesSnippet.g.cs
index df4a111cd51b..b63ba44b3b2c 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDataStreamResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDataStreamResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDataStreamSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDataStreamSnippet.g.cs
index e7048307e735..d8db9e2db3fc 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDataStreamSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDataStreamSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDisplayVideo360AdvertiserLinkAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDisplayVideo360AdvertiserLinkAsyncSnippet.g.cs
index 27677f520c69..b80fa0b17067 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDisplayVideo360AdvertiserLinkAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDisplayVideo360AdvertiserLinkAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDisplayVideo360AdvertiserLinkProposalAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDisplayVideo360AdvertiserLinkProposalAsyncSnippet.g.cs
index 4dbd18e1c149..bcf70d8b5baa 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDisplayVideo360AdvertiserLinkProposalAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDisplayVideo360AdvertiserLinkProposalAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDisplayVideo360AdvertiserLinkProposalRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDisplayVideo360AdvertiserLinkProposalRequestObjectAsyncSnippet.g.cs
index 42c4feb33857..c31cddfc3006 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDisplayVideo360AdvertiserLinkProposalRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDisplayVideo360AdvertiserLinkProposalRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDisplayVideo360AdvertiserLinkProposalRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDisplayVideo360AdvertiserLinkProposalRequestObjectSnippet.g.cs
index 16b59a7738d1..6f939a27c094 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDisplayVideo360AdvertiserLinkProposalRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDisplayVideo360AdvertiserLinkProposalRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDisplayVideo360AdvertiserLinkProposalResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDisplayVideo360AdvertiserLinkProposalResourceNamesAsyncSnippet.g.cs
index 8e9d9d57c55c..9a8ba3b55215 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDisplayVideo360AdvertiserLinkProposalResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDisplayVideo360AdvertiserLinkProposalResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDisplayVideo360AdvertiserLinkProposalResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDisplayVideo360AdvertiserLinkProposalResourceNamesSnippet.g.cs
index 952e03947e89..54e9688c0f19 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDisplayVideo360AdvertiserLinkProposalResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDisplayVideo360AdvertiserLinkProposalResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDisplayVideo360AdvertiserLinkProposalSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDisplayVideo360AdvertiserLinkProposalSnippet.g.cs
index 41d50c09f0c3..335d6cf864e4 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDisplayVideo360AdvertiserLinkProposalSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDisplayVideo360AdvertiserLinkProposalSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDisplayVideo360AdvertiserLinkRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDisplayVideo360AdvertiserLinkRequestObjectAsyncSnippet.g.cs
index 560141416578..34acc1a1dcd9 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDisplayVideo360AdvertiserLinkRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDisplayVideo360AdvertiserLinkRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDisplayVideo360AdvertiserLinkRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDisplayVideo360AdvertiserLinkRequestObjectSnippet.g.cs
index 0bb3e308d488..9adda8c99368 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDisplayVideo360AdvertiserLinkRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDisplayVideo360AdvertiserLinkRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDisplayVideo360AdvertiserLinkResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDisplayVideo360AdvertiserLinkResourceNamesAsyncSnippet.g.cs
index 73436e015058..da6e2256edf9 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDisplayVideo360AdvertiserLinkResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDisplayVideo360AdvertiserLinkResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDisplayVideo360AdvertiserLinkResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDisplayVideo360AdvertiserLinkResourceNamesSnippet.g.cs
index 92346e66a5ef..8bc589f7f364 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDisplayVideo360AdvertiserLinkResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDisplayVideo360AdvertiserLinkResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDisplayVideo360AdvertiserLinkSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDisplayVideo360AdvertiserLinkSnippet.g.cs
index 5b74ba73b2b0..dd37cc570aed 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDisplayVideo360AdvertiserLinkSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDisplayVideo360AdvertiserLinkSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateEventCreateRuleAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateEventCreateRuleAsyncSnippet.g.cs
index 1786bcab346c..4a31530b0a3f 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateEventCreateRuleAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateEventCreateRuleAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateEventCreateRuleRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateEventCreateRuleRequestObjectAsyncSnippet.g.cs
index 2892be44e266..5e0cc68c019f 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateEventCreateRuleRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateEventCreateRuleRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateEventCreateRuleRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateEventCreateRuleRequestObjectSnippet.g.cs
index 17e96f04154e..455b375ad717 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateEventCreateRuleRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateEventCreateRuleRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateEventCreateRuleResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateEventCreateRuleResourceNamesAsyncSnippet.g.cs
index d3ca2ba511de..aa9cae0e3158 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateEventCreateRuleResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateEventCreateRuleResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateEventCreateRuleResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateEventCreateRuleResourceNamesSnippet.g.cs
index 66b39f1e1ac9..ef750eb754a1 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateEventCreateRuleResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateEventCreateRuleResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateEventCreateRuleSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateEventCreateRuleSnippet.g.cs
index f51054c01dd1..15b53e0dbc01 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateEventCreateRuleSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateEventCreateRuleSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateEventEditRuleAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateEventEditRuleAsyncSnippet.g.cs
index 2a64ddd736da..2130d4dfefe6 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateEventEditRuleAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateEventEditRuleAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateEventEditRuleRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateEventEditRuleRequestObjectAsyncSnippet.g.cs
index 52c1a230d3c3..f377ea25de4b 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateEventEditRuleRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateEventEditRuleRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateEventEditRuleRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateEventEditRuleRequestObjectSnippet.g.cs
index c3883cbccc0f..f739c9147bde 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateEventEditRuleRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateEventEditRuleRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateEventEditRuleResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateEventEditRuleResourceNamesAsyncSnippet.g.cs
index d7ca3a82293e..6fd3de8fd65e 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateEventEditRuleResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateEventEditRuleResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateEventEditRuleResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateEventEditRuleResourceNamesSnippet.g.cs
index d1d715a25dfe..b16738d038f1 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateEventEditRuleResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateEventEditRuleResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateEventEditRuleSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateEventEditRuleSnippet.g.cs
index 5df3c54d238a..649a42ab4f0e 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateEventEditRuleSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateEventEditRuleSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateExpandedDataSetAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateExpandedDataSetAsyncSnippet.g.cs
index 27cca46abb6c..5aaa289b8056 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateExpandedDataSetAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateExpandedDataSetAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateExpandedDataSetRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateExpandedDataSetRequestObjectAsyncSnippet.g.cs
index c4515d604204..94cde0ca698f 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateExpandedDataSetRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateExpandedDataSetRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateExpandedDataSetRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateExpandedDataSetRequestObjectSnippet.g.cs
index 91794e09b18f..e2f450db887a 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateExpandedDataSetRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateExpandedDataSetRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateExpandedDataSetResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateExpandedDataSetResourceNamesAsyncSnippet.g.cs
index aa1fc8bb03d7..c886130d1fe5 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateExpandedDataSetResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateExpandedDataSetResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateExpandedDataSetResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateExpandedDataSetResourceNamesSnippet.g.cs
index 8036ff182433..f1ee1542d81e 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateExpandedDataSetResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateExpandedDataSetResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateExpandedDataSetSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateExpandedDataSetSnippet.g.cs
index 5160dcf3b4df..868baa2fb1b6 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateExpandedDataSetSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateExpandedDataSetSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateFirebaseLinkAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateFirebaseLinkAsyncSnippet.g.cs
index 5586fa888bb1..4ccce40160ae 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateFirebaseLinkAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateFirebaseLinkAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateFirebaseLinkRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateFirebaseLinkRequestObjectAsyncSnippet.g.cs
index ce2253bd5c05..c5a3d1afa2c1 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateFirebaseLinkRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateFirebaseLinkRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateFirebaseLinkRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateFirebaseLinkRequestObjectSnippet.g.cs
index 9a1d3bb3e32e..98da27ccd2a6 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateFirebaseLinkRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateFirebaseLinkRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateFirebaseLinkResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateFirebaseLinkResourceNamesAsyncSnippet.g.cs
index 276964163dec..6b8558e0fa58 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateFirebaseLinkResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateFirebaseLinkResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateFirebaseLinkResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateFirebaseLinkResourceNamesSnippet.g.cs
index 741bd3b7fe80..9d55f5384750 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateFirebaseLinkResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateFirebaseLinkResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateFirebaseLinkSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateFirebaseLinkSnippet.g.cs
index 7752a7f748c9..8db959d840a4 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateFirebaseLinkSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateFirebaseLinkSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateGoogleAdsLinkAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateGoogleAdsLinkAsyncSnippet.g.cs
index 67ee5823a420..c6292cd28b57 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateGoogleAdsLinkAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateGoogleAdsLinkAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateGoogleAdsLinkRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateGoogleAdsLinkRequestObjectAsyncSnippet.g.cs
index 2a686513bd3c..ec9eff72a23d 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateGoogleAdsLinkRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateGoogleAdsLinkRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateGoogleAdsLinkRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateGoogleAdsLinkRequestObjectSnippet.g.cs
index dcafd7c06796..a52238affcd4 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateGoogleAdsLinkRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateGoogleAdsLinkRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateGoogleAdsLinkResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateGoogleAdsLinkResourceNamesAsyncSnippet.g.cs
index 6fffceab4936..e40b8eccce46 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateGoogleAdsLinkResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateGoogleAdsLinkResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateGoogleAdsLinkResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateGoogleAdsLinkResourceNamesSnippet.g.cs
index 8b2c88c2a742..bbd5fea235db 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateGoogleAdsLinkResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateGoogleAdsLinkResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateGoogleAdsLinkSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateGoogleAdsLinkSnippet.g.cs
index 9039597e40f1..8fa22400347d 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateGoogleAdsLinkSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateGoogleAdsLinkSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateKeyEventAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateKeyEventAsyncSnippet.g.cs
index f5d61002e33c..74aeead9945f 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateKeyEventAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateKeyEventAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateKeyEventRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateKeyEventRequestObjectAsyncSnippet.g.cs
index 4c6194a8ac93..045594fb05a5 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateKeyEventRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateKeyEventRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateKeyEventRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateKeyEventRequestObjectSnippet.g.cs
index b8955c03f4e7..772fbef5e790 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateKeyEventRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateKeyEventRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateKeyEventResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateKeyEventResourceNamesAsyncSnippet.g.cs
index 9b9236d1379e..38ce466e3500 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateKeyEventResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateKeyEventResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateKeyEventResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateKeyEventResourceNamesSnippet.g.cs
index 08bba2c6b2bd..2df94f54d9a7 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateKeyEventResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateKeyEventResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateKeyEventSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateKeyEventSnippet.g.cs
index d92db5afa4f8..ed7f67734004 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateKeyEventSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateKeyEventSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateMeasurementProtocolSecretAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateMeasurementProtocolSecretAsyncSnippet.g.cs
index 098fb8b82dea..f0ca4a5ab6dc 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateMeasurementProtocolSecretAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateMeasurementProtocolSecretAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateMeasurementProtocolSecretRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateMeasurementProtocolSecretRequestObjectAsyncSnippet.g.cs
index 6d41d67bcf3f..a97e721a2e95 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateMeasurementProtocolSecretRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateMeasurementProtocolSecretRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateMeasurementProtocolSecretRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateMeasurementProtocolSecretRequestObjectSnippet.g.cs
index 5882097ca38b..0f1e0985fca4 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateMeasurementProtocolSecretRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateMeasurementProtocolSecretRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateMeasurementProtocolSecretResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateMeasurementProtocolSecretResourceNamesAsyncSnippet.g.cs
index d597d4594075..c8f3b225a778 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateMeasurementProtocolSecretResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateMeasurementProtocolSecretResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateMeasurementProtocolSecretResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateMeasurementProtocolSecretResourceNamesSnippet.g.cs
index 4e148b823d0b..ea1ff0bf6d54 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateMeasurementProtocolSecretResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateMeasurementProtocolSecretResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateMeasurementProtocolSecretSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateMeasurementProtocolSecretSnippet.g.cs
index ec33293b27ab..051e3912ea06 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateMeasurementProtocolSecretSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateMeasurementProtocolSecretSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreatePropertyAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreatePropertyAsyncSnippet.g.cs
index 2d02ba74a367..35e2313ed119 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreatePropertyAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreatePropertyAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreatePropertyRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreatePropertyRequestObjectAsyncSnippet.g.cs
index d6eff1ca6b5c..25b66a3d86de 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreatePropertyRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreatePropertyRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreatePropertyRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreatePropertyRequestObjectSnippet.g.cs
index 238f9cc88441..3f3b518df54e 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreatePropertyRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreatePropertyRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreatePropertySnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreatePropertySnippet.g.cs
index cc7079c1304b..ee5eedb0aca0 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreatePropertySnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreatePropertySnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateRollupPropertyRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateRollupPropertyRequestObjectAsyncSnippet.g.cs
index 01bef2fd145a..09fbd5a6d6a1 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateRollupPropertyRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateRollupPropertyRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateRollupPropertyRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateRollupPropertyRequestObjectSnippet.g.cs
index f8f45624048f..2f5be61a2e67 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateRollupPropertyRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateRollupPropertyRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateRollupPropertySourceLinkAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateRollupPropertySourceLinkAsyncSnippet.g.cs
index 33041e4b9234..10514fef0216 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateRollupPropertySourceLinkAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateRollupPropertySourceLinkAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateRollupPropertySourceLinkRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateRollupPropertySourceLinkRequestObjectAsyncSnippet.g.cs
index 76cf9703b72c..d82d9220a36c 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateRollupPropertySourceLinkRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateRollupPropertySourceLinkRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateRollupPropertySourceLinkRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateRollupPropertySourceLinkRequestObjectSnippet.g.cs
index 9d8a8df06251..c6cfb811b16d 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateRollupPropertySourceLinkRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateRollupPropertySourceLinkRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateRollupPropertySourceLinkResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateRollupPropertySourceLinkResourceNamesAsyncSnippet.g.cs
index 268952a0cb1c..dfc455d7bc52 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateRollupPropertySourceLinkResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateRollupPropertySourceLinkResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateRollupPropertySourceLinkResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateRollupPropertySourceLinkResourceNamesSnippet.g.cs
index b00f920dab18..c43afd07e242 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateRollupPropertySourceLinkResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateRollupPropertySourceLinkResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateRollupPropertySourceLinkSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateRollupPropertySourceLinkSnippet.g.cs
index 94b9f4f77e2a..b39d76ead386 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateRollupPropertySourceLinkSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateRollupPropertySourceLinkSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSKAdNetworkConversionValueSchemaAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSKAdNetworkConversionValueSchemaAsyncSnippet.g.cs
index 99575632ee42..ef0ff68f3fd9 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSKAdNetworkConversionValueSchemaAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSKAdNetworkConversionValueSchemaAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSKAdNetworkConversionValueSchemaRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSKAdNetworkConversionValueSchemaRequestObjectAsyncSnippet.g.cs
index 0d5f47bc6f51..0c78825064a0 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSKAdNetworkConversionValueSchemaRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSKAdNetworkConversionValueSchemaRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSKAdNetworkConversionValueSchemaRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSKAdNetworkConversionValueSchemaRequestObjectSnippet.g.cs
index dc9261b39f16..c4ea7c45aa66 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSKAdNetworkConversionValueSchemaRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSKAdNetworkConversionValueSchemaRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSKAdNetworkConversionValueSchemaResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSKAdNetworkConversionValueSchemaResourceNamesAsyncSnippet.g.cs
index ab5490676249..0adff307f4d8 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSKAdNetworkConversionValueSchemaResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSKAdNetworkConversionValueSchemaResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSKAdNetworkConversionValueSchemaResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSKAdNetworkConversionValueSchemaResourceNamesSnippet.g.cs
index fe0c25a58e0c..0e1492a76249 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSKAdNetworkConversionValueSchemaResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSKAdNetworkConversionValueSchemaResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSKAdNetworkConversionValueSchemaSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSKAdNetworkConversionValueSchemaSnippet.g.cs
index 94140734dc38..6dc589f644f9 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSKAdNetworkConversionValueSchemaSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSKAdNetworkConversionValueSchemaSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSearchAds360LinkAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSearchAds360LinkAsyncSnippet.g.cs
index cbb9106ea1fe..199a7e565e37 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSearchAds360LinkAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSearchAds360LinkAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSearchAds360LinkRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSearchAds360LinkRequestObjectAsyncSnippet.g.cs
index cb88b2b25764..22a32298db53 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSearchAds360LinkRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSearchAds360LinkRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSearchAds360LinkRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSearchAds360LinkRequestObjectSnippet.g.cs
index 32dfbbffd757..2f6d0ecd497a 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSearchAds360LinkRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSearchAds360LinkRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSearchAds360LinkResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSearchAds360LinkResourceNamesAsyncSnippet.g.cs
index 163ea9c574c3..fe170871d0cc 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSearchAds360LinkResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSearchAds360LinkResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSearchAds360LinkResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSearchAds360LinkResourceNamesSnippet.g.cs
index b02f0e9f27c3..b0f5e454478f 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSearchAds360LinkResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSearchAds360LinkResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSearchAds360LinkSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSearchAds360LinkSnippet.g.cs
index 971930121c76..e85dd6c30f34 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSearchAds360LinkSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSearchAds360LinkSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSubpropertyEventFilterAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSubpropertyEventFilterAsyncSnippet.g.cs
index f4e4cdb37197..e259b0613944 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSubpropertyEventFilterAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSubpropertyEventFilterAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSubpropertyEventFilterRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSubpropertyEventFilterRequestObjectAsyncSnippet.g.cs
index 973719aeb83f..f986b454c455 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSubpropertyEventFilterRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSubpropertyEventFilterRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSubpropertyEventFilterRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSubpropertyEventFilterRequestObjectSnippet.g.cs
index 06606004eac5..4654ae1686fb 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSubpropertyEventFilterRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSubpropertyEventFilterRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSubpropertyEventFilterResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSubpropertyEventFilterResourceNamesAsyncSnippet.g.cs
index 766119d985f6..045a6203c492 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSubpropertyEventFilterResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSubpropertyEventFilterResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSubpropertyEventFilterResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSubpropertyEventFilterResourceNamesSnippet.g.cs
index f56c0822a603..cd5c1976c3ab 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSubpropertyEventFilterResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSubpropertyEventFilterResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSubpropertyEventFilterSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSubpropertyEventFilterSnippet.g.cs
index 1afa42e4daeb..7a3bc88b422d 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSubpropertyEventFilterSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.CreateSubpropertyEventFilterSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccessBindingAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccessBindingAsyncSnippet.g.cs
index 23a6cc94b5ab..b9b1834ea4e0 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccessBindingAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccessBindingAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccessBindingRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccessBindingRequestObjectAsyncSnippet.g.cs
index 449893355117..5676fd092f38 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccessBindingRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccessBindingRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccessBindingRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccessBindingRequestObjectSnippet.g.cs
index 7b291897cf9a..f39d1152ce78 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccessBindingRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccessBindingRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccessBindingResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccessBindingResourceNamesAsyncSnippet.g.cs
index 3ad420c695be..a773dda2ded0 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccessBindingResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccessBindingResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccessBindingResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccessBindingResourceNamesSnippet.g.cs
index 3824aedd5d14..57ff5fa93053 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccessBindingResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccessBindingResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccessBindingSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccessBindingSnippet.g.cs
index e030e08e5a15..2bf09570e0df 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccessBindingSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccessBindingSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccountAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccountAsyncSnippet.g.cs
index 8bea0b262545..2e7159cea763 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccountAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccountAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccountRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccountRequestObjectAsyncSnippet.g.cs
index d47991d1aae2..fd33d9b7fc64 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccountRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccountRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccountRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccountRequestObjectSnippet.g.cs
index d7ddd6ae29a3..b2f7b02ae999 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccountRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccountRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccountResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccountResourceNamesAsyncSnippet.g.cs
index c9475bbeffda..afb12268db69 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccountResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccountResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccountResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccountResourceNamesSnippet.g.cs
index ab630023f389..fd85fffc4d50 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccountResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccountResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccountSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccountSnippet.g.cs
index b8cb4e8f319e..a128de1ec16c 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccountSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccountSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAdSenseLinkAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAdSenseLinkAsyncSnippet.g.cs
index a4c89e0af4f9..b5dae7096c62 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAdSenseLinkAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAdSenseLinkAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAdSenseLinkRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAdSenseLinkRequestObjectAsyncSnippet.g.cs
index 361265ae7e00..70fa8f399a63 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAdSenseLinkRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAdSenseLinkRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAdSenseLinkRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAdSenseLinkRequestObjectSnippet.g.cs
index ba99b26c7ffd..04d71ce8eb81 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAdSenseLinkRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAdSenseLinkRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAdSenseLinkResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAdSenseLinkResourceNamesAsyncSnippet.g.cs
index d7c28f3b6497..6362ef843b7c 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAdSenseLinkResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAdSenseLinkResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAdSenseLinkResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAdSenseLinkResourceNamesSnippet.g.cs
index b42d25195e37..f99dbbaa1766 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAdSenseLinkResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAdSenseLinkResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAdSenseLinkSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAdSenseLinkSnippet.g.cs
index c51adebffcff..4901a453dd2e 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAdSenseLinkSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAdSenseLinkSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteBigQueryLinkAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteBigQueryLinkAsyncSnippet.g.cs
index 08b95e39bbf4..525d572ae7d7 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteBigQueryLinkAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteBigQueryLinkAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteBigQueryLinkRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteBigQueryLinkRequestObjectAsyncSnippet.g.cs
index 3448440a4518..6062b4bce300 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteBigQueryLinkRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteBigQueryLinkRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteBigQueryLinkRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteBigQueryLinkRequestObjectSnippet.g.cs
index d31734076afe..0dcfaa882efc 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteBigQueryLinkRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteBigQueryLinkRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteBigQueryLinkResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteBigQueryLinkResourceNamesAsyncSnippet.g.cs
index d9b0d6378499..4e33f1adbe1f 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteBigQueryLinkResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteBigQueryLinkResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteBigQueryLinkResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteBigQueryLinkResourceNamesSnippet.g.cs
index 4bbb40f7da6b..3cf9e69b3919 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteBigQueryLinkResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteBigQueryLinkResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteBigQueryLinkSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteBigQueryLinkSnippet.g.cs
index 4b92b34d3740..2cd85a3d8dc2 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteBigQueryLinkSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteBigQueryLinkSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteCalculatedMetricAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteCalculatedMetricAsyncSnippet.g.cs
index a4655660ce47..310473262d3e 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteCalculatedMetricAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteCalculatedMetricAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteCalculatedMetricRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteCalculatedMetricRequestObjectAsyncSnippet.g.cs
index f0db9abd48d9..ead51426c8b6 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteCalculatedMetricRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteCalculatedMetricRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteCalculatedMetricRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteCalculatedMetricRequestObjectSnippet.g.cs
index 670cc70f3c52..5391f852af1d 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteCalculatedMetricRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteCalculatedMetricRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteCalculatedMetricResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteCalculatedMetricResourceNamesAsyncSnippet.g.cs
index 787f0c3b9c6d..0ae8567f18b5 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteCalculatedMetricResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteCalculatedMetricResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteCalculatedMetricResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteCalculatedMetricResourceNamesSnippet.g.cs
index 672181a3d352..8ea50c0b4a05 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteCalculatedMetricResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteCalculatedMetricResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteCalculatedMetricSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteCalculatedMetricSnippet.g.cs
index a8a9c7782c3a..cdaa76753b70 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteCalculatedMetricSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteCalculatedMetricSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteChannelGroupAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteChannelGroupAsyncSnippet.g.cs
index 4d3dd1a7f1e9..79397a67c955 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteChannelGroupAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteChannelGroupAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteChannelGroupRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteChannelGroupRequestObjectAsyncSnippet.g.cs
index 5804be7a3982..3001bbdc14ff 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteChannelGroupRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteChannelGroupRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteChannelGroupRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteChannelGroupRequestObjectSnippet.g.cs
index 22f4a593afeb..458960a4a38b 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteChannelGroupRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteChannelGroupRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteChannelGroupResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteChannelGroupResourceNamesAsyncSnippet.g.cs
index 63025dd80e4f..9e275c76a419 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteChannelGroupResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteChannelGroupResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteChannelGroupResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteChannelGroupResourceNamesSnippet.g.cs
index cefda8d40723..e7c822442856 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteChannelGroupResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteChannelGroupResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteChannelGroupSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteChannelGroupSnippet.g.cs
index 7d2ae0de0aa3..b30198d3a639 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteChannelGroupSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteChannelGroupSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConnectedSiteTagRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConnectedSiteTagRequestObjectAsyncSnippet.g.cs
index 7a7a80b59d8a..9ec8985ae2b4 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConnectedSiteTagRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConnectedSiteTagRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConnectedSiteTagRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConnectedSiteTagRequestObjectSnippet.g.cs
index 23c77f242f31..26ddfa74487e 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConnectedSiteTagRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConnectedSiteTagRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConversionEventAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConversionEventAsyncSnippet.g.cs
index 4449f55baccb..8a1f051537bd 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConversionEventAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConversionEventAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConversionEventRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConversionEventRequestObjectAsyncSnippet.g.cs
index 7ed9ce36d02e..860cff483788 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConversionEventRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConversionEventRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConversionEventRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConversionEventRequestObjectSnippet.g.cs
index a38a851717c9..1f6a8a5085d6 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConversionEventRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConversionEventRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConversionEventResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConversionEventResourceNamesAsyncSnippet.g.cs
index deca9e3082c6..ac9e0499a4b1 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConversionEventResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConversionEventResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConversionEventResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConversionEventResourceNamesSnippet.g.cs
index 89f08742db0e..0212fd9cea0d 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConversionEventResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConversionEventResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConversionEventSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConversionEventSnippet.g.cs
index c06283b76a7d..109fb942433e 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConversionEventSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConversionEventSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDataStreamAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDataStreamAsyncSnippet.g.cs
index c74e8844dad5..ae9b90b49cb4 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDataStreamAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDataStreamAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDataStreamRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDataStreamRequestObjectAsyncSnippet.g.cs
index e98cec490a7a..ee418b7e7541 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDataStreamRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDataStreamRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDataStreamRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDataStreamRequestObjectSnippet.g.cs
index 1d4ab3a066be..427c29ae2dfc 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDataStreamRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDataStreamRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDataStreamResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDataStreamResourceNamesAsyncSnippet.g.cs
index 4fe93249c22b..d4c9c14d7456 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDataStreamResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDataStreamResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDataStreamResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDataStreamResourceNamesSnippet.g.cs
index 0aed00ed9090..384fc964c038 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDataStreamResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDataStreamResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDataStreamSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDataStreamSnippet.g.cs
index 83174d2af5b4..89e6094ac25a 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDataStreamSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDataStreamSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDisplayVideo360AdvertiserLinkAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDisplayVideo360AdvertiserLinkAsyncSnippet.g.cs
index e8a4ec20499e..4e5e1a88139c 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDisplayVideo360AdvertiserLinkAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDisplayVideo360AdvertiserLinkAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDisplayVideo360AdvertiserLinkProposalAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDisplayVideo360AdvertiserLinkProposalAsyncSnippet.g.cs
index f16ceeb32296..1dd4b4a6e52d 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDisplayVideo360AdvertiserLinkProposalAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDisplayVideo360AdvertiserLinkProposalAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDisplayVideo360AdvertiserLinkProposalRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDisplayVideo360AdvertiserLinkProposalRequestObjectAsyncSnippet.g.cs
index a08b416429aa..389b7f881c15 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDisplayVideo360AdvertiserLinkProposalRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDisplayVideo360AdvertiserLinkProposalRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDisplayVideo360AdvertiserLinkProposalRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDisplayVideo360AdvertiserLinkProposalRequestObjectSnippet.g.cs
index ede48a64c7b6..543245a4d64b 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDisplayVideo360AdvertiserLinkProposalRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDisplayVideo360AdvertiserLinkProposalRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDisplayVideo360AdvertiserLinkProposalResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDisplayVideo360AdvertiserLinkProposalResourceNamesAsyncSnippet.g.cs
index 249241fcd01e..41a4f901fd62 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDisplayVideo360AdvertiserLinkProposalResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDisplayVideo360AdvertiserLinkProposalResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDisplayVideo360AdvertiserLinkProposalResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDisplayVideo360AdvertiserLinkProposalResourceNamesSnippet.g.cs
index cdcb696065b8..91615aa20a84 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDisplayVideo360AdvertiserLinkProposalResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDisplayVideo360AdvertiserLinkProposalResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDisplayVideo360AdvertiserLinkProposalSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDisplayVideo360AdvertiserLinkProposalSnippet.g.cs
index a6e9521e3023..58bad9981d1f 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDisplayVideo360AdvertiserLinkProposalSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDisplayVideo360AdvertiserLinkProposalSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDisplayVideo360AdvertiserLinkRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDisplayVideo360AdvertiserLinkRequestObjectAsyncSnippet.g.cs
index 115b1442d64c..e3930421bd7c 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDisplayVideo360AdvertiserLinkRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDisplayVideo360AdvertiserLinkRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDisplayVideo360AdvertiserLinkRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDisplayVideo360AdvertiserLinkRequestObjectSnippet.g.cs
index e90dd9656ff4..e754ea97fd9f 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDisplayVideo360AdvertiserLinkRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDisplayVideo360AdvertiserLinkRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDisplayVideo360AdvertiserLinkResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDisplayVideo360AdvertiserLinkResourceNamesAsyncSnippet.g.cs
index 563caedf4d6d..6ee85eca24f0 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDisplayVideo360AdvertiserLinkResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDisplayVideo360AdvertiserLinkResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDisplayVideo360AdvertiserLinkResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDisplayVideo360AdvertiserLinkResourceNamesSnippet.g.cs
index 8c3b3a41e9d2..a6a936ae33db 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDisplayVideo360AdvertiserLinkResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDisplayVideo360AdvertiserLinkResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDisplayVideo360AdvertiserLinkSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDisplayVideo360AdvertiserLinkSnippet.g.cs
index eeb706578a4f..3faf0ee398b6 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDisplayVideo360AdvertiserLinkSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDisplayVideo360AdvertiserLinkSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteEventCreateRuleAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteEventCreateRuleAsyncSnippet.g.cs
index 47bcabd6ab0b..7227442c89ee 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteEventCreateRuleAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteEventCreateRuleAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteEventCreateRuleRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteEventCreateRuleRequestObjectAsyncSnippet.g.cs
index ac8e5443e8ea..f4228acd4dcb 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteEventCreateRuleRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteEventCreateRuleRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteEventCreateRuleRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteEventCreateRuleRequestObjectSnippet.g.cs
index 57e7f043845b..5d46c42bb0e2 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteEventCreateRuleRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteEventCreateRuleRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteEventCreateRuleResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteEventCreateRuleResourceNamesAsyncSnippet.g.cs
index e443e33d376e..ecc541c0e02c 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteEventCreateRuleResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteEventCreateRuleResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteEventCreateRuleResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteEventCreateRuleResourceNamesSnippet.g.cs
index 53311c36ae04..bc25432da6cd 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteEventCreateRuleResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteEventCreateRuleResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteEventCreateRuleSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteEventCreateRuleSnippet.g.cs
index 18c60b957d07..f927d324223c 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteEventCreateRuleSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteEventCreateRuleSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteEventEditRuleAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteEventEditRuleAsyncSnippet.g.cs
index e0d7d9769d25..b5bf175b47e2 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteEventEditRuleAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteEventEditRuleAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteEventEditRuleRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteEventEditRuleRequestObjectAsyncSnippet.g.cs
index a1a929d9dd03..4f555ec34c89 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteEventEditRuleRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteEventEditRuleRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteEventEditRuleRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteEventEditRuleRequestObjectSnippet.g.cs
index ea9fbe6fb439..61cc7bb27572 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteEventEditRuleRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteEventEditRuleRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteEventEditRuleResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteEventEditRuleResourceNamesAsyncSnippet.g.cs
index 91c7979b1190..0dd85becced8 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteEventEditRuleResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteEventEditRuleResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteEventEditRuleResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteEventEditRuleResourceNamesSnippet.g.cs
index 9fa7e893129a..31e583881907 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteEventEditRuleResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteEventEditRuleResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteEventEditRuleSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteEventEditRuleSnippet.g.cs
index f1e76aced243..b023edc08c5a 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteEventEditRuleSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteEventEditRuleSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteExpandedDataSetAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteExpandedDataSetAsyncSnippet.g.cs
index 18d0e59caf30..7924b34cd3f3 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteExpandedDataSetAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteExpandedDataSetAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteExpandedDataSetRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteExpandedDataSetRequestObjectAsyncSnippet.g.cs
index e4fe1130f8cd..c2d1ec02ce13 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteExpandedDataSetRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteExpandedDataSetRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteExpandedDataSetRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteExpandedDataSetRequestObjectSnippet.g.cs
index 8f9b24a85622..6298d53776c5 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteExpandedDataSetRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteExpandedDataSetRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteExpandedDataSetResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteExpandedDataSetResourceNamesAsyncSnippet.g.cs
index abb26040d8e3..a203e84969cb 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteExpandedDataSetResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteExpandedDataSetResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteExpandedDataSetResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteExpandedDataSetResourceNamesSnippet.g.cs
index e74ffa93fe16..7fc2264a1173 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteExpandedDataSetResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteExpandedDataSetResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteExpandedDataSetSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteExpandedDataSetSnippet.g.cs
index 2509185e6a02..2667c48eeb93 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteExpandedDataSetSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteExpandedDataSetSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteFirebaseLinkAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteFirebaseLinkAsyncSnippet.g.cs
index 5f24fbded08a..68705e65a72b 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteFirebaseLinkAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteFirebaseLinkAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteFirebaseLinkRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteFirebaseLinkRequestObjectAsyncSnippet.g.cs
index f062ff6018c9..828c79884578 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteFirebaseLinkRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteFirebaseLinkRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteFirebaseLinkRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteFirebaseLinkRequestObjectSnippet.g.cs
index d71739c7a6f5..0b5b374f1879 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteFirebaseLinkRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteFirebaseLinkRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteFirebaseLinkResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteFirebaseLinkResourceNamesAsyncSnippet.g.cs
index 184fb4781783..52cf9542c673 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteFirebaseLinkResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteFirebaseLinkResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteFirebaseLinkResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteFirebaseLinkResourceNamesSnippet.g.cs
index 357bcc1d5658..625e72d7971a 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteFirebaseLinkResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteFirebaseLinkResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteFirebaseLinkSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteFirebaseLinkSnippet.g.cs
index c8f155148722..58ad85bc8dd4 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteFirebaseLinkSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteFirebaseLinkSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteGoogleAdsLinkAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteGoogleAdsLinkAsyncSnippet.g.cs
index a5638bf692a4..bd03890c8eec 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteGoogleAdsLinkAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteGoogleAdsLinkAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteGoogleAdsLinkRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteGoogleAdsLinkRequestObjectAsyncSnippet.g.cs
index 9c58d1370107..db795453af85 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteGoogleAdsLinkRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteGoogleAdsLinkRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteGoogleAdsLinkRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteGoogleAdsLinkRequestObjectSnippet.g.cs
index 74dd1b561c76..4b3997bdafde 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteGoogleAdsLinkRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteGoogleAdsLinkRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteGoogleAdsLinkResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteGoogleAdsLinkResourceNamesAsyncSnippet.g.cs
index 2d33728a8ced..62878b717c86 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteGoogleAdsLinkResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteGoogleAdsLinkResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteGoogleAdsLinkResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteGoogleAdsLinkResourceNamesSnippet.g.cs
index d83a5681714e..ea03b924aa56 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteGoogleAdsLinkResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteGoogleAdsLinkResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteGoogleAdsLinkSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteGoogleAdsLinkSnippet.g.cs
index b7eb1c79400c..859ac5c2fd9e 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteGoogleAdsLinkSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteGoogleAdsLinkSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteKeyEventAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteKeyEventAsyncSnippet.g.cs
index db94221c2a24..79b6eebc83e4 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteKeyEventAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteKeyEventAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteKeyEventRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteKeyEventRequestObjectAsyncSnippet.g.cs
index ab678b4e9efe..41081a3d54e2 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteKeyEventRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteKeyEventRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteKeyEventRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteKeyEventRequestObjectSnippet.g.cs
index 642ee203aa00..7a1de0818520 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteKeyEventRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteKeyEventRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteKeyEventResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteKeyEventResourceNamesAsyncSnippet.g.cs
index 6bd4bac26e62..e87233e6df07 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteKeyEventResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteKeyEventResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteKeyEventResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteKeyEventResourceNamesSnippet.g.cs
index b79d8c7511b9..9e60ac19a07d 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteKeyEventResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteKeyEventResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteKeyEventSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteKeyEventSnippet.g.cs
index 70815d7da1a1..bfd221cb244b 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteKeyEventSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteKeyEventSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteMeasurementProtocolSecretAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteMeasurementProtocolSecretAsyncSnippet.g.cs
index 9bd0e24f6092..7978e4a24906 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteMeasurementProtocolSecretAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteMeasurementProtocolSecretAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteMeasurementProtocolSecretRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteMeasurementProtocolSecretRequestObjectAsyncSnippet.g.cs
index 4b16f6ad918f..b179d480abfc 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteMeasurementProtocolSecretRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteMeasurementProtocolSecretRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteMeasurementProtocolSecretRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteMeasurementProtocolSecretRequestObjectSnippet.g.cs
index 4493059398f2..585e755e1cd7 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteMeasurementProtocolSecretRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteMeasurementProtocolSecretRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteMeasurementProtocolSecretResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteMeasurementProtocolSecretResourceNamesAsyncSnippet.g.cs
index 8829765665b5..5fcbfcdaf76c 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteMeasurementProtocolSecretResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteMeasurementProtocolSecretResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteMeasurementProtocolSecretResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteMeasurementProtocolSecretResourceNamesSnippet.g.cs
index d96e044c229a..ab0f7dfa6952 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteMeasurementProtocolSecretResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteMeasurementProtocolSecretResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteMeasurementProtocolSecretSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteMeasurementProtocolSecretSnippet.g.cs
index bdaddecd5c98..b2c8c470c0a0 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteMeasurementProtocolSecretSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteMeasurementProtocolSecretSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeletePropertyAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeletePropertyAsyncSnippet.g.cs
index 84cd0529c455..82f51428f180 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeletePropertyAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeletePropertyAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeletePropertyRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeletePropertyRequestObjectAsyncSnippet.g.cs
index e47ebc8d7b91..66269d517833 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeletePropertyRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeletePropertyRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeletePropertyRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeletePropertyRequestObjectSnippet.g.cs
index 54dcacb126a9..df1693067a77 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeletePropertyRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeletePropertyRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeletePropertyResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeletePropertyResourceNamesAsyncSnippet.g.cs
index 07dcd3567357..7110018adcc3 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeletePropertyResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeletePropertyResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeletePropertyResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeletePropertyResourceNamesSnippet.g.cs
index 10fa8005e825..4e7c0ab755b4 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeletePropertyResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeletePropertyResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeletePropertySnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeletePropertySnippet.g.cs
index aae8466575de..cd2e68126cf5 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeletePropertySnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeletePropertySnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteRollupPropertySourceLinkAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteRollupPropertySourceLinkAsyncSnippet.g.cs
index 32bba3bfc369..559fbe3d81e5 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteRollupPropertySourceLinkAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteRollupPropertySourceLinkAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteRollupPropertySourceLinkRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteRollupPropertySourceLinkRequestObjectAsyncSnippet.g.cs
index 3493333b8338..10b422d8771e 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteRollupPropertySourceLinkRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteRollupPropertySourceLinkRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteRollupPropertySourceLinkRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteRollupPropertySourceLinkRequestObjectSnippet.g.cs
index 11b92323aca2..f2bcf7e35d36 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteRollupPropertySourceLinkRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteRollupPropertySourceLinkRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteRollupPropertySourceLinkResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteRollupPropertySourceLinkResourceNamesAsyncSnippet.g.cs
index a85b0da4129c..6056c3725a27 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteRollupPropertySourceLinkResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteRollupPropertySourceLinkResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteRollupPropertySourceLinkResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteRollupPropertySourceLinkResourceNamesSnippet.g.cs
index 7ad57e8dac59..17c3c0d239c8 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteRollupPropertySourceLinkResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteRollupPropertySourceLinkResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteRollupPropertySourceLinkSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteRollupPropertySourceLinkSnippet.g.cs
index a53736cf6c2c..114fcb6e8cb4 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteRollupPropertySourceLinkSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteRollupPropertySourceLinkSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSKAdNetworkConversionValueSchemaAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSKAdNetworkConversionValueSchemaAsyncSnippet.g.cs
index acd3a13e05e3..3fdc8d5fadca 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSKAdNetworkConversionValueSchemaAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSKAdNetworkConversionValueSchemaAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSKAdNetworkConversionValueSchemaRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSKAdNetworkConversionValueSchemaRequestObjectAsyncSnippet.g.cs
index d6c15879da5a..19f5154496bc 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSKAdNetworkConversionValueSchemaRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSKAdNetworkConversionValueSchemaRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSKAdNetworkConversionValueSchemaRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSKAdNetworkConversionValueSchemaRequestObjectSnippet.g.cs
index 29c8c36af44f..b06f7405807c 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSKAdNetworkConversionValueSchemaRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSKAdNetworkConversionValueSchemaRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSKAdNetworkConversionValueSchemaResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSKAdNetworkConversionValueSchemaResourceNamesAsyncSnippet.g.cs
index 23a6407a563a..a3027ab67c68 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSKAdNetworkConversionValueSchemaResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSKAdNetworkConversionValueSchemaResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSKAdNetworkConversionValueSchemaResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSKAdNetworkConversionValueSchemaResourceNamesSnippet.g.cs
index 10a7f316d0cd..154f3b37af3c 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSKAdNetworkConversionValueSchemaResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSKAdNetworkConversionValueSchemaResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSKAdNetworkConversionValueSchemaSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSKAdNetworkConversionValueSchemaSnippet.g.cs
index a0a9a11b0331..b22ba1478f68 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSKAdNetworkConversionValueSchemaSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSKAdNetworkConversionValueSchemaSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSearchAds360LinkAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSearchAds360LinkAsyncSnippet.g.cs
index 1c8d6f0b7db1..73d0327100f9 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSearchAds360LinkAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSearchAds360LinkAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSearchAds360LinkRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSearchAds360LinkRequestObjectAsyncSnippet.g.cs
index 5f52ac9c7f47..ff189e9bbbed 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSearchAds360LinkRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSearchAds360LinkRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSearchAds360LinkRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSearchAds360LinkRequestObjectSnippet.g.cs
index 18f400103616..4472e42c8718 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSearchAds360LinkRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSearchAds360LinkRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSearchAds360LinkResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSearchAds360LinkResourceNamesAsyncSnippet.g.cs
index f36e501d12a8..82b2e188cbb5 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSearchAds360LinkResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSearchAds360LinkResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSearchAds360LinkResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSearchAds360LinkResourceNamesSnippet.g.cs
index 02add4463095..6c76a30206a3 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSearchAds360LinkResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSearchAds360LinkResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSearchAds360LinkSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSearchAds360LinkSnippet.g.cs
index d1bc223fadc0..3acc39e15b53 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSearchAds360LinkSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSearchAds360LinkSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSubpropertyEventFilterAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSubpropertyEventFilterAsyncSnippet.g.cs
index 72fa4ab10315..538eeb0fcf50 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSubpropertyEventFilterAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSubpropertyEventFilterAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSubpropertyEventFilterRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSubpropertyEventFilterRequestObjectAsyncSnippet.g.cs
index 68b35b055f9c..eda7b023853a 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSubpropertyEventFilterRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSubpropertyEventFilterRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSubpropertyEventFilterRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSubpropertyEventFilterRequestObjectSnippet.g.cs
index e651e94564a8..ab965fbf61eb 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSubpropertyEventFilterRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSubpropertyEventFilterRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSubpropertyEventFilterResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSubpropertyEventFilterResourceNamesAsyncSnippet.g.cs
index fe1537020256..3250920b1ef5 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSubpropertyEventFilterResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSubpropertyEventFilterResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSubpropertyEventFilterResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSubpropertyEventFilterResourceNamesSnippet.g.cs
index e02e5991cb29..1a5728f3764b 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSubpropertyEventFilterResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSubpropertyEventFilterResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSubpropertyEventFilterSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSubpropertyEventFilterSnippet.g.cs
index 9bfefdc024f3..600e4497fa3d 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSubpropertyEventFilterSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteSubpropertyEventFilterSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.FetchAutomatedGa4ConfigurationOptOutRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.FetchAutomatedGa4ConfigurationOptOutRequestObjectAsyncSnippet.g.cs
index dadbb43ead70..26d18cc005d5 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.FetchAutomatedGa4ConfigurationOptOutRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.FetchAutomatedGa4ConfigurationOptOutRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.FetchAutomatedGa4ConfigurationOptOutRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.FetchAutomatedGa4ConfigurationOptOutRequestObjectSnippet.g.cs
index 7c24377fec00..e72af44679d6 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.FetchAutomatedGa4ConfigurationOptOutRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.FetchAutomatedGa4ConfigurationOptOutRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.FetchConnectedGa4PropertyRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.FetchConnectedGa4PropertyRequestObjectAsyncSnippet.g.cs
index 73ba9bee5530..aad689bffd63 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.FetchConnectedGa4PropertyRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.FetchConnectedGa4PropertyRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.FetchConnectedGa4PropertyRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.FetchConnectedGa4PropertyRequestObjectSnippet.g.cs
index 9b079979ebf9..13b09a304dd0 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.FetchConnectedGa4PropertyRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.FetchConnectedGa4PropertyRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccessBindingAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccessBindingAsyncSnippet.g.cs
index db93de077435..34ec6c0fab36 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccessBindingAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccessBindingAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccessBindingRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccessBindingRequestObjectAsyncSnippet.g.cs
index 7568eae4e185..19fab40af324 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccessBindingRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccessBindingRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccessBindingRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccessBindingRequestObjectSnippet.g.cs
index 470ae41f09d8..c09352ebd641 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccessBindingRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccessBindingRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccessBindingResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccessBindingResourceNamesAsyncSnippet.g.cs
index 54d2040c412a..280a951173d0 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccessBindingResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccessBindingResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccessBindingResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccessBindingResourceNamesSnippet.g.cs
index 5d58aa94e14a..8df3dfc08af7 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccessBindingResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccessBindingResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccessBindingSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccessBindingSnippet.g.cs
index 4b3f9cd78327..da967baf66de 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccessBindingSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccessBindingSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccountAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccountAsyncSnippet.g.cs
index 5211575d4dd6..2a59feb2a6b4 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccountAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccountAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccountRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccountRequestObjectAsyncSnippet.g.cs
index c016e6686598..a242e6a0327e 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccountRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccountRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccountRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccountRequestObjectSnippet.g.cs
index 6362b9da10ca..186630149988 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccountRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccountRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccountResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccountResourceNamesAsyncSnippet.g.cs
index 5a634e579ee7..2c56c9d2ecdc 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccountResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccountResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccountResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccountResourceNamesSnippet.g.cs
index b7b03d50d1d7..490e27835c70 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccountResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccountResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccountSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccountSnippet.g.cs
index 90d1d879f780..c692da14d0bd 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccountSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccountSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAdSenseLinkAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAdSenseLinkAsyncSnippet.g.cs
index 3125cf189ed9..eb181acaa65a 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAdSenseLinkAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAdSenseLinkAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAdSenseLinkRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAdSenseLinkRequestObjectAsyncSnippet.g.cs
index 706f1b6b8f4f..3cee4025bed8 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAdSenseLinkRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAdSenseLinkRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAdSenseLinkRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAdSenseLinkRequestObjectSnippet.g.cs
index d413f283673b..7a09d94859eb 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAdSenseLinkRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAdSenseLinkRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAdSenseLinkResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAdSenseLinkResourceNamesAsyncSnippet.g.cs
index 04b8548d0f72..a93a2d6a6be0 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAdSenseLinkResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAdSenseLinkResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAdSenseLinkResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAdSenseLinkResourceNamesSnippet.g.cs
index ffc68ca3194c..579b0b4c20bf 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAdSenseLinkResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAdSenseLinkResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAdSenseLinkSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAdSenseLinkSnippet.g.cs
index 9a76d7f02001..3ae0490a1ce2 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAdSenseLinkSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAdSenseLinkSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAttributionSettingsAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAttributionSettingsAsyncSnippet.g.cs
index 092878c6f62b..5ee6939343ae 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAttributionSettingsAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAttributionSettingsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAttributionSettingsRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAttributionSettingsRequestObjectAsyncSnippet.g.cs
index 5436dfa28d91..5e63d13401c6 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAttributionSettingsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAttributionSettingsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAttributionSettingsRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAttributionSettingsRequestObjectSnippet.g.cs
index 9737480d1e5d..7830618c1877 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAttributionSettingsRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAttributionSettingsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAttributionSettingsResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAttributionSettingsResourceNamesAsyncSnippet.g.cs
index 51e7c52c0431..75161b1f780e 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAttributionSettingsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAttributionSettingsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAttributionSettingsResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAttributionSettingsResourceNamesSnippet.g.cs
index a2366eb55a8e..0e988caf5af9 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAttributionSettingsResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAttributionSettingsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAttributionSettingsSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAttributionSettingsSnippet.g.cs
index 072cdf52806e..20fb46ad3681 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAttributionSettingsSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAttributionSettingsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAudienceAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAudienceAsyncSnippet.g.cs
index 3ac3189776e3..8936b1242f23 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAudienceAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAudienceAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAudienceRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAudienceRequestObjectAsyncSnippet.g.cs
index 2affd626ae4b..919481ecfed6 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAudienceRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAudienceRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAudienceRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAudienceRequestObjectSnippet.g.cs
index b01efd33ec7a..405d032a2902 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAudienceRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAudienceRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAudienceResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAudienceResourceNamesAsyncSnippet.g.cs
index 15f899565ddc..aed564081f66 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAudienceResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAudienceResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAudienceResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAudienceResourceNamesSnippet.g.cs
index 193b17603faf..2e409957d915 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAudienceResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAudienceResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAudienceSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAudienceSnippet.g.cs
index 3d14e648beff..2938beb9074c 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAudienceSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetAudienceSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetBigQueryLinkAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetBigQueryLinkAsyncSnippet.g.cs
index f9bdd583ade4..9ee89b7116cd 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetBigQueryLinkAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetBigQueryLinkAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetBigQueryLinkRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetBigQueryLinkRequestObjectAsyncSnippet.g.cs
index 4cb0b7076dfa..3316bf458f0c 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetBigQueryLinkRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetBigQueryLinkRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetBigQueryLinkRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetBigQueryLinkRequestObjectSnippet.g.cs
index 43467972c961..e82d7d186a45 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetBigQueryLinkRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetBigQueryLinkRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetBigQueryLinkResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetBigQueryLinkResourceNamesAsyncSnippet.g.cs
index 47f1b6446aad..10ce2134b07d 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetBigQueryLinkResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetBigQueryLinkResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetBigQueryLinkResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetBigQueryLinkResourceNamesSnippet.g.cs
index cbebe73c31bc..2ff11e38716a 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetBigQueryLinkResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetBigQueryLinkResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetBigQueryLinkSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetBigQueryLinkSnippet.g.cs
index 220a92b510ad..6f85dfe0a1bc 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetBigQueryLinkSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetBigQueryLinkSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCalculatedMetricAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCalculatedMetricAsyncSnippet.g.cs
index aff4c12beeb8..281cdb207780 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCalculatedMetricAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCalculatedMetricAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCalculatedMetricRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCalculatedMetricRequestObjectAsyncSnippet.g.cs
index 655d3ff997f5..c2df66e58575 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCalculatedMetricRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCalculatedMetricRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCalculatedMetricRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCalculatedMetricRequestObjectSnippet.g.cs
index 9e5c6673b59b..0fe4b189332d 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCalculatedMetricRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCalculatedMetricRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCalculatedMetricResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCalculatedMetricResourceNamesAsyncSnippet.g.cs
index 7349f193a383..843f41079a8d 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCalculatedMetricResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCalculatedMetricResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCalculatedMetricResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCalculatedMetricResourceNamesSnippet.g.cs
index bec43ef6f86f..f706dc3aff42 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCalculatedMetricResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCalculatedMetricResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCalculatedMetricSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCalculatedMetricSnippet.g.cs
index 7ba21fc40cf0..e9593b5da33a 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCalculatedMetricSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCalculatedMetricSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetChannelGroupAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetChannelGroupAsyncSnippet.g.cs
index 59c61861b8e7..00e7f2064dd8 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetChannelGroupAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetChannelGroupAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetChannelGroupRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetChannelGroupRequestObjectAsyncSnippet.g.cs
index e495efd9d1a4..e3355dacadbd 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetChannelGroupRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetChannelGroupRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetChannelGroupRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetChannelGroupRequestObjectSnippet.g.cs
index dfe8c08de0c7..3aa6d0739290 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetChannelGroupRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetChannelGroupRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetChannelGroupResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetChannelGroupResourceNamesAsyncSnippet.g.cs
index 4d81bfbd1b59..9bb193b05564 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetChannelGroupResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetChannelGroupResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetChannelGroupResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetChannelGroupResourceNamesSnippet.g.cs
index 0e5500755796..c86660ed55d0 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetChannelGroupResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetChannelGroupResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetChannelGroupSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetChannelGroupSnippet.g.cs
index 503c8d0ac8ac..cfd84c32c555 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetChannelGroupSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetChannelGroupSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetConversionEventAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetConversionEventAsyncSnippet.g.cs
index 070007e8fd47..ae9133572bc4 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetConversionEventAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetConversionEventAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetConversionEventRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetConversionEventRequestObjectAsyncSnippet.g.cs
index a54fecc56512..65ae2b6b4e84 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetConversionEventRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetConversionEventRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetConversionEventRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetConversionEventRequestObjectSnippet.g.cs
index e022f4b6dfe8..a0373d142f65 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetConversionEventRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetConversionEventRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetConversionEventResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetConversionEventResourceNamesAsyncSnippet.g.cs
index c4787c8e922d..9741462332c3 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetConversionEventResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetConversionEventResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetConversionEventResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetConversionEventResourceNamesSnippet.g.cs
index 38ced34c43d4..b38d871f3450 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetConversionEventResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetConversionEventResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetConversionEventSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetConversionEventSnippet.g.cs
index 9a66719c6f38..27617a53c1d1 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetConversionEventSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetConversionEventSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomDimensionAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomDimensionAsyncSnippet.g.cs
index b2ada01d47b8..54373eb23415 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomDimensionAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomDimensionAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomDimensionRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomDimensionRequestObjectAsyncSnippet.g.cs
index e6eb76cea168..3e249eb32c2c 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomDimensionRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomDimensionRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomDimensionRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomDimensionRequestObjectSnippet.g.cs
index 6c95308801b4..2eaa88d44106 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomDimensionRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomDimensionRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomDimensionResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomDimensionResourceNamesAsyncSnippet.g.cs
index 4dac922e9eff..39ef61c264ab 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomDimensionResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomDimensionResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomDimensionResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomDimensionResourceNamesSnippet.g.cs
index 8cccc5fbabf2..ca84de4c1d78 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomDimensionResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomDimensionResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomDimensionSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomDimensionSnippet.g.cs
index f5b2f454773f..0e78f524769f 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomDimensionSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomDimensionSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomMetricAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomMetricAsyncSnippet.g.cs
index 1e0f1a33e769..d902f74dc7f4 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomMetricAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomMetricAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomMetricRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomMetricRequestObjectAsyncSnippet.g.cs
index 5c8ecbbe58b4..8e3b70e45aab 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomMetricRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomMetricRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomMetricRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomMetricRequestObjectSnippet.g.cs
index 9b2115e1a84d..285c28f5e1df 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomMetricRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomMetricRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomMetricResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomMetricResourceNamesAsyncSnippet.g.cs
index 12fbae735290..2606c8c5d4d1 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomMetricResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomMetricResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomMetricResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomMetricResourceNamesSnippet.g.cs
index 1e4790b5e815..20b327b6cf73 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomMetricResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomMetricResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomMetricSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomMetricSnippet.g.cs
index cc7e6427c5e8..65889b80ccd1 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomMetricSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomMetricSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRedactionSettingsAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRedactionSettingsAsyncSnippet.g.cs
index 7e5e4fb670c1..3dee0c238889 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRedactionSettingsAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRedactionSettingsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRedactionSettingsRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRedactionSettingsRequestObjectAsyncSnippet.g.cs
index e1e876d4e1a5..55cdcdbb41c6 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRedactionSettingsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRedactionSettingsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRedactionSettingsRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRedactionSettingsRequestObjectSnippet.g.cs
index d29676b7ad27..0017487a63ad 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRedactionSettingsRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRedactionSettingsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRedactionSettingsResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRedactionSettingsResourceNamesAsyncSnippet.g.cs
index 2ef6cb8ae2fb..2150c4363dee 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRedactionSettingsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRedactionSettingsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRedactionSettingsResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRedactionSettingsResourceNamesSnippet.g.cs
index 472dd441ebcb..6741e53bece0 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRedactionSettingsResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRedactionSettingsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRedactionSettingsSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRedactionSettingsSnippet.g.cs
index 00accc8198e6..7a5a108a982e 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRedactionSettingsSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRedactionSettingsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRetentionSettingsAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRetentionSettingsAsyncSnippet.g.cs
index a28a4e041d12..573f52b290be 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRetentionSettingsAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRetentionSettingsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRetentionSettingsRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRetentionSettingsRequestObjectAsyncSnippet.g.cs
index cbb29c291599..436ce9ee5961 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRetentionSettingsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRetentionSettingsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRetentionSettingsRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRetentionSettingsRequestObjectSnippet.g.cs
index 9e78f4450a00..52a0fc73af0b 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRetentionSettingsRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRetentionSettingsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRetentionSettingsResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRetentionSettingsResourceNamesAsyncSnippet.g.cs
index 1c7c01c05616..474764202efb 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRetentionSettingsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRetentionSettingsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRetentionSettingsResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRetentionSettingsResourceNamesSnippet.g.cs
index 149a120b8192..b04bc90c14d0 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRetentionSettingsResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRetentionSettingsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRetentionSettingsSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRetentionSettingsSnippet.g.cs
index b455320dd771..5fe0056077a5 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRetentionSettingsSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRetentionSettingsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataSharingSettingsAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataSharingSettingsAsyncSnippet.g.cs
index e84f616ccf2a..6ce3733a5a9e 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataSharingSettingsAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataSharingSettingsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataSharingSettingsRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataSharingSettingsRequestObjectAsyncSnippet.g.cs
index 535459ec3146..57c6c2a0cbcc 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataSharingSettingsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataSharingSettingsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataSharingSettingsRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataSharingSettingsRequestObjectSnippet.g.cs
index 3539ec2c7d49..ba874375bb4d 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataSharingSettingsRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataSharingSettingsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataSharingSettingsResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataSharingSettingsResourceNamesAsyncSnippet.g.cs
index 1308b39e2c4f..3b09b452545f 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataSharingSettingsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataSharingSettingsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataSharingSettingsResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataSharingSettingsResourceNamesSnippet.g.cs
index 892519da26b8..1a159bc61bf7 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataSharingSettingsResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataSharingSettingsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataSharingSettingsSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataSharingSettingsSnippet.g.cs
index 06a20201d6ae..2a2e8cc651d3 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataSharingSettingsSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataSharingSettingsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataStreamAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataStreamAsyncSnippet.g.cs
index 238a851a1e6d..198610861019 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataStreamAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataStreamAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataStreamRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataStreamRequestObjectAsyncSnippet.g.cs
index 52ef2cc1e9ae..051e4673c97f 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataStreamRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataStreamRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataStreamRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataStreamRequestObjectSnippet.g.cs
index ff6fa0730dee..cb04e7040989 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataStreamRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataStreamRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataStreamResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataStreamResourceNamesAsyncSnippet.g.cs
index b87045eb2dd7..d97bd26f1795 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataStreamResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataStreamResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataStreamResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataStreamResourceNamesSnippet.g.cs
index b9dcbe7d690f..2509ef988606 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataStreamResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataStreamResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataStreamSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataStreamSnippet.g.cs
index 0639122bdeaa..549aba4e4f73 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataStreamSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataStreamSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDisplayVideo360AdvertiserLinkAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDisplayVideo360AdvertiserLinkAsyncSnippet.g.cs
index bd37503f3642..eca4c5e3d1f2 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDisplayVideo360AdvertiserLinkAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDisplayVideo360AdvertiserLinkAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDisplayVideo360AdvertiserLinkProposalAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDisplayVideo360AdvertiserLinkProposalAsyncSnippet.g.cs
index bbd6575bdd24..08d6d6d8aee3 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDisplayVideo360AdvertiserLinkProposalAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDisplayVideo360AdvertiserLinkProposalAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDisplayVideo360AdvertiserLinkProposalRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDisplayVideo360AdvertiserLinkProposalRequestObjectAsyncSnippet.g.cs
index cdc5bbc9c598..c08dbdffeb6c 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDisplayVideo360AdvertiserLinkProposalRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDisplayVideo360AdvertiserLinkProposalRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDisplayVideo360AdvertiserLinkProposalRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDisplayVideo360AdvertiserLinkProposalRequestObjectSnippet.g.cs
index b7b1e94dee2c..2a92c8ecfbba 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDisplayVideo360AdvertiserLinkProposalRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDisplayVideo360AdvertiserLinkProposalRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDisplayVideo360AdvertiserLinkProposalResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDisplayVideo360AdvertiserLinkProposalResourceNamesAsyncSnippet.g.cs
index 333ee0b218b0..86e2c7c225b5 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDisplayVideo360AdvertiserLinkProposalResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDisplayVideo360AdvertiserLinkProposalResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDisplayVideo360AdvertiserLinkProposalResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDisplayVideo360AdvertiserLinkProposalResourceNamesSnippet.g.cs
index bdba656b92cb..4d3633b35b6c 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDisplayVideo360AdvertiserLinkProposalResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDisplayVideo360AdvertiserLinkProposalResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDisplayVideo360AdvertiserLinkProposalSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDisplayVideo360AdvertiserLinkProposalSnippet.g.cs
index 9840fadfcdd4..e2a65df0056f 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDisplayVideo360AdvertiserLinkProposalSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDisplayVideo360AdvertiserLinkProposalSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDisplayVideo360AdvertiserLinkRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDisplayVideo360AdvertiserLinkRequestObjectAsyncSnippet.g.cs
index e125f84a50b3..2c13ef420460 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDisplayVideo360AdvertiserLinkRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDisplayVideo360AdvertiserLinkRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDisplayVideo360AdvertiserLinkRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDisplayVideo360AdvertiserLinkRequestObjectSnippet.g.cs
index 65ef9539ceab..9d2a51590e09 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDisplayVideo360AdvertiserLinkRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDisplayVideo360AdvertiserLinkRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDisplayVideo360AdvertiserLinkResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDisplayVideo360AdvertiserLinkResourceNamesAsyncSnippet.g.cs
index aed0eabc7058..f0b838663ca4 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDisplayVideo360AdvertiserLinkResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDisplayVideo360AdvertiserLinkResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDisplayVideo360AdvertiserLinkResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDisplayVideo360AdvertiserLinkResourceNamesSnippet.g.cs
index 87523a40ae31..eda092f28b52 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDisplayVideo360AdvertiserLinkResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDisplayVideo360AdvertiserLinkResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDisplayVideo360AdvertiserLinkSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDisplayVideo360AdvertiserLinkSnippet.g.cs
index b226484ca0cd..1e6d64bdc4eb 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDisplayVideo360AdvertiserLinkSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDisplayVideo360AdvertiserLinkSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEnhancedMeasurementSettingsAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEnhancedMeasurementSettingsAsyncSnippet.g.cs
index e41d21a89c27..6a27d461c331 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEnhancedMeasurementSettingsAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEnhancedMeasurementSettingsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEnhancedMeasurementSettingsRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEnhancedMeasurementSettingsRequestObjectAsyncSnippet.g.cs
index 22c4a10b2144..6c45dc4a6dbb 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEnhancedMeasurementSettingsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEnhancedMeasurementSettingsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEnhancedMeasurementSettingsRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEnhancedMeasurementSettingsRequestObjectSnippet.g.cs
index 053aab00fd68..711b3bacace8 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEnhancedMeasurementSettingsRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEnhancedMeasurementSettingsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEnhancedMeasurementSettingsResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEnhancedMeasurementSettingsResourceNamesAsyncSnippet.g.cs
index 984aa5a39549..a9e123579c51 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEnhancedMeasurementSettingsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEnhancedMeasurementSettingsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEnhancedMeasurementSettingsResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEnhancedMeasurementSettingsResourceNamesSnippet.g.cs
index 8b898a3e11a3..24951ae97275 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEnhancedMeasurementSettingsResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEnhancedMeasurementSettingsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEnhancedMeasurementSettingsSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEnhancedMeasurementSettingsSnippet.g.cs
index c0489117a9e2..ee21cb3d1b19 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEnhancedMeasurementSettingsSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEnhancedMeasurementSettingsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEventCreateRuleAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEventCreateRuleAsyncSnippet.g.cs
index 964a3c48974e..f12925533d73 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEventCreateRuleAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEventCreateRuleAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEventCreateRuleRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEventCreateRuleRequestObjectAsyncSnippet.g.cs
index 6496f240a3dd..c46e98bc0da5 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEventCreateRuleRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEventCreateRuleRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEventCreateRuleRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEventCreateRuleRequestObjectSnippet.g.cs
index 7216703ecf40..643c24b40719 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEventCreateRuleRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEventCreateRuleRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEventCreateRuleResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEventCreateRuleResourceNamesAsyncSnippet.g.cs
index d9b3d1b60d17..ad3e83e6d1b9 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEventCreateRuleResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEventCreateRuleResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEventCreateRuleResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEventCreateRuleResourceNamesSnippet.g.cs
index 4a10f26a5cdb..ff60e9271054 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEventCreateRuleResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEventCreateRuleResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEventCreateRuleSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEventCreateRuleSnippet.g.cs
index 8ec582a13e1d..e1861cf2a9df 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEventCreateRuleSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEventCreateRuleSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEventEditRuleAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEventEditRuleAsyncSnippet.g.cs
index 1eef5b3ab676..134b5d87593f 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEventEditRuleAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEventEditRuleAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEventEditRuleRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEventEditRuleRequestObjectAsyncSnippet.g.cs
index 0a6ffcd0e829..4147fc242ae7 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEventEditRuleRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEventEditRuleRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEventEditRuleRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEventEditRuleRequestObjectSnippet.g.cs
index feb21b71d947..65f5ee66bd28 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEventEditRuleRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEventEditRuleRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEventEditRuleResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEventEditRuleResourceNamesAsyncSnippet.g.cs
index bcd8738eea8a..10dd7958cad8 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEventEditRuleResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEventEditRuleResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEventEditRuleResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEventEditRuleResourceNamesSnippet.g.cs
index de805680c6f8..b6a96ed0392e 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEventEditRuleResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEventEditRuleResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEventEditRuleSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEventEditRuleSnippet.g.cs
index ed12992cad72..40a766fd445c 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEventEditRuleSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetEventEditRuleSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetExpandedDataSetAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetExpandedDataSetAsyncSnippet.g.cs
index b7546c80e58b..8a37eefdfab3 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetExpandedDataSetAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetExpandedDataSetAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetExpandedDataSetRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetExpandedDataSetRequestObjectAsyncSnippet.g.cs
index c476544e658f..d1a6cebac8f3 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetExpandedDataSetRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetExpandedDataSetRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetExpandedDataSetRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetExpandedDataSetRequestObjectSnippet.g.cs
index 0b5a08ea1723..8b22d0ea50f1 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetExpandedDataSetRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetExpandedDataSetRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetExpandedDataSetResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetExpandedDataSetResourceNamesAsyncSnippet.g.cs
index 3fe9b5b2e96a..094ba1de138e 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetExpandedDataSetResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetExpandedDataSetResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetExpandedDataSetResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetExpandedDataSetResourceNamesSnippet.g.cs
index 68094b1bf0e9..e19acaf709eb 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetExpandedDataSetResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetExpandedDataSetResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetExpandedDataSetSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetExpandedDataSetSnippet.g.cs
index e4c448d5d8f8..d507e433a7cb 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetExpandedDataSetSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetExpandedDataSetSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetGlobalSiteTagAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetGlobalSiteTagAsyncSnippet.g.cs
index 00bd2b074014..cc1314a21070 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetGlobalSiteTagAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetGlobalSiteTagAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetGlobalSiteTagRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetGlobalSiteTagRequestObjectAsyncSnippet.g.cs
index 2b27e4486396..a87f11756c18 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetGlobalSiteTagRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetGlobalSiteTagRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetGlobalSiteTagRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetGlobalSiteTagRequestObjectSnippet.g.cs
index b54cfa7d4302..ac6e5ae96c53 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetGlobalSiteTagRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetGlobalSiteTagRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetGlobalSiteTagResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetGlobalSiteTagResourceNamesAsyncSnippet.g.cs
index 6aee911d57fe..8848fccb3638 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetGlobalSiteTagResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetGlobalSiteTagResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetGlobalSiteTagResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetGlobalSiteTagResourceNamesSnippet.g.cs
index cf10c5cba120..9b68683e9829 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetGlobalSiteTagResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetGlobalSiteTagResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetGlobalSiteTagSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetGlobalSiteTagSnippet.g.cs
index 5b47169cb6b3..9d082795e251 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetGlobalSiteTagSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetGlobalSiteTagSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetGoogleSignalsSettingsAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetGoogleSignalsSettingsAsyncSnippet.g.cs
index dafef1f75ec8..12d6d649785b 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetGoogleSignalsSettingsAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetGoogleSignalsSettingsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetGoogleSignalsSettingsRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetGoogleSignalsSettingsRequestObjectAsyncSnippet.g.cs
index 54e34e890082..3afe7017d253 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetGoogleSignalsSettingsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetGoogleSignalsSettingsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetGoogleSignalsSettingsRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetGoogleSignalsSettingsRequestObjectSnippet.g.cs
index 2c722c050e70..b8fdbea9e9e0 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetGoogleSignalsSettingsRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetGoogleSignalsSettingsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetGoogleSignalsSettingsResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetGoogleSignalsSettingsResourceNamesAsyncSnippet.g.cs
index b9c17f4245c2..660e63e0594a 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetGoogleSignalsSettingsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetGoogleSignalsSettingsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetGoogleSignalsSettingsResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetGoogleSignalsSettingsResourceNamesSnippet.g.cs
index 06af76e6085b..0ea9fffb8c73 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetGoogleSignalsSettingsResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetGoogleSignalsSettingsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetGoogleSignalsSettingsSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetGoogleSignalsSettingsSnippet.g.cs
index 1abde4e57798..e19366ceaa7d 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetGoogleSignalsSettingsSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetGoogleSignalsSettingsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetKeyEventAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetKeyEventAsyncSnippet.g.cs
index 352beb59e3ce..96781e712f12 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetKeyEventAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetKeyEventAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetKeyEventRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetKeyEventRequestObjectAsyncSnippet.g.cs
index 8e0ed179bee6..4b3bc8d487e3 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetKeyEventRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetKeyEventRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetKeyEventRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetKeyEventRequestObjectSnippet.g.cs
index 80a57d64d82a..c4ca62dded94 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetKeyEventRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetKeyEventRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetKeyEventResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetKeyEventResourceNamesAsyncSnippet.g.cs
index b5d51c4db830..13694830027b 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetKeyEventResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetKeyEventResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetKeyEventResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetKeyEventResourceNamesSnippet.g.cs
index 97013e559c11..d9af38e45ae4 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetKeyEventResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetKeyEventResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetKeyEventSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetKeyEventSnippet.g.cs
index 81be2c3eb3c1..9d928e2c023b 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetKeyEventSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetKeyEventSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetMeasurementProtocolSecretAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetMeasurementProtocolSecretAsyncSnippet.g.cs
index 473567263240..2025171dee8d 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetMeasurementProtocolSecretAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetMeasurementProtocolSecretAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetMeasurementProtocolSecretRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetMeasurementProtocolSecretRequestObjectAsyncSnippet.g.cs
index c4feb13c649e..3f8cc9758781 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetMeasurementProtocolSecretRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetMeasurementProtocolSecretRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetMeasurementProtocolSecretRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetMeasurementProtocolSecretRequestObjectSnippet.g.cs
index e0a6abe69095..77bca00116d5 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetMeasurementProtocolSecretRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetMeasurementProtocolSecretRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetMeasurementProtocolSecretResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetMeasurementProtocolSecretResourceNamesAsyncSnippet.g.cs
index 288d7f1e3de9..75b08790cf79 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetMeasurementProtocolSecretResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetMeasurementProtocolSecretResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetMeasurementProtocolSecretResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetMeasurementProtocolSecretResourceNamesSnippet.g.cs
index ddcaebdc8cc6..ca1484e86bed 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetMeasurementProtocolSecretResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetMeasurementProtocolSecretResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetMeasurementProtocolSecretSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetMeasurementProtocolSecretSnippet.g.cs
index 694afcd2119e..27f67328582c 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetMeasurementProtocolSecretSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetMeasurementProtocolSecretSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetPropertyAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetPropertyAsyncSnippet.g.cs
index adcfa6f11adc..ea85d03cbe4b 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetPropertyAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetPropertyAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetPropertyRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetPropertyRequestObjectAsyncSnippet.g.cs
index e2f6dfb5309f..d134cfd2c227 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetPropertyRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetPropertyRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetPropertyRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetPropertyRequestObjectSnippet.g.cs
index db55ee5d6b10..416cb755a3ab 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetPropertyRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetPropertyRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetPropertyResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetPropertyResourceNamesAsyncSnippet.g.cs
index b702e9e6e702..6691fab4f795 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetPropertyResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetPropertyResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetPropertyResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetPropertyResourceNamesSnippet.g.cs
index 37522b509a52..d46f43d06b91 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetPropertyResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetPropertyResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetPropertySnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetPropertySnippet.g.cs
index e14106bc1b18..f49389242faf 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetPropertySnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetPropertySnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetRollupPropertySourceLinkAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetRollupPropertySourceLinkAsyncSnippet.g.cs
index 12d9de6ed2e3..f28c4a0d683e 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetRollupPropertySourceLinkAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetRollupPropertySourceLinkAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetRollupPropertySourceLinkRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetRollupPropertySourceLinkRequestObjectAsyncSnippet.g.cs
index a6a47f6ba1c8..f32244047c35 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetRollupPropertySourceLinkRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetRollupPropertySourceLinkRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetRollupPropertySourceLinkRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetRollupPropertySourceLinkRequestObjectSnippet.g.cs
index 8249849a66e0..61a6cde57a6e 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetRollupPropertySourceLinkRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetRollupPropertySourceLinkRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetRollupPropertySourceLinkResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetRollupPropertySourceLinkResourceNamesAsyncSnippet.g.cs
index 9ccbe411d3da..bd7a74da033a 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetRollupPropertySourceLinkResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetRollupPropertySourceLinkResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetRollupPropertySourceLinkResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetRollupPropertySourceLinkResourceNamesSnippet.g.cs
index 932df0614104..dec90e29a49b 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetRollupPropertySourceLinkResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetRollupPropertySourceLinkResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetRollupPropertySourceLinkSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetRollupPropertySourceLinkSnippet.g.cs
index 8c2260dd1a20..e7f1d2d5eda7 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetRollupPropertySourceLinkSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetRollupPropertySourceLinkSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSKAdNetworkConversionValueSchemaAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSKAdNetworkConversionValueSchemaAsyncSnippet.g.cs
index b19e6dca18b3..0fbf3a03e6ec 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSKAdNetworkConversionValueSchemaAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSKAdNetworkConversionValueSchemaAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSKAdNetworkConversionValueSchemaRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSKAdNetworkConversionValueSchemaRequestObjectAsyncSnippet.g.cs
index 0d1247ef4277..5768dfb1adb1 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSKAdNetworkConversionValueSchemaRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSKAdNetworkConversionValueSchemaRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSKAdNetworkConversionValueSchemaRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSKAdNetworkConversionValueSchemaRequestObjectSnippet.g.cs
index b4e1a56f2897..6ef217000ff9 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSKAdNetworkConversionValueSchemaRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSKAdNetworkConversionValueSchemaRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSKAdNetworkConversionValueSchemaResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSKAdNetworkConversionValueSchemaResourceNamesAsyncSnippet.g.cs
index 6820361e87b3..0a9a165520fd 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSKAdNetworkConversionValueSchemaResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSKAdNetworkConversionValueSchemaResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSKAdNetworkConversionValueSchemaResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSKAdNetworkConversionValueSchemaResourceNamesSnippet.g.cs
index bd8870d85731..2e74619a5fd4 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSKAdNetworkConversionValueSchemaResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSKAdNetworkConversionValueSchemaResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSKAdNetworkConversionValueSchemaSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSKAdNetworkConversionValueSchemaSnippet.g.cs
index c8c3723535cb..7ba5af66d1e0 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSKAdNetworkConversionValueSchemaSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSKAdNetworkConversionValueSchemaSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSearchAds360LinkAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSearchAds360LinkAsyncSnippet.g.cs
index fe1f00e4672a..46c45a2831d2 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSearchAds360LinkAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSearchAds360LinkAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSearchAds360LinkRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSearchAds360LinkRequestObjectAsyncSnippet.g.cs
index 838bc063c50a..7b37bdf1b7a9 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSearchAds360LinkRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSearchAds360LinkRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSearchAds360LinkRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSearchAds360LinkRequestObjectSnippet.g.cs
index f3060769c17b..17d3019223b7 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSearchAds360LinkRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSearchAds360LinkRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSearchAds360LinkResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSearchAds360LinkResourceNamesAsyncSnippet.g.cs
index 5794725de811..6d5c1dbabca6 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSearchAds360LinkResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSearchAds360LinkResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSearchAds360LinkResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSearchAds360LinkResourceNamesSnippet.g.cs
index 099ce11d989e..43a4c8f03ede 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSearchAds360LinkResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSearchAds360LinkResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSearchAds360LinkSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSearchAds360LinkSnippet.g.cs
index 3e521a0ffca6..9ac391d6fac2 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSearchAds360LinkSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSearchAds360LinkSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSubpropertyEventFilterAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSubpropertyEventFilterAsyncSnippet.g.cs
index be7e3d225d8d..54cd878eaa29 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSubpropertyEventFilterAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSubpropertyEventFilterAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSubpropertyEventFilterRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSubpropertyEventFilterRequestObjectAsyncSnippet.g.cs
index 77a7a210344a..7116b7876582 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSubpropertyEventFilterRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSubpropertyEventFilterRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSubpropertyEventFilterRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSubpropertyEventFilterRequestObjectSnippet.g.cs
index 1c096da09c9c..62aed7b2c101 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSubpropertyEventFilterRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSubpropertyEventFilterRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSubpropertyEventFilterResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSubpropertyEventFilterResourceNamesAsyncSnippet.g.cs
index 577a32fb4fe0..96959b2915be 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSubpropertyEventFilterResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSubpropertyEventFilterResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSubpropertyEventFilterResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSubpropertyEventFilterResourceNamesSnippet.g.cs
index 6c79b2f100bc..90e2b941e97b 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSubpropertyEventFilterResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSubpropertyEventFilterResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSubpropertyEventFilterSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSubpropertyEventFilterSnippet.g.cs
index d8b1c4702c3f..6de230ed801a 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSubpropertyEventFilterSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetSubpropertyEventFilterSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccessBindingsAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccessBindingsAsyncSnippet.g.cs
index c4a7abba41cf..c2da5a3296a2 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccessBindingsAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccessBindingsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccessBindingsRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccessBindingsRequestObjectAsyncSnippet.g.cs
index 7b30bcc78e70..db88c20b5826 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccessBindingsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccessBindingsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccessBindingsRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccessBindingsRequestObjectSnippet.g.cs
index f9aa60187b47..7465baee9930 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccessBindingsRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccessBindingsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccessBindingsResourceNames1AsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccessBindingsResourceNames1AsyncSnippet.g.cs
index 1e8830c01550..de481923b1c6 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccessBindingsResourceNames1AsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccessBindingsResourceNames1AsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccessBindingsResourceNames1Snippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccessBindingsResourceNames1Snippet.g.cs
index 33802fdb6ac7..fa0310a5daff 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccessBindingsResourceNames1Snippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccessBindingsResourceNames1Snippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccessBindingsResourceNames2AsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccessBindingsResourceNames2AsyncSnippet.g.cs
index 37d5ce09753c..cc7b47d5e481 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccessBindingsResourceNames2AsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccessBindingsResourceNames2AsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccessBindingsResourceNames2Snippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccessBindingsResourceNames2Snippet.g.cs
index 9f310fa64ad2..35c1fc87d347 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccessBindingsResourceNames2Snippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccessBindingsResourceNames2Snippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccessBindingsSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccessBindingsSnippet.g.cs
index 32e5bb2084b7..980315c9e307 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccessBindingsSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccessBindingsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccountSummariesRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccountSummariesRequestObjectAsyncSnippet.g.cs
index a64e8b64cee7..fb2044ef3990 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccountSummariesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccountSummariesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccountSummariesRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccountSummariesRequestObjectSnippet.g.cs
index 9cba89305ca0..392667691676 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccountSummariesRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccountSummariesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccountsRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccountsRequestObjectAsyncSnippet.g.cs
index c7f3f3302636..3f6e2637a5ae 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccountsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccountsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccountsRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccountsRequestObjectSnippet.g.cs
index 2408a4548338..233ab6bb7db4 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccountsRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccountsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAdSenseLinksAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAdSenseLinksAsyncSnippet.g.cs
index 93900c7af825..2d71f8149114 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAdSenseLinksAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAdSenseLinksAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAdSenseLinksRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAdSenseLinksRequestObjectAsyncSnippet.g.cs
index 8e65f7cd1fdb..e3fec0a70288 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAdSenseLinksRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAdSenseLinksRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAdSenseLinksRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAdSenseLinksRequestObjectSnippet.g.cs
index 2a15cef1606a..371fb155b2db 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAdSenseLinksRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAdSenseLinksRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAdSenseLinksResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAdSenseLinksResourceNamesAsyncSnippet.g.cs
index 8e0f63c3170d..e8136d13670a 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAdSenseLinksResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAdSenseLinksResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAdSenseLinksResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAdSenseLinksResourceNamesSnippet.g.cs
index e582eaf345e3..878c0289df0a 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAdSenseLinksResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAdSenseLinksResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAdSenseLinksSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAdSenseLinksSnippet.g.cs
index 15eb4c6b6458..3c21ca29ef6a 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAdSenseLinksSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAdSenseLinksSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAudiencesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAudiencesAsyncSnippet.g.cs
index 0e31a7edba1c..67928aeeed32 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAudiencesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAudiencesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAudiencesRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAudiencesRequestObjectAsyncSnippet.g.cs
index 146b1b83d7b7..816a3e6f1e4c 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAudiencesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAudiencesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAudiencesRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAudiencesRequestObjectSnippet.g.cs
index e875be4191e6..0c42866864cf 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAudiencesRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAudiencesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAudiencesResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAudiencesResourceNamesAsyncSnippet.g.cs
index 35247525e762..d6823497297b 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAudiencesResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAudiencesResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAudiencesResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAudiencesResourceNamesSnippet.g.cs
index 17c1a456d82d..4ec66eccae1b 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAudiencesResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAudiencesResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAudiencesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAudiencesSnippet.g.cs
index 6013dcc50fe3..c79448f3268b 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAudiencesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListAudiencesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListBigQueryLinksAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListBigQueryLinksAsyncSnippet.g.cs
index 77373549a98b..85e1bd092345 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListBigQueryLinksAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListBigQueryLinksAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListBigQueryLinksRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListBigQueryLinksRequestObjectAsyncSnippet.g.cs
index 630e081cbb86..0a6ae898072a 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListBigQueryLinksRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListBigQueryLinksRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListBigQueryLinksRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListBigQueryLinksRequestObjectSnippet.g.cs
index c5cabbe6e9d9..d54adfd8f57d 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListBigQueryLinksRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListBigQueryLinksRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListBigQueryLinksResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListBigQueryLinksResourceNamesAsyncSnippet.g.cs
index 370fecf9d0ed..3285d92a1586 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListBigQueryLinksResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListBigQueryLinksResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListBigQueryLinksResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListBigQueryLinksResourceNamesSnippet.g.cs
index 7248295f5c21..a942d6bee411 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListBigQueryLinksResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListBigQueryLinksResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListBigQueryLinksSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListBigQueryLinksSnippet.g.cs
index e4d1eead587c..1430f1d94f1f 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListBigQueryLinksSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListBigQueryLinksSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCalculatedMetricsAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCalculatedMetricsAsyncSnippet.g.cs
index 151b46b9e313..72e07be332c9 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCalculatedMetricsAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCalculatedMetricsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCalculatedMetricsRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCalculatedMetricsRequestObjectAsyncSnippet.g.cs
index f54e9128ad81..e92840e42334 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCalculatedMetricsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCalculatedMetricsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCalculatedMetricsRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCalculatedMetricsRequestObjectSnippet.g.cs
index 98797dae4c01..f8a7b4a9bd69 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCalculatedMetricsRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCalculatedMetricsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCalculatedMetricsResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCalculatedMetricsResourceNamesAsyncSnippet.g.cs
index 97a571cbb331..0fd545e445d0 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCalculatedMetricsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCalculatedMetricsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCalculatedMetricsResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCalculatedMetricsResourceNamesSnippet.g.cs
index 7aed317ae722..413826c421bb 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCalculatedMetricsResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCalculatedMetricsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCalculatedMetricsSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCalculatedMetricsSnippet.g.cs
index 28b431530488..898d1865b746 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCalculatedMetricsSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCalculatedMetricsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListChannelGroupsAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListChannelGroupsAsyncSnippet.g.cs
index ef374e90c613..fc2874c690d7 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListChannelGroupsAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListChannelGroupsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListChannelGroupsRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListChannelGroupsRequestObjectAsyncSnippet.g.cs
index 5a6110677d0c..a996fb0299d0 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListChannelGroupsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListChannelGroupsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListChannelGroupsRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListChannelGroupsRequestObjectSnippet.g.cs
index 6a7a7de7dda8..b231103cc1cb 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListChannelGroupsRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListChannelGroupsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListChannelGroupsResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListChannelGroupsResourceNamesAsyncSnippet.g.cs
index 4fce21fc3ac7..b2e2a005b4c4 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListChannelGroupsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListChannelGroupsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListChannelGroupsResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListChannelGroupsResourceNamesSnippet.g.cs
index 50e98649d500..bb460cff24b1 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListChannelGroupsResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListChannelGroupsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListChannelGroupsSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListChannelGroupsSnippet.g.cs
index c3ca6a82830d..fb51a35e8a32 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListChannelGroupsSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListChannelGroupsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListConnectedSiteTagsRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListConnectedSiteTagsRequestObjectAsyncSnippet.g.cs
index 37548b3e7a55..8c5a7dc5bb5b 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListConnectedSiteTagsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListConnectedSiteTagsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListConnectedSiteTagsRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListConnectedSiteTagsRequestObjectSnippet.g.cs
index fd565eccdd0d..555f511d4fee 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListConnectedSiteTagsRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListConnectedSiteTagsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListConversionEventsAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListConversionEventsAsyncSnippet.g.cs
index 7f0beacbcd54..ef1bc20e38a9 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListConversionEventsAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListConversionEventsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListConversionEventsRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListConversionEventsRequestObjectAsyncSnippet.g.cs
index 4d0038f491d9..469cd2aa2e77 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListConversionEventsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListConversionEventsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListConversionEventsRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListConversionEventsRequestObjectSnippet.g.cs
index fdc251d33213..63b7333ce1be 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListConversionEventsRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListConversionEventsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListConversionEventsResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListConversionEventsResourceNamesAsyncSnippet.g.cs
index 4a7d0e4df4e4..a618985bc08f 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListConversionEventsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListConversionEventsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListConversionEventsResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListConversionEventsResourceNamesSnippet.g.cs
index 4232e4928212..b6a555a69fb1 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListConversionEventsResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListConversionEventsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListConversionEventsSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListConversionEventsSnippet.g.cs
index caaf1212af74..8d0827e9a469 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListConversionEventsSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListConversionEventsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomDimensionsAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomDimensionsAsyncSnippet.g.cs
index ef63834af934..921f7002a5e5 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomDimensionsAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomDimensionsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomDimensionsRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomDimensionsRequestObjectAsyncSnippet.g.cs
index c14c3619ec5e..c476e18a1bd0 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomDimensionsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomDimensionsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomDimensionsRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomDimensionsRequestObjectSnippet.g.cs
index e95c25856a26..ef44f89999f6 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomDimensionsRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomDimensionsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomDimensionsResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomDimensionsResourceNamesAsyncSnippet.g.cs
index 6422babad1fa..e28bdfe203d2 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomDimensionsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomDimensionsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomDimensionsResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomDimensionsResourceNamesSnippet.g.cs
index 1afc01b41acc..9e1d6a266230 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomDimensionsResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomDimensionsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomDimensionsSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomDimensionsSnippet.g.cs
index 0c3c91218e87..c42f81a9f68b 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomDimensionsSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomDimensionsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomMetricsAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomMetricsAsyncSnippet.g.cs
index 2886fdca5786..45f33b82898e 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomMetricsAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomMetricsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomMetricsRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomMetricsRequestObjectAsyncSnippet.g.cs
index c15d87b18673..3e9ea827c180 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomMetricsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomMetricsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomMetricsRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomMetricsRequestObjectSnippet.g.cs
index cd18ebba98a6..4a2dd8dceff7 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomMetricsRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomMetricsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomMetricsResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomMetricsResourceNamesAsyncSnippet.g.cs
index ed0168c56659..74e99d0bcadc 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomMetricsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomMetricsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomMetricsResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomMetricsResourceNamesSnippet.g.cs
index e6066237e3e5..8be283067459 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomMetricsResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomMetricsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomMetricsSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomMetricsSnippet.g.cs
index afcc9d905b8e..ec736f3d9874 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomMetricsSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomMetricsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDataStreamsAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDataStreamsAsyncSnippet.g.cs
index 19d5d593edb6..dee59f3c68a3 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDataStreamsAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDataStreamsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDataStreamsRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDataStreamsRequestObjectAsyncSnippet.g.cs
index 92de947c7821..c7e7a4e86ce5 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDataStreamsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDataStreamsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDataStreamsRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDataStreamsRequestObjectSnippet.g.cs
index 9b87fd552283..49ba8c44c4fc 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDataStreamsRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDataStreamsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDataStreamsResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDataStreamsResourceNamesAsyncSnippet.g.cs
index a41c99d47605..f077cee19f7e 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDataStreamsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDataStreamsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDataStreamsResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDataStreamsResourceNamesSnippet.g.cs
index 6b63c0b8b17d..9230ddb1899d 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDataStreamsResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDataStreamsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDataStreamsSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDataStreamsSnippet.g.cs
index a3d4885c3f15..001b1be535a1 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDataStreamsSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDataStreamsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDisplayVideo360AdvertiserLinkProposalsAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDisplayVideo360AdvertiserLinkProposalsAsyncSnippet.g.cs
index 595e2bd7668b..7842db010415 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDisplayVideo360AdvertiserLinkProposalsAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDisplayVideo360AdvertiserLinkProposalsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDisplayVideo360AdvertiserLinkProposalsRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDisplayVideo360AdvertiserLinkProposalsRequestObjectAsyncSnippet.g.cs
index 9f19317bbc36..0c6192d865f1 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDisplayVideo360AdvertiserLinkProposalsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDisplayVideo360AdvertiserLinkProposalsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDisplayVideo360AdvertiserLinkProposalsRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDisplayVideo360AdvertiserLinkProposalsRequestObjectSnippet.g.cs
index 8b7d29621347..c441ce86ce68 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDisplayVideo360AdvertiserLinkProposalsRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDisplayVideo360AdvertiserLinkProposalsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDisplayVideo360AdvertiserLinkProposalsResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDisplayVideo360AdvertiserLinkProposalsResourceNamesAsyncSnippet.g.cs
index ca42b66e4320..81c59e0a2089 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDisplayVideo360AdvertiserLinkProposalsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDisplayVideo360AdvertiserLinkProposalsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDisplayVideo360AdvertiserLinkProposalsResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDisplayVideo360AdvertiserLinkProposalsResourceNamesSnippet.g.cs
index f5670f44f809..acc7be44dc35 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDisplayVideo360AdvertiserLinkProposalsResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDisplayVideo360AdvertiserLinkProposalsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDisplayVideo360AdvertiserLinkProposalsSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDisplayVideo360AdvertiserLinkProposalsSnippet.g.cs
index db6e5c35c18f..5b8b444bb56c 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDisplayVideo360AdvertiserLinkProposalsSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDisplayVideo360AdvertiserLinkProposalsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDisplayVideo360AdvertiserLinksAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDisplayVideo360AdvertiserLinksAsyncSnippet.g.cs
index 8773a2a22a53..d3389a2e6f1f 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDisplayVideo360AdvertiserLinksAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDisplayVideo360AdvertiserLinksAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDisplayVideo360AdvertiserLinksRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDisplayVideo360AdvertiserLinksRequestObjectAsyncSnippet.g.cs
index 6bc324bebe6e..14a1cb16b091 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDisplayVideo360AdvertiserLinksRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDisplayVideo360AdvertiserLinksRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDisplayVideo360AdvertiserLinksRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDisplayVideo360AdvertiserLinksRequestObjectSnippet.g.cs
index 7a32cb5af7f0..75333347fd81 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDisplayVideo360AdvertiserLinksRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDisplayVideo360AdvertiserLinksRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDisplayVideo360AdvertiserLinksResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDisplayVideo360AdvertiserLinksResourceNamesAsyncSnippet.g.cs
index d5a21c3da8fa..bebe89d876a3 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDisplayVideo360AdvertiserLinksResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDisplayVideo360AdvertiserLinksResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDisplayVideo360AdvertiserLinksResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDisplayVideo360AdvertiserLinksResourceNamesSnippet.g.cs
index a313bdf08a4c..69c0a3e1b347 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDisplayVideo360AdvertiserLinksResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDisplayVideo360AdvertiserLinksResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDisplayVideo360AdvertiserLinksSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDisplayVideo360AdvertiserLinksSnippet.g.cs
index ccc3cbcf78fa..a9a0b929a36a 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDisplayVideo360AdvertiserLinksSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListDisplayVideo360AdvertiserLinksSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListEventCreateRulesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListEventCreateRulesAsyncSnippet.g.cs
index e65102a21cda..db0115f8eb3e 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListEventCreateRulesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListEventCreateRulesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListEventCreateRulesRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListEventCreateRulesRequestObjectAsyncSnippet.g.cs
index 499f30b90835..c50a589ebdfd 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListEventCreateRulesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListEventCreateRulesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListEventCreateRulesRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListEventCreateRulesRequestObjectSnippet.g.cs
index 4ff9391af455..8b50fc88a3fc 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListEventCreateRulesRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListEventCreateRulesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListEventCreateRulesResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListEventCreateRulesResourceNamesAsyncSnippet.g.cs
index befb5ab716cc..545bf34fab53 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListEventCreateRulesResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListEventCreateRulesResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListEventCreateRulesResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListEventCreateRulesResourceNamesSnippet.g.cs
index e82f0dac133b..4f2e7c50fa5f 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListEventCreateRulesResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListEventCreateRulesResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListEventCreateRulesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListEventCreateRulesSnippet.g.cs
index 1e39418f94ce..48261101f182 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListEventCreateRulesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListEventCreateRulesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListEventEditRulesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListEventEditRulesAsyncSnippet.g.cs
index cb339bef5e0a..d58d4d519f58 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListEventEditRulesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListEventEditRulesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListEventEditRulesRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListEventEditRulesRequestObjectAsyncSnippet.g.cs
index 40acd2d89a11..b36bc35c8ab1 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListEventEditRulesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListEventEditRulesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListEventEditRulesRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListEventEditRulesRequestObjectSnippet.g.cs
index 9416f1fd9d41..71f281b9f1ea 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListEventEditRulesRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListEventEditRulesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListEventEditRulesResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListEventEditRulesResourceNamesAsyncSnippet.g.cs
index 96bc8a17ede7..b7650b1b70e1 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListEventEditRulesResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListEventEditRulesResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListEventEditRulesResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListEventEditRulesResourceNamesSnippet.g.cs
index 1ee50c39ce59..7d15e7180686 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListEventEditRulesResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListEventEditRulesResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListEventEditRulesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListEventEditRulesSnippet.g.cs
index 6a2b3a95cb6c..4cad93f9232e 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListEventEditRulesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListEventEditRulesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListExpandedDataSetsAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListExpandedDataSetsAsyncSnippet.g.cs
index d9096839f6cc..8eedada0fa02 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListExpandedDataSetsAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListExpandedDataSetsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListExpandedDataSetsRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListExpandedDataSetsRequestObjectAsyncSnippet.g.cs
index 847e1a99cdd6..71276747de40 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListExpandedDataSetsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListExpandedDataSetsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListExpandedDataSetsRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListExpandedDataSetsRequestObjectSnippet.g.cs
index b8bdf1a775e3..6dd0a0e78899 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListExpandedDataSetsRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListExpandedDataSetsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListExpandedDataSetsResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListExpandedDataSetsResourceNamesAsyncSnippet.g.cs
index f9101ab610d4..c4df7780fc38 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListExpandedDataSetsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListExpandedDataSetsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListExpandedDataSetsResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListExpandedDataSetsResourceNamesSnippet.g.cs
index 5b233411b89f..b111daecf7bb 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListExpandedDataSetsResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListExpandedDataSetsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListExpandedDataSetsSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListExpandedDataSetsSnippet.g.cs
index e2156e42daef..7f63460c5352 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListExpandedDataSetsSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListExpandedDataSetsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListFirebaseLinksAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListFirebaseLinksAsyncSnippet.g.cs
index 1b4ac4060eb9..62bb693d5176 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListFirebaseLinksAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListFirebaseLinksAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListFirebaseLinksRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListFirebaseLinksRequestObjectAsyncSnippet.g.cs
index b6d9f5546326..96eb4c350c5c 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListFirebaseLinksRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListFirebaseLinksRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListFirebaseLinksRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListFirebaseLinksRequestObjectSnippet.g.cs
index 8305b7283f93..57a90cd28d89 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListFirebaseLinksRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListFirebaseLinksRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListFirebaseLinksResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListFirebaseLinksResourceNamesAsyncSnippet.g.cs
index 9b1241836f23..ada14fccd85e 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListFirebaseLinksResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListFirebaseLinksResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListFirebaseLinksResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListFirebaseLinksResourceNamesSnippet.g.cs
index 99580638bf60..b866612d9989 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListFirebaseLinksResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListFirebaseLinksResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListFirebaseLinksSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListFirebaseLinksSnippet.g.cs
index ae8c02fa2088..0ddb70d3966b 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListFirebaseLinksSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListFirebaseLinksSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListGoogleAdsLinksAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListGoogleAdsLinksAsyncSnippet.g.cs
index 0ce1ae37e15a..cf7d406fae4c 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListGoogleAdsLinksAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListGoogleAdsLinksAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListGoogleAdsLinksRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListGoogleAdsLinksRequestObjectAsyncSnippet.g.cs
index 303df5ec7ebc..9fc2a2888648 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListGoogleAdsLinksRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListGoogleAdsLinksRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListGoogleAdsLinksRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListGoogleAdsLinksRequestObjectSnippet.g.cs
index 53ff8fb40fa7..27c6d57c1482 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListGoogleAdsLinksRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListGoogleAdsLinksRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListGoogleAdsLinksResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListGoogleAdsLinksResourceNamesAsyncSnippet.g.cs
index 66d9529b8fc7..8ba467398ced 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListGoogleAdsLinksResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListGoogleAdsLinksResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListGoogleAdsLinksResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListGoogleAdsLinksResourceNamesSnippet.g.cs
index 323af7b7051e..ae887ce111ef 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListGoogleAdsLinksResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListGoogleAdsLinksResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListGoogleAdsLinksSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListGoogleAdsLinksSnippet.g.cs
index 0e34a067ae51..c7142ce71083 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListGoogleAdsLinksSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListGoogleAdsLinksSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListKeyEventsAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListKeyEventsAsyncSnippet.g.cs
index 9642f5cd0f5f..159abbd5dac7 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListKeyEventsAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListKeyEventsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListKeyEventsRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListKeyEventsRequestObjectAsyncSnippet.g.cs
index 3620f0367082..c5b263247214 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListKeyEventsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListKeyEventsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListKeyEventsRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListKeyEventsRequestObjectSnippet.g.cs
index 9fbdd44e8974..75870f06a960 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListKeyEventsRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListKeyEventsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListKeyEventsResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListKeyEventsResourceNamesAsyncSnippet.g.cs
index d6ec13f5ff03..b7dadd74e153 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListKeyEventsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListKeyEventsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListKeyEventsResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListKeyEventsResourceNamesSnippet.g.cs
index 7659ac663ff8..4f5ff1c7929f 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListKeyEventsResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListKeyEventsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListKeyEventsSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListKeyEventsSnippet.g.cs
index b1b21e0cf858..de9e74ecdc93 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListKeyEventsSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListKeyEventsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListMeasurementProtocolSecretsAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListMeasurementProtocolSecretsAsyncSnippet.g.cs
index ba15158b41e4..85c74f210b43 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListMeasurementProtocolSecretsAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListMeasurementProtocolSecretsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListMeasurementProtocolSecretsRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListMeasurementProtocolSecretsRequestObjectAsyncSnippet.g.cs
index 4fbe7dca5284..98400d79113f 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListMeasurementProtocolSecretsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListMeasurementProtocolSecretsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListMeasurementProtocolSecretsRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListMeasurementProtocolSecretsRequestObjectSnippet.g.cs
index 64b231d2b19b..16f8c1715f73 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListMeasurementProtocolSecretsRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListMeasurementProtocolSecretsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListMeasurementProtocolSecretsResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListMeasurementProtocolSecretsResourceNamesAsyncSnippet.g.cs
index 152a29f6b0e2..31b3d5d9d686 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListMeasurementProtocolSecretsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListMeasurementProtocolSecretsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListMeasurementProtocolSecretsResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListMeasurementProtocolSecretsResourceNamesSnippet.g.cs
index 095dab90a170..15bc8d0cacb4 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListMeasurementProtocolSecretsResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListMeasurementProtocolSecretsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListMeasurementProtocolSecretsSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListMeasurementProtocolSecretsSnippet.g.cs
index 48e60ed78d7b..bc1348c15ced 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListMeasurementProtocolSecretsSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListMeasurementProtocolSecretsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListPropertiesRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListPropertiesRequestObjectAsyncSnippet.g.cs
index e8b591d54526..c7867d9db143 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListPropertiesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListPropertiesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListPropertiesRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListPropertiesRequestObjectSnippet.g.cs
index 4d11e6039ce3..27af6d252f16 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListPropertiesRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListPropertiesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListRollupPropertySourceLinksAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListRollupPropertySourceLinksAsyncSnippet.g.cs
index e1e9ef38935f..44c1d5a19f70 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListRollupPropertySourceLinksAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListRollupPropertySourceLinksAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListRollupPropertySourceLinksRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListRollupPropertySourceLinksRequestObjectAsyncSnippet.g.cs
index 2e5265b18669..2aadea619611 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListRollupPropertySourceLinksRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListRollupPropertySourceLinksRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListRollupPropertySourceLinksRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListRollupPropertySourceLinksRequestObjectSnippet.g.cs
index 3256b74d45c2..23d7e2cc6b8d 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListRollupPropertySourceLinksRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListRollupPropertySourceLinksRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListRollupPropertySourceLinksResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListRollupPropertySourceLinksResourceNamesAsyncSnippet.g.cs
index c7380a0c5f68..2b23d3d4df09 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListRollupPropertySourceLinksResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListRollupPropertySourceLinksResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListRollupPropertySourceLinksResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListRollupPropertySourceLinksResourceNamesSnippet.g.cs
index 65c0c22b5dd0..05336c75db5b 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListRollupPropertySourceLinksResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListRollupPropertySourceLinksResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListRollupPropertySourceLinksSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListRollupPropertySourceLinksSnippet.g.cs
index 4c78618208a0..9ac3360eb69c 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListRollupPropertySourceLinksSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListRollupPropertySourceLinksSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSKAdNetworkConversionValueSchemasAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSKAdNetworkConversionValueSchemasAsyncSnippet.g.cs
index 3ee72ba126a3..47f73fb1918b 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSKAdNetworkConversionValueSchemasAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSKAdNetworkConversionValueSchemasAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSKAdNetworkConversionValueSchemasRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSKAdNetworkConversionValueSchemasRequestObjectAsyncSnippet.g.cs
index a4622614ef3a..82cc90c4c506 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSKAdNetworkConversionValueSchemasRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSKAdNetworkConversionValueSchemasRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSKAdNetworkConversionValueSchemasRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSKAdNetworkConversionValueSchemasRequestObjectSnippet.g.cs
index d63d1c4bcc42..267a47dbbb04 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSKAdNetworkConversionValueSchemasRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSKAdNetworkConversionValueSchemasRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSKAdNetworkConversionValueSchemasResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSKAdNetworkConversionValueSchemasResourceNamesAsyncSnippet.g.cs
index 9d6626f205da..355889ab1e83 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSKAdNetworkConversionValueSchemasResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSKAdNetworkConversionValueSchemasResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSKAdNetworkConversionValueSchemasResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSKAdNetworkConversionValueSchemasResourceNamesSnippet.g.cs
index 57c45dcb41e5..69be3a387058 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSKAdNetworkConversionValueSchemasResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSKAdNetworkConversionValueSchemasResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSKAdNetworkConversionValueSchemasSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSKAdNetworkConversionValueSchemasSnippet.g.cs
index e8220ad4871b..f3bdf47262c0 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSKAdNetworkConversionValueSchemasSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSKAdNetworkConversionValueSchemasSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSearchAds360LinksAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSearchAds360LinksAsyncSnippet.g.cs
index c1b09d57af42..83f4e7001948 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSearchAds360LinksAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSearchAds360LinksAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSearchAds360LinksRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSearchAds360LinksRequestObjectAsyncSnippet.g.cs
index c5925814268d..2bfb1bb7478a 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSearchAds360LinksRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSearchAds360LinksRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSearchAds360LinksRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSearchAds360LinksRequestObjectSnippet.g.cs
index 7bcae216da68..91bc01fd562d 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSearchAds360LinksRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSearchAds360LinksRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSearchAds360LinksResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSearchAds360LinksResourceNamesAsyncSnippet.g.cs
index a6d1b46efa39..13bf9d389635 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSearchAds360LinksResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSearchAds360LinksResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSearchAds360LinksResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSearchAds360LinksResourceNamesSnippet.g.cs
index dc688b14682e..5da4308f7e2a 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSearchAds360LinksResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSearchAds360LinksResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSearchAds360LinksSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSearchAds360LinksSnippet.g.cs
index 7e254fea9773..4d42c996b689 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSearchAds360LinksSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSearchAds360LinksSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSubpropertyEventFiltersAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSubpropertyEventFiltersAsyncSnippet.g.cs
index 207a027e86db..5d29a176e7b0 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSubpropertyEventFiltersAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSubpropertyEventFiltersAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSubpropertyEventFiltersRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSubpropertyEventFiltersRequestObjectAsyncSnippet.g.cs
index 4816e2bc66de..a2842be196a9 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSubpropertyEventFiltersRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSubpropertyEventFiltersRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSubpropertyEventFiltersRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSubpropertyEventFiltersRequestObjectSnippet.g.cs
index 9cadbe0c3ead..f362e4bee778 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSubpropertyEventFiltersRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSubpropertyEventFiltersRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSubpropertyEventFiltersResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSubpropertyEventFiltersResourceNamesAsyncSnippet.g.cs
index 5e45d8b41cc5..c5056f5b9bed 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSubpropertyEventFiltersResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSubpropertyEventFiltersResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSubpropertyEventFiltersResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSubpropertyEventFiltersResourceNamesSnippet.g.cs
index 8442720a34ea..470fbd9fe573 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSubpropertyEventFiltersResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSubpropertyEventFiltersResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSubpropertyEventFiltersSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSubpropertyEventFiltersSnippet.g.cs
index b21b3956f49d..b4f3b2ddab8e 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSubpropertyEventFiltersSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ListSubpropertyEventFiltersSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ProvisionAccountTicketRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ProvisionAccountTicketRequestObjectAsyncSnippet.g.cs
index 5a926155976c..6106a9d5a088 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ProvisionAccountTicketRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ProvisionAccountTicketRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ProvisionAccountTicketRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ProvisionAccountTicketRequestObjectSnippet.g.cs
index 387768b90a7a..34855d404edb 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ProvisionAccountTicketRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ProvisionAccountTicketRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ProvisionSubpropertyRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ProvisionSubpropertyRequestObjectAsyncSnippet.g.cs
index ec9a162819ee..dc7b1134bea4 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ProvisionSubpropertyRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ProvisionSubpropertyRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ProvisionSubpropertyRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ProvisionSubpropertyRequestObjectSnippet.g.cs
index e8cb4135c67e..ee163c428c5d 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ProvisionSubpropertyRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ProvisionSubpropertyRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ReorderEventEditRulesRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ReorderEventEditRulesRequestObjectAsyncSnippet.g.cs
index 420549f43af3..4f60a5c3903b 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ReorderEventEditRulesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ReorderEventEditRulesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ReorderEventEditRulesRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ReorderEventEditRulesRequestObjectSnippet.g.cs
index 075a5dd9f3e7..fddf379c9e67 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ReorderEventEditRulesRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.ReorderEventEditRulesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.RunAccessReportRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.RunAccessReportRequestObjectAsyncSnippet.g.cs
index 82d9dad6296b..2e42c3c3cfe4 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.RunAccessReportRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.RunAccessReportRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.RunAccessReportRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.RunAccessReportRequestObjectSnippet.g.cs
index 3211f18901e4..408b7fbe1de9 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.RunAccessReportRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.RunAccessReportRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.SearchChangeHistoryEventsRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.SearchChangeHistoryEventsRequestObjectAsyncSnippet.g.cs
index d755ee6d0c26..54275a46b409 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.SearchChangeHistoryEventsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.SearchChangeHistoryEventsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.SearchChangeHistoryEventsRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.SearchChangeHistoryEventsRequestObjectSnippet.g.cs
index 152b47a4266a..72eba8cfaee0 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.SearchChangeHistoryEventsRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.SearchChangeHistoryEventsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.SetAutomatedGa4ConfigurationOptOutRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.SetAutomatedGa4ConfigurationOptOutRequestObjectAsyncSnippet.g.cs
index ed9c3469d5d8..2153dcdc75ad 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.SetAutomatedGa4ConfigurationOptOutRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.SetAutomatedGa4ConfigurationOptOutRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.SetAutomatedGa4ConfigurationOptOutRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.SetAutomatedGa4ConfigurationOptOutRequestObjectSnippet.g.cs
index 020dca4d63ec..ce059a9a286a 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.SetAutomatedGa4ConfigurationOptOutRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.SetAutomatedGa4ConfigurationOptOutRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAccessBindingAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAccessBindingAsyncSnippet.g.cs
index c422503b6f76..20e54ded9f55 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAccessBindingAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAccessBindingAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAccessBindingRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAccessBindingRequestObjectAsyncSnippet.g.cs
index fc5a1b00786c..6656409bdc4b 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAccessBindingRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAccessBindingRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAccessBindingRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAccessBindingRequestObjectSnippet.g.cs
index 822292a37363..8e6f590762d5 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAccessBindingRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAccessBindingRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAccessBindingSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAccessBindingSnippet.g.cs
index b7c56bba5639..6d72b80c2f1e 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAccessBindingSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAccessBindingSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAccountAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAccountAsyncSnippet.g.cs
index ef4a85b83bbc..bc83f5806985 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAccountAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAccountAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAccountRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAccountRequestObjectAsyncSnippet.g.cs
index 91d45cace23c..a9c83fd020bc 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAccountRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAccountRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAccountRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAccountRequestObjectSnippet.g.cs
index 0a8040d04962..b09cbebdda3b 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAccountRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAccountRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAccountSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAccountSnippet.g.cs
index 97194090ef2a..c1d11a105ecb 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAccountSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAccountSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAttributionSettingsAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAttributionSettingsAsyncSnippet.g.cs
index 3a36657b695b..7065d8b0ac25 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAttributionSettingsAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAttributionSettingsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAttributionSettingsRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAttributionSettingsRequestObjectAsyncSnippet.g.cs
index 4246aa9225cd..dc9b5652365e 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAttributionSettingsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAttributionSettingsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAttributionSettingsRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAttributionSettingsRequestObjectSnippet.g.cs
index 365331746f98..f32fecf85345 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAttributionSettingsRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAttributionSettingsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAttributionSettingsSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAttributionSettingsSnippet.g.cs
index dfde45e41125..bd3cf0c2b703 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAttributionSettingsSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAttributionSettingsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAudienceAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAudienceAsyncSnippet.g.cs
index b190078ad4c5..c40bb99c3660 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAudienceAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAudienceAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAudienceRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAudienceRequestObjectAsyncSnippet.g.cs
index 32387b381e24..8d77d760d9fd 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAudienceRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAudienceRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAudienceRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAudienceRequestObjectSnippet.g.cs
index 5f34b452b6be..df5225885477 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAudienceRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAudienceRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAudienceSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAudienceSnippet.g.cs
index 434844ed8f5d..c4dd98d9c4ca 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAudienceSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAudienceSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateBigQueryLinkAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateBigQueryLinkAsyncSnippet.g.cs
index dd18a0d3b758..c2be2a92ffb3 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateBigQueryLinkAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateBigQueryLinkAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateBigQueryLinkRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateBigQueryLinkRequestObjectAsyncSnippet.g.cs
index a4ce98dffe0e..7c89a487dfa9 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateBigQueryLinkRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateBigQueryLinkRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateBigQueryLinkRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateBigQueryLinkRequestObjectSnippet.g.cs
index 225cc6ed938c..7722f9c396f2 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateBigQueryLinkRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateBigQueryLinkRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateBigQueryLinkSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateBigQueryLinkSnippet.g.cs
index fedcc549abcb..aa1f1003d7c9 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateBigQueryLinkSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateBigQueryLinkSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCalculatedMetricAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCalculatedMetricAsyncSnippet.g.cs
index 4fd549e65032..ce602b6d7e91 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCalculatedMetricAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCalculatedMetricAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCalculatedMetricRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCalculatedMetricRequestObjectAsyncSnippet.g.cs
index 716f5a2a7bf4..5480655eb355 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCalculatedMetricRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCalculatedMetricRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCalculatedMetricRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCalculatedMetricRequestObjectSnippet.g.cs
index 109fb9ddf1da..9be277b8e293 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCalculatedMetricRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCalculatedMetricRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCalculatedMetricSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCalculatedMetricSnippet.g.cs
index afbe7555c878..aad15b82f7eb 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCalculatedMetricSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCalculatedMetricSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateChannelGroupAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateChannelGroupAsyncSnippet.g.cs
index b1c89b9828d6..115a5163abeb 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateChannelGroupAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateChannelGroupAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateChannelGroupRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateChannelGroupRequestObjectAsyncSnippet.g.cs
index ccffb57a6157..bf2296f65860 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateChannelGroupRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateChannelGroupRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateChannelGroupRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateChannelGroupRequestObjectSnippet.g.cs
index d57ceb77a1e0..bff4af495b7f 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateChannelGroupRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateChannelGroupRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateChannelGroupSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateChannelGroupSnippet.g.cs
index 6b9c6bef9d9b..97b7fde6114b 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateChannelGroupSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateChannelGroupSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateConversionEventAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateConversionEventAsyncSnippet.g.cs
index 707f31bd10cd..267eb6cfbcf1 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateConversionEventAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateConversionEventAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateConversionEventRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateConversionEventRequestObjectAsyncSnippet.g.cs
index 146813b3c140..9f5280ea8481 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateConversionEventRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateConversionEventRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateConversionEventRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateConversionEventRequestObjectSnippet.g.cs
index c5b93d46ad0a..5ca6d4bde3b6 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateConversionEventRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateConversionEventRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateConversionEventSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateConversionEventSnippet.g.cs
index 4e60c20fa00a..63119b1ab5a6 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateConversionEventSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateConversionEventSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomDimensionAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomDimensionAsyncSnippet.g.cs
index 7609f17d0d8a..8d72d258ee30 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomDimensionAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomDimensionAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomDimensionRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomDimensionRequestObjectAsyncSnippet.g.cs
index 40bce958ad90..2ab4a2dfb99d 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomDimensionRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomDimensionRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomDimensionRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomDimensionRequestObjectSnippet.g.cs
index 497f6a212c9b..2bad105a906a 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomDimensionRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomDimensionRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomDimensionSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomDimensionSnippet.g.cs
index 96f548f00c1a..c1a06e76ef18 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomDimensionSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomDimensionSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomMetricAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomMetricAsyncSnippet.g.cs
index 7adf1221e3d6..b8eab27ecb84 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomMetricAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomMetricAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomMetricRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomMetricRequestObjectAsyncSnippet.g.cs
index ebc944c65e0f..344721ec92d9 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomMetricRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomMetricRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomMetricRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomMetricRequestObjectSnippet.g.cs
index 4bfd136ac3fa..fdce617981d7 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomMetricRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomMetricRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomMetricSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomMetricSnippet.g.cs
index 76d140827d0e..94fa11aa03a7 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomMetricSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomMetricSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataRedactionSettingsAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataRedactionSettingsAsyncSnippet.g.cs
index c6ea5e0c74ec..2966165d8b47 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataRedactionSettingsAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataRedactionSettingsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataRedactionSettingsRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataRedactionSettingsRequestObjectAsyncSnippet.g.cs
index 330e03bd2fef..ed72dea4d261 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataRedactionSettingsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataRedactionSettingsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataRedactionSettingsRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataRedactionSettingsRequestObjectSnippet.g.cs
index caa42e3a5b1a..6b57757d117c 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataRedactionSettingsRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataRedactionSettingsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataRedactionSettingsSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataRedactionSettingsSnippet.g.cs
index 1d5fe3e797e3..a0824c8aa1fb 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataRedactionSettingsSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataRedactionSettingsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataRetentionSettingsAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataRetentionSettingsAsyncSnippet.g.cs
index 183a4b36eaa9..9109b9de0d41 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataRetentionSettingsAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataRetentionSettingsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataRetentionSettingsRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataRetentionSettingsRequestObjectAsyncSnippet.g.cs
index d1687b9ffbec..b3fb5c41c2ac 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataRetentionSettingsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataRetentionSettingsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataRetentionSettingsRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataRetentionSettingsRequestObjectSnippet.g.cs
index e32d2e48868c..c45a1a103f0b 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataRetentionSettingsRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataRetentionSettingsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataRetentionSettingsSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataRetentionSettingsSnippet.g.cs
index 4ddf4b61f227..1d8e913a372c 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataRetentionSettingsSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataRetentionSettingsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataStreamAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataStreamAsyncSnippet.g.cs
index 84371563b74a..a8287111bbf6 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataStreamAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataStreamAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataStreamRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataStreamRequestObjectAsyncSnippet.g.cs
index fc383f7e6432..a59b1329bff3 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataStreamRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataStreamRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataStreamRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataStreamRequestObjectSnippet.g.cs
index 96b00ac04eb6..10b4225fe283 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataStreamRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataStreamRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataStreamSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataStreamSnippet.g.cs
index f55f8b1ccb82..27a82a10c909 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataStreamSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataStreamSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDisplayVideo360AdvertiserLinkAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDisplayVideo360AdvertiserLinkAsyncSnippet.g.cs
index d004cd3a40d4..7467f288b591 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDisplayVideo360AdvertiserLinkAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDisplayVideo360AdvertiserLinkAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDisplayVideo360AdvertiserLinkRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDisplayVideo360AdvertiserLinkRequestObjectAsyncSnippet.g.cs
index e73aff5b2f6b..615e7ffaccea 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDisplayVideo360AdvertiserLinkRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDisplayVideo360AdvertiserLinkRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDisplayVideo360AdvertiserLinkRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDisplayVideo360AdvertiserLinkRequestObjectSnippet.g.cs
index fb6a5c9eaa4e..f175756d9171 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDisplayVideo360AdvertiserLinkRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDisplayVideo360AdvertiserLinkRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDisplayVideo360AdvertiserLinkSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDisplayVideo360AdvertiserLinkSnippet.g.cs
index 47f741878e48..3d41208e32fa 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDisplayVideo360AdvertiserLinkSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDisplayVideo360AdvertiserLinkSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateEnhancedMeasurementSettingsAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateEnhancedMeasurementSettingsAsyncSnippet.g.cs
index 1cbf8399f087..14439c927c5a 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateEnhancedMeasurementSettingsAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateEnhancedMeasurementSettingsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateEnhancedMeasurementSettingsRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateEnhancedMeasurementSettingsRequestObjectAsyncSnippet.g.cs
index 06fa4ee16d12..1409f8dba35e 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateEnhancedMeasurementSettingsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateEnhancedMeasurementSettingsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateEnhancedMeasurementSettingsRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateEnhancedMeasurementSettingsRequestObjectSnippet.g.cs
index 16a46290ca53..aa4e82954d8f 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateEnhancedMeasurementSettingsRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateEnhancedMeasurementSettingsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateEnhancedMeasurementSettingsSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateEnhancedMeasurementSettingsSnippet.g.cs
index 321f946ba032..92f9571e104e 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateEnhancedMeasurementSettingsSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateEnhancedMeasurementSettingsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateEventCreateRuleAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateEventCreateRuleAsyncSnippet.g.cs
index deaae05c0796..a4f6cca74ff1 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateEventCreateRuleAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateEventCreateRuleAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateEventCreateRuleRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateEventCreateRuleRequestObjectAsyncSnippet.g.cs
index b716251127b5..b2b5a15b53ca 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateEventCreateRuleRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateEventCreateRuleRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateEventCreateRuleRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateEventCreateRuleRequestObjectSnippet.g.cs
index b96d92d0ef48..1ced590d9762 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateEventCreateRuleRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateEventCreateRuleRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateEventCreateRuleSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateEventCreateRuleSnippet.g.cs
index 9975f5988af2..05a3328c70ee 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateEventCreateRuleSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateEventCreateRuleSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateEventEditRuleAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateEventEditRuleAsyncSnippet.g.cs
index 00f1014e5862..403c1105efe0 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateEventEditRuleAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateEventEditRuleAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateEventEditRuleRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateEventEditRuleRequestObjectAsyncSnippet.g.cs
index c2c1a21e109c..680c86fe2a43 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateEventEditRuleRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateEventEditRuleRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateEventEditRuleRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateEventEditRuleRequestObjectSnippet.g.cs
index 97dffbe51837..e2b035cf090e 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateEventEditRuleRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateEventEditRuleRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateEventEditRuleSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateEventEditRuleSnippet.g.cs
index 95bf86185271..b0fc9b694666 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateEventEditRuleSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateEventEditRuleSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateExpandedDataSetAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateExpandedDataSetAsyncSnippet.g.cs
index 35e077135628..733600380292 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateExpandedDataSetAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateExpandedDataSetAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateExpandedDataSetRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateExpandedDataSetRequestObjectAsyncSnippet.g.cs
index 0f9dc9794bca..e122ee9b2b73 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateExpandedDataSetRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateExpandedDataSetRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateExpandedDataSetRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateExpandedDataSetRequestObjectSnippet.g.cs
index 05b4d3f20ed5..68523b5b2c07 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateExpandedDataSetRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateExpandedDataSetRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateExpandedDataSetSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateExpandedDataSetSnippet.g.cs
index 77df585ab1f6..b9fbe2bb217e 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateExpandedDataSetSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateExpandedDataSetSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateGoogleAdsLinkAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateGoogleAdsLinkAsyncSnippet.g.cs
index a0bb5ccf5630..be4c626ddf91 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateGoogleAdsLinkAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateGoogleAdsLinkAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateGoogleAdsLinkRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateGoogleAdsLinkRequestObjectAsyncSnippet.g.cs
index c44f64dbb161..003897375248 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateGoogleAdsLinkRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateGoogleAdsLinkRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateGoogleAdsLinkRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateGoogleAdsLinkRequestObjectSnippet.g.cs
index 791b04bc392e..1dfbb3746a19 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateGoogleAdsLinkRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateGoogleAdsLinkRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateGoogleAdsLinkSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateGoogleAdsLinkSnippet.g.cs
index 508fc146550a..a11e027e9392 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateGoogleAdsLinkSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateGoogleAdsLinkSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateGoogleSignalsSettingsAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateGoogleSignalsSettingsAsyncSnippet.g.cs
index d6182e0d0010..0705acc2e37a 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateGoogleSignalsSettingsAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateGoogleSignalsSettingsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateGoogleSignalsSettingsRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateGoogleSignalsSettingsRequestObjectAsyncSnippet.g.cs
index 760210da3de6..a59cc9e904b1 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateGoogleSignalsSettingsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateGoogleSignalsSettingsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateGoogleSignalsSettingsRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateGoogleSignalsSettingsRequestObjectSnippet.g.cs
index 425c1ea41867..b8a1f9948cca 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateGoogleSignalsSettingsRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateGoogleSignalsSettingsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateGoogleSignalsSettingsSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateGoogleSignalsSettingsSnippet.g.cs
index b06bd1e0f283..a534253d4a5e 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateGoogleSignalsSettingsSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateGoogleSignalsSettingsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateKeyEventAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateKeyEventAsyncSnippet.g.cs
index aafa02ea1fd7..493e73dbe261 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateKeyEventAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateKeyEventAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateKeyEventRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateKeyEventRequestObjectAsyncSnippet.g.cs
index 34c9ef927776..89d0778c306e 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateKeyEventRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateKeyEventRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateKeyEventRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateKeyEventRequestObjectSnippet.g.cs
index 59a9c29d9187..f6ba702b796c 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateKeyEventRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateKeyEventRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateKeyEventSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateKeyEventSnippet.g.cs
index fe4313f35908..41ed521ce258 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateKeyEventSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateKeyEventSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateMeasurementProtocolSecretAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateMeasurementProtocolSecretAsyncSnippet.g.cs
index a09fe2d8a178..50b39150492e 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateMeasurementProtocolSecretAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateMeasurementProtocolSecretAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateMeasurementProtocolSecretRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateMeasurementProtocolSecretRequestObjectAsyncSnippet.g.cs
index e147698e02c8..fda2948c7f6d 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateMeasurementProtocolSecretRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateMeasurementProtocolSecretRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateMeasurementProtocolSecretRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateMeasurementProtocolSecretRequestObjectSnippet.g.cs
index c1d169d443ee..f43b79f9b705 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateMeasurementProtocolSecretRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateMeasurementProtocolSecretRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateMeasurementProtocolSecretSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateMeasurementProtocolSecretSnippet.g.cs
index b7697f059a3b..a0edc9bfa0e7 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateMeasurementProtocolSecretSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateMeasurementProtocolSecretSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdatePropertyAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdatePropertyAsyncSnippet.g.cs
index f2e1221b2d87..403dd80dad7d 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdatePropertyAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdatePropertyAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdatePropertyRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdatePropertyRequestObjectAsyncSnippet.g.cs
index 21ca66f31b50..78d7e8e0b594 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdatePropertyRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdatePropertyRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdatePropertyRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdatePropertyRequestObjectSnippet.g.cs
index 111602317445..0cbc3fdcf29a 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdatePropertyRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdatePropertyRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdatePropertySnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdatePropertySnippet.g.cs
index 598a3887870f..f23043874ea0 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdatePropertySnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdatePropertySnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateSKAdNetworkConversionValueSchemaAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateSKAdNetworkConversionValueSchemaAsyncSnippet.g.cs
index cdd97c1d771f..97412bc07f2d 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateSKAdNetworkConversionValueSchemaAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateSKAdNetworkConversionValueSchemaAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateSKAdNetworkConversionValueSchemaRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateSKAdNetworkConversionValueSchemaRequestObjectAsyncSnippet.g.cs
index 56ddf2983d48..0d4312bf97a9 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateSKAdNetworkConversionValueSchemaRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateSKAdNetworkConversionValueSchemaRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateSKAdNetworkConversionValueSchemaRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateSKAdNetworkConversionValueSchemaRequestObjectSnippet.g.cs
index f880cbac9c3a..642b3c9a48c9 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateSKAdNetworkConversionValueSchemaRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateSKAdNetworkConversionValueSchemaRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateSKAdNetworkConversionValueSchemaSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateSKAdNetworkConversionValueSchemaSnippet.g.cs
index 7d0f9cea7de0..b4dbaf588254 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateSKAdNetworkConversionValueSchemaSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateSKAdNetworkConversionValueSchemaSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateSearchAds360LinkAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateSearchAds360LinkAsyncSnippet.g.cs
index fe37b5755d5a..0489d517a95b 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateSearchAds360LinkAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateSearchAds360LinkAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateSearchAds360LinkRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateSearchAds360LinkRequestObjectAsyncSnippet.g.cs
index 5290d46c7e69..f0c13357a953 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateSearchAds360LinkRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateSearchAds360LinkRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateSearchAds360LinkRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateSearchAds360LinkRequestObjectSnippet.g.cs
index 7e6c7691df44..1c4f82806449 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateSearchAds360LinkRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateSearchAds360LinkRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateSearchAds360LinkSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateSearchAds360LinkSnippet.g.cs
index 8d3379eeea64..ad26201d229f 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateSearchAds360LinkSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateSearchAds360LinkSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateSubpropertyEventFilterAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateSubpropertyEventFilterAsyncSnippet.g.cs
index 929724dbf466..5dda3443ee5e 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateSubpropertyEventFilterAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateSubpropertyEventFilterAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateSubpropertyEventFilterRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateSubpropertyEventFilterRequestObjectAsyncSnippet.g.cs
index 82869bf1e874..614cfa3489d0 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateSubpropertyEventFilterRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateSubpropertyEventFilterRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateSubpropertyEventFilterRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateSubpropertyEventFilterRequestObjectSnippet.g.cs
index 1428b026e464..bcfa5233e4e6 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateSubpropertyEventFilterRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateSubpropertyEventFilterRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateSubpropertyEventFilterSnippet.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateSubpropertyEventFilterSnippet.g.cs
index 5be512abf179..3f06bd9d1b5e 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateSubpropertyEventFilterSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateSubpropertyEventFilterSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.Snippets/AnalyticsAdminServiceClientSnippets.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.Snippets/AnalyticsAdminServiceClientSnippets.g.cs
index 8c2d69eb71e3..8a3222faf304 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.Snippets/AnalyticsAdminServiceClientSnippets.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.Snippets/AnalyticsAdminServiceClientSnippets.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha/AnalyticsAdminResourceNames.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha/AnalyticsAdminResourceNames.g.cs
index 6b076ab8cbe4..efdd22745867 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha/AnalyticsAdminResourceNames.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha/AnalyticsAdminResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha/AnalyticsAdminServiceClient.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha/AnalyticsAdminServiceClient.g.cs
index 1b7f9887b059..f077f53e7b26 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha/AnalyticsAdminServiceClient.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha/AnalyticsAdminServiceClient.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha/AudienceResourceNames.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha/AudienceResourceNames.g.cs
index 4a98e01d4f89..41337b42e44a 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha/AudienceResourceNames.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha/AudienceResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha/ChannelGroupResourceNames.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha/ChannelGroupResourceNames.g.cs
index 20e9967241ea..1dc48c0e05c8 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha/ChannelGroupResourceNames.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha/ChannelGroupResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha/EventCreateAndEditResourceNames.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha/EventCreateAndEditResourceNames.g.cs
index ff34a3617785..9f100269e814 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha/EventCreateAndEditResourceNames.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha/EventCreateAndEditResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha/ExpandedDataSetResourceNames.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha/ExpandedDataSetResourceNames.g.cs
index 58ab8d53d445..4b560b7d8c0d 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha/ExpandedDataSetResourceNames.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha/ExpandedDataSetResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha/PackageApiMetadata.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha/PackageApiMetadata.g.cs
index f2d3d4062feb..43978a9c9542 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha/PackageApiMetadata.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha/PackageApiMetadata.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha/ResourcesResourceNames.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha/ResourcesResourceNames.g.cs
index bbb379f57e64..7a1f5845e635 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha/ResourcesResourceNames.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha/ResourcesResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha/ServiceCollectionExtensions.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha/ServiceCollectionExtensions.g.cs
index 088cd47a97b6..9936e3f834ab 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha/ServiceCollectionExtensions.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha/ServiceCollectionExtensions.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha/SubpropertyEventFilterResourceNames.g.cs b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha/SubpropertyEventFilterResourceNames.g.cs
index e236e56b597f..9f599ac2e014 100644
--- a/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha/SubpropertyEventFilterResourceNames.g.cs
+++ b/apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha/SubpropertyEventFilterResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Alpha/docs/index.md b/apis/Google.Analytics.Admin.V1Alpha/docs/index.md
deleted file mode 100644
index afb1676143bd..000000000000
--- a/apis/Google.Analytics.Admin.V1Alpha/docs/index.md
+++ /dev/null
@@ -1,15 +0,0 @@
-{{title}}
-
-{{description}}
-
-{{version}}
-
-{{installation}}
-
-{{auth}}
-
-## Getting started
-
-{{client-classes}}
-
-{{client-construction}}
diff --git a/apis/Google.Analytics.Admin.V1Beta/.OwlBot.yaml b/apis/Google.Analytics.Admin.V1Beta/.OwlBot.yaml
index 3df06c972874..6cee3b66540b 100644
--- a/apis/Google.Analytics.Admin.V1Beta/.OwlBot.yaml
+++ b/apis/Google.Analytics.Admin.V1Beta/.OwlBot.yaml
@@ -1,5 +1,5 @@
-# Copyright 2024 Google LLC
+# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.AcknowledgeUserDataCollectionRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.AcknowledgeUserDataCollectionRequestObjectAsyncSnippet.g.cs
index 7ff42f278536..eb302eb60f98 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.AcknowledgeUserDataCollectionRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.AcknowledgeUserDataCollectionRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.AcknowledgeUserDataCollectionRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.AcknowledgeUserDataCollectionRequestObjectSnippet.g.cs
index 2a9afbefa62a..d75962d9809f 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.AcknowledgeUserDataCollectionRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.AcknowledgeUserDataCollectionRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomDimensionAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomDimensionAsyncSnippet.g.cs
index 86839b90f514..ce729adf88f7 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomDimensionAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomDimensionAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomDimensionRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomDimensionRequestObjectAsyncSnippet.g.cs
index cf534fd72591..74bb1904957d 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomDimensionRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomDimensionRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomDimensionRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomDimensionRequestObjectSnippet.g.cs
index cff23ddae4a3..8e6999f2c004 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomDimensionRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomDimensionRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomDimensionResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomDimensionResourceNamesAsyncSnippet.g.cs
index 65c03141a11b..21bb98147899 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomDimensionResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomDimensionResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomDimensionResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomDimensionResourceNamesSnippet.g.cs
index 710814be528e..da080dcc8cbe 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomDimensionResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomDimensionResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomDimensionSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomDimensionSnippet.g.cs
index 4ecc8f4ba69c..47c1e47061ec 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomDimensionSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomDimensionSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomMetricAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomMetricAsyncSnippet.g.cs
index f7f108055c58..d22aa9a410ad 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomMetricAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomMetricAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomMetricRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomMetricRequestObjectAsyncSnippet.g.cs
index 96bc5abe8d40..38c221a90547 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomMetricRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomMetricRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomMetricRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomMetricRequestObjectSnippet.g.cs
index a79f8a6e5321..ede66a122ebc 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomMetricRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomMetricRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomMetricResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomMetricResourceNamesAsyncSnippet.g.cs
index 05a53655bb41..108148a0f91f 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomMetricResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomMetricResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomMetricResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomMetricResourceNamesSnippet.g.cs
index e606ad92a356..373c1f7f6f06 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomMetricResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomMetricResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomMetricSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomMetricSnippet.g.cs
index ab2066b9d8bd..f5d2fe8fe03c 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomMetricSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ArchiveCustomMetricSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConversionEventAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConversionEventAsyncSnippet.g.cs
index cbf627a166c4..b543ce5cd97b 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConversionEventAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConversionEventAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConversionEventRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConversionEventRequestObjectAsyncSnippet.g.cs
index 8196dd9e632a..d7cdd9bb57a5 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConversionEventRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConversionEventRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConversionEventRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConversionEventRequestObjectSnippet.g.cs
index 6410867bce70..3052791855ae 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConversionEventRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConversionEventRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConversionEventResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConversionEventResourceNamesAsyncSnippet.g.cs
index 47e4d86fcada..50b865a53e46 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConversionEventResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConversionEventResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConversionEventResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConversionEventResourceNamesSnippet.g.cs
index fcb32e5f6b2e..c2c826d06f8f 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConversionEventResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConversionEventResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConversionEventSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConversionEventSnippet.g.cs
index 736cc4b16f0c..3a4e1b693a39 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConversionEventSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateConversionEventSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomDimensionAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomDimensionAsyncSnippet.g.cs
index 321ec119aa36..63c447d69859 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomDimensionAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomDimensionAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomDimensionRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomDimensionRequestObjectAsyncSnippet.g.cs
index 03634f17c828..d23a3e91b6c4 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomDimensionRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomDimensionRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomDimensionRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomDimensionRequestObjectSnippet.g.cs
index e9ba682a1468..699e582e1c10 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomDimensionRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomDimensionRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomDimensionResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomDimensionResourceNamesAsyncSnippet.g.cs
index 3f80ce6ebb9a..02b24e154a60 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomDimensionResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomDimensionResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomDimensionResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomDimensionResourceNamesSnippet.g.cs
index 1d3f61dac42d..7f83d6125fbd 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomDimensionResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomDimensionResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomDimensionSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomDimensionSnippet.g.cs
index f156e6246c4a..0e6db17bff39 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomDimensionSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomDimensionSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomMetricAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomMetricAsyncSnippet.g.cs
index 9930a9daf983..a334cdf40713 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomMetricAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomMetricAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomMetricRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomMetricRequestObjectAsyncSnippet.g.cs
index 73c3bf959f00..e7b736e078de 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomMetricRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomMetricRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomMetricRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomMetricRequestObjectSnippet.g.cs
index d4c752420624..4c22c04fc674 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomMetricRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomMetricRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomMetricResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomMetricResourceNamesAsyncSnippet.g.cs
index d9dd69af916a..2aed6f310920 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomMetricResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomMetricResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomMetricResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomMetricResourceNamesSnippet.g.cs
index 976d93e60194..48ff6149b11e 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomMetricResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomMetricResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomMetricSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomMetricSnippet.g.cs
index 16995ff77583..0a8919756fb1 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomMetricSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateCustomMetricSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDataStreamAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDataStreamAsyncSnippet.g.cs
index 6267f6f60487..82fdb7a843fd 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDataStreamAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDataStreamAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDataStreamRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDataStreamRequestObjectAsyncSnippet.g.cs
index afb79d6be550..6bca156fe563 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDataStreamRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDataStreamRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDataStreamRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDataStreamRequestObjectSnippet.g.cs
index fe4952dc6bf5..c8437b15e8a1 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDataStreamRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDataStreamRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDataStreamResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDataStreamResourceNamesAsyncSnippet.g.cs
index 52eeae7655da..e60163c60ded 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDataStreamResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDataStreamResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDataStreamResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDataStreamResourceNamesSnippet.g.cs
index 8f010aeb7993..7e1587ac7fba 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDataStreamResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDataStreamResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDataStreamSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDataStreamSnippet.g.cs
index c976851a3d98..9c92b878657b 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDataStreamSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateDataStreamSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateFirebaseLinkAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateFirebaseLinkAsyncSnippet.g.cs
index 93b0172d7a1c..4d306289bd90 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateFirebaseLinkAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateFirebaseLinkAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateFirebaseLinkRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateFirebaseLinkRequestObjectAsyncSnippet.g.cs
index 3277759329f1..e3c65a22feff 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateFirebaseLinkRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateFirebaseLinkRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateFirebaseLinkRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateFirebaseLinkRequestObjectSnippet.g.cs
index 3431b9fc0a2c..7ddb771212ec 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateFirebaseLinkRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateFirebaseLinkRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateFirebaseLinkResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateFirebaseLinkResourceNamesAsyncSnippet.g.cs
index 6bfd3447873d..7281f33ab885 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateFirebaseLinkResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateFirebaseLinkResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateFirebaseLinkResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateFirebaseLinkResourceNamesSnippet.g.cs
index 8a67c991a21b..62fe0e38f635 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateFirebaseLinkResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateFirebaseLinkResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateFirebaseLinkSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateFirebaseLinkSnippet.g.cs
index 80a243106590..c1ba0decdddd 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateFirebaseLinkSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateFirebaseLinkSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateGoogleAdsLinkAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateGoogleAdsLinkAsyncSnippet.g.cs
index 44f0b53361e8..714f45f49740 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateGoogleAdsLinkAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateGoogleAdsLinkAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateGoogleAdsLinkRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateGoogleAdsLinkRequestObjectAsyncSnippet.g.cs
index b78ed0554cda..2d08e3c04381 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateGoogleAdsLinkRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateGoogleAdsLinkRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateGoogleAdsLinkRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateGoogleAdsLinkRequestObjectSnippet.g.cs
index 10aeb36c869d..f8f12a1af4c5 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateGoogleAdsLinkRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateGoogleAdsLinkRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateGoogleAdsLinkResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateGoogleAdsLinkResourceNamesAsyncSnippet.g.cs
index 191a98c852fa..619e5aefc883 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateGoogleAdsLinkResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateGoogleAdsLinkResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateGoogleAdsLinkResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateGoogleAdsLinkResourceNamesSnippet.g.cs
index 0570125fb131..68e6941bd5c1 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateGoogleAdsLinkResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateGoogleAdsLinkResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateGoogleAdsLinkSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateGoogleAdsLinkSnippet.g.cs
index c563886df3ce..92831c7fa99f 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateGoogleAdsLinkSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateGoogleAdsLinkSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateKeyEventAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateKeyEventAsyncSnippet.g.cs
index 8421a92aa444..449a23fa7413 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateKeyEventAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateKeyEventAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateKeyEventRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateKeyEventRequestObjectAsyncSnippet.g.cs
index afaa96e6736b..4f04a90442c2 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateKeyEventRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateKeyEventRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateKeyEventRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateKeyEventRequestObjectSnippet.g.cs
index 33fe846ba0b1..4acc52ed8694 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateKeyEventRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateKeyEventRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateKeyEventResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateKeyEventResourceNamesAsyncSnippet.g.cs
index fed45a294b23..b40071a3a606 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateKeyEventResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateKeyEventResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateKeyEventResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateKeyEventResourceNamesSnippet.g.cs
index 783025fc3838..b367498836c8 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateKeyEventResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateKeyEventResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateKeyEventSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateKeyEventSnippet.g.cs
index 4b1cb319242f..3f182b42e795 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateKeyEventSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateKeyEventSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateMeasurementProtocolSecretAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateMeasurementProtocolSecretAsyncSnippet.g.cs
index ea382f238f62..50dd689eaf19 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateMeasurementProtocolSecretAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateMeasurementProtocolSecretAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateMeasurementProtocolSecretRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateMeasurementProtocolSecretRequestObjectAsyncSnippet.g.cs
index e72f61f533b6..22496de97cfc 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateMeasurementProtocolSecretRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateMeasurementProtocolSecretRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateMeasurementProtocolSecretRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateMeasurementProtocolSecretRequestObjectSnippet.g.cs
index 0c0a3a63bdc0..93342d7b2e12 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateMeasurementProtocolSecretRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateMeasurementProtocolSecretRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateMeasurementProtocolSecretResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateMeasurementProtocolSecretResourceNamesAsyncSnippet.g.cs
index 3fe4cd54e65d..14622659633a 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateMeasurementProtocolSecretResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateMeasurementProtocolSecretResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateMeasurementProtocolSecretResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateMeasurementProtocolSecretResourceNamesSnippet.g.cs
index 686dee386370..6a54c07177fc 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateMeasurementProtocolSecretResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateMeasurementProtocolSecretResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateMeasurementProtocolSecretSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateMeasurementProtocolSecretSnippet.g.cs
index 215f01d289d5..aa2aeb820125 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateMeasurementProtocolSecretSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreateMeasurementProtocolSecretSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreatePropertyAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreatePropertyAsyncSnippet.g.cs
index 7d91f7b11e2b..cdba9d822a9c 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreatePropertyAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreatePropertyAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreatePropertyRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreatePropertyRequestObjectAsyncSnippet.g.cs
index bb84485f1435..7fb6b46c42f0 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreatePropertyRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreatePropertyRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreatePropertyRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreatePropertyRequestObjectSnippet.g.cs
index d4a50f7488b2..6911ba152e8b 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreatePropertyRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreatePropertyRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreatePropertySnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreatePropertySnippet.g.cs
index d0c64340da7b..08e57d74cd48 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreatePropertySnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.CreatePropertySnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccountAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccountAsyncSnippet.g.cs
index 613418710f7f..3e54a0c23919 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccountAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccountAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccountRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccountRequestObjectAsyncSnippet.g.cs
index 0b70d489c99d..ff07e6d3d693 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccountRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccountRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccountRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccountRequestObjectSnippet.g.cs
index 2fc2bde473ac..2fdd79f8fb4a 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccountRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccountRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccountResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccountResourceNamesAsyncSnippet.g.cs
index 43591884dd5c..c05349702779 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccountResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccountResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccountResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccountResourceNamesSnippet.g.cs
index fdcd51aeeff7..4fcbe0290736 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccountResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccountResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccountSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccountSnippet.g.cs
index 383c96ea4ae9..b7053d7ada98 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccountSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteAccountSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConversionEventAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConversionEventAsyncSnippet.g.cs
index 0d32bf5f3fe5..7c489d60e692 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConversionEventAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConversionEventAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConversionEventRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConversionEventRequestObjectAsyncSnippet.g.cs
index 8ae3a856b0bd..59fe97222761 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConversionEventRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConversionEventRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConversionEventRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConversionEventRequestObjectSnippet.g.cs
index 775ef5af2cc7..19ea8c7fd8bb 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConversionEventRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConversionEventRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConversionEventResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConversionEventResourceNamesAsyncSnippet.g.cs
index 2908d22d5d91..06528da76af2 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConversionEventResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConversionEventResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConversionEventResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConversionEventResourceNamesSnippet.g.cs
index 78e6b6b53bf1..6d10c9cca91b 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConversionEventResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConversionEventResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConversionEventSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConversionEventSnippet.g.cs
index 24accaf122a7..1a4cdec4dcfa 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConversionEventSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteConversionEventSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDataStreamAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDataStreamAsyncSnippet.g.cs
index 51c4db639938..3d672b39ecf8 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDataStreamAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDataStreamAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDataStreamRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDataStreamRequestObjectAsyncSnippet.g.cs
index 39848d608616..fb59307dce22 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDataStreamRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDataStreamRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDataStreamRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDataStreamRequestObjectSnippet.g.cs
index 0371f840e0d4..28bdbe1c18e1 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDataStreamRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDataStreamRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDataStreamResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDataStreamResourceNamesAsyncSnippet.g.cs
index 6e5409783132..be72a4c0c12b 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDataStreamResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDataStreamResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDataStreamResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDataStreamResourceNamesSnippet.g.cs
index 8c29c11a180b..d5a9c34ed75d 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDataStreamResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDataStreamResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDataStreamSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDataStreamSnippet.g.cs
index 73614892c6ff..c171283abdc6 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDataStreamSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteDataStreamSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteFirebaseLinkAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteFirebaseLinkAsyncSnippet.g.cs
index 7925d885121d..d352f2dd6592 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteFirebaseLinkAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteFirebaseLinkAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteFirebaseLinkRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteFirebaseLinkRequestObjectAsyncSnippet.g.cs
index 4ed4d434b644..e1c54cba0d2d 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteFirebaseLinkRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteFirebaseLinkRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteFirebaseLinkRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteFirebaseLinkRequestObjectSnippet.g.cs
index 7c2b8d2047d1..5c6bf421c1eb 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteFirebaseLinkRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteFirebaseLinkRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteFirebaseLinkResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteFirebaseLinkResourceNamesAsyncSnippet.g.cs
index cb33e63c3030..d282934eb03a 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteFirebaseLinkResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteFirebaseLinkResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteFirebaseLinkResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteFirebaseLinkResourceNamesSnippet.g.cs
index 6c78f25ae625..8f1a21592761 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteFirebaseLinkResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteFirebaseLinkResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteFirebaseLinkSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteFirebaseLinkSnippet.g.cs
index 4f17e5951927..e6520ebc857d 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteFirebaseLinkSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteFirebaseLinkSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteGoogleAdsLinkAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteGoogleAdsLinkAsyncSnippet.g.cs
index 8af6a69f2bab..df90a0e6b450 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteGoogleAdsLinkAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteGoogleAdsLinkAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteGoogleAdsLinkRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteGoogleAdsLinkRequestObjectAsyncSnippet.g.cs
index 0a70ec2f7bfd..f60cd0564dcd 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteGoogleAdsLinkRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteGoogleAdsLinkRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteGoogleAdsLinkRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteGoogleAdsLinkRequestObjectSnippet.g.cs
index 5dec692f7795..df90bb5b859d 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteGoogleAdsLinkRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteGoogleAdsLinkRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteGoogleAdsLinkResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteGoogleAdsLinkResourceNamesAsyncSnippet.g.cs
index e7bfaf9a06b8..9b5cada0fbb9 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteGoogleAdsLinkResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteGoogleAdsLinkResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteGoogleAdsLinkResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteGoogleAdsLinkResourceNamesSnippet.g.cs
index 2bda960230b7..c75b62e60df0 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteGoogleAdsLinkResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteGoogleAdsLinkResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteGoogleAdsLinkSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteGoogleAdsLinkSnippet.g.cs
index 097f66b044b0..8d7c225f3563 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteGoogleAdsLinkSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteGoogleAdsLinkSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteKeyEventAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteKeyEventAsyncSnippet.g.cs
index d610af512406..05d733071f21 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteKeyEventAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteKeyEventAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteKeyEventRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteKeyEventRequestObjectAsyncSnippet.g.cs
index 4121a505e143..dbc00c1ac46b 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteKeyEventRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteKeyEventRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteKeyEventRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteKeyEventRequestObjectSnippet.g.cs
index 3775191ecd4c..0a0a636a1ced 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteKeyEventRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteKeyEventRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteKeyEventResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteKeyEventResourceNamesAsyncSnippet.g.cs
index 5ee0dc864a35..ccb5e17a50c5 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteKeyEventResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteKeyEventResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteKeyEventResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteKeyEventResourceNamesSnippet.g.cs
index 4b338a0ade93..1af6cf4022e7 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteKeyEventResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteKeyEventResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteKeyEventSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteKeyEventSnippet.g.cs
index 6644af150cae..31dcb59fd847 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteKeyEventSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteKeyEventSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteMeasurementProtocolSecretAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteMeasurementProtocolSecretAsyncSnippet.g.cs
index a143714d6b06..b696dcbe296c 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteMeasurementProtocolSecretAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteMeasurementProtocolSecretAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteMeasurementProtocolSecretRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteMeasurementProtocolSecretRequestObjectAsyncSnippet.g.cs
index 1be543a20b8f..885b10a1a162 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteMeasurementProtocolSecretRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteMeasurementProtocolSecretRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteMeasurementProtocolSecretRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteMeasurementProtocolSecretRequestObjectSnippet.g.cs
index c0126a6e5045..a5fe57e76258 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteMeasurementProtocolSecretRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteMeasurementProtocolSecretRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteMeasurementProtocolSecretResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteMeasurementProtocolSecretResourceNamesAsyncSnippet.g.cs
index ec48c94598e1..44230b8398e2 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteMeasurementProtocolSecretResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteMeasurementProtocolSecretResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteMeasurementProtocolSecretResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteMeasurementProtocolSecretResourceNamesSnippet.g.cs
index 4991b7973981..6421de3be526 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteMeasurementProtocolSecretResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteMeasurementProtocolSecretResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteMeasurementProtocolSecretSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteMeasurementProtocolSecretSnippet.g.cs
index 6b2b9e7c4ba1..a5ad266f9aa2 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteMeasurementProtocolSecretSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeleteMeasurementProtocolSecretSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeletePropertyAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeletePropertyAsyncSnippet.g.cs
index 92add015535f..a1029c50ddf6 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeletePropertyAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeletePropertyAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeletePropertyRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeletePropertyRequestObjectAsyncSnippet.g.cs
index 5a285b90b089..7c49020a9fd6 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeletePropertyRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeletePropertyRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeletePropertyRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeletePropertyRequestObjectSnippet.g.cs
index 6bddaeaea261..dc60a945da62 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeletePropertyRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeletePropertyRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeletePropertyResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeletePropertyResourceNamesAsyncSnippet.g.cs
index b01ed42ea648..0dd1c48ad1c7 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeletePropertyResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeletePropertyResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeletePropertyResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeletePropertyResourceNamesSnippet.g.cs
index 78f7d3db8838..9851191b04bb 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeletePropertyResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeletePropertyResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeletePropertySnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeletePropertySnippet.g.cs
index bd7e48394b31..25c5e8acc145 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeletePropertySnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.DeletePropertySnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccountAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccountAsyncSnippet.g.cs
index 89b308652196..7163c7ff26b8 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccountAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccountAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccountRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccountRequestObjectAsyncSnippet.g.cs
index 93f539b68afb..8104fe0451ad 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccountRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccountRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccountRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccountRequestObjectSnippet.g.cs
index 96cb72a9645b..c15f49468469 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccountRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccountRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccountResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccountResourceNamesAsyncSnippet.g.cs
index 620238d8f788..f91345e15f0c 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccountResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccountResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccountResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccountResourceNamesSnippet.g.cs
index 5dd233652158..5889883ebdab 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccountResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccountResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccountSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccountSnippet.g.cs
index 68e58a2fc124..b628d21fe915 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccountSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetAccountSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetConversionEventAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetConversionEventAsyncSnippet.g.cs
index 239e8fc9f482..d9abff84aa72 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetConversionEventAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetConversionEventAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetConversionEventRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetConversionEventRequestObjectAsyncSnippet.g.cs
index d387364bf93f..36de363ecf81 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetConversionEventRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetConversionEventRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetConversionEventRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetConversionEventRequestObjectSnippet.g.cs
index 695fb2cef43c..1ca89fce8fd6 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetConversionEventRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetConversionEventRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetConversionEventResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetConversionEventResourceNamesAsyncSnippet.g.cs
index 1847a4126469..85985d77b709 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetConversionEventResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetConversionEventResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetConversionEventResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetConversionEventResourceNamesSnippet.g.cs
index 8cc6d92a68eb..06d0752c1414 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetConversionEventResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetConversionEventResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetConversionEventSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetConversionEventSnippet.g.cs
index cfe0134c2179..43c96c541ecd 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetConversionEventSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetConversionEventSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomDimensionAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomDimensionAsyncSnippet.g.cs
index 4e6a8a4206bd..8f410ee06600 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomDimensionAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomDimensionAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomDimensionRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomDimensionRequestObjectAsyncSnippet.g.cs
index 3e82d736cae6..ba9f7bdbcc56 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomDimensionRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomDimensionRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomDimensionRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomDimensionRequestObjectSnippet.g.cs
index 582e5eea4796..fb26c365dbbd 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomDimensionRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomDimensionRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomDimensionResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomDimensionResourceNamesAsyncSnippet.g.cs
index 4c46ff8f1653..916ffdc039ef 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomDimensionResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomDimensionResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomDimensionResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomDimensionResourceNamesSnippet.g.cs
index 4b718f3651b3..7ee0cca5abd6 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomDimensionResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomDimensionResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomDimensionSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomDimensionSnippet.g.cs
index 010ed7257c7e..16366def0ef6 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomDimensionSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomDimensionSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomMetricAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomMetricAsyncSnippet.g.cs
index b15fa09bb970..0d70e8f956ac 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomMetricAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomMetricAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomMetricRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomMetricRequestObjectAsyncSnippet.g.cs
index 2b21a42a1545..24d0d98c19be 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomMetricRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomMetricRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomMetricRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomMetricRequestObjectSnippet.g.cs
index e5ca9db58300..66739702ac5f 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomMetricRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomMetricRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomMetricResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomMetricResourceNamesAsyncSnippet.g.cs
index d4636e3a7537..22b7f63775cf 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomMetricResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomMetricResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomMetricResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomMetricResourceNamesSnippet.g.cs
index 5b8449a8b24c..4c619b9cbe23 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomMetricResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomMetricResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomMetricSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomMetricSnippet.g.cs
index 6902a83fc58e..b8fa70ef3f1a 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomMetricSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetCustomMetricSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRetentionSettingsAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRetentionSettingsAsyncSnippet.g.cs
index e55540dae1c4..e7ab81bb380d 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRetentionSettingsAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRetentionSettingsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRetentionSettingsRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRetentionSettingsRequestObjectAsyncSnippet.g.cs
index aeda92fd683a..149d2b568c7a 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRetentionSettingsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRetentionSettingsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRetentionSettingsRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRetentionSettingsRequestObjectSnippet.g.cs
index 7614755510bd..e749eeb7fa06 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRetentionSettingsRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRetentionSettingsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRetentionSettingsResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRetentionSettingsResourceNamesAsyncSnippet.g.cs
index b0a6658f1eed..ff93c8c0cf5c 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRetentionSettingsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRetentionSettingsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRetentionSettingsResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRetentionSettingsResourceNamesSnippet.g.cs
index 87fb8930cdb0..cb4020967023 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRetentionSettingsResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRetentionSettingsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRetentionSettingsSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRetentionSettingsSnippet.g.cs
index 1c50696216ed..16b95bd07613 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRetentionSettingsSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataRetentionSettingsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataSharingSettingsAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataSharingSettingsAsyncSnippet.g.cs
index f0591109b004..604fa31f34b7 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataSharingSettingsAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataSharingSettingsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataSharingSettingsRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataSharingSettingsRequestObjectAsyncSnippet.g.cs
index 3d0002165a05..ba2d85f1186d 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataSharingSettingsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataSharingSettingsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataSharingSettingsRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataSharingSettingsRequestObjectSnippet.g.cs
index a1ae7826a0f8..d8972535e814 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataSharingSettingsRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataSharingSettingsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataSharingSettingsResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataSharingSettingsResourceNamesAsyncSnippet.g.cs
index 12428c72965d..49488afad299 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataSharingSettingsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataSharingSettingsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataSharingSettingsResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataSharingSettingsResourceNamesSnippet.g.cs
index 04ff1be833a1..de3436d89d60 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataSharingSettingsResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataSharingSettingsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataSharingSettingsSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataSharingSettingsSnippet.g.cs
index fc998b3b867f..bef4214b29ff 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataSharingSettingsSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataSharingSettingsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataStreamAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataStreamAsyncSnippet.g.cs
index d76fa55cb57c..58ef1dce49f7 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataStreamAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataStreamAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataStreamRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataStreamRequestObjectAsyncSnippet.g.cs
index 563e632ec48c..a7fbf45c20b9 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataStreamRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataStreamRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataStreamRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataStreamRequestObjectSnippet.g.cs
index 8fa22f684cfb..0c0d19fe37a2 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataStreamRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataStreamRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataStreamResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataStreamResourceNamesAsyncSnippet.g.cs
index b6c78a110aae..bd1bc2512951 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataStreamResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataStreamResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataStreamResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataStreamResourceNamesSnippet.g.cs
index 042868f00e6e..bed459702ca9 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataStreamResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataStreamResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataStreamSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataStreamSnippet.g.cs
index 82c59e84570f..09ddf17c6ac0 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataStreamSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataStreamSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetKeyEventAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetKeyEventAsyncSnippet.g.cs
index 76ff8da46793..7286c79a9d42 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetKeyEventAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetKeyEventAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetKeyEventRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetKeyEventRequestObjectAsyncSnippet.g.cs
index 5ad0ea3020dc..3791e2681d84 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetKeyEventRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetKeyEventRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetKeyEventRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetKeyEventRequestObjectSnippet.g.cs
index 4dd35902e2fd..7785f306ffc6 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetKeyEventRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetKeyEventRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetKeyEventResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetKeyEventResourceNamesAsyncSnippet.g.cs
index ef3369c5f1bb..1548747b3385 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetKeyEventResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetKeyEventResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetKeyEventResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetKeyEventResourceNamesSnippet.g.cs
index b6071baf6d0a..3b9511a6e5a3 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetKeyEventResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetKeyEventResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetKeyEventSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetKeyEventSnippet.g.cs
index 07147211269d..bd03e199b6c2 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetKeyEventSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetKeyEventSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetMeasurementProtocolSecretAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetMeasurementProtocolSecretAsyncSnippet.g.cs
index fb0d12dd4972..4948e8abb107 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetMeasurementProtocolSecretAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetMeasurementProtocolSecretAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetMeasurementProtocolSecretRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetMeasurementProtocolSecretRequestObjectAsyncSnippet.g.cs
index d503682cecc4..7127f40bdb1d 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetMeasurementProtocolSecretRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetMeasurementProtocolSecretRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetMeasurementProtocolSecretRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetMeasurementProtocolSecretRequestObjectSnippet.g.cs
index cff07ae39c5d..12b43f0af69f 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetMeasurementProtocolSecretRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetMeasurementProtocolSecretRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetMeasurementProtocolSecretResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetMeasurementProtocolSecretResourceNamesAsyncSnippet.g.cs
index 0c32f5aa964a..3a1ae7b0e9b6 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetMeasurementProtocolSecretResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetMeasurementProtocolSecretResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetMeasurementProtocolSecretResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetMeasurementProtocolSecretResourceNamesSnippet.g.cs
index 0dd7b21f1493..2d8ada46e220 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetMeasurementProtocolSecretResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetMeasurementProtocolSecretResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetMeasurementProtocolSecretSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetMeasurementProtocolSecretSnippet.g.cs
index 90688fccc17c..9ece28142ea1 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetMeasurementProtocolSecretSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetMeasurementProtocolSecretSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetPropertyAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetPropertyAsyncSnippet.g.cs
index 06a2a63e1542..05ac597726a8 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetPropertyAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetPropertyAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetPropertyRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetPropertyRequestObjectAsyncSnippet.g.cs
index 63ff1e8e805d..99d73f98dd9f 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetPropertyRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetPropertyRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetPropertyRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetPropertyRequestObjectSnippet.g.cs
index abed885de38b..1c3cbf881dd5 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetPropertyRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetPropertyRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetPropertyResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetPropertyResourceNamesAsyncSnippet.g.cs
index 166f1176daea..2e807adb5043 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetPropertyResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetPropertyResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetPropertyResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetPropertyResourceNamesSnippet.g.cs
index c5749575c9cd..9940858e39bf 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetPropertyResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetPropertyResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetPropertySnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetPropertySnippet.g.cs
index 6af4e9fa23f4..e540502bea5b 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetPropertySnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.GetPropertySnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccountSummariesRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccountSummariesRequestObjectAsyncSnippet.g.cs
index 746684020e38..adaa1d90e269 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccountSummariesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccountSummariesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccountSummariesRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccountSummariesRequestObjectSnippet.g.cs
index a7cb7147e86a..c87c910363c8 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccountSummariesRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccountSummariesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccountsRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccountsRequestObjectAsyncSnippet.g.cs
index e2dfc4b6d265..85320f218f02 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccountsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccountsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccountsRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccountsRequestObjectSnippet.g.cs
index 4ad6f8f593f3..5bc229429515 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccountsRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListAccountsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListConversionEventsAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListConversionEventsAsyncSnippet.g.cs
index 4de01eefa7ce..d01f2fb6e93d 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListConversionEventsAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListConversionEventsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListConversionEventsRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListConversionEventsRequestObjectAsyncSnippet.g.cs
index caa79920071f..e27ab3696b4a 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListConversionEventsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListConversionEventsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListConversionEventsRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListConversionEventsRequestObjectSnippet.g.cs
index 40387fce8000..bd76ec16adda 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListConversionEventsRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListConversionEventsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListConversionEventsResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListConversionEventsResourceNamesAsyncSnippet.g.cs
index 21ab879af93b..f71d2a421248 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListConversionEventsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListConversionEventsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListConversionEventsResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListConversionEventsResourceNamesSnippet.g.cs
index 444e076aedfd..71323c9defcd 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListConversionEventsResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListConversionEventsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListConversionEventsSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListConversionEventsSnippet.g.cs
index b28763c28166..a0ddecb3bb4c 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListConversionEventsSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListConversionEventsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomDimensionsAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomDimensionsAsyncSnippet.g.cs
index 747ca30a11cc..09123dafdb64 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomDimensionsAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomDimensionsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomDimensionsRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomDimensionsRequestObjectAsyncSnippet.g.cs
index f668d0fb2552..ddf6bd29fdf7 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomDimensionsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomDimensionsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomDimensionsRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomDimensionsRequestObjectSnippet.g.cs
index 6342d270e70c..7295f4b62b26 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomDimensionsRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomDimensionsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomDimensionsResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomDimensionsResourceNamesAsyncSnippet.g.cs
index 4645e81f8969..025391fd76f1 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomDimensionsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomDimensionsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomDimensionsResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomDimensionsResourceNamesSnippet.g.cs
index 700c516543ec..0d082f866dc3 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomDimensionsResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomDimensionsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomDimensionsSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomDimensionsSnippet.g.cs
index 0322a52b8fee..976fdab6c5be 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomDimensionsSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomDimensionsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomMetricsAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomMetricsAsyncSnippet.g.cs
index d795125f2648..eedbe54d1329 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomMetricsAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomMetricsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomMetricsRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomMetricsRequestObjectAsyncSnippet.g.cs
index 43c27409f5ad..6027ecdfe220 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomMetricsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomMetricsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomMetricsRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomMetricsRequestObjectSnippet.g.cs
index 8cca26f00b5f..930eeeed589d 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomMetricsRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomMetricsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomMetricsResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomMetricsResourceNamesAsyncSnippet.g.cs
index cff65fcdcf7f..506b4a3d705f 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomMetricsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomMetricsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomMetricsResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomMetricsResourceNamesSnippet.g.cs
index 6fd2140f3230..ea3695f0d23c 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomMetricsResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomMetricsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomMetricsSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomMetricsSnippet.g.cs
index 48d25e2e1fb3..101da57706a6 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomMetricsSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListCustomMetricsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListDataStreamsAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListDataStreamsAsyncSnippet.g.cs
index c86cf5e2ad21..1b1935c95483 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListDataStreamsAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListDataStreamsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListDataStreamsRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListDataStreamsRequestObjectAsyncSnippet.g.cs
index d07fe4af0ab0..a588a606f299 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListDataStreamsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListDataStreamsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListDataStreamsRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListDataStreamsRequestObjectSnippet.g.cs
index 9415c02f825c..1463fd82a88f 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListDataStreamsRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListDataStreamsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListDataStreamsResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListDataStreamsResourceNamesAsyncSnippet.g.cs
index 93975d2534f4..de91e2220724 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListDataStreamsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListDataStreamsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListDataStreamsResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListDataStreamsResourceNamesSnippet.g.cs
index c9afbd6f584a..4b0537ccb74a 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListDataStreamsResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListDataStreamsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListDataStreamsSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListDataStreamsSnippet.g.cs
index 73a3e18a99be..63dd577cf489 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListDataStreamsSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListDataStreamsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListFirebaseLinksAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListFirebaseLinksAsyncSnippet.g.cs
index 95a981ffa38d..c9ec49b92393 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListFirebaseLinksAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListFirebaseLinksAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListFirebaseLinksRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListFirebaseLinksRequestObjectAsyncSnippet.g.cs
index 8ff207de650c..7d374b6e6826 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListFirebaseLinksRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListFirebaseLinksRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListFirebaseLinksRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListFirebaseLinksRequestObjectSnippet.g.cs
index 551c89fb8e6f..bab4ebc5c469 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListFirebaseLinksRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListFirebaseLinksRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListFirebaseLinksResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListFirebaseLinksResourceNamesAsyncSnippet.g.cs
index 92fe69f76782..a68aab4c9d5f 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListFirebaseLinksResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListFirebaseLinksResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListFirebaseLinksResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListFirebaseLinksResourceNamesSnippet.g.cs
index a5fb1e3a867b..7bd015c71dc0 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListFirebaseLinksResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListFirebaseLinksResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListFirebaseLinksSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListFirebaseLinksSnippet.g.cs
index 10bc12848c56..d24972878a39 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListFirebaseLinksSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListFirebaseLinksSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListGoogleAdsLinksAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListGoogleAdsLinksAsyncSnippet.g.cs
index f42f2d5dc9ea..e960b2ac7444 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListGoogleAdsLinksAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListGoogleAdsLinksAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListGoogleAdsLinksRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListGoogleAdsLinksRequestObjectAsyncSnippet.g.cs
index 1ab84260c2fa..4f701d6d7b63 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListGoogleAdsLinksRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListGoogleAdsLinksRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListGoogleAdsLinksRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListGoogleAdsLinksRequestObjectSnippet.g.cs
index ba7af01dca3f..55349454dd5e 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListGoogleAdsLinksRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListGoogleAdsLinksRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListGoogleAdsLinksResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListGoogleAdsLinksResourceNamesAsyncSnippet.g.cs
index 58e9ceb962e1..a2aa82d9699e 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListGoogleAdsLinksResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListGoogleAdsLinksResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListGoogleAdsLinksResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListGoogleAdsLinksResourceNamesSnippet.g.cs
index a4150a2b458c..5cd118b5207d 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListGoogleAdsLinksResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListGoogleAdsLinksResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListGoogleAdsLinksSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListGoogleAdsLinksSnippet.g.cs
index a92f27a23337..e05455cb8bab 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListGoogleAdsLinksSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListGoogleAdsLinksSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListKeyEventsAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListKeyEventsAsyncSnippet.g.cs
index 7b0a85e81404..f1fd6edda686 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListKeyEventsAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListKeyEventsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListKeyEventsRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListKeyEventsRequestObjectAsyncSnippet.g.cs
index c41fea5fd4eb..d094d8d6e3cf 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListKeyEventsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListKeyEventsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListKeyEventsRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListKeyEventsRequestObjectSnippet.g.cs
index c8e989f6c38b..efe984faa0df 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListKeyEventsRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListKeyEventsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListKeyEventsResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListKeyEventsResourceNamesAsyncSnippet.g.cs
index 0e4cf8267348..fd96c4d6a778 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListKeyEventsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListKeyEventsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListKeyEventsResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListKeyEventsResourceNamesSnippet.g.cs
index 604452cfe68d..7def32eb1b4d 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListKeyEventsResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListKeyEventsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListKeyEventsSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListKeyEventsSnippet.g.cs
index d926c22f0604..60635faaa8a4 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListKeyEventsSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListKeyEventsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListMeasurementProtocolSecretsAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListMeasurementProtocolSecretsAsyncSnippet.g.cs
index efbd607e3365..8d9fac6df778 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListMeasurementProtocolSecretsAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListMeasurementProtocolSecretsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListMeasurementProtocolSecretsRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListMeasurementProtocolSecretsRequestObjectAsyncSnippet.g.cs
index 61717e573115..970584962d21 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListMeasurementProtocolSecretsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListMeasurementProtocolSecretsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListMeasurementProtocolSecretsRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListMeasurementProtocolSecretsRequestObjectSnippet.g.cs
index ac0c99d85a47..cc48e1aa75ec 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListMeasurementProtocolSecretsRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListMeasurementProtocolSecretsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListMeasurementProtocolSecretsResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListMeasurementProtocolSecretsResourceNamesAsyncSnippet.g.cs
index 0aa727ec8900..d13144bdda8b 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListMeasurementProtocolSecretsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListMeasurementProtocolSecretsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListMeasurementProtocolSecretsResourceNamesSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListMeasurementProtocolSecretsResourceNamesSnippet.g.cs
index 36f619640c99..55a6a9d6e1ab 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListMeasurementProtocolSecretsResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListMeasurementProtocolSecretsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListMeasurementProtocolSecretsSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListMeasurementProtocolSecretsSnippet.g.cs
index 7a373233319e..d785aaf3af6b 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListMeasurementProtocolSecretsSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListMeasurementProtocolSecretsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListPropertiesRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListPropertiesRequestObjectAsyncSnippet.g.cs
index f8a1e5968cbf..db78f12bb6a7 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListPropertiesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListPropertiesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListPropertiesRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListPropertiesRequestObjectSnippet.g.cs
index 8537a6b9ebfd..004e0245bdc5 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListPropertiesRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ListPropertiesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ProvisionAccountTicketRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ProvisionAccountTicketRequestObjectAsyncSnippet.g.cs
index 33fae617c4d8..0d5b1e54e55b 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ProvisionAccountTicketRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ProvisionAccountTicketRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ProvisionAccountTicketRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ProvisionAccountTicketRequestObjectSnippet.g.cs
index 768ef90f2a5c..f19c6076bd11 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ProvisionAccountTicketRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.ProvisionAccountTicketRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.RunAccessReportRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.RunAccessReportRequestObjectAsyncSnippet.g.cs
index 170b4a5f0ab8..f25a2ab117ff 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.RunAccessReportRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.RunAccessReportRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.RunAccessReportRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.RunAccessReportRequestObjectSnippet.g.cs
index 64a726866af7..0ac6c82c71ba 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.RunAccessReportRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.RunAccessReportRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.SearchChangeHistoryEventsRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.SearchChangeHistoryEventsRequestObjectAsyncSnippet.g.cs
index 36a553d75dda..76b7f4afa9bf 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.SearchChangeHistoryEventsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.SearchChangeHistoryEventsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.SearchChangeHistoryEventsRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.SearchChangeHistoryEventsRequestObjectSnippet.g.cs
index 9978ec7979e9..63e1667d6570 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.SearchChangeHistoryEventsRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.SearchChangeHistoryEventsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAccountAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAccountAsyncSnippet.g.cs
index 465817e9ad52..78eda345413d 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAccountAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAccountAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAccountRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAccountRequestObjectAsyncSnippet.g.cs
index a74af2c3445b..7bd278fcfd74 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAccountRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAccountRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAccountRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAccountRequestObjectSnippet.g.cs
index c842e9e84e95..1fb2dbbb0915 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAccountRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAccountRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAccountSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAccountSnippet.g.cs
index ff5582ed9812..35999f0396e5 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAccountSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateAccountSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateConversionEventAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateConversionEventAsyncSnippet.g.cs
index 2dae8ee4d8de..d4df162e0b1a 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateConversionEventAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateConversionEventAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateConversionEventRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateConversionEventRequestObjectAsyncSnippet.g.cs
index 0c5a358c6d7b..a90f150212df 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateConversionEventRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateConversionEventRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateConversionEventRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateConversionEventRequestObjectSnippet.g.cs
index 6a638a981474..8413073e3dd0 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateConversionEventRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateConversionEventRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateConversionEventSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateConversionEventSnippet.g.cs
index 8a7479ea5095..a9f10f400cc5 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateConversionEventSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateConversionEventSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomDimensionAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomDimensionAsyncSnippet.g.cs
index 2b53c06d5ec4..6c19338a4e64 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomDimensionAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomDimensionAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomDimensionRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomDimensionRequestObjectAsyncSnippet.g.cs
index ec8c9b8825de..056774b7c868 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomDimensionRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomDimensionRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomDimensionRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomDimensionRequestObjectSnippet.g.cs
index fc0c126e0979..e1288c3d7e0e 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomDimensionRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomDimensionRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomDimensionSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomDimensionSnippet.g.cs
index 253843c45ae3..4e8583684d06 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomDimensionSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomDimensionSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomMetricAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomMetricAsyncSnippet.g.cs
index 3b90b21d3b27..e9c0efc763f7 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomMetricAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomMetricAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomMetricRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomMetricRequestObjectAsyncSnippet.g.cs
index 59c79c80362a..3a622397e839 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomMetricRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomMetricRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomMetricRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomMetricRequestObjectSnippet.g.cs
index 5b0cd6ef1974..397b6047f077 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomMetricRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomMetricRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomMetricSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomMetricSnippet.g.cs
index 90ab55ddb09a..3c9cb4b2d0d2 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomMetricSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateCustomMetricSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataRetentionSettingsAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataRetentionSettingsAsyncSnippet.g.cs
index e1d5aab20dbd..8d56a73e2784 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataRetentionSettingsAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataRetentionSettingsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataRetentionSettingsRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataRetentionSettingsRequestObjectAsyncSnippet.g.cs
index 1d81dfc18101..865dea82eae3 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataRetentionSettingsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataRetentionSettingsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataRetentionSettingsRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataRetentionSettingsRequestObjectSnippet.g.cs
index f43faf18cdda..e3a5dbba1a29 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataRetentionSettingsRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataRetentionSettingsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataRetentionSettingsSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataRetentionSettingsSnippet.g.cs
index d59c7e1bab50..a568167b22aa 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataRetentionSettingsSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataRetentionSettingsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataStreamAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataStreamAsyncSnippet.g.cs
index 3436508a8200..da77ff6d5326 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataStreamAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataStreamAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataStreamRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataStreamRequestObjectAsyncSnippet.g.cs
index fb52b8f49c03..da3b1625a98a 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataStreamRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataStreamRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataStreamRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataStreamRequestObjectSnippet.g.cs
index b2722958aaf9..36d6134bfb35 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataStreamRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataStreamRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataStreamSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataStreamSnippet.g.cs
index b5a1cd2e63b8..960cc2695595 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataStreamSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateDataStreamSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateGoogleAdsLinkAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateGoogleAdsLinkAsyncSnippet.g.cs
index a6e7550dce6c..a4dd865cb7db 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateGoogleAdsLinkAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateGoogleAdsLinkAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateGoogleAdsLinkRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateGoogleAdsLinkRequestObjectAsyncSnippet.g.cs
index bc72090addf6..d619dee4fcdb 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateGoogleAdsLinkRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateGoogleAdsLinkRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateGoogleAdsLinkRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateGoogleAdsLinkRequestObjectSnippet.g.cs
index bea21cc12cb9..894d4ea17ea6 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateGoogleAdsLinkRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateGoogleAdsLinkRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateGoogleAdsLinkSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateGoogleAdsLinkSnippet.g.cs
index 4a0f61dceaa3..ef2a5b8b7e66 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateGoogleAdsLinkSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateGoogleAdsLinkSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateKeyEventAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateKeyEventAsyncSnippet.g.cs
index 1d22aba36421..994c7f9d5d48 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateKeyEventAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateKeyEventAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateKeyEventRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateKeyEventRequestObjectAsyncSnippet.g.cs
index 7e32f5fd1225..73af955c1df2 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateKeyEventRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateKeyEventRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateKeyEventRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateKeyEventRequestObjectSnippet.g.cs
index 0b5a9dfca877..720ca1f221ca 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateKeyEventRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateKeyEventRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateKeyEventSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateKeyEventSnippet.g.cs
index c3b40a863f91..b9392430560f 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateKeyEventSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateKeyEventSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateMeasurementProtocolSecretAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateMeasurementProtocolSecretAsyncSnippet.g.cs
index ed4df3ce4d15..7b1875015019 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateMeasurementProtocolSecretAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateMeasurementProtocolSecretAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateMeasurementProtocolSecretRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateMeasurementProtocolSecretRequestObjectAsyncSnippet.g.cs
index 0982f59eafc3..be44ec3ad648 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateMeasurementProtocolSecretRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateMeasurementProtocolSecretRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateMeasurementProtocolSecretRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateMeasurementProtocolSecretRequestObjectSnippet.g.cs
index 3487db0fd536..0d19cbd7b88d 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateMeasurementProtocolSecretRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateMeasurementProtocolSecretRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateMeasurementProtocolSecretSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateMeasurementProtocolSecretSnippet.g.cs
index c3daeb4ca91e..bbcb6a617fc9 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateMeasurementProtocolSecretSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdateMeasurementProtocolSecretSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdatePropertyAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdatePropertyAsyncSnippet.g.cs
index 47cad413c113..5ae70f97e06e 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdatePropertyAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdatePropertyAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdatePropertyRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdatePropertyRequestObjectAsyncSnippet.g.cs
index bb1673886a36..b999a10aba5c 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdatePropertyRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdatePropertyRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdatePropertyRequestObjectSnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdatePropertyRequestObjectSnippet.g.cs
index 18f494b468f0..48cafc7b83f9 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdatePropertyRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdatePropertyRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdatePropertySnippet.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdatePropertySnippet.g.cs
index eaca434cc1d4..07e3062e53b1 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdatePropertySnippet.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.GeneratedSnippets/AnalyticsAdminServiceClient.UpdatePropertySnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.Snippets/AnalyticsAdminServiceClientSnippets.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.Snippets/AnalyticsAdminServiceClientSnippets.g.cs
index b0ba4af503b0..85bf71b8c600 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.Snippets/AnalyticsAdminServiceClientSnippets.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta.Snippets/AnalyticsAdminServiceClientSnippets.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta/AnalyticsAdminResourceNames.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta/AnalyticsAdminResourceNames.g.cs
index 769d7df55be8..4bb13c3b7be8 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta/AnalyticsAdminResourceNames.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta/AnalyticsAdminResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta/AnalyticsAdminServiceClient.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta/AnalyticsAdminServiceClient.g.cs
index dd57b1f5860a..b356f193288e 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta/AnalyticsAdminServiceClient.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta/AnalyticsAdminServiceClient.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta/PackageApiMetadata.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta/PackageApiMetadata.g.cs
index ca874b64b4a2..0e07f1414dc6 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta/PackageApiMetadata.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta/PackageApiMetadata.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta/ResourcesResourceNames.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta/ResourcesResourceNames.g.cs
index 3032528d59fa..7e630440b53e 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta/ResourcesResourceNames.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta/ResourcesResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta/ServiceCollectionExtensions.g.cs b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta/ServiceCollectionExtensions.g.cs
index b64c0b9d4b02..f4413703cbb8 100644
--- a/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta/ServiceCollectionExtensions.g.cs
+++ b/apis/Google.Analytics.Admin.V1Beta/Google.Analytics.Admin.V1Beta/ServiceCollectionExtensions.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Admin.V1Beta/docs/index.md b/apis/Google.Analytics.Admin.V1Beta/docs/index.md
deleted file mode 100644
index afb1676143bd..000000000000
--- a/apis/Google.Analytics.Admin.V1Beta/docs/index.md
+++ /dev/null
@@ -1,15 +0,0 @@
-{{title}}
-
-{{description}}
-
-{{version}}
-
-{{installation}}
-
-{{auth}}
-
-## Getting started
-
-{{client-classes}}
-
-{{client-construction}}
diff --git a/apis/Google.Analytics.Data.V1Beta/.OwlBot.yaml b/apis/Google.Analytics.Data.V1Beta/.OwlBot.yaml
index a0f243ffd613..a6f0394951ed 100644
--- a/apis/Google.Analytics.Data.V1Beta/.OwlBot.yaml
+++ b/apis/Google.Analytics.Data.V1Beta/.OwlBot.yaml
@@ -1,5 +1,5 @@
-# Copyright 2024 Google LLC
+# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.BatchRunPivotReportsRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.BatchRunPivotReportsRequestObjectAsyncSnippet.g.cs
index a101032f0006..4c7490df15af 100644
--- a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.BatchRunPivotReportsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.BatchRunPivotReportsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.BatchRunPivotReportsRequestObjectSnippet.g.cs b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.BatchRunPivotReportsRequestObjectSnippet.g.cs
index 78d08867887b..f273ef175af6 100644
--- a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.BatchRunPivotReportsRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.BatchRunPivotReportsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.BatchRunReportsRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.BatchRunReportsRequestObjectAsyncSnippet.g.cs
index e664e59fd89d..1d6c60f2f6df 100644
--- a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.BatchRunReportsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.BatchRunReportsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.BatchRunReportsRequestObjectSnippet.g.cs b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.BatchRunReportsRequestObjectSnippet.g.cs
index 4d0ce5ddd343..0c5d15378867 100644
--- a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.BatchRunReportsRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.BatchRunReportsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.CheckCompatibilityRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.CheckCompatibilityRequestObjectAsyncSnippet.g.cs
index 82b2d008b32d..758492751865 100644
--- a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.CheckCompatibilityRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.CheckCompatibilityRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.CheckCompatibilityRequestObjectSnippet.g.cs b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.CheckCompatibilityRequestObjectSnippet.g.cs
index f9c740b50c3a..9d873f767aff 100644
--- a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.CheckCompatibilityRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.CheckCompatibilityRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.CreateAudienceExportAsyncSnippet.g.cs b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.CreateAudienceExportAsyncSnippet.g.cs
index dffa8e8cc9cd..002013fc9d14 100644
--- a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.CreateAudienceExportAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.CreateAudienceExportAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.CreateAudienceExportRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.CreateAudienceExportRequestObjectAsyncSnippet.g.cs
index 2ba3cce22a7c..eda986586539 100644
--- a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.CreateAudienceExportRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.CreateAudienceExportRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.CreateAudienceExportRequestObjectSnippet.g.cs b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.CreateAudienceExportRequestObjectSnippet.g.cs
index 5106c0239078..a2b294b354ce 100644
--- a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.CreateAudienceExportRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.CreateAudienceExportRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.CreateAudienceExportResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.CreateAudienceExportResourceNamesAsyncSnippet.g.cs
index 473b316da813..da97ac33b063 100644
--- a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.CreateAudienceExportResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.CreateAudienceExportResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.CreateAudienceExportResourceNamesSnippet.g.cs b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.CreateAudienceExportResourceNamesSnippet.g.cs
index 9cafbaa8c707..8eba769b2c32 100644
--- a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.CreateAudienceExportResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.CreateAudienceExportResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.CreateAudienceExportSnippet.g.cs b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.CreateAudienceExportSnippet.g.cs
index 84bba6825787..2324b4140f7a 100644
--- a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.CreateAudienceExportSnippet.g.cs
+++ b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.CreateAudienceExportSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.GetAudienceExportAsyncSnippet.g.cs b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.GetAudienceExportAsyncSnippet.g.cs
index 9b1640893ea5..96282b2e2786 100644
--- a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.GetAudienceExportAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.GetAudienceExportAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.GetAudienceExportRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.GetAudienceExportRequestObjectAsyncSnippet.g.cs
index 5d4d534dff7d..8499db5d9b8a 100644
--- a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.GetAudienceExportRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.GetAudienceExportRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.GetAudienceExportRequestObjectSnippet.g.cs b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.GetAudienceExportRequestObjectSnippet.g.cs
index 97463bc4d4bc..2ca324aeebb8 100644
--- a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.GetAudienceExportRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.GetAudienceExportRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.GetAudienceExportResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.GetAudienceExportResourceNamesAsyncSnippet.g.cs
index cf4f622b08d7..865c10ec397e 100644
--- a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.GetAudienceExportResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.GetAudienceExportResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.GetAudienceExportResourceNamesSnippet.g.cs b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.GetAudienceExportResourceNamesSnippet.g.cs
index fca2ac3bb022..879dc88936fd 100644
--- a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.GetAudienceExportResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.GetAudienceExportResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.GetAudienceExportSnippet.g.cs b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.GetAudienceExportSnippet.g.cs
index b1a720ef3b1d..b649713fcedd 100644
--- a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.GetAudienceExportSnippet.g.cs
+++ b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.GetAudienceExportSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.GetMetadataAsyncSnippet.g.cs b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.GetMetadataAsyncSnippet.g.cs
index 0c7f6280e319..cd50772f189e 100644
--- a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.GetMetadataAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.GetMetadataAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.GetMetadataRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.GetMetadataRequestObjectAsyncSnippet.g.cs
index 7ffed99f5f94..3b0ba82c2116 100644
--- a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.GetMetadataRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.GetMetadataRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.GetMetadataRequestObjectSnippet.g.cs b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.GetMetadataRequestObjectSnippet.g.cs
index 455ce388de67..03197b2d806c 100644
--- a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.GetMetadataRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.GetMetadataRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.GetMetadataResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.GetMetadataResourceNamesAsyncSnippet.g.cs
index cebb0fadc834..5528608835e0 100644
--- a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.GetMetadataResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.GetMetadataResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.GetMetadataResourceNamesSnippet.g.cs b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.GetMetadataResourceNamesSnippet.g.cs
index e4fb263185d7..969f2931fa68 100644
--- a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.GetMetadataResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.GetMetadataResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.GetMetadataSnippet.g.cs b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.GetMetadataSnippet.g.cs
index 166519eed536..e245a93e6529 100644
--- a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.GetMetadataSnippet.g.cs
+++ b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.GetMetadataSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.ListAudienceExportsAsyncSnippet.g.cs b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.ListAudienceExportsAsyncSnippet.g.cs
index 52a9d9554bc1..741c4ee5d135 100644
--- a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.ListAudienceExportsAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.ListAudienceExportsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.ListAudienceExportsRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.ListAudienceExportsRequestObjectAsyncSnippet.g.cs
index 71a95460a4bc..56c1b807c894 100644
--- a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.ListAudienceExportsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.ListAudienceExportsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.ListAudienceExportsRequestObjectSnippet.g.cs b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.ListAudienceExportsRequestObjectSnippet.g.cs
index 68124a7a824a..a45e2d4f91a0 100644
--- a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.ListAudienceExportsRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.ListAudienceExportsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.ListAudienceExportsResourceNamesAsyncSnippet.g.cs b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.ListAudienceExportsResourceNamesAsyncSnippet.g.cs
index 8108a67746f8..5fe5813f0e62 100644
--- a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.ListAudienceExportsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.ListAudienceExportsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.ListAudienceExportsResourceNamesSnippet.g.cs b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.ListAudienceExportsResourceNamesSnippet.g.cs
index b403589e2868..fb9504ca7ae8 100644
--- a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.ListAudienceExportsResourceNamesSnippet.g.cs
+++ b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.ListAudienceExportsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.ListAudienceExportsSnippet.g.cs b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.ListAudienceExportsSnippet.g.cs
index d3ad8f1be2c9..b5b548538158 100644
--- a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.ListAudienceExportsSnippet.g.cs
+++ b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.ListAudienceExportsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.QueryAudienceExportAsyncSnippet.g.cs b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.QueryAudienceExportAsyncSnippet.g.cs
index 70e88359ead5..afd8b39b99c1 100644
--- a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.QueryAudienceExportAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.QueryAudienceExportAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.QueryAudienceExportRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.QueryAudienceExportRequestObjectAsyncSnippet.g.cs
index 93cd66dd3b5c..620fae5b89b2 100644
--- a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.QueryAudienceExportRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.QueryAudienceExportRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.QueryAudienceExportRequestObjectSnippet.g.cs b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.QueryAudienceExportRequestObjectSnippet.g.cs
index 26b858498f88..f8f4d8712f95 100644
--- a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.QueryAudienceExportRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.QueryAudienceExportRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.QueryAudienceExportSnippet.g.cs b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.QueryAudienceExportSnippet.g.cs
index c74c2c1e3d37..badfdbee7923 100644
--- a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.QueryAudienceExportSnippet.g.cs
+++ b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.QueryAudienceExportSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.RunPivotReportRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.RunPivotReportRequestObjectAsyncSnippet.g.cs
index 1b914d5aff16..f5ce515c4326 100644
--- a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.RunPivotReportRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.RunPivotReportRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.RunPivotReportRequestObjectSnippet.g.cs b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.RunPivotReportRequestObjectSnippet.g.cs
index 0b902ee63eef..906b7102c50b 100644
--- a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.RunPivotReportRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.RunPivotReportRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.RunRealtimeReportRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.RunRealtimeReportRequestObjectAsyncSnippet.g.cs
index f33e6a1dddba..f0b59de15ebc 100644
--- a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.RunRealtimeReportRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.RunRealtimeReportRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.RunRealtimeReportRequestObjectSnippet.g.cs b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.RunRealtimeReportRequestObjectSnippet.g.cs
index 32bf44f96a38..fd6dbe01606c 100644
--- a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.RunRealtimeReportRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.RunRealtimeReportRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.RunReportRequestObjectAsyncSnippet.g.cs b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.RunReportRequestObjectAsyncSnippet.g.cs
index 75773d34a9c6..d1305d14271a 100644
--- a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.RunReportRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.RunReportRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.RunReportRequestObjectSnippet.g.cs b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.RunReportRequestObjectSnippet.g.cs
index 546936c9c65b..151b0065f12a 100644
--- a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.RunReportRequestObjectSnippet.g.cs
+++ b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.GeneratedSnippets/BetaAnalyticsDataClient.RunReportRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.Snippets/BetaAnalyticsDataClientSnippets.g.cs b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.Snippets/BetaAnalyticsDataClientSnippets.g.cs
index 21db73185582..4a201a68b337 100644
--- a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.Snippets/BetaAnalyticsDataClientSnippets.g.cs
+++ b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.Snippets/BetaAnalyticsDataClientSnippets.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta/AnalyticsDataApiResourceNames.g.cs b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta/AnalyticsDataApiResourceNames.g.cs
index a962d12493dc..61836ed041b4 100644
--- a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta/AnalyticsDataApiResourceNames.g.cs
+++ b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta/AnalyticsDataApiResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta/BetaAnalyticsDataClient.g.cs b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta/BetaAnalyticsDataClient.g.cs
index 14c305c9e474..91678c836986 100644
--- a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta/BetaAnalyticsDataClient.g.cs
+++ b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta/BetaAnalyticsDataClient.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta/PackageApiMetadata.g.cs b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta/PackageApiMetadata.g.cs
index 7b8395377940..4e53cde83779 100644
--- a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta/PackageApiMetadata.g.cs
+++ b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta/PackageApiMetadata.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta/ServiceCollectionExtensions.g.cs b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta/ServiceCollectionExtensions.g.cs
index 1dcaa65d875a..31e60f2f81a2 100644
--- a/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta/ServiceCollectionExtensions.g.cs
+++ b/apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta/ServiceCollectionExtensions.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Analytics.Data.V1Beta/docs/index.md b/apis/Google.Analytics.Data.V1Beta/docs/index.md
deleted file mode 100644
index afb1676143bd..000000000000
--- a/apis/Google.Analytics.Data.V1Beta/docs/index.md
+++ /dev/null
@@ -1,15 +0,0 @@
-{{title}}
-
-{{description}}
-
-{{version}}
-
-{{installation}}
-
-{{auth}}
-
-## Getting started
-
-{{client-classes}}
-
-{{client-construction}}
diff --git a/apis/Google.Apps.Card.V1/.OwlBot.yaml b/apis/Google.Apps.Card.V1/.OwlBot.yaml
index 5a1f08bacb7b..18a89824a5db 100644
--- a/apis/Google.Apps.Card.V1/.OwlBot.yaml
+++ b/apis/Google.Apps.Card.V1/.OwlBot.yaml
@@ -1,5 +1,5 @@
-# Copyright 2024 Google LLC
+# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Card.V1/docs/index.md b/apis/Google.Apps.Card.V1/docs/index.md
deleted file mode 100644
index 3f285da2513f..000000000000
--- a/apis/Google.Apps.Card.V1/docs/index.md
+++ /dev/null
@@ -1 +0,0 @@
-{{non-product-stub}}
\ No newline at end of file
diff --git a/apis/Google.Apps.Chat.V1/.OwlBot.yaml b/apis/Google.Apps.Chat.V1/.OwlBot.yaml
index dee3ba52ee74..c8cb3b08d011 100644
--- a/apis/Google.Apps.Chat.V1/.OwlBot.yaml
+++ b/apis/Google.Apps.Chat.V1/.OwlBot.yaml
@@ -1,5 +1,5 @@
-# Copyright 2024 Google LLC
+# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CompleteImportSpaceRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CompleteImportSpaceRequestObjectAsyncSnippet.g.cs
index 7cd1cf28031f..2094a745642d 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CompleteImportSpaceRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CompleteImportSpaceRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CompleteImportSpaceRequestObjectSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CompleteImportSpaceRequestObjectSnippet.g.cs
index 46648da7b8cb..c359d6b68b2f 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CompleteImportSpaceRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CompleteImportSpaceRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateMembershipAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateMembershipAsyncSnippet.g.cs
index 07135bf596d5..eb2a8fe27bb5 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateMembershipAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateMembershipAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateMembershipRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateMembershipRequestObjectAsyncSnippet.g.cs
index 15a5dc03cedb..6b2d0c4b3468 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateMembershipRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateMembershipRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateMembershipRequestObjectSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateMembershipRequestObjectSnippet.g.cs
index 4cb9415b65b8..5027962f72c0 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateMembershipRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateMembershipRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateMembershipResourceNamesAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateMembershipResourceNamesAsyncSnippet.g.cs
index 7e4d6f0a33e5..142668449c76 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateMembershipResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateMembershipResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateMembershipResourceNamesSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateMembershipResourceNamesSnippet.g.cs
index 28ad0974ecf4..c7515f96b593 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateMembershipResourceNamesSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateMembershipResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateMembershipSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateMembershipSnippet.g.cs
index 7b66e2974599..2ef317acd24c 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateMembershipSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateMembershipSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateMessageAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateMessageAsyncSnippet.g.cs
index b6cb21b1756e..639bd18a3004 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateMessageAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateMessageAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateMessageRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateMessageRequestObjectAsyncSnippet.g.cs
index 79500123447d..b5ca0829f2a7 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateMessageRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateMessageRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateMessageRequestObjectSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateMessageRequestObjectSnippet.g.cs
index 5cadf227ab78..316f1366257c 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateMessageRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateMessageRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateMessageResourceNamesAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateMessageResourceNamesAsyncSnippet.g.cs
index 60cbabae54b5..8df384877c35 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateMessageResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateMessageResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateMessageResourceNamesSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateMessageResourceNamesSnippet.g.cs
index 96bb3fdbc811..8d60bfa0fdb5 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateMessageResourceNamesSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateMessageResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateMessageSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateMessageSnippet.g.cs
index cb327ee2709e..b1b73dfbdd01 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateMessageSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateMessageSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateReactionAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateReactionAsyncSnippet.g.cs
index 72739451cd06..b3a60b7a6f72 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateReactionAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateReactionAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateReactionRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateReactionRequestObjectAsyncSnippet.g.cs
index b15d3f84130f..0d227371cfef 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateReactionRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateReactionRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateReactionRequestObjectSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateReactionRequestObjectSnippet.g.cs
index f3f520fa67cc..5cf7d40fdb84 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateReactionRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateReactionRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateReactionResourceNamesAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateReactionResourceNamesAsyncSnippet.g.cs
index d5afe5ebe4a2..cdc0008866fb 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateReactionResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateReactionResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateReactionResourceNamesSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateReactionResourceNamesSnippet.g.cs
index ec876c091e27..13dd8a3b2d4a 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateReactionResourceNamesSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateReactionResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateReactionSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateReactionSnippet.g.cs
index 42ed12df2a99..4fda6840452b 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateReactionSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateReactionSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateSpaceAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateSpaceAsyncSnippet.g.cs
index 791435febe24..e34eda034612 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateSpaceAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateSpaceAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateSpaceRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateSpaceRequestObjectAsyncSnippet.g.cs
index d315414f896a..bbdf68c5c044 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateSpaceRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateSpaceRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateSpaceRequestObjectSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateSpaceRequestObjectSnippet.g.cs
index 3c66387fd694..99042934fa73 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateSpaceRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateSpaceRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateSpaceSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateSpaceSnippet.g.cs
index 874c77cadfec..4c2dee18ffd3 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateSpaceSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.CreateSpaceSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteMembershipAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteMembershipAsyncSnippet.g.cs
index 6de1b154d865..18b89a35443f 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteMembershipAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteMembershipAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteMembershipRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteMembershipRequestObjectAsyncSnippet.g.cs
index 8b6956fdeff6..488fe51e1adc 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteMembershipRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteMembershipRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteMembershipRequestObjectSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteMembershipRequestObjectSnippet.g.cs
index 1d2af1ca9aff..fbf5049fb518 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteMembershipRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteMembershipRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteMembershipResourceNamesAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteMembershipResourceNamesAsyncSnippet.g.cs
index 90bb698347ee..7307af6929db 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteMembershipResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteMembershipResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteMembershipResourceNamesSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteMembershipResourceNamesSnippet.g.cs
index 4ef14d670d55..f24767afedbe 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteMembershipResourceNamesSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteMembershipResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteMembershipSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteMembershipSnippet.g.cs
index c880999fd8c5..a8802dec7248 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteMembershipSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteMembershipSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteMessageAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteMessageAsyncSnippet.g.cs
index 968c2359d82a..94b26ce45c26 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteMessageAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteMessageAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteMessageRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteMessageRequestObjectAsyncSnippet.g.cs
index fe572b1571de..174b529fac6e 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteMessageRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteMessageRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteMessageRequestObjectSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteMessageRequestObjectSnippet.g.cs
index 09afc5162ab0..319e2789884b 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteMessageRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteMessageRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteMessageResourceNamesAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteMessageResourceNamesAsyncSnippet.g.cs
index 86c73fb5e239..ce0586f212c0 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteMessageResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteMessageResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteMessageResourceNamesSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteMessageResourceNamesSnippet.g.cs
index 9e2b1b33324f..e854552c1b1f 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteMessageResourceNamesSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteMessageResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteMessageSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteMessageSnippet.g.cs
index 5d152805a87b..5cc430a9a808 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteMessageSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteMessageSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteReactionAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteReactionAsyncSnippet.g.cs
index 489486725ce3..72bdde3cc82a 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteReactionAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteReactionAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteReactionRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteReactionRequestObjectAsyncSnippet.g.cs
index 7596a2635373..968c19c1a295 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteReactionRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteReactionRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteReactionRequestObjectSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteReactionRequestObjectSnippet.g.cs
index d7082f234f56..b5530649508e 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteReactionRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteReactionRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteReactionResourceNamesAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteReactionResourceNamesAsyncSnippet.g.cs
index b2eaf8638e7a..ce61b09b7fb5 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteReactionResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteReactionResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteReactionResourceNamesSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteReactionResourceNamesSnippet.g.cs
index cffd06f9a491..f6cc235d9389 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteReactionResourceNamesSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteReactionResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteReactionSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteReactionSnippet.g.cs
index cb6e7781a99f..a4ade00b6844 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteReactionSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteReactionSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteSpaceAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteSpaceAsyncSnippet.g.cs
index cd67d2cad5e1..dc3452b50454 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteSpaceAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteSpaceAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteSpaceRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteSpaceRequestObjectAsyncSnippet.g.cs
index 1f08bfba5b78..31688f366643 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteSpaceRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteSpaceRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteSpaceRequestObjectSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteSpaceRequestObjectSnippet.g.cs
index 8e23a37912cd..6b0c83153906 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteSpaceRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteSpaceRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteSpaceResourceNamesAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteSpaceResourceNamesAsyncSnippet.g.cs
index 1b011dbae8be..281d0344dfe6 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteSpaceResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteSpaceResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteSpaceResourceNamesSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteSpaceResourceNamesSnippet.g.cs
index 28733415b67b..965d4364b0f3 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteSpaceResourceNamesSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteSpaceResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteSpaceSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteSpaceSnippet.g.cs
index 72c507ed7016..e3bcf8329e4f 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteSpaceSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.DeleteSpaceSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.FindDirectMessageRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.FindDirectMessageRequestObjectAsyncSnippet.g.cs
index 3d9ce494f1c1..ac7bc0f1105e 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.FindDirectMessageRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.FindDirectMessageRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.FindDirectMessageRequestObjectSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.FindDirectMessageRequestObjectSnippet.g.cs
index 2c3b4134cc20..43488686b3d6 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.FindDirectMessageRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.FindDirectMessageRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetAttachmentAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetAttachmentAsyncSnippet.g.cs
index 648cdb13a0bb..ef7f79cded7a 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetAttachmentAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetAttachmentAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetAttachmentRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetAttachmentRequestObjectAsyncSnippet.g.cs
index 671bcc369427..c932c29162a8 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetAttachmentRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetAttachmentRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetAttachmentRequestObjectSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetAttachmentRequestObjectSnippet.g.cs
index 607503ead511..095a97921641 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetAttachmentRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetAttachmentRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetAttachmentResourceNamesAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetAttachmentResourceNamesAsyncSnippet.g.cs
index 4eeae1cba0ba..d4ee285baf07 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetAttachmentResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetAttachmentResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetAttachmentResourceNamesSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetAttachmentResourceNamesSnippet.g.cs
index 580ed7353e7a..51835e540b4e 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetAttachmentResourceNamesSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetAttachmentResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetAttachmentSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetAttachmentSnippet.g.cs
index faa99e917d58..b03e672336e6 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetAttachmentSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetAttachmentSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetMembershipAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetMembershipAsyncSnippet.g.cs
index b5577629bf38..8891edf7a499 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetMembershipAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetMembershipAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetMembershipRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetMembershipRequestObjectAsyncSnippet.g.cs
index 45aa2eab5c86..efc166303028 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetMembershipRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetMembershipRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetMembershipRequestObjectSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetMembershipRequestObjectSnippet.g.cs
index 9ac6c2e32a6e..804c2d862712 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetMembershipRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetMembershipRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetMembershipResourceNamesAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetMembershipResourceNamesAsyncSnippet.g.cs
index 8cf1412203ed..25e11cc4943f 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetMembershipResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetMembershipResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetMembershipResourceNamesSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetMembershipResourceNamesSnippet.g.cs
index 9174a7bf8707..a82c9c83d4c1 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetMembershipResourceNamesSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetMembershipResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetMembershipSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetMembershipSnippet.g.cs
index c969f94a49ac..c6436ca5a09d 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetMembershipSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetMembershipSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetMessageAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetMessageAsyncSnippet.g.cs
index ea3a85b34fb1..45a1c5a5916a 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetMessageAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetMessageAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetMessageRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetMessageRequestObjectAsyncSnippet.g.cs
index 0af1bf57b1b5..338b51f5f6ac 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetMessageRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetMessageRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetMessageRequestObjectSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetMessageRequestObjectSnippet.g.cs
index 6a9bf52d81e0..c7d27fc9f778 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetMessageRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetMessageRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetMessageResourceNamesAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetMessageResourceNamesAsyncSnippet.g.cs
index f4f972c2774a..dda7c4ba71c1 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetMessageResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetMessageResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetMessageResourceNamesSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetMessageResourceNamesSnippet.g.cs
index 64130346a744..b8513c522aac 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetMessageResourceNamesSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetMessageResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetMessageSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetMessageSnippet.g.cs
index b615a7e1752c..515add3e5a73 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetMessageSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetMessageSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceAsyncSnippet.g.cs
index 34bb26942164..f190b0dc9895 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceEventAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceEventAsyncSnippet.g.cs
index bfce047180ac..c71f26ce5ab7 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceEventAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceEventAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceEventRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceEventRequestObjectAsyncSnippet.g.cs
index 64c8522c8355..f418863c2b87 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceEventRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceEventRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceEventRequestObjectSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceEventRequestObjectSnippet.g.cs
index 398ad796c2cf..cf83ae66c150 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceEventRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceEventRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceEventResourceNamesAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceEventResourceNamesAsyncSnippet.g.cs
index 952fc1004358..b8d4696b5b3e 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceEventResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceEventResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceEventResourceNamesSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceEventResourceNamesSnippet.g.cs
index aaeb73b0b7b9..b69a1b785caf 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceEventResourceNamesSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceEventResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceEventSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceEventSnippet.g.cs
index e5170915e070..569e2a52814a 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceEventSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceEventSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceReadStateAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceReadStateAsyncSnippet.g.cs
index 4b78873a6227..e71eac07f179 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceReadStateAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceReadStateAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceReadStateRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceReadStateRequestObjectAsyncSnippet.g.cs
index 212809425490..c9acd39a0a32 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceReadStateRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceReadStateRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceReadStateRequestObjectSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceReadStateRequestObjectSnippet.g.cs
index 0ffdcb252e8f..43dc332c2564 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceReadStateRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceReadStateRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceReadStateResourceNamesAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceReadStateResourceNamesAsyncSnippet.g.cs
index 1cf1a61a8640..56a8d9b7e15c 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceReadStateResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceReadStateResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceReadStateResourceNamesSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceReadStateResourceNamesSnippet.g.cs
index 7d51a82f5c3c..9c5bf785152b 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceReadStateResourceNamesSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceReadStateResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceReadStateSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceReadStateSnippet.g.cs
index 9389e6c0d930..6c50b786e6ca 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceReadStateSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceReadStateSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceRequestObjectAsyncSnippet.g.cs
index 6b1b6239128c..d57e91748ae5 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceRequestObjectSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceRequestObjectSnippet.g.cs
index 6b6d20d7511f..7682720e264e 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceResourceNamesAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceResourceNamesAsyncSnippet.g.cs
index 362f3275ccd9..d2ef864d5c45 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceResourceNamesSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceResourceNamesSnippet.g.cs
index c5abe432f39b..60f43a9becd5 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceResourceNamesSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceSnippet.g.cs
index 546878c6ad38..892042da0417 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetSpaceSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetThreadReadStateAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetThreadReadStateAsyncSnippet.g.cs
index 7ee064993c45..70c405d8e0e9 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetThreadReadStateAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetThreadReadStateAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetThreadReadStateRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetThreadReadStateRequestObjectAsyncSnippet.g.cs
index ac0a55f521d2..e2db3b94a49e 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetThreadReadStateRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetThreadReadStateRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetThreadReadStateRequestObjectSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetThreadReadStateRequestObjectSnippet.g.cs
index 39028d2ae3c5..b0eba040ecce 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetThreadReadStateRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetThreadReadStateRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetThreadReadStateResourceNamesAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetThreadReadStateResourceNamesAsyncSnippet.g.cs
index 3151edc95f8a..5a526eeb7816 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetThreadReadStateResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetThreadReadStateResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetThreadReadStateResourceNamesSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetThreadReadStateResourceNamesSnippet.g.cs
index b67e013b133e..8abfa299ecd3 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetThreadReadStateResourceNamesSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetThreadReadStateResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetThreadReadStateSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetThreadReadStateSnippet.g.cs
index 5fcc6d5cd012..a0980fefe1d2 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetThreadReadStateSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.GetThreadReadStateSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListMembershipsAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListMembershipsAsyncSnippet.g.cs
index 55bef967c954..e111eb98e441 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListMembershipsAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListMembershipsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListMembershipsRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListMembershipsRequestObjectAsyncSnippet.g.cs
index b6545dc05e7c..2f38b46c2a50 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListMembershipsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListMembershipsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListMembershipsRequestObjectSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListMembershipsRequestObjectSnippet.g.cs
index 183f7df30750..2e90befd866a 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListMembershipsRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListMembershipsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListMembershipsResourceNamesAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListMembershipsResourceNamesAsyncSnippet.g.cs
index 66977cf59713..aa9d373cdd98 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListMembershipsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListMembershipsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListMembershipsResourceNamesSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListMembershipsResourceNamesSnippet.g.cs
index aa4b315ce44b..1a6c698a685c 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListMembershipsResourceNamesSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListMembershipsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListMembershipsSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListMembershipsSnippet.g.cs
index 7d85bba56d50..b7175650c902 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListMembershipsSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListMembershipsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListMessagesAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListMessagesAsyncSnippet.g.cs
index 663ca8184742..ace3bc4ecf14 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListMessagesAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListMessagesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListMessagesRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListMessagesRequestObjectAsyncSnippet.g.cs
index 0e3f724b7e88..ff7c7e8d73a9 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListMessagesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListMessagesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListMessagesRequestObjectSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListMessagesRequestObjectSnippet.g.cs
index 67ce1aa02c41..8063c9b1fb0c 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListMessagesRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListMessagesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListMessagesResourceNamesAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListMessagesResourceNamesAsyncSnippet.g.cs
index 8add8e49b7f5..937818e32d12 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListMessagesResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListMessagesResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListMessagesResourceNamesSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListMessagesResourceNamesSnippet.g.cs
index bb0a8ebc3fc6..d2ea5089f0f8 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListMessagesResourceNamesSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListMessagesResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListMessagesSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListMessagesSnippet.g.cs
index ddf9c9b6921a..4f4803150a2b 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListMessagesSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListMessagesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListReactionsAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListReactionsAsyncSnippet.g.cs
index 2b9119a5f441..cb171af76e77 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListReactionsAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListReactionsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListReactionsRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListReactionsRequestObjectAsyncSnippet.g.cs
index 4846de43d062..ccd78562a464 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListReactionsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListReactionsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListReactionsRequestObjectSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListReactionsRequestObjectSnippet.g.cs
index e638aae9f624..330d495b905f 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListReactionsRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListReactionsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListReactionsResourceNamesAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListReactionsResourceNamesAsyncSnippet.g.cs
index db94e8666a3f..0b60c911e387 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListReactionsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListReactionsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListReactionsResourceNamesSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListReactionsResourceNamesSnippet.g.cs
index 8c6f9cdb48c2..9d6324802c7e 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListReactionsResourceNamesSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListReactionsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListReactionsSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListReactionsSnippet.g.cs
index c42cc8cbac64..ccb1c535e943 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListReactionsSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListReactionsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListSpaceEventsAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListSpaceEventsAsyncSnippet.g.cs
index b347752944e8..1bb0d41f7666 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListSpaceEventsAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListSpaceEventsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListSpaceEventsRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListSpaceEventsRequestObjectAsyncSnippet.g.cs
index 981c692a0067..10df218f8ad9 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListSpaceEventsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListSpaceEventsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListSpaceEventsRequestObjectSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListSpaceEventsRequestObjectSnippet.g.cs
index 40418ddcb554..20ae556b5776 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListSpaceEventsRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListSpaceEventsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListSpaceEventsResourceNamesAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListSpaceEventsResourceNamesAsyncSnippet.g.cs
index 953f8af7a005..173536ee9982 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListSpaceEventsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListSpaceEventsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListSpaceEventsResourceNamesSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListSpaceEventsResourceNamesSnippet.g.cs
index db03c64a59f7..f5ed82adfa0a 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListSpaceEventsResourceNamesSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListSpaceEventsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListSpaceEventsSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListSpaceEventsSnippet.g.cs
index 49700c8506dd..5e5c9f7bdaff 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListSpaceEventsSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListSpaceEventsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListSpacesAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListSpacesAsyncSnippet.g.cs
index 6a21719fb83f..b6122bee923d 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListSpacesAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListSpacesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListSpacesRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListSpacesRequestObjectAsyncSnippet.g.cs
index f60fef91a1f7..58584d1cc85c 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListSpacesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListSpacesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListSpacesRequestObjectSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListSpacesRequestObjectSnippet.g.cs
index ec8af8af975e..eb7343767363 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListSpacesRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListSpacesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListSpacesSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListSpacesSnippet.g.cs
index 7b4a028ceade..6f3a37da4ede 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListSpacesSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.ListSpacesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.SearchSpacesAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.SearchSpacesAsyncSnippet.g.cs
index 5f4908c27032..b50526eb2dbf 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.SearchSpacesAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.SearchSpacesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.SearchSpacesRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.SearchSpacesRequestObjectAsyncSnippet.g.cs
index 93ae42fd4b7f..31ff74987358 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.SearchSpacesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.SearchSpacesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.SearchSpacesRequestObjectSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.SearchSpacesRequestObjectSnippet.g.cs
index 1b8292d6607b..4c2dd3922f3f 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.SearchSpacesRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.SearchSpacesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.SearchSpacesSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.SearchSpacesSnippet.g.cs
index f6062c7e7860..e8c91b5754e5 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.SearchSpacesSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.SearchSpacesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.SetUpSpaceRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.SetUpSpaceRequestObjectAsyncSnippet.g.cs
index 906fb5b70659..39b74d74578b 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.SetUpSpaceRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.SetUpSpaceRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.SetUpSpaceRequestObjectSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.SetUpSpaceRequestObjectSnippet.g.cs
index 746afc918db6..9069688d2625 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.SetUpSpaceRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.SetUpSpaceRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateMembershipAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateMembershipAsyncSnippet.g.cs
index 03e76bb37889..b563fe5e5fcb 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateMembershipAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateMembershipAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateMembershipRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateMembershipRequestObjectAsyncSnippet.g.cs
index 389212a7a529..794b275fac2a 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateMembershipRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateMembershipRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateMembershipRequestObjectSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateMembershipRequestObjectSnippet.g.cs
index 991707669a57..369a7aeda5fa 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateMembershipRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateMembershipRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateMembershipSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateMembershipSnippet.g.cs
index 414af0fe6010..aece42e50cc5 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateMembershipSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateMembershipSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateMessageAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateMessageAsyncSnippet.g.cs
index 6805d184e1d3..c9598de36dda 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateMessageAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateMessageAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateMessageRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateMessageRequestObjectAsyncSnippet.g.cs
index 3c6802a14ed4..a043bd96f4f1 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateMessageRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateMessageRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateMessageRequestObjectSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateMessageRequestObjectSnippet.g.cs
index dffcc750b897..e05637b7e9d5 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateMessageRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateMessageRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateMessageSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateMessageSnippet.g.cs
index af53ebb7a42b..f6ceaca87c76 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateMessageSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateMessageSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateSpaceAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateSpaceAsyncSnippet.g.cs
index 3ad5587d16d2..06c726583523 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateSpaceAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateSpaceAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateSpaceReadStateAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateSpaceReadStateAsyncSnippet.g.cs
index 7a420295c3a0..6f4d9c1bb329 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateSpaceReadStateAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateSpaceReadStateAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateSpaceReadStateRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateSpaceReadStateRequestObjectAsyncSnippet.g.cs
index 32191d823ec0..7c9ba2f14608 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateSpaceReadStateRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateSpaceReadStateRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateSpaceReadStateRequestObjectSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateSpaceReadStateRequestObjectSnippet.g.cs
index 13e2dc60e635..8e1ff1993acb 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateSpaceReadStateRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateSpaceReadStateRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateSpaceReadStateSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateSpaceReadStateSnippet.g.cs
index 9f3fa01101ba..451ccd09ca56 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateSpaceReadStateSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateSpaceReadStateSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateSpaceRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateSpaceRequestObjectAsyncSnippet.g.cs
index 6778934f293c..d826c72d1a69 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateSpaceRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateSpaceRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateSpaceRequestObjectSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateSpaceRequestObjectSnippet.g.cs
index a839804b8bc1..55c9ba164adf 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateSpaceRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateSpaceRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateSpaceSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateSpaceSnippet.g.cs
index 2ce9dfe11cfc..de47b46ae34b 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateSpaceSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UpdateSpaceSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UploadAttachmentRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UploadAttachmentRequestObjectAsyncSnippet.g.cs
index 38d8ff201a42..7755b24c1267 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UploadAttachmentRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UploadAttachmentRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UploadAttachmentRequestObjectSnippet.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UploadAttachmentRequestObjectSnippet.g.cs
index 2ccc885785cd..fca1db4b1d10 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UploadAttachmentRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.GeneratedSnippets/ChatServiceClient.UploadAttachmentRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.Snippets/ChatServiceClientSnippets.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.Snippets/ChatServiceClientSnippets.g.cs
index f025afb88bb0..e8c5c52afc42 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.Snippets/ChatServiceClientSnippets.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1.Snippets/ChatServiceClientSnippets.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/AnnotationResourceNames.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/AnnotationResourceNames.g.cs
index 1df8ba73fd05..7f267a8e313f 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/AnnotationResourceNames.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/AnnotationResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/AttachmentResourceNames.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/AttachmentResourceNames.g.cs
index d57ea2bb3aa4..99b3c82ed4aa 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/AttachmentResourceNames.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/AttachmentResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/ChatServiceClient.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/ChatServiceClient.g.cs
index aba42e954dbb..bf307525ab8b 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/ChatServiceClient.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/ChatServiceClient.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/MembershipResourceNames.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/MembershipResourceNames.g.cs
index 30ead16e3a4d..b88023a22f11 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/MembershipResourceNames.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/MembershipResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/MessageResourceNames.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/MessageResourceNames.g.cs
index dc149c5f5483..252783d43242 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/MessageResourceNames.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/MessageResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/PackageApiMetadata.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/PackageApiMetadata.g.cs
index 0a649a5f6d27..2fea495a74a0 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/PackageApiMetadata.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/PackageApiMetadata.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/ReactionResourceNames.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/ReactionResourceNames.g.cs
index 7bbfb71379f4..cf3e9d139f5c 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/ReactionResourceNames.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/ReactionResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/ServiceCollectionExtensions.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/ServiceCollectionExtensions.g.cs
index 08684b9b9695..5919194acfd0 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/ServiceCollectionExtensions.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/ServiceCollectionExtensions.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/SpaceEventResourceNames.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/SpaceEventResourceNames.g.cs
index e4e0fbd83029..a76e4e893054 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/SpaceEventResourceNames.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/SpaceEventResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/SpaceReadStateResourceNames.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/SpaceReadStateResourceNames.g.cs
index d59a3a9a21ac..0f1f19a2159a 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/SpaceReadStateResourceNames.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/SpaceReadStateResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/SpaceResourceNames.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/SpaceResourceNames.g.cs
index 1c7ea276c71b..10de6952cb03 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/SpaceResourceNames.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/SpaceResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/ThreadReadStateResourceNames.g.cs b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/ThreadReadStateResourceNames.g.cs
index 0fec4211e52c..98de5ce020c2 100644
--- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/ThreadReadStateResourceNames.g.cs
+++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/ThreadReadStateResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Chat.V1/docs/index.md b/apis/Google.Apps.Chat.V1/docs/index.md
deleted file mode 100644
index afb1676143bd..000000000000
--- a/apis/Google.Apps.Chat.V1/docs/index.md
+++ /dev/null
@@ -1,15 +0,0 @@
-{{title}}
-
-{{description}}
-
-{{version}}
-
-{{installation}}
-
-{{auth}}
-
-## Getting started
-
-{{client-classes}}
-
-{{client-construction}}
diff --git a/apis/Google.Apps.Events.Subscriptions.V1/.OwlBot.yaml b/apis/Google.Apps.Events.Subscriptions.V1/.OwlBot.yaml
index 0e182f0dc9b4..17921bafc8a9 100644
--- a/apis/Google.Apps.Events.Subscriptions.V1/.OwlBot.yaml
+++ b/apis/Google.Apps.Events.Subscriptions.V1/.OwlBot.yaml
@@ -1,5 +1,5 @@
-# Copyright 2024 Google LLC
+# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.CreateSubscriptionAsyncSnippet.g.cs b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.CreateSubscriptionAsyncSnippet.g.cs
index 4f9eb5d8ca22..a3ed4594d21e 100644
--- a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.CreateSubscriptionAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.CreateSubscriptionAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.CreateSubscriptionRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.CreateSubscriptionRequestObjectAsyncSnippet.g.cs
index d19ead949ba5..e9fce6712db2 100644
--- a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.CreateSubscriptionRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.CreateSubscriptionRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.CreateSubscriptionRequestObjectSnippet.g.cs b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.CreateSubscriptionRequestObjectSnippet.g.cs
index 7b0a0ed61533..b485cdca5c10 100644
--- a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.CreateSubscriptionRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.CreateSubscriptionRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.CreateSubscriptionSnippet.g.cs b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.CreateSubscriptionSnippet.g.cs
index 334ca4483fcf..54432a2de852 100644
--- a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.CreateSubscriptionSnippet.g.cs
+++ b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.CreateSubscriptionSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.DeleteSubscriptionAsyncSnippet.g.cs b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.DeleteSubscriptionAsyncSnippet.g.cs
index f8ac4bf81533..f06dc254f50c 100644
--- a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.DeleteSubscriptionAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.DeleteSubscriptionAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.DeleteSubscriptionRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.DeleteSubscriptionRequestObjectAsyncSnippet.g.cs
index 7d0be8c95d2e..3cb2043e5c68 100644
--- a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.DeleteSubscriptionRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.DeleteSubscriptionRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.DeleteSubscriptionRequestObjectSnippet.g.cs b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.DeleteSubscriptionRequestObjectSnippet.g.cs
index 23c26da1b366..81aa4d534057 100644
--- a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.DeleteSubscriptionRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.DeleteSubscriptionRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.DeleteSubscriptionResourceNamesAsyncSnippet.g.cs b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.DeleteSubscriptionResourceNamesAsyncSnippet.g.cs
index 6fd25a7f3951..73eae49ad81f 100644
--- a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.DeleteSubscriptionResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.DeleteSubscriptionResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.DeleteSubscriptionResourceNamesSnippet.g.cs b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.DeleteSubscriptionResourceNamesSnippet.g.cs
index 9e5ce70d5402..6943a72a6f8a 100644
--- a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.DeleteSubscriptionResourceNamesSnippet.g.cs
+++ b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.DeleteSubscriptionResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.DeleteSubscriptionSnippet.g.cs b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.DeleteSubscriptionSnippet.g.cs
index 1c1c0cebe189..02fc76cb9948 100644
--- a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.DeleteSubscriptionSnippet.g.cs
+++ b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.DeleteSubscriptionSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.GetSubscriptionAsyncSnippet.g.cs b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.GetSubscriptionAsyncSnippet.g.cs
index b3e67e1cf149..142b5632341a 100644
--- a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.GetSubscriptionAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.GetSubscriptionAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.GetSubscriptionRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.GetSubscriptionRequestObjectAsyncSnippet.g.cs
index fbeff4fa616a..401259cb2c8e 100644
--- a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.GetSubscriptionRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.GetSubscriptionRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.GetSubscriptionRequestObjectSnippet.g.cs b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.GetSubscriptionRequestObjectSnippet.g.cs
index b8fc010c8e0d..7c6850c08988 100644
--- a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.GetSubscriptionRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.GetSubscriptionRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.GetSubscriptionResourceNamesAsyncSnippet.g.cs b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.GetSubscriptionResourceNamesAsyncSnippet.g.cs
index 73f58d7cb259..a955b7c1065f 100644
--- a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.GetSubscriptionResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.GetSubscriptionResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.GetSubscriptionResourceNamesSnippet.g.cs b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.GetSubscriptionResourceNamesSnippet.g.cs
index f2477dee56c1..08a5e0ee8687 100644
--- a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.GetSubscriptionResourceNamesSnippet.g.cs
+++ b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.GetSubscriptionResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.GetSubscriptionSnippet.g.cs b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.GetSubscriptionSnippet.g.cs
index 8969b2958c29..dd7b240e5564 100644
--- a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.GetSubscriptionSnippet.g.cs
+++ b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.GetSubscriptionSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.ListSubscriptionsAsyncSnippet.g.cs b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.ListSubscriptionsAsyncSnippet.g.cs
index 711812db307a..e4765008d980 100644
--- a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.ListSubscriptionsAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.ListSubscriptionsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.ListSubscriptionsRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.ListSubscriptionsRequestObjectAsyncSnippet.g.cs
index 2fda66109207..443c0de6e56e 100644
--- a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.ListSubscriptionsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.ListSubscriptionsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.ListSubscriptionsRequestObjectSnippet.g.cs b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.ListSubscriptionsRequestObjectSnippet.g.cs
index 2d3269a4a1c8..21d2884f6c5c 100644
--- a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.ListSubscriptionsRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.ListSubscriptionsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.ListSubscriptionsSnippet.g.cs b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.ListSubscriptionsSnippet.g.cs
index 264130c7851f..239f7809a3e4 100644
--- a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.ListSubscriptionsSnippet.g.cs
+++ b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.ListSubscriptionsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.ReactivateSubscriptionAsyncSnippet.g.cs b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.ReactivateSubscriptionAsyncSnippet.g.cs
index 56d40f973bf9..88f42f71d68d 100644
--- a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.ReactivateSubscriptionAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.ReactivateSubscriptionAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.ReactivateSubscriptionRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.ReactivateSubscriptionRequestObjectAsyncSnippet.g.cs
index 097c6c8d5260..e7a2672f0175 100644
--- a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.ReactivateSubscriptionRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.ReactivateSubscriptionRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.ReactivateSubscriptionRequestObjectSnippet.g.cs b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.ReactivateSubscriptionRequestObjectSnippet.g.cs
index 5580584ceb6b..cd9c06745b1c 100644
--- a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.ReactivateSubscriptionRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.ReactivateSubscriptionRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.ReactivateSubscriptionResourceNamesAsyncSnippet.g.cs b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.ReactivateSubscriptionResourceNamesAsyncSnippet.g.cs
index 08e3291cd641..e811f6a3d129 100644
--- a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.ReactivateSubscriptionResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.ReactivateSubscriptionResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.ReactivateSubscriptionResourceNamesSnippet.g.cs b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.ReactivateSubscriptionResourceNamesSnippet.g.cs
index 3e1521a85f8c..bb628e8bd3ed 100644
--- a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.ReactivateSubscriptionResourceNamesSnippet.g.cs
+++ b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.ReactivateSubscriptionResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.ReactivateSubscriptionSnippet.g.cs b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.ReactivateSubscriptionSnippet.g.cs
index 8a251f115a2c..f403d9fa5d06 100644
--- a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.ReactivateSubscriptionSnippet.g.cs
+++ b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.ReactivateSubscriptionSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.UpdateSubscriptionAsyncSnippet.g.cs b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.UpdateSubscriptionAsyncSnippet.g.cs
index 3e8f61c82bf9..8acd95fdc63c 100644
--- a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.UpdateSubscriptionAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.UpdateSubscriptionAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.UpdateSubscriptionRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.UpdateSubscriptionRequestObjectAsyncSnippet.g.cs
index 46e4de9a07fb..e0cc14dd8ae4 100644
--- a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.UpdateSubscriptionRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.UpdateSubscriptionRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.UpdateSubscriptionRequestObjectSnippet.g.cs b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.UpdateSubscriptionRequestObjectSnippet.g.cs
index 2e4f8d8a1230..e7495d850979 100644
--- a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.UpdateSubscriptionRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.UpdateSubscriptionRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.UpdateSubscriptionSnippet.g.cs b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.UpdateSubscriptionSnippet.g.cs
index 044ac0e20af2..bbb882264236 100644
--- a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.UpdateSubscriptionSnippet.g.cs
+++ b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.GeneratedSnippets/SubscriptionsServiceClient.UpdateSubscriptionSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.Snippets/SubscriptionsServiceClientSnippets.g.cs b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.Snippets/SubscriptionsServiceClientSnippets.g.cs
index eb1edf2029c7..abc46877890c 100644
--- a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.Snippets/SubscriptionsServiceClientSnippets.g.cs
+++ b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1.Snippets/SubscriptionsServiceClientSnippets.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1/PackageApiMetadata.g.cs b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1/PackageApiMetadata.g.cs
index b5210f95aae2..324c9b47638e 100644
--- a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1/PackageApiMetadata.g.cs
+++ b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1/PackageApiMetadata.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1/ServiceCollectionExtensions.g.cs b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1/ServiceCollectionExtensions.g.cs
index e0bd57c75e0d..294893b9a30f 100644
--- a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1/ServiceCollectionExtensions.g.cs
+++ b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1/ServiceCollectionExtensions.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1/SubscriptionResourceResourceNames.g.cs b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1/SubscriptionResourceResourceNames.g.cs
index f1ac0a65ec7b..6283374360ba 100644
--- a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1/SubscriptionResourceResourceNames.g.cs
+++ b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1/SubscriptionResourceResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1/SubscriptionsServiceClient.g.cs b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1/SubscriptionsServiceClient.g.cs
index d562351b03f7..8d249aed650a 100644
--- a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1/SubscriptionsServiceClient.g.cs
+++ b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1/SubscriptionsServiceClient.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1/SubscriptionsServiceResourceNames.g.cs b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1/SubscriptionsServiceResourceNames.g.cs
index 43a138eed7eb..67a18792530d 100644
--- a/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1/SubscriptionsServiceResourceNames.g.cs
+++ b/apis/Google.Apps.Events.Subscriptions.V1/Google.Apps.Events.Subscriptions.V1/SubscriptionsServiceResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/.OwlBot.yaml b/apis/Google.Apps.Meet.V2/.OwlBot.yaml
index 5faccac9fe87..947d0f74a245 100644
--- a/apis/Google.Apps.Meet.V2/.OwlBot.yaml
+++ b/apis/Google.Apps.Meet.V2/.OwlBot.yaml
@@ -1,5 +1,5 @@
-# Copyright 2024 Google LLC
+# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetConferenceRecordAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetConferenceRecordAsyncSnippet.g.cs
index 136acabcd357..8ab60114414f 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetConferenceRecordAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetConferenceRecordAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetConferenceRecordRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetConferenceRecordRequestObjectAsyncSnippet.g.cs
index f9d89c51de26..425b4dac5fca 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetConferenceRecordRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetConferenceRecordRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetConferenceRecordRequestObjectSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetConferenceRecordRequestObjectSnippet.g.cs
index 922f05a3e7a4..55a5078fd540 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetConferenceRecordRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetConferenceRecordRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetConferenceRecordResourceNamesAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetConferenceRecordResourceNamesAsyncSnippet.g.cs
index 1e0cb84e66bf..3d7e5dad6657 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetConferenceRecordResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetConferenceRecordResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetConferenceRecordResourceNamesSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetConferenceRecordResourceNamesSnippet.g.cs
index 592577433045..3a35ff155a8a 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetConferenceRecordResourceNamesSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetConferenceRecordResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetConferenceRecordSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetConferenceRecordSnippet.g.cs
index a2274b7f8402..13e7aedfef22 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetConferenceRecordSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetConferenceRecordSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantAsyncSnippet.g.cs
index 2fe64897c545..b8f6a48d5ec1 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantRequestObjectAsyncSnippet.g.cs
index 4e15e21cc403..0f1c0d75573a 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantRequestObjectSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantRequestObjectSnippet.g.cs
index 14e4a0a75d2b..ec07626c2ec9 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantResourceNamesAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantResourceNamesAsyncSnippet.g.cs
index d72e3287c717..3e007dbab771 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantResourceNamesSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantResourceNamesSnippet.g.cs
index b11ec18a01a6..c7ccf96ffdf1 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantResourceNamesSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSessionAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSessionAsyncSnippet.g.cs
index 01449e6c4e19..ba4f0ea27446 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSessionAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSessionAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSessionRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSessionRequestObjectAsyncSnippet.g.cs
index e101ee96f46a..dce5d5dc3916 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSessionRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSessionRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSessionRequestObjectSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSessionRequestObjectSnippet.g.cs
index de436d2f1b04..e0065dc5f8a7 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSessionRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSessionRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSessionResourceNamesAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSessionResourceNamesAsyncSnippet.g.cs
index f1feeaf027cb..db8da8e00a70 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSessionResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSessionResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSessionResourceNamesSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSessionResourceNamesSnippet.g.cs
index 00db705405ac..4d5146eb836d 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSessionResourceNamesSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSessionResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSessionSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSessionSnippet.g.cs
index 96338a5bf18f..4dab3852e0d7 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSessionSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSessionSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSnippet.g.cs
index 250866fe3c10..89cc048e07cc 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetRecordingAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetRecordingAsyncSnippet.g.cs
index 35b8e8c4ba4f..33dd96a7281c 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetRecordingAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetRecordingAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetRecordingRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetRecordingRequestObjectAsyncSnippet.g.cs
index 863907a1bc66..ea091e8e7490 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetRecordingRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetRecordingRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetRecordingRequestObjectSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetRecordingRequestObjectSnippet.g.cs
index 67e7b5a7e3aa..86fcf98d8c3c 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetRecordingRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetRecordingRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetRecordingResourceNamesAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetRecordingResourceNamesAsyncSnippet.g.cs
index d854398849db..a25c8096163f 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetRecordingResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetRecordingResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetRecordingResourceNamesSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetRecordingResourceNamesSnippet.g.cs
index 5e4112b1c5dc..e67ddd4634a3 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetRecordingResourceNamesSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetRecordingResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetRecordingSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetRecordingSnippet.g.cs
index 1a3b43fc7f98..87d05e3f0848 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetRecordingSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetRecordingSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptAsyncSnippet.g.cs
index 7789b01212a7..454a150648b2 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptEntryAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptEntryAsyncSnippet.g.cs
index 0561bc40bf11..5607a7421a08 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptEntryAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptEntryAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptEntryRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptEntryRequestObjectAsyncSnippet.g.cs
index 125f885b9d00..15f19e9a4716 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptEntryRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptEntryRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptEntryRequestObjectSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptEntryRequestObjectSnippet.g.cs
index 1df6339deb41..254ba21e8320 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptEntryRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptEntryRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptEntryResourceNamesAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptEntryResourceNamesAsyncSnippet.g.cs
index 42810a27c759..6041ddc61c12 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptEntryResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptEntryResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptEntryResourceNamesSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptEntryResourceNamesSnippet.g.cs
index c402f216830d..c3cb5db080dd 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptEntryResourceNamesSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptEntryResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptEntrySnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptEntrySnippet.g.cs
index bf7c47cc0063..552321582a0b 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptEntrySnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptEntrySnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptRequestObjectAsyncSnippet.g.cs
index 67bd99829ee2..a5b73a742a97 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptRequestObjectSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptRequestObjectSnippet.g.cs
index 7f839baf3996..0fdc24c7309e 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptResourceNamesAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptResourceNamesAsyncSnippet.g.cs
index 621208dda4a0..d72d75abe752 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptResourceNamesSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptResourceNamesSnippet.g.cs
index 4f6d9a538326..e8ff8c7a0386 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptResourceNamesSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptSnippet.g.cs
index dc646f8d6e31..c083c3e0a2a7 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListConferenceRecordsRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListConferenceRecordsRequestObjectAsyncSnippet.g.cs
index 81537b4eed48..e9e4b96243aa 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListConferenceRecordsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListConferenceRecordsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListConferenceRecordsRequestObjectSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListConferenceRecordsRequestObjectSnippet.g.cs
index 53b6846c6907..800f63389f8e 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListConferenceRecordsRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListConferenceRecordsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantSessionsAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantSessionsAsyncSnippet.g.cs
index d1238bf74a0b..e02556560864 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantSessionsAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantSessionsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantSessionsRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantSessionsRequestObjectAsyncSnippet.g.cs
index da60b74231d8..d4499684945b 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantSessionsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantSessionsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantSessionsRequestObjectSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantSessionsRequestObjectSnippet.g.cs
index 21ae7da1bcc5..3015fa29f8c8 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantSessionsRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantSessionsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantSessionsResourceNamesAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantSessionsResourceNamesAsyncSnippet.g.cs
index 769752e8bf2e..7f672aef5179 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantSessionsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantSessionsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantSessionsResourceNamesSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantSessionsResourceNamesSnippet.g.cs
index 641ed94ccba7..abea1675d5a8 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantSessionsResourceNamesSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantSessionsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantSessionsSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantSessionsSnippet.g.cs
index 47b971be703c..72911c52a7b6 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantSessionsSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantSessionsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantsAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantsAsyncSnippet.g.cs
index 54759a165932..2cf80fb487b5 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantsAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantsRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantsRequestObjectAsyncSnippet.g.cs
index 889028c10fe0..dbf75a7182e1 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantsRequestObjectSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantsRequestObjectSnippet.g.cs
index e93b95bc3a67..f28313787971 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantsRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantsResourceNamesAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantsResourceNamesAsyncSnippet.g.cs
index e4411b3af6d5..c7a7c7517166 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantsResourceNamesSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantsResourceNamesSnippet.g.cs
index 576d3f923e51..201103ca96d8 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantsResourceNamesSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantsSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantsSnippet.g.cs
index ed1a622b7abd..07993dcc6ee3 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantsSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListRecordingsAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListRecordingsAsyncSnippet.g.cs
index e1cfd4192729..bb87e2fbd22b 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListRecordingsAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListRecordingsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListRecordingsRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListRecordingsRequestObjectAsyncSnippet.g.cs
index 900212732309..0ff9bc4cda51 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListRecordingsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListRecordingsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListRecordingsRequestObjectSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListRecordingsRequestObjectSnippet.g.cs
index 36ae76e475dd..99c2c8bfce6e 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListRecordingsRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListRecordingsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListRecordingsResourceNamesAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListRecordingsResourceNamesAsyncSnippet.g.cs
index 49036104af87..e189a962a704 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListRecordingsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListRecordingsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListRecordingsResourceNamesSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListRecordingsResourceNamesSnippet.g.cs
index 1ef5f3b5654f..fce41f8da0b8 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListRecordingsResourceNamesSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListRecordingsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListRecordingsSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListRecordingsSnippet.g.cs
index b8d3057000e2..6cd54b6c6e97 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListRecordingsSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListRecordingsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptEntriesAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptEntriesAsyncSnippet.g.cs
index da72932bd15c..978bb9e48b94 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptEntriesAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptEntriesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptEntriesRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptEntriesRequestObjectAsyncSnippet.g.cs
index a60a92faef91..2ebe950b970e 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptEntriesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptEntriesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptEntriesRequestObjectSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptEntriesRequestObjectSnippet.g.cs
index 3780a08c3bd0..e21de1546f97 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptEntriesRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptEntriesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptEntriesResourceNamesAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptEntriesResourceNamesAsyncSnippet.g.cs
index 469bc5eaa742..b150a7c07cb8 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptEntriesResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptEntriesResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptEntriesResourceNamesSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptEntriesResourceNamesSnippet.g.cs
index b81a04688edb..c3a98633aa97 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptEntriesResourceNamesSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptEntriesResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptEntriesSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptEntriesSnippet.g.cs
index 665197fa9053..18460150da7e 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptEntriesSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptEntriesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptsAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptsAsyncSnippet.g.cs
index 853234c52de8..71d2e89461b7 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptsAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptsRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptsRequestObjectAsyncSnippet.g.cs
index 37de5f3dfd07..c6a7d8902504 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptsRequestObjectSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptsRequestObjectSnippet.g.cs
index ed0663653df7..94016d16dd62 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptsRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptsResourceNamesAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptsResourceNamesAsyncSnippet.g.cs
index ad1b80810ab1..955fdfca0961 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptsResourceNamesSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptsResourceNamesSnippet.g.cs
index 8d796572c425..6ea2e858c4fb 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptsResourceNamesSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptsSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptsSnippet.g.cs
index 2dfe9e2358c5..160143bb0730 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptsSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.CreateSpaceAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.CreateSpaceAsyncSnippet.g.cs
index 427c12e38ccf..7f00699b2936 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.CreateSpaceAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.CreateSpaceAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.CreateSpaceRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.CreateSpaceRequestObjectAsyncSnippet.g.cs
index 09b8b8c2f4ec..3ee50c7bd34c 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.CreateSpaceRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.CreateSpaceRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.CreateSpaceRequestObjectSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.CreateSpaceRequestObjectSnippet.g.cs
index 44e05e6e9f89..84ca04a86d8a 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.CreateSpaceRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.CreateSpaceRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.CreateSpaceSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.CreateSpaceSnippet.g.cs
index aab7192b8210..aed94b61d0ac 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.CreateSpaceSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.CreateSpaceSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.EndActiveConferenceAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.EndActiveConferenceAsyncSnippet.g.cs
index 7a9090963f5c..705ce435ce52 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.EndActiveConferenceAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.EndActiveConferenceAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.EndActiveConferenceRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.EndActiveConferenceRequestObjectAsyncSnippet.g.cs
index 8184c39a938f..a79334d990a3 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.EndActiveConferenceRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.EndActiveConferenceRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.EndActiveConferenceRequestObjectSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.EndActiveConferenceRequestObjectSnippet.g.cs
index 8802ea06d048..aa0222075f0c 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.EndActiveConferenceRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.EndActiveConferenceRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.EndActiveConferenceResourceNamesAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.EndActiveConferenceResourceNamesAsyncSnippet.g.cs
index 020e2360854c..7f781c01ae41 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.EndActiveConferenceResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.EndActiveConferenceResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.EndActiveConferenceResourceNamesSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.EndActiveConferenceResourceNamesSnippet.g.cs
index 1aa3f5cf7fe4..d0ba68ab0031 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.EndActiveConferenceResourceNamesSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.EndActiveConferenceResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.EndActiveConferenceSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.EndActiveConferenceSnippet.g.cs
index a801b834454f..9ba5187fe2ff 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.EndActiveConferenceSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.EndActiveConferenceSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.GetSpaceAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.GetSpaceAsyncSnippet.g.cs
index 439ea53825bf..fb60620c83b6 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.GetSpaceAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.GetSpaceAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.GetSpaceRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.GetSpaceRequestObjectAsyncSnippet.g.cs
index 62b5f5e6da28..4ea9b4f74677 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.GetSpaceRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.GetSpaceRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.GetSpaceRequestObjectSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.GetSpaceRequestObjectSnippet.g.cs
index c45c93ddcf91..70f20fbea041 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.GetSpaceRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.GetSpaceRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.GetSpaceResourceNamesAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.GetSpaceResourceNamesAsyncSnippet.g.cs
index f297090988f2..8896a07b7566 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.GetSpaceResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.GetSpaceResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.GetSpaceResourceNamesSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.GetSpaceResourceNamesSnippet.g.cs
index 4772d2a2c3a4..b3f842ab5dcf 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.GetSpaceResourceNamesSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.GetSpaceResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.GetSpaceSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.GetSpaceSnippet.g.cs
index 8009b7ad4d7d..cc88f8d67933 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.GetSpaceSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.GetSpaceSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.UpdateSpaceAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.UpdateSpaceAsyncSnippet.g.cs
index 38a96dd3b76a..90da82b2c70f 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.UpdateSpaceAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.UpdateSpaceAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.UpdateSpaceRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.UpdateSpaceRequestObjectAsyncSnippet.g.cs
index fcff38c97c7c..191204e50630 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.UpdateSpaceRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.UpdateSpaceRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.UpdateSpaceRequestObjectSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.UpdateSpaceRequestObjectSnippet.g.cs
index c7aa46f07fe4..3994d474eacb 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.UpdateSpaceRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.UpdateSpaceRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.UpdateSpaceSnippet.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.UpdateSpaceSnippet.g.cs
index a003627e7b61..f418bf010840 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.UpdateSpaceSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.GeneratedSnippets/SpacesServiceClient.UpdateSpaceSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.Snippets/ConferenceRecordsServiceClientSnippets.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.Snippets/ConferenceRecordsServiceClientSnippets.g.cs
index 39a7f4c1655e..f7f201931c12 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.Snippets/ConferenceRecordsServiceClientSnippets.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.Snippets/ConferenceRecordsServiceClientSnippets.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.Snippets/SpacesServiceClientSnippets.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.Snippets/SpacesServiceClientSnippets.g.cs
index 7b45a9aea8ed..461ad36fa0dd 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.Snippets/SpacesServiceClientSnippets.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2.Snippets/SpacesServiceClientSnippets.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2/ConferenceRecordsServiceClient.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2/ConferenceRecordsServiceClient.g.cs
index 3f95ebd573b0..f891e0384dfc 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2/ConferenceRecordsServiceClient.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2/ConferenceRecordsServiceClient.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2/PackageApiMetadata.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2/PackageApiMetadata.g.cs
index fd0bec5066b5..06bab7cb4955 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2/PackageApiMetadata.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2/PackageApiMetadata.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2/ResourceResourceNames.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2/ResourceResourceNames.g.cs
index 6025421977e4..9081e140b7b6 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2/ResourceResourceNames.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2/ResourceResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2/ServiceCollectionExtensions.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2/ServiceCollectionExtensions.g.cs
index 6416b0beee12..9e0c9703e434 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2/ServiceCollectionExtensions.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2/ServiceCollectionExtensions.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2/ServiceResourceNames.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2/ServiceResourceNames.g.cs
index 305c59fe8a32..123204924410 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2/ServiceResourceNames.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2/ServiceResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2/SpacesServiceClient.g.cs b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2/SpacesServiceClient.g.cs
index d91d3218fa96..646ede8faaa5 100644
--- a/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2/SpacesServiceClient.g.cs
+++ b/apis/Google.Apps.Meet.V2/Google.Apps.Meet.V2/SpacesServiceClient.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2/docs/index.md b/apis/Google.Apps.Meet.V2/docs/index.md
deleted file mode 100644
index afb1676143bd..000000000000
--- a/apis/Google.Apps.Meet.V2/docs/index.md
+++ /dev/null
@@ -1,15 +0,0 @@
-{{title}}
-
-{{description}}
-
-{{version}}
-
-{{installation}}
-
-{{auth}}
-
-## Getting started
-
-{{client-classes}}
-
-{{client-construction}}
diff --git a/apis/Google.Apps.Meet.V2Beta/.OwlBot.yaml b/apis/Google.Apps.Meet.V2Beta/.OwlBot.yaml
index 5b4d298bbd3a..acf3d7858f04 100644
--- a/apis/Google.Apps.Meet.V2Beta/.OwlBot.yaml
+++ b/apis/Google.Apps.Meet.V2Beta/.OwlBot.yaml
@@ -1,5 +1,5 @@
-# Copyright 2024 Google LLC
+# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetConferenceRecordAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetConferenceRecordAsyncSnippet.g.cs
index a6fbf7906cd3..261fbcd769cb 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetConferenceRecordAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetConferenceRecordAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetConferenceRecordRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetConferenceRecordRequestObjectAsyncSnippet.g.cs
index 73152cca0be1..9b11558bb3bf 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetConferenceRecordRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetConferenceRecordRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetConferenceRecordRequestObjectSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetConferenceRecordRequestObjectSnippet.g.cs
index 5d9eafff0f0b..9ceaad731a81 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetConferenceRecordRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetConferenceRecordRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetConferenceRecordResourceNamesAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetConferenceRecordResourceNamesAsyncSnippet.g.cs
index 56c1f473d6c1..ae1d84ed645e 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetConferenceRecordResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetConferenceRecordResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetConferenceRecordResourceNamesSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetConferenceRecordResourceNamesSnippet.g.cs
index 1222d853ffba..a5459cf09391 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetConferenceRecordResourceNamesSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetConferenceRecordResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetConferenceRecordSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetConferenceRecordSnippet.g.cs
index 811ded4c7622..5901f4d9fda7 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetConferenceRecordSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetConferenceRecordSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantAsyncSnippet.g.cs
index 7f860ba5cbb4..1a00f4810a3a 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantRequestObjectAsyncSnippet.g.cs
index dbacf97fac19..f8eb092bd078 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantRequestObjectSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantRequestObjectSnippet.g.cs
index c350642303bc..75ab93adb427 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantResourceNamesAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantResourceNamesAsyncSnippet.g.cs
index 7880aa8aeb2e..d40a310135c9 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantResourceNamesSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantResourceNamesSnippet.g.cs
index c92bda84fd76..2649d6fcfa93 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantResourceNamesSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSessionAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSessionAsyncSnippet.g.cs
index f7f8bea1f2d9..bc0271b565be 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSessionAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSessionAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSessionRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSessionRequestObjectAsyncSnippet.g.cs
index ca981a0ca7e9..e419eb69660d 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSessionRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSessionRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSessionRequestObjectSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSessionRequestObjectSnippet.g.cs
index 00833a3b0290..2ed49b52f45a 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSessionRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSessionRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSessionResourceNamesAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSessionResourceNamesAsyncSnippet.g.cs
index 874b26d3d3ae..5bc028257282 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSessionResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSessionResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSessionResourceNamesSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSessionResourceNamesSnippet.g.cs
index 514055a8b655..086cbfdfc000 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSessionResourceNamesSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSessionResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSessionSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSessionSnippet.g.cs
index 288e27baa97d..f6b30929a05e 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSessionSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSessionSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSnippet.g.cs
index 4a323182ca92..4f0486857a75 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetParticipantSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetRecordingAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetRecordingAsyncSnippet.g.cs
index febb5b5a6fcb..f143119d6d89 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetRecordingAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetRecordingAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetRecordingRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetRecordingRequestObjectAsyncSnippet.g.cs
index fba3b618b106..de105b13a6c8 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetRecordingRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetRecordingRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetRecordingRequestObjectSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetRecordingRequestObjectSnippet.g.cs
index 60e76e5ac9c8..867f0857ce19 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetRecordingRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetRecordingRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetRecordingResourceNamesAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetRecordingResourceNamesAsyncSnippet.g.cs
index b1ce72d13f01..a79a9307bbf1 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetRecordingResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetRecordingResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetRecordingResourceNamesSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetRecordingResourceNamesSnippet.g.cs
index c73bde41c367..96c86289ff56 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetRecordingResourceNamesSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetRecordingResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetRecordingSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetRecordingSnippet.g.cs
index 6323dcfd1cbb..891e058ccd00 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetRecordingSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetRecordingSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptAsyncSnippet.g.cs
index e057c73d144c..694442c4f2a2 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptEntryAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptEntryAsyncSnippet.g.cs
index f408d58f4465..46f4ec2b98f2 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptEntryAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptEntryAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptEntryRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptEntryRequestObjectAsyncSnippet.g.cs
index 78fbec8a3515..9578028e2a32 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptEntryRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptEntryRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptEntryRequestObjectSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptEntryRequestObjectSnippet.g.cs
index fec26adcdf1f..3a3600c634ba 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptEntryRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptEntryRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptEntryResourceNamesAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptEntryResourceNamesAsyncSnippet.g.cs
index 6657a361ad89..313c9efa212f 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptEntryResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptEntryResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptEntryResourceNamesSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptEntryResourceNamesSnippet.g.cs
index 1399cf85d630..6364571d9b41 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptEntryResourceNamesSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptEntryResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptEntrySnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptEntrySnippet.g.cs
index 6b57f3da5a2e..1f68b2032a6e 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptEntrySnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptEntrySnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptRequestObjectAsyncSnippet.g.cs
index edcfd35cc93e..ed1a08cd60fb 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptRequestObjectSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptRequestObjectSnippet.g.cs
index b244962e8b7c..dfec577c4d85 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptResourceNamesAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptResourceNamesAsyncSnippet.g.cs
index 4a2ae1e93ada..b1b8c33ad9da 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptResourceNamesSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptResourceNamesSnippet.g.cs
index b44386fdfd59..dab40213f84e 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptResourceNamesSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptSnippet.g.cs
index 378bc3413201..99ed93be85ec 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.GetTranscriptSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListConferenceRecordsRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListConferenceRecordsRequestObjectAsyncSnippet.g.cs
index a6292f04e7a5..6c6da07859f9 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListConferenceRecordsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListConferenceRecordsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListConferenceRecordsRequestObjectSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListConferenceRecordsRequestObjectSnippet.g.cs
index 02a0580f4069..de721bf6d522 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListConferenceRecordsRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListConferenceRecordsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantSessionsAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantSessionsAsyncSnippet.g.cs
index 7a7fb2d16305..d82bf3c88054 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantSessionsAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantSessionsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantSessionsRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantSessionsRequestObjectAsyncSnippet.g.cs
index 3ae7d310403c..72af485a7b4f 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantSessionsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantSessionsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantSessionsRequestObjectSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantSessionsRequestObjectSnippet.g.cs
index ddff9aae042a..25094ae4c563 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantSessionsRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantSessionsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantSessionsResourceNamesAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantSessionsResourceNamesAsyncSnippet.g.cs
index 4adb12dc1475..8bbf57bbb52d 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantSessionsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantSessionsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantSessionsResourceNamesSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantSessionsResourceNamesSnippet.g.cs
index af6fe5cf15bc..b01b45261e3a 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantSessionsResourceNamesSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantSessionsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantSessionsSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantSessionsSnippet.g.cs
index c049caf6cfa0..9dded91ad1d9 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantSessionsSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantSessionsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantsAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantsAsyncSnippet.g.cs
index 6bf237dadc08..e06a5a4bb1a5 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantsAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantsRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantsRequestObjectAsyncSnippet.g.cs
index 4f849b66c5f7..037c415e33de 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantsRequestObjectSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantsRequestObjectSnippet.g.cs
index 9dacfdfbfeae..f6bb350a8116 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantsRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantsResourceNamesAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantsResourceNamesAsyncSnippet.g.cs
index 6e8ca9d9d3c5..d7036e3934b4 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantsResourceNamesSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantsResourceNamesSnippet.g.cs
index bdcb1a7fe65a..a9bab22bdd20 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantsResourceNamesSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantsSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantsSnippet.g.cs
index 6eeb7dae71a4..d532d3ee34b4 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantsSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListParticipantsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListRecordingsAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListRecordingsAsyncSnippet.g.cs
index 01a81cec166d..a10fc390d116 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListRecordingsAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListRecordingsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListRecordingsRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListRecordingsRequestObjectAsyncSnippet.g.cs
index ae2481d74266..6bb17765b6c5 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListRecordingsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListRecordingsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListRecordingsRequestObjectSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListRecordingsRequestObjectSnippet.g.cs
index 3c6019eea54c..adae7258342f 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListRecordingsRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListRecordingsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListRecordingsResourceNamesAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListRecordingsResourceNamesAsyncSnippet.g.cs
index 4059587b2335..77f65a406d0f 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListRecordingsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListRecordingsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListRecordingsResourceNamesSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListRecordingsResourceNamesSnippet.g.cs
index 03e386eb7634..8d5623f65e8e 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListRecordingsResourceNamesSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListRecordingsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListRecordingsSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListRecordingsSnippet.g.cs
index a15ed5035499..e9d2544347df 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListRecordingsSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListRecordingsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptEntriesAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptEntriesAsyncSnippet.g.cs
index 017a90f0f636..c5e63a203f77 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptEntriesAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptEntriesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptEntriesRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptEntriesRequestObjectAsyncSnippet.g.cs
index a3e36e813a52..4d0c795584c4 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptEntriesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptEntriesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptEntriesRequestObjectSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptEntriesRequestObjectSnippet.g.cs
index 2d71c3bd7eab..b28fd0a783ec 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptEntriesRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptEntriesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptEntriesResourceNamesAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptEntriesResourceNamesAsyncSnippet.g.cs
index d1407804292a..7fefa86b22b0 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptEntriesResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptEntriesResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptEntriesResourceNamesSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptEntriesResourceNamesSnippet.g.cs
index 17be44f7300f..723c27a2d9ca 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptEntriesResourceNamesSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptEntriesResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptEntriesSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptEntriesSnippet.g.cs
index 6d3b3f6855bc..e6f8e1bcd898 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptEntriesSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptEntriesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptsAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptsAsyncSnippet.g.cs
index f9cc2f4fdc35..a4bfb30a07ef 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptsAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptsRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptsRequestObjectAsyncSnippet.g.cs
index c4a87d242ba8..1ceb160ddbc7 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptsRequestObjectSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptsRequestObjectSnippet.g.cs
index 7aededda0b9e..fb7c29af75a1 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptsRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptsResourceNamesAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptsResourceNamesAsyncSnippet.g.cs
index 6eb508117c3c..a43359d81b9c 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptsResourceNamesSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptsResourceNamesSnippet.g.cs
index 6e970c874cd4..2de7216831a4 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptsResourceNamesSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptsSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptsSnippet.g.cs
index 2684fe11a651..81e1630c6ff7 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptsSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/ConferenceRecordsServiceClient.ListTranscriptsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.CreateMemberAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.CreateMemberAsyncSnippet.g.cs
new file mode 100644
index 000000000000..4745ff06c04c
--- /dev/null
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.CreateMemberAsyncSnippet.g.cs
@@ -0,0 +1,45 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START meet_v2beta_generated_SpacesService_CreateMember_async_flattened]
+ using Google.Apps.Meet.V2Beta;
+ using System.Threading.Tasks;
+
+ public sealed partial class GeneratedSpacesServiceClientSnippets
+ {
+ /// Snippet for CreateMemberAsync
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public async Task CreateMemberAsync()
+ {
+ // Create client
+ SpacesServiceClient spacesServiceClient = await SpacesServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ string parent = "spaces/[SPACE]";
+ Member member = new Member();
+ // Make the request
+ Member response = await spacesServiceClient.CreateMemberAsync(parent, member);
+ }
+ }
+ // [END meet_v2beta_generated_SpacesService_CreateMember_async_flattened]
+}
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.CreateMemberRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.CreateMemberRequestObjectAsyncSnippet.g.cs
new file mode 100644
index 000000000000..5562a3de0003
--- /dev/null
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.CreateMemberRequestObjectAsyncSnippet.g.cs
@@ -0,0 +1,48 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START meet_v2beta_generated_SpacesService_CreateMember_async]
+ using Google.Apps.Meet.V2Beta;
+ using System.Threading.Tasks;
+
+ public sealed partial class GeneratedSpacesServiceClientSnippets
+ {
+ /// Snippet for CreateMemberAsync
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public async Task CreateMemberRequestObjectAsync()
+ {
+ // Create client
+ SpacesServiceClient spacesServiceClient = await SpacesServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ CreateMemberRequest request = new CreateMemberRequest
+ {
+ ParentAsSpaceName = SpaceName.FromSpace("[SPACE]"),
+ Member = new Member(),
+ };
+ // Make the request
+ Member response = await spacesServiceClient.CreateMemberAsync(request);
+ }
+ }
+ // [END meet_v2beta_generated_SpacesService_CreateMember_async]
+}
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.CreateMemberRequestObjectSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.CreateMemberRequestObjectSnippet.g.cs
new file mode 100644
index 000000000000..1f0395bb763b
--- /dev/null
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.CreateMemberRequestObjectSnippet.g.cs
@@ -0,0 +1,47 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START meet_v2beta_generated_SpacesService_CreateMember_sync]
+ using Google.Apps.Meet.V2Beta;
+
+ public sealed partial class GeneratedSpacesServiceClientSnippets
+ {
+ /// Snippet for CreateMember
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public void CreateMemberRequestObject()
+ {
+ // Create client
+ SpacesServiceClient spacesServiceClient = SpacesServiceClient.Create();
+ // Initialize request argument(s)
+ CreateMemberRequest request = new CreateMemberRequest
+ {
+ ParentAsSpaceName = SpaceName.FromSpace("[SPACE]"),
+ Member = new Member(),
+ };
+ // Make the request
+ Member response = spacesServiceClient.CreateMember(request);
+ }
+ }
+ // [END meet_v2beta_generated_SpacesService_CreateMember_sync]
+}
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.CreateMemberResourceNamesAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.CreateMemberResourceNamesAsyncSnippet.g.cs
new file mode 100644
index 000000000000..0c7584fe105c
--- /dev/null
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.CreateMemberResourceNamesAsyncSnippet.g.cs
@@ -0,0 +1,45 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START meet_v2beta_generated_SpacesService_CreateMember_async_flattened_resourceNames]
+ using Google.Apps.Meet.V2Beta;
+ using System.Threading.Tasks;
+
+ public sealed partial class GeneratedSpacesServiceClientSnippets
+ {
+ /// Snippet for CreateMemberAsync
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public async Task CreateMemberResourceNamesAsync()
+ {
+ // Create client
+ SpacesServiceClient spacesServiceClient = await SpacesServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ SpaceName parent = SpaceName.FromSpace("[SPACE]");
+ Member member = new Member();
+ // Make the request
+ Member response = await spacesServiceClient.CreateMemberAsync(parent, member);
+ }
+ }
+ // [END meet_v2beta_generated_SpacesService_CreateMember_async_flattened_resourceNames]
+}
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.CreateMemberResourceNamesSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.CreateMemberResourceNamesSnippet.g.cs
new file mode 100644
index 000000000000..280f49845d10
--- /dev/null
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.CreateMemberResourceNamesSnippet.g.cs
@@ -0,0 +1,44 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START meet_v2beta_generated_SpacesService_CreateMember_sync_flattened_resourceNames]
+ using Google.Apps.Meet.V2Beta;
+
+ public sealed partial class GeneratedSpacesServiceClientSnippets
+ {
+ /// Snippet for CreateMember
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public void CreateMemberResourceNames()
+ {
+ // Create client
+ SpacesServiceClient spacesServiceClient = SpacesServiceClient.Create();
+ // Initialize request argument(s)
+ SpaceName parent = SpaceName.FromSpace("[SPACE]");
+ Member member = new Member();
+ // Make the request
+ Member response = spacesServiceClient.CreateMember(parent, member);
+ }
+ }
+ // [END meet_v2beta_generated_SpacesService_CreateMember_sync_flattened_resourceNames]
+}
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.CreateMemberSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.CreateMemberSnippet.g.cs
new file mode 100644
index 000000000000..3020b277774f
--- /dev/null
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.CreateMemberSnippet.g.cs
@@ -0,0 +1,44 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START meet_v2beta_generated_SpacesService_CreateMember_sync_flattened]
+ using Google.Apps.Meet.V2Beta;
+
+ public sealed partial class GeneratedSpacesServiceClientSnippets
+ {
+ /// Snippet for CreateMember
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public void CreateMember()
+ {
+ // Create client
+ SpacesServiceClient spacesServiceClient = SpacesServiceClient.Create();
+ // Initialize request argument(s)
+ string parent = "spaces/[SPACE]";
+ Member member = new Member();
+ // Make the request
+ Member response = spacesServiceClient.CreateMember(parent, member);
+ }
+ }
+ // [END meet_v2beta_generated_SpacesService_CreateMember_sync_flattened]
+}
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.CreateSpaceAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.CreateSpaceAsyncSnippet.g.cs
index e191d74614cf..4c70825d4bd1 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.CreateSpaceAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.CreateSpaceAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.CreateSpaceRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.CreateSpaceRequestObjectAsyncSnippet.g.cs
index 33c39208581f..2d1ea36435c5 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.CreateSpaceRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.CreateSpaceRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.CreateSpaceRequestObjectSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.CreateSpaceRequestObjectSnippet.g.cs
index 1dcd3b1ce2ae..73243ea0f548 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.CreateSpaceRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.CreateSpaceRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.CreateSpaceSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.CreateSpaceSnippet.g.cs
index 459b048557e0..cefa7dfbc59e 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.CreateSpaceSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.CreateSpaceSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.DeleteMemberAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.DeleteMemberAsyncSnippet.g.cs
new file mode 100644
index 000000000000..3be4ae43e442
--- /dev/null
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.DeleteMemberAsyncSnippet.g.cs
@@ -0,0 +1,44 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START meet_v2beta_generated_SpacesService_DeleteMember_async_flattened]
+ using Google.Apps.Meet.V2Beta;
+ using System.Threading.Tasks;
+
+ public sealed partial class GeneratedSpacesServiceClientSnippets
+ {
+ /// Snippet for DeleteMemberAsync
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public async Task DeleteMemberAsync()
+ {
+ // Create client
+ SpacesServiceClient spacesServiceClient = await SpacesServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ string name = "spaces/[SPACE]/members/[MEMBER]";
+ // Make the request
+ await spacesServiceClient.DeleteMemberAsync(name);
+ }
+ }
+ // [END meet_v2beta_generated_SpacesService_DeleteMember_async_flattened]
+}
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.DeleteMemberRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.DeleteMemberRequestObjectAsyncSnippet.g.cs
new file mode 100644
index 000000000000..5efaffe173d0
--- /dev/null
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.DeleteMemberRequestObjectAsyncSnippet.g.cs
@@ -0,0 +1,47 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START meet_v2beta_generated_SpacesService_DeleteMember_async]
+ using Google.Apps.Meet.V2Beta;
+ using System.Threading.Tasks;
+
+ public sealed partial class GeneratedSpacesServiceClientSnippets
+ {
+ /// Snippet for DeleteMemberAsync
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public async Task DeleteMemberRequestObjectAsync()
+ {
+ // Create client
+ SpacesServiceClient spacesServiceClient = await SpacesServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ DeleteMemberRequest request = new DeleteMemberRequest
+ {
+ MemberName = MemberName.FromSpaceMember("[SPACE]", "[MEMBER]"),
+ };
+ // Make the request
+ await spacesServiceClient.DeleteMemberAsync(request);
+ }
+ }
+ // [END meet_v2beta_generated_SpacesService_DeleteMember_async]
+}
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.DeleteMemberRequestObjectSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.DeleteMemberRequestObjectSnippet.g.cs
new file mode 100644
index 000000000000..97b90da531a5
--- /dev/null
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.DeleteMemberRequestObjectSnippet.g.cs
@@ -0,0 +1,46 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START meet_v2beta_generated_SpacesService_DeleteMember_sync]
+ using Google.Apps.Meet.V2Beta;
+
+ public sealed partial class GeneratedSpacesServiceClientSnippets
+ {
+ /// Snippet for DeleteMember
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public void DeleteMemberRequestObject()
+ {
+ // Create client
+ SpacesServiceClient spacesServiceClient = SpacesServiceClient.Create();
+ // Initialize request argument(s)
+ DeleteMemberRequest request = new DeleteMemberRequest
+ {
+ MemberName = MemberName.FromSpaceMember("[SPACE]", "[MEMBER]"),
+ };
+ // Make the request
+ spacesServiceClient.DeleteMember(request);
+ }
+ }
+ // [END meet_v2beta_generated_SpacesService_DeleteMember_sync]
+}
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.DeleteMemberResourceNamesAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.DeleteMemberResourceNamesAsyncSnippet.g.cs
new file mode 100644
index 000000000000..707e93d6d7a9
--- /dev/null
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.DeleteMemberResourceNamesAsyncSnippet.g.cs
@@ -0,0 +1,44 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START meet_v2beta_generated_SpacesService_DeleteMember_async_flattened_resourceNames]
+ using Google.Apps.Meet.V2Beta;
+ using System.Threading.Tasks;
+
+ public sealed partial class GeneratedSpacesServiceClientSnippets
+ {
+ /// Snippet for DeleteMemberAsync
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public async Task DeleteMemberResourceNamesAsync()
+ {
+ // Create client
+ SpacesServiceClient spacesServiceClient = await SpacesServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ MemberName name = MemberName.FromSpaceMember("[SPACE]", "[MEMBER]");
+ // Make the request
+ await spacesServiceClient.DeleteMemberAsync(name);
+ }
+ }
+ // [END meet_v2beta_generated_SpacesService_DeleteMember_async_flattened_resourceNames]
+}
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.DeleteMemberResourceNamesSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.DeleteMemberResourceNamesSnippet.g.cs
new file mode 100644
index 000000000000..a3ad06dd90aa
--- /dev/null
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.DeleteMemberResourceNamesSnippet.g.cs
@@ -0,0 +1,43 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START meet_v2beta_generated_SpacesService_DeleteMember_sync_flattened_resourceNames]
+ using Google.Apps.Meet.V2Beta;
+
+ public sealed partial class GeneratedSpacesServiceClientSnippets
+ {
+ /// Snippet for DeleteMember
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public void DeleteMemberResourceNames()
+ {
+ // Create client
+ SpacesServiceClient spacesServiceClient = SpacesServiceClient.Create();
+ // Initialize request argument(s)
+ MemberName name = MemberName.FromSpaceMember("[SPACE]", "[MEMBER]");
+ // Make the request
+ spacesServiceClient.DeleteMember(name);
+ }
+ }
+ // [END meet_v2beta_generated_SpacesService_DeleteMember_sync_flattened_resourceNames]
+}
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.DeleteMemberSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.DeleteMemberSnippet.g.cs
new file mode 100644
index 000000000000..c5af72bfde9a
--- /dev/null
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.DeleteMemberSnippet.g.cs
@@ -0,0 +1,43 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START meet_v2beta_generated_SpacesService_DeleteMember_sync_flattened]
+ using Google.Apps.Meet.V2Beta;
+
+ public sealed partial class GeneratedSpacesServiceClientSnippets
+ {
+ /// Snippet for DeleteMember
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public void DeleteMember()
+ {
+ // Create client
+ SpacesServiceClient spacesServiceClient = SpacesServiceClient.Create();
+ // Initialize request argument(s)
+ string name = "spaces/[SPACE]/members/[MEMBER]";
+ // Make the request
+ spacesServiceClient.DeleteMember(name);
+ }
+ }
+ // [END meet_v2beta_generated_SpacesService_DeleteMember_sync_flattened]
+}
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.EndActiveConferenceAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.EndActiveConferenceAsyncSnippet.g.cs
index d10633b64616..1cd3a7be2a73 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.EndActiveConferenceAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.EndActiveConferenceAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.EndActiveConferenceRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.EndActiveConferenceRequestObjectAsyncSnippet.g.cs
index 24d051f3629f..404a454425d2 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.EndActiveConferenceRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.EndActiveConferenceRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.EndActiveConferenceRequestObjectSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.EndActiveConferenceRequestObjectSnippet.g.cs
index bb679c4c6c90..8902143ffc7b 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.EndActiveConferenceRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.EndActiveConferenceRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.EndActiveConferenceResourceNamesAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.EndActiveConferenceResourceNamesAsyncSnippet.g.cs
index 17945285d483..4521acaa0ce0 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.EndActiveConferenceResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.EndActiveConferenceResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.EndActiveConferenceResourceNamesSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.EndActiveConferenceResourceNamesSnippet.g.cs
index 6e9c784a88bf..4fc7132d1b1a 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.EndActiveConferenceResourceNamesSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.EndActiveConferenceResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.EndActiveConferenceSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.EndActiveConferenceSnippet.g.cs
index 561107767e8e..49bd1225ea03 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.EndActiveConferenceSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.EndActiveConferenceSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.GetMemberAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.GetMemberAsyncSnippet.g.cs
new file mode 100644
index 000000000000..be7081228dea
--- /dev/null
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.GetMemberAsyncSnippet.g.cs
@@ -0,0 +1,44 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START meet_v2beta_generated_SpacesService_GetMember_async_flattened]
+ using Google.Apps.Meet.V2Beta;
+ using System.Threading.Tasks;
+
+ public sealed partial class GeneratedSpacesServiceClientSnippets
+ {
+ /// Snippet for GetMemberAsync
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public async Task GetMemberAsync()
+ {
+ // Create client
+ SpacesServiceClient spacesServiceClient = await SpacesServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ string name = "spaces/[SPACE]/members/[MEMBER]";
+ // Make the request
+ Member response = await spacesServiceClient.GetMemberAsync(name);
+ }
+ }
+ // [END meet_v2beta_generated_SpacesService_GetMember_async_flattened]
+}
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.GetMemberRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.GetMemberRequestObjectAsyncSnippet.g.cs
new file mode 100644
index 000000000000..0ff165fef9b1
--- /dev/null
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.GetMemberRequestObjectAsyncSnippet.g.cs
@@ -0,0 +1,47 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START meet_v2beta_generated_SpacesService_GetMember_async]
+ using Google.Apps.Meet.V2Beta;
+ using System.Threading.Tasks;
+
+ public sealed partial class GeneratedSpacesServiceClientSnippets
+ {
+ /// Snippet for GetMemberAsync
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public async Task GetMemberRequestObjectAsync()
+ {
+ // Create client
+ SpacesServiceClient spacesServiceClient = await SpacesServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ GetMemberRequest request = new GetMemberRequest
+ {
+ MemberName = MemberName.FromSpaceMember("[SPACE]", "[MEMBER]"),
+ };
+ // Make the request
+ Member response = await spacesServiceClient.GetMemberAsync(request);
+ }
+ }
+ // [END meet_v2beta_generated_SpacesService_GetMember_async]
+}
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.GetMemberRequestObjectSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.GetMemberRequestObjectSnippet.g.cs
new file mode 100644
index 000000000000..3b4ce3a1f77f
--- /dev/null
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.GetMemberRequestObjectSnippet.g.cs
@@ -0,0 +1,46 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START meet_v2beta_generated_SpacesService_GetMember_sync]
+ using Google.Apps.Meet.V2Beta;
+
+ public sealed partial class GeneratedSpacesServiceClientSnippets
+ {
+ /// Snippet for GetMember
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public void GetMemberRequestObject()
+ {
+ // Create client
+ SpacesServiceClient spacesServiceClient = SpacesServiceClient.Create();
+ // Initialize request argument(s)
+ GetMemberRequest request = new GetMemberRequest
+ {
+ MemberName = MemberName.FromSpaceMember("[SPACE]", "[MEMBER]"),
+ };
+ // Make the request
+ Member response = spacesServiceClient.GetMember(request);
+ }
+ }
+ // [END meet_v2beta_generated_SpacesService_GetMember_sync]
+}
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.GetMemberResourceNamesAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.GetMemberResourceNamesAsyncSnippet.g.cs
new file mode 100644
index 000000000000..fe85d0731d63
--- /dev/null
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.GetMemberResourceNamesAsyncSnippet.g.cs
@@ -0,0 +1,44 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START meet_v2beta_generated_SpacesService_GetMember_async_flattened_resourceNames]
+ using Google.Apps.Meet.V2Beta;
+ using System.Threading.Tasks;
+
+ public sealed partial class GeneratedSpacesServiceClientSnippets
+ {
+ /// Snippet for GetMemberAsync
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public async Task GetMemberResourceNamesAsync()
+ {
+ // Create client
+ SpacesServiceClient spacesServiceClient = await SpacesServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ MemberName name = MemberName.FromSpaceMember("[SPACE]", "[MEMBER]");
+ // Make the request
+ Member response = await spacesServiceClient.GetMemberAsync(name);
+ }
+ }
+ // [END meet_v2beta_generated_SpacesService_GetMember_async_flattened_resourceNames]
+}
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.GetMemberResourceNamesSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.GetMemberResourceNamesSnippet.g.cs
new file mode 100644
index 000000000000..9f3d3eb93f80
--- /dev/null
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.GetMemberResourceNamesSnippet.g.cs
@@ -0,0 +1,43 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START meet_v2beta_generated_SpacesService_GetMember_sync_flattened_resourceNames]
+ using Google.Apps.Meet.V2Beta;
+
+ public sealed partial class GeneratedSpacesServiceClientSnippets
+ {
+ /// Snippet for GetMember
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public void GetMemberResourceNames()
+ {
+ // Create client
+ SpacesServiceClient spacesServiceClient = SpacesServiceClient.Create();
+ // Initialize request argument(s)
+ MemberName name = MemberName.FromSpaceMember("[SPACE]", "[MEMBER]");
+ // Make the request
+ Member response = spacesServiceClient.GetMember(name);
+ }
+ }
+ // [END meet_v2beta_generated_SpacesService_GetMember_sync_flattened_resourceNames]
+}
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.GetMemberSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.GetMemberSnippet.g.cs
new file mode 100644
index 000000000000..a389c834a2b9
--- /dev/null
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.GetMemberSnippet.g.cs
@@ -0,0 +1,43 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START meet_v2beta_generated_SpacesService_GetMember_sync_flattened]
+ using Google.Apps.Meet.V2Beta;
+
+ public sealed partial class GeneratedSpacesServiceClientSnippets
+ {
+ /// Snippet for GetMember
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public void GetMember()
+ {
+ // Create client
+ SpacesServiceClient spacesServiceClient = SpacesServiceClient.Create();
+ // Initialize request argument(s)
+ string name = "spaces/[SPACE]/members/[MEMBER]";
+ // Make the request
+ Member response = spacesServiceClient.GetMember(name);
+ }
+ }
+ // [END meet_v2beta_generated_SpacesService_GetMember_sync_flattened]
+}
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.GetSpaceAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.GetSpaceAsyncSnippet.g.cs
index 2d1a793f60e5..9f4e3ce03ff0 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.GetSpaceAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.GetSpaceAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.GetSpaceRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.GetSpaceRequestObjectAsyncSnippet.g.cs
index fd23fceb543d..6e410b90202f 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.GetSpaceRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.GetSpaceRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.GetSpaceRequestObjectSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.GetSpaceRequestObjectSnippet.g.cs
index 786f3683fdc0..f89600d54bcb 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.GetSpaceRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.GetSpaceRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.GetSpaceResourceNamesAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.GetSpaceResourceNamesAsyncSnippet.g.cs
index 158a64591449..4134d4208c07 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.GetSpaceResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.GetSpaceResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.GetSpaceResourceNamesSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.GetSpaceResourceNamesSnippet.g.cs
index e0adc3aa73ff..23367fda8a2e 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.GetSpaceResourceNamesSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.GetSpaceResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.GetSpaceSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.GetSpaceSnippet.g.cs
index 5d121bdfa189..77a2efc1cbd9 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.GetSpaceSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.GetSpaceSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.ListMembersAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.ListMembersAsyncSnippet.g.cs
new file mode 100644
index 000000000000..aff9624b7ca4
--- /dev/null
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.ListMembersAsyncSnippet.g.cs
@@ -0,0 +1,79 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START meet_v2beta_generated_SpacesService_ListMembers_async_flattened]
+ using Google.Api.Gax;
+ using Google.Apps.Meet.V2Beta;
+ using System;
+ using System.Linq;
+ using System.Threading.Tasks;
+
+ public sealed partial class GeneratedSpacesServiceClientSnippets
+ {
+ /// Snippet for ListMembersAsync
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public async Task ListMembersAsync()
+ {
+ // Create client
+ SpacesServiceClient spacesServiceClient = await SpacesServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ string parent = "spaces/[SPACE]";
+ // Make the request
+ PagedAsyncEnumerable response = spacesServiceClient.ListMembersAsync(parent);
+
+ // Iterate over all response items, lazily performing RPCs as required
+ await response.ForEachAsync((Member item) =>
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ });
+
+ // Or iterate over pages (of server-defined size), performing one RPC per page
+ await response.AsRawResponses().ForEachAsync((ListMembersResponse page) =>
+ {
+ // Do something with each page of items
+ Console.WriteLine("A page of results:");
+ foreach (Member item in page)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ });
+
+ // Or retrieve a single page of known size (unless it's the final page), performing as many RPCs as required
+ int pageSize = 10;
+ Page singlePage = await response.ReadPageAsync(pageSize);
+ // Do something with the page of items
+ Console.WriteLine($"A page of {pageSize} results (unless it's the final page):");
+ foreach (Member item in singlePage)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ // Store the pageToken, for when the next page is required.
+ string nextPageToken = singlePage.NextPageToken;
+ }
+ }
+ // [END meet_v2beta_generated_SpacesService_ListMembers_async_flattened]
+}
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.ListMembersRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.ListMembersRequestObjectAsyncSnippet.g.cs
new file mode 100644
index 000000000000..8ad712ab6974
--- /dev/null
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.ListMembersRequestObjectAsyncSnippet.g.cs
@@ -0,0 +1,82 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START meet_v2beta_generated_SpacesService_ListMembers_async]
+ using Google.Api.Gax;
+ using Google.Apps.Meet.V2Beta;
+ using System;
+ using System.Linq;
+ using System.Threading.Tasks;
+
+ public sealed partial class GeneratedSpacesServiceClientSnippets
+ {
+ /// Snippet for ListMembersAsync
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public async Task ListMembersRequestObjectAsync()
+ {
+ // Create client
+ SpacesServiceClient spacesServiceClient = await SpacesServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ ListMembersRequest request = new ListMembersRequest
+ {
+ ParentAsSpaceName = SpaceName.FromSpace("[SPACE]"),
+ };
+ // Make the request
+ PagedAsyncEnumerable response = spacesServiceClient.ListMembersAsync(request);
+
+ // Iterate over all response items, lazily performing RPCs as required
+ await response.ForEachAsync((Member item) =>
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ });
+
+ // Or iterate over pages (of server-defined size), performing one RPC per page
+ await response.AsRawResponses().ForEachAsync((ListMembersResponse page) =>
+ {
+ // Do something with each page of items
+ Console.WriteLine("A page of results:");
+ foreach (Member item in page)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ });
+
+ // Or retrieve a single page of known size (unless it's the final page), performing as many RPCs as required
+ int pageSize = 10;
+ Page singlePage = await response.ReadPageAsync(pageSize);
+ // Do something with the page of items
+ Console.WriteLine($"A page of {pageSize} results (unless it's the final page):");
+ foreach (Member item in singlePage)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ // Store the pageToken, for when the next page is required.
+ string nextPageToken = singlePage.NextPageToken;
+ }
+ }
+ // [END meet_v2beta_generated_SpacesService_ListMembers_async]
+}
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.ListMembersRequestObjectSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.ListMembersRequestObjectSnippet.g.cs
new file mode 100644
index 000000000000..6359dcf5dbaf
--- /dev/null
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.ListMembersRequestObjectSnippet.g.cs
@@ -0,0 +1,80 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START meet_v2beta_generated_SpacesService_ListMembers_sync]
+ using Google.Api.Gax;
+ using Google.Apps.Meet.V2Beta;
+ using System;
+
+ public sealed partial class GeneratedSpacesServiceClientSnippets
+ {
+ /// Snippet for ListMembers
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public void ListMembersRequestObject()
+ {
+ // Create client
+ SpacesServiceClient spacesServiceClient = SpacesServiceClient.Create();
+ // Initialize request argument(s)
+ ListMembersRequest request = new ListMembersRequest
+ {
+ ParentAsSpaceName = SpaceName.FromSpace("[SPACE]"),
+ };
+ // Make the request
+ PagedEnumerable response = spacesServiceClient.ListMembers(request);
+
+ // Iterate over all response items, lazily performing RPCs as required
+ foreach (Member item in response)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+
+ // Or iterate over pages (of server-defined size), performing one RPC per page
+ foreach (ListMembersResponse page in response.AsRawResponses())
+ {
+ // Do something with each page of items
+ Console.WriteLine("A page of results:");
+ foreach (Member item in page)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ }
+
+ // Or retrieve a single page of known size (unless it's the final page), performing as many RPCs as required
+ int pageSize = 10;
+ Page singlePage = response.ReadPage(pageSize);
+ // Do something with the page of items
+ Console.WriteLine($"A page of {pageSize} results (unless it's the final page):");
+ foreach (Member item in singlePage)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ // Store the pageToken, for when the next page is required.
+ string nextPageToken = singlePage.NextPageToken;
+ }
+ }
+ // [END meet_v2beta_generated_SpacesService_ListMembers_sync]
+}
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.ListMembersResourceNamesAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.ListMembersResourceNamesAsyncSnippet.g.cs
new file mode 100644
index 000000000000..729cb507f428
--- /dev/null
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.ListMembersResourceNamesAsyncSnippet.g.cs
@@ -0,0 +1,79 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START meet_v2beta_generated_SpacesService_ListMembers_async_flattened_resourceNames]
+ using Google.Api.Gax;
+ using Google.Apps.Meet.V2Beta;
+ using System;
+ using System.Linq;
+ using System.Threading.Tasks;
+
+ public sealed partial class GeneratedSpacesServiceClientSnippets
+ {
+ /// Snippet for ListMembersAsync
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public async Task ListMembersResourceNamesAsync()
+ {
+ // Create client
+ SpacesServiceClient spacesServiceClient = await SpacesServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ SpaceName parent = SpaceName.FromSpace("[SPACE]");
+ // Make the request
+ PagedAsyncEnumerable response = spacesServiceClient.ListMembersAsync(parent);
+
+ // Iterate over all response items, lazily performing RPCs as required
+ await response.ForEachAsync((Member item) =>
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ });
+
+ // Or iterate over pages (of server-defined size), performing one RPC per page
+ await response.AsRawResponses().ForEachAsync((ListMembersResponse page) =>
+ {
+ // Do something with each page of items
+ Console.WriteLine("A page of results:");
+ foreach (Member item in page)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ });
+
+ // Or retrieve a single page of known size (unless it's the final page), performing as many RPCs as required
+ int pageSize = 10;
+ Page singlePage = await response.ReadPageAsync(pageSize);
+ // Do something with the page of items
+ Console.WriteLine($"A page of {pageSize} results (unless it's the final page):");
+ foreach (Member item in singlePage)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ // Store the pageToken, for when the next page is required.
+ string nextPageToken = singlePage.NextPageToken;
+ }
+ }
+ // [END meet_v2beta_generated_SpacesService_ListMembers_async_flattened_resourceNames]
+}
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.ListMembersResourceNamesSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.ListMembersResourceNamesSnippet.g.cs
new file mode 100644
index 000000000000..3b1d100dc426
--- /dev/null
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.ListMembersResourceNamesSnippet.g.cs
@@ -0,0 +1,77 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START meet_v2beta_generated_SpacesService_ListMembers_sync_flattened_resourceNames]
+ using Google.Api.Gax;
+ using Google.Apps.Meet.V2Beta;
+ using System;
+
+ public sealed partial class GeneratedSpacesServiceClientSnippets
+ {
+ /// Snippet for ListMembers
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public void ListMembersResourceNames()
+ {
+ // Create client
+ SpacesServiceClient spacesServiceClient = SpacesServiceClient.Create();
+ // Initialize request argument(s)
+ SpaceName parent = SpaceName.FromSpace("[SPACE]");
+ // Make the request
+ PagedEnumerable response = spacesServiceClient.ListMembers(parent);
+
+ // Iterate over all response items, lazily performing RPCs as required
+ foreach (Member item in response)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+
+ // Or iterate over pages (of server-defined size), performing one RPC per page
+ foreach (ListMembersResponse page in response.AsRawResponses())
+ {
+ // Do something with each page of items
+ Console.WriteLine("A page of results:");
+ foreach (Member item in page)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ }
+
+ // Or retrieve a single page of known size (unless it's the final page), performing as many RPCs as required
+ int pageSize = 10;
+ Page singlePage = response.ReadPage(pageSize);
+ // Do something with the page of items
+ Console.WriteLine($"A page of {pageSize} results (unless it's the final page):");
+ foreach (Member item in singlePage)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ // Store the pageToken, for when the next page is required.
+ string nextPageToken = singlePage.NextPageToken;
+ }
+ }
+ // [END meet_v2beta_generated_SpacesService_ListMembers_sync_flattened_resourceNames]
+}
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.ListMembersSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.ListMembersSnippet.g.cs
new file mode 100644
index 000000000000..79ca4552e626
--- /dev/null
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.ListMembersSnippet.g.cs
@@ -0,0 +1,77 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START meet_v2beta_generated_SpacesService_ListMembers_sync_flattened]
+ using Google.Api.Gax;
+ using Google.Apps.Meet.V2Beta;
+ using System;
+
+ public sealed partial class GeneratedSpacesServiceClientSnippets
+ {
+ /// Snippet for ListMembers
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public void ListMembers()
+ {
+ // Create client
+ SpacesServiceClient spacesServiceClient = SpacesServiceClient.Create();
+ // Initialize request argument(s)
+ string parent = "spaces/[SPACE]";
+ // Make the request
+ PagedEnumerable response = spacesServiceClient.ListMembers(parent);
+
+ // Iterate over all response items, lazily performing RPCs as required
+ foreach (Member item in response)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+
+ // Or iterate over pages (of server-defined size), performing one RPC per page
+ foreach (ListMembersResponse page in response.AsRawResponses())
+ {
+ // Do something with each page of items
+ Console.WriteLine("A page of results:");
+ foreach (Member item in page)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ }
+
+ // Or retrieve a single page of known size (unless it's the final page), performing as many RPCs as required
+ int pageSize = 10;
+ Page singlePage = response.ReadPage(pageSize);
+ // Do something with the page of items
+ Console.WriteLine($"A page of {pageSize} results (unless it's the final page):");
+ foreach (Member item in singlePage)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ // Store the pageToken, for when the next page is required.
+ string nextPageToken = singlePage.NextPageToken;
+ }
+ }
+ // [END meet_v2beta_generated_SpacesService_ListMembers_sync_flattened]
+}
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.UpdateSpaceAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.UpdateSpaceAsyncSnippet.g.cs
index ac699fe31c6f..65e6fd31429d 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.UpdateSpaceAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.UpdateSpaceAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.UpdateSpaceRequestObjectAsyncSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.UpdateSpaceRequestObjectAsyncSnippet.g.cs
index f353fd96d9b1..df87274208d0 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.UpdateSpaceRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.UpdateSpaceRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.UpdateSpaceRequestObjectSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.UpdateSpaceRequestObjectSnippet.g.cs
index 4ea1819e2eac..981a7b290a36 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.UpdateSpaceRequestObjectSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.UpdateSpaceRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.UpdateSpaceSnippet.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.UpdateSpaceSnippet.g.cs
index d7edc3431737..86e021e0136b 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.UpdateSpaceSnippet.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/SpacesServiceClient.UpdateSpaceSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/snippet_metadata_google.apps.meet.v2beta.json b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/snippet_metadata_google.apps.meet.v2beta.json
index e3d68d1821b8..31c9f8bca28d 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/snippet_metadata_google.apps.meet.v2beta.json
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.GeneratedSnippets/snippet_metadata_google.apps.meet.v2beta.json
@@ -4386,6 +4386,1199 @@
"type": "SHORT"
}
]
+ },
+ {
+ "regionTag": "meet_v2beta_generated_SpacesService_CreateMember_sync",
+ "title": "CreateMemberRequestObject",
+ "description": "Snippet for CreateMember",
+ "file": "SpacesServiceClient.CreateMemberRequestObjectSnippet.g.cs",
+ "language": "C_SHARP",
+ "clientMethod": {
+ "shortName": "CreateMember",
+ "fullName": "Google.Apps.Meet.V2Beta.SpacesServiceClient.CreateMember",
+ "parameters": [
+ {
+ "type": "Google.Apps.Meet.V2Beta.CreateMemberRequest",
+ "name": "request"
+ },
+ {
+ "type": "Google.Api.Gax.Grpc.CallSettings",
+ "name": "callSettings"
+ }
+ ],
+ "resultType": "Google.Apps.Meet.V2Beta.Member",
+ "client": {
+ "shortName": "SpacesServiceClient",
+ "fullName": "Google.Apps.Meet.V2Beta.SpacesServiceClient"
+ },
+ "method": {
+ "shortName": "CreateMember",
+ "fullName": "google.apps.meet.v2beta.SpacesService.CreateMember",
+ "service": {
+ "shortName": "SpacesService",
+ "fullName": "google.apps.meet.v2beta.SpacesService"
+ }
+ }
+ },
+ "canonical": true,
+ "origin": "API_DEFINITION",
+ "segments": [
+ {
+ "start": 20,
+ "end": 45,
+ "type": "FULL"
+ },
+ {
+ "start": 34,
+ "end": 43,
+ "type": "SHORT"
+ }
+ ]
+ },
+ {
+ "regionTag": "meet_v2beta_generated_SpacesService_CreateMember_async",
+ "title": "CreateMemberRequestObjectAsync",
+ "description": "Snippet for CreateMemberAsync",
+ "file": "SpacesServiceClient.CreateMemberRequestObjectAsyncSnippet.g.cs",
+ "language": "C_SHARP",
+ "clientMethod": {
+ "shortName": "CreateMemberAsync",
+ "fullName": "Google.Apps.Meet.V2Beta.SpacesServiceClient.CreateMemberAsync",
+ "async": true,
+ "parameters": [
+ {
+ "type": "Google.Apps.Meet.V2Beta.CreateMemberRequest",
+ "name": "request"
+ },
+ {
+ "type": "Google.Api.Gax.Grpc.CallSettings",
+ "name": "callSettings"
+ }
+ ],
+ "resultType": "System.Threading.Tasks.Task",
+ "client": {
+ "shortName": "SpacesServiceClient",
+ "fullName": "Google.Apps.Meet.V2Beta.SpacesServiceClient"
+ },
+ "method": {
+ "shortName": "CreateMember",
+ "fullName": "google.apps.meet.v2beta.SpacesService.CreateMember",
+ "service": {
+ "shortName": "SpacesService",
+ "fullName": "google.apps.meet.v2beta.SpacesService"
+ }
+ }
+ },
+ "canonical": true,
+ "origin": "API_DEFINITION",
+ "segments": [
+ {
+ "start": 20,
+ "end": 46,
+ "type": "FULL"
+ },
+ {
+ "start": 35,
+ "end": 44,
+ "type": "SHORT"
+ }
+ ]
+ },
+ {
+ "regionTag": "meet_v2beta_generated_SpacesService_CreateMember_sync_flattened",
+ "title": "CreateMember",
+ "description": "Snippet for CreateMember",
+ "file": "SpacesServiceClient.CreateMemberSnippet.g.cs",
+ "language": "C_SHARP",
+ "clientMethod": {
+ "shortName": "CreateMember",
+ "fullName": "Google.Apps.Meet.V2Beta.SpacesServiceClient.CreateMember",
+ "parameters": [
+ {
+ "type": "System.String",
+ "name": "parent"
+ },
+ {
+ "type": "Google.Apps.Meet.V2Beta.Member",
+ "name": "member"
+ },
+ {
+ "type": "Google.Api.Gax.Grpc.CallSettings",
+ "name": "callSettings"
+ }
+ ],
+ "resultType": "Google.Apps.Meet.V2Beta.Member",
+ "client": {
+ "shortName": "SpacesServiceClient",
+ "fullName": "Google.Apps.Meet.V2Beta.SpacesServiceClient"
+ },
+ "method": {
+ "shortName": "CreateMember",
+ "fullName": "google.apps.meet.v2beta.SpacesService.CreateMember",
+ "service": {
+ "shortName": "SpacesService",
+ "fullName": "google.apps.meet.v2beta.SpacesService"
+ }
+ }
+ },
+ "origin": "API_DEFINITION",
+ "segments": [
+ {
+ "start": 20,
+ "end": 42,
+ "type": "FULL"
+ },
+ {
+ "start": 34,
+ "end": 40,
+ "type": "SHORT"
+ }
+ ]
+ },
+ {
+ "regionTag": "meet_v2beta_generated_SpacesService_CreateMember_async_flattened",
+ "title": "CreateMemberAsync",
+ "description": "Snippet for CreateMemberAsync",
+ "file": "SpacesServiceClient.CreateMemberAsyncSnippet.g.cs",
+ "language": "C_SHARP",
+ "clientMethod": {
+ "shortName": "CreateMemberAsync",
+ "fullName": "Google.Apps.Meet.V2Beta.SpacesServiceClient.CreateMemberAsync",
+ "async": true,
+ "parameters": [
+ {
+ "type": "System.String",
+ "name": "parent"
+ },
+ {
+ "type": "Google.Apps.Meet.V2Beta.Member",
+ "name": "member"
+ },
+ {
+ "type": "Google.Api.Gax.Grpc.CallSettings",
+ "name": "callSettings"
+ }
+ ],
+ "resultType": "System.Threading.Tasks.Task",
+ "client": {
+ "shortName": "SpacesServiceClient",
+ "fullName": "Google.Apps.Meet.V2Beta.SpacesServiceClient"
+ },
+ "method": {
+ "shortName": "CreateMember",
+ "fullName": "google.apps.meet.v2beta.SpacesService.CreateMember",
+ "service": {
+ "shortName": "SpacesService",
+ "fullName": "google.apps.meet.v2beta.SpacesService"
+ }
+ }
+ },
+ "origin": "API_DEFINITION",
+ "segments": [
+ {
+ "start": 20,
+ "end": 43,
+ "type": "FULL"
+ },
+ {
+ "start": 35,
+ "end": 41,
+ "type": "SHORT"
+ }
+ ]
+ },
+ {
+ "regionTag": "meet_v2beta_generated_SpacesService_CreateMember_sync_flattened_resourceNames",
+ "title": "CreateMemberResourceNames",
+ "description": "Snippet for CreateMember",
+ "file": "SpacesServiceClient.CreateMemberResourceNamesSnippet.g.cs",
+ "language": "C_SHARP",
+ "clientMethod": {
+ "shortName": "CreateMember",
+ "fullName": "Google.Apps.Meet.V2Beta.SpacesServiceClient.CreateMember",
+ "parameters": [
+ {
+ "type": "Google.Apps.Meet.V2Beta.SpaceName",
+ "name": "parent"
+ },
+ {
+ "type": "Google.Apps.Meet.V2Beta.Member",
+ "name": "member"
+ },
+ {
+ "type": "Google.Api.Gax.Grpc.CallSettings",
+ "name": "callSettings"
+ }
+ ],
+ "resultType": "Google.Apps.Meet.V2Beta.Member",
+ "client": {
+ "shortName": "SpacesServiceClient",
+ "fullName": "Google.Apps.Meet.V2Beta.SpacesServiceClient"
+ },
+ "method": {
+ "shortName": "CreateMember",
+ "fullName": "google.apps.meet.v2beta.SpacesService.CreateMember",
+ "service": {
+ "shortName": "SpacesService",
+ "fullName": "google.apps.meet.v2beta.SpacesService"
+ }
+ }
+ },
+ "origin": "API_DEFINITION",
+ "segments": [
+ {
+ "start": 20,
+ "end": 42,
+ "type": "FULL"
+ },
+ {
+ "start": 34,
+ "end": 40,
+ "type": "SHORT"
+ }
+ ]
+ },
+ {
+ "regionTag": "meet_v2beta_generated_SpacesService_CreateMember_async_flattened_resourceNames",
+ "title": "CreateMemberResourceNamesAsync",
+ "description": "Snippet for CreateMemberAsync",
+ "file": "SpacesServiceClient.CreateMemberResourceNamesAsyncSnippet.g.cs",
+ "language": "C_SHARP",
+ "clientMethod": {
+ "shortName": "CreateMemberAsync",
+ "fullName": "Google.Apps.Meet.V2Beta.SpacesServiceClient.CreateMemberAsync",
+ "async": true,
+ "parameters": [
+ {
+ "type": "Google.Apps.Meet.V2Beta.SpaceName",
+ "name": "parent"
+ },
+ {
+ "type": "Google.Apps.Meet.V2Beta.Member",
+ "name": "member"
+ },
+ {
+ "type": "Google.Api.Gax.Grpc.CallSettings",
+ "name": "callSettings"
+ }
+ ],
+ "resultType": "System.Threading.Tasks.Task",
+ "client": {
+ "shortName": "SpacesServiceClient",
+ "fullName": "Google.Apps.Meet.V2Beta.SpacesServiceClient"
+ },
+ "method": {
+ "shortName": "CreateMember",
+ "fullName": "google.apps.meet.v2beta.SpacesService.CreateMember",
+ "service": {
+ "shortName": "SpacesService",
+ "fullName": "google.apps.meet.v2beta.SpacesService"
+ }
+ }
+ },
+ "origin": "API_DEFINITION",
+ "segments": [
+ {
+ "start": 20,
+ "end": 43,
+ "type": "FULL"
+ },
+ {
+ "start": 35,
+ "end": 41,
+ "type": "SHORT"
+ }
+ ]
+ },
+ {
+ "regionTag": "meet_v2beta_generated_SpacesService_GetMember_sync",
+ "title": "GetMemberRequestObject",
+ "description": "Snippet for GetMember",
+ "file": "SpacesServiceClient.GetMemberRequestObjectSnippet.g.cs",
+ "language": "C_SHARP",
+ "clientMethod": {
+ "shortName": "GetMember",
+ "fullName": "Google.Apps.Meet.V2Beta.SpacesServiceClient.GetMember",
+ "parameters": [
+ {
+ "type": "Google.Apps.Meet.V2Beta.GetMemberRequest",
+ "name": "request"
+ },
+ {
+ "type": "Google.Api.Gax.Grpc.CallSettings",
+ "name": "callSettings"
+ }
+ ],
+ "resultType": "Google.Apps.Meet.V2Beta.Member",
+ "client": {
+ "shortName": "SpacesServiceClient",
+ "fullName": "Google.Apps.Meet.V2Beta.SpacesServiceClient"
+ },
+ "method": {
+ "shortName": "GetMember",
+ "fullName": "google.apps.meet.v2beta.SpacesService.GetMember",
+ "service": {
+ "shortName": "SpacesService",
+ "fullName": "google.apps.meet.v2beta.SpacesService"
+ }
+ }
+ },
+ "canonical": true,
+ "origin": "API_DEFINITION",
+ "segments": [
+ {
+ "start": 20,
+ "end": 44,
+ "type": "FULL"
+ },
+ {
+ "start": 34,
+ "end": 42,
+ "type": "SHORT"
+ }
+ ]
+ },
+ {
+ "regionTag": "meet_v2beta_generated_SpacesService_GetMember_async",
+ "title": "GetMemberRequestObjectAsync",
+ "description": "Snippet for GetMemberAsync",
+ "file": "SpacesServiceClient.GetMemberRequestObjectAsyncSnippet.g.cs",
+ "language": "C_SHARP",
+ "clientMethod": {
+ "shortName": "GetMemberAsync",
+ "fullName": "Google.Apps.Meet.V2Beta.SpacesServiceClient.GetMemberAsync",
+ "async": true,
+ "parameters": [
+ {
+ "type": "Google.Apps.Meet.V2Beta.GetMemberRequest",
+ "name": "request"
+ },
+ {
+ "type": "Google.Api.Gax.Grpc.CallSettings",
+ "name": "callSettings"
+ }
+ ],
+ "resultType": "System.Threading.Tasks.Task",
+ "client": {
+ "shortName": "SpacesServiceClient",
+ "fullName": "Google.Apps.Meet.V2Beta.SpacesServiceClient"
+ },
+ "method": {
+ "shortName": "GetMember",
+ "fullName": "google.apps.meet.v2beta.SpacesService.GetMember",
+ "service": {
+ "shortName": "SpacesService",
+ "fullName": "google.apps.meet.v2beta.SpacesService"
+ }
+ }
+ },
+ "canonical": true,
+ "origin": "API_DEFINITION",
+ "segments": [
+ {
+ "start": 20,
+ "end": 45,
+ "type": "FULL"
+ },
+ {
+ "start": 35,
+ "end": 43,
+ "type": "SHORT"
+ }
+ ]
+ },
+ {
+ "regionTag": "meet_v2beta_generated_SpacesService_GetMember_sync_flattened",
+ "title": "GetMember",
+ "description": "Snippet for GetMember",
+ "file": "SpacesServiceClient.GetMemberSnippet.g.cs",
+ "language": "C_SHARP",
+ "clientMethod": {
+ "shortName": "GetMember",
+ "fullName": "Google.Apps.Meet.V2Beta.SpacesServiceClient.GetMember",
+ "parameters": [
+ {
+ "type": "System.String",
+ "name": "name"
+ },
+ {
+ "type": "Google.Api.Gax.Grpc.CallSettings",
+ "name": "callSettings"
+ }
+ ],
+ "resultType": "Google.Apps.Meet.V2Beta.Member",
+ "client": {
+ "shortName": "SpacesServiceClient",
+ "fullName": "Google.Apps.Meet.V2Beta.SpacesServiceClient"
+ },
+ "method": {
+ "shortName": "GetMember",
+ "fullName": "google.apps.meet.v2beta.SpacesService.GetMember",
+ "service": {
+ "shortName": "SpacesService",
+ "fullName": "google.apps.meet.v2beta.SpacesService"
+ }
+ }
+ },
+ "origin": "API_DEFINITION",
+ "segments": [
+ {
+ "start": 20,
+ "end": 41,
+ "type": "FULL"
+ },
+ {
+ "start": 34,
+ "end": 39,
+ "type": "SHORT"
+ }
+ ]
+ },
+ {
+ "regionTag": "meet_v2beta_generated_SpacesService_GetMember_async_flattened",
+ "title": "GetMemberAsync",
+ "description": "Snippet for GetMemberAsync",
+ "file": "SpacesServiceClient.GetMemberAsyncSnippet.g.cs",
+ "language": "C_SHARP",
+ "clientMethod": {
+ "shortName": "GetMemberAsync",
+ "fullName": "Google.Apps.Meet.V2Beta.SpacesServiceClient.GetMemberAsync",
+ "async": true,
+ "parameters": [
+ {
+ "type": "System.String",
+ "name": "name"
+ },
+ {
+ "type": "Google.Api.Gax.Grpc.CallSettings",
+ "name": "callSettings"
+ }
+ ],
+ "resultType": "System.Threading.Tasks.Task",
+ "client": {
+ "shortName": "SpacesServiceClient",
+ "fullName": "Google.Apps.Meet.V2Beta.SpacesServiceClient"
+ },
+ "method": {
+ "shortName": "GetMember",
+ "fullName": "google.apps.meet.v2beta.SpacesService.GetMember",
+ "service": {
+ "shortName": "SpacesService",
+ "fullName": "google.apps.meet.v2beta.SpacesService"
+ }
+ }
+ },
+ "origin": "API_DEFINITION",
+ "segments": [
+ {
+ "start": 20,
+ "end": 42,
+ "type": "FULL"
+ },
+ {
+ "start": 35,
+ "end": 40,
+ "type": "SHORT"
+ }
+ ]
+ },
+ {
+ "regionTag": "meet_v2beta_generated_SpacesService_GetMember_sync_flattened_resourceNames",
+ "title": "GetMemberResourceNames",
+ "description": "Snippet for GetMember",
+ "file": "SpacesServiceClient.GetMemberResourceNamesSnippet.g.cs",
+ "language": "C_SHARP",
+ "clientMethod": {
+ "shortName": "GetMember",
+ "fullName": "Google.Apps.Meet.V2Beta.SpacesServiceClient.GetMember",
+ "parameters": [
+ {
+ "type": "Google.Apps.Meet.V2Beta.MemberName",
+ "name": "name"
+ },
+ {
+ "type": "Google.Api.Gax.Grpc.CallSettings",
+ "name": "callSettings"
+ }
+ ],
+ "resultType": "Google.Apps.Meet.V2Beta.Member",
+ "client": {
+ "shortName": "SpacesServiceClient",
+ "fullName": "Google.Apps.Meet.V2Beta.SpacesServiceClient"
+ },
+ "method": {
+ "shortName": "GetMember",
+ "fullName": "google.apps.meet.v2beta.SpacesService.GetMember",
+ "service": {
+ "shortName": "SpacesService",
+ "fullName": "google.apps.meet.v2beta.SpacesService"
+ }
+ }
+ },
+ "origin": "API_DEFINITION",
+ "segments": [
+ {
+ "start": 20,
+ "end": 41,
+ "type": "FULL"
+ },
+ {
+ "start": 34,
+ "end": 39,
+ "type": "SHORT"
+ }
+ ]
+ },
+ {
+ "regionTag": "meet_v2beta_generated_SpacesService_GetMember_async_flattened_resourceNames",
+ "title": "GetMemberResourceNamesAsync",
+ "description": "Snippet for GetMemberAsync",
+ "file": "SpacesServiceClient.GetMemberResourceNamesAsyncSnippet.g.cs",
+ "language": "C_SHARP",
+ "clientMethod": {
+ "shortName": "GetMemberAsync",
+ "fullName": "Google.Apps.Meet.V2Beta.SpacesServiceClient.GetMemberAsync",
+ "async": true,
+ "parameters": [
+ {
+ "type": "Google.Apps.Meet.V2Beta.MemberName",
+ "name": "name"
+ },
+ {
+ "type": "Google.Api.Gax.Grpc.CallSettings",
+ "name": "callSettings"
+ }
+ ],
+ "resultType": "System.Threading.Tasks.Task",
+ "client": {
+ "shortName": "SpacesServiceClient",
+ "fullName": "Google.Apps.Meet.V2Beta.SpacesServiceClient"
+ },
+ "method": {
+ "shortName": "GetMember",
+ "fullName": "google.apps.meet.v2beta.SpacesService.GetMember",
+ "service": {
+ "shortName": "SpacesService",
+ "fullName": "google.apps.meet.v2beta.SpacesService"
+ }
+ }
+ },
+ "origin": "API_DEFINITION",
+ "segments": [
+ {
+ "start": 20,
+ "end": 42,
+ "type": "FULL"
+ },
+ {
+ "start": 35,
+ "end": 40,
+ "type": "SHORT"
+ }
+ ]
+ },
+ {
+ "regionTag": "meet_v2beta_generated_SpacesService_ListMembers_sync",
+ "title": "ListMembersRequestObject",
+ "description": "Snippet for ListMembers",
+ "file": "SpacesServiceClient.ListMembersRequestObjectSnippet.g.cs",
+ "language": "C_SHARP",
+ "clientMethod": {
+ "shortName": "ListMembers",
+ "fullName": "Google.Apps.Meet.V2Beta.SpacesServiceClient.ListMembers",
+ "parameters": [
+ {
+ "type": "Google.Apps.Meet.V2Beta.ListMembersRequest",
+ "name": "request"
+ },
+ {
+ "type": "Google.Api.Gax.Grpc.CallSettings",
+ "name": "callSettings"
+ }
+ ],
+ "resultType": "Google.Api.Gax.PagedEnumerable",
+ "client": {
+ "shortName": "SpacesServiceClient",
+ "fullName": "Google.Apps.Meet.V2Beta.SpacesServiceClient"
+ },
+ "method": {
+ "shortName": "ListMembers",
+ "fullName": "google.apps.meet.v2beta.SpacesService.ListMembers",
+ "service": {
+ "shortName": "SpacesService",
+ "fullName": "google.apps.meet.v2beta.SpacesService"
+ }
+ }
+ },
+ "canonical": true,
+ "origin": "API_DEFINITION",
+ "segments": [
+ {
+ "start": 20,
+ "end": 78,
+ "type": "FULL"
+ },
+ {
+ "start": 36,
+ "end": 76,
+ "type": "SHORT"
+ }
+ ]
+ },
+ {
+ "regionTag": "meet_v2beta_generated_SpacesService_ListMembers_async",
+ "title": "ListMembersRequestObjectAsync",
+ "description": "Snippet for ListMembersAsync",
+ "file": "SpacesServiceClient.ListMembersRequestObjectAsyncSnippet.g.cs",
+ "language": "C_SHARP",
+ "clientMethod": {
+ "shortName": "ListMembersAsync",
+ "fullName": "Google.Apps.Meet.V2Beta.SpacesServiceClient.ListMembersAsync",
+ "async": true,
+ "parameters": [
+ {
+ "type": "Google.Apps.Meet.V2Beta.ListMembersRequest",
+ "name": "request"
+ },
+ {
+ "type": "Google.Api.Gax.Grpc.CallSettings",
+ "name": "callSettings"
+ }
+ ],
+ "resultType": "Google.Api.Gax.PagedAsyncEnumerable",
+ "client": {
+ "shortName": "SpacesServiceClient",
+ "fullName": "Google.Apps.Meet.V2Beta.SpacesServiceClient"
+ },
+ "method": {
+ "shortName": "ListMembers",
+ "fullName": "google.apps.meet.v2beta.SpacesService.ListMembers",
+ "service": {
+ "shortName": "SpacesService",
+ "fullName": "google.apps.meet.v2beta.SpacesService"
+ }
+ }
+ },
+ "canonical": true,
+ "origin": "API_DEFINITION",
+ "segments": [
+ {
+ "start": 20,
+ "end": 80,
+ "type": "FULL"
+ },
+ {
+ "start": 38,
+ "end": 78,
+ "type": "SHORT"
+ }
+ ]
+ },
+ {
+ "regionTag": "meet_v2beta_generated_SpacesService_ListMembers_sync_flattened",
+ "title": "ListMembers",
+ "description": "Snippet for ListMembers",
+ "file": "SpacesServiceClient.ListMembersSnippet.g.cs",
+ "language": "C_SHARP",
+ "clientMethod": {
+ "shortName": "ListMembers",
+ "fullName": "Google.Apps.Meet.V2Beta.SpacesServiceClient.ListMembers",
+ "parameters": [
+ {
+ "type": "System.String",
+ "name": "parent"
+ },
+ {
+ "type": "System.String",
+ "name": "pageToken"
+ },
+ {
+ "type": "System.Nullable[System.Int32]",
+ "name": "pageSize"
+ },
+ {
+ "type": "Google.Api.Gax.Grpc.CallSettings",
+ "name": "callSettings"
+ }
+ ],
+ "resultType": "Google.Api.Gax.PagedEnumerable",
+ "client": {
+ "shortName": "SpacesServiceClient",
+ "fullName": "Google.Apps.Meet.V2Beta.SpacesServiceClient"
+ },
+ "method": {
+ "shortName": "ListMembers",
+ "fullName": "google.apps.meet.v2beta.SpacesService.ListMembers",
+ "service": {
+ "shortName": "SpacesService",
+ "fullName": "google.apps.meet.v2beta.SpacesService"
+ }
+ }
+ },
+ "origin": "API_DEFINITION",
+ "segments": [
+ {
+ "start": 20,
+ "end": 75,
+ "type": "FULL"
+ },
+ {
+ "start": 36,
+ "end": 73,
+ "type": "SHORT"
+ }
+ ]
+ },
+ {
+ "regionTag": "meet_v2beta_generated_SpacesService_ListMembers_async_flattened",
+ "title": "ListMembersAsync",
+ "description": "Snippet for ListMembersAsync",
+ "file": "SpacesServiceClient.ListMembersAsyncSnippet.g.cs",
+ "language": "C_SHARP",
+ "clientMethod": {
+ "shortName": "ListMembersAsync",
+ "fullName": "Google.Apps.Meet.V2Beta.SpacesServiceClient.ListMembersAsync",
+ "async": true,
+ "parameters": [
+ {
+ "type": "System.String",
+ "name": "parent"
+ },
+ {
+ "type": "System.String",
+ "name": "pageToken"
+ },
+ {
+ "type": "System.Nullable[System.Int32]",
+ "name": "pageSize"
+ },
+ {
+ "type": "Google.Api.Gax.Grpc.CallSettings",
+ "name": "callSettings"
+ }
+ ],
+ "resultType": "Google.Api.Gax.PagedAsyncEnumerable",
+ "client": {
+ "shortName": "SpacesServiceClient",
+ "fullName": "Google.Apps.Meet.V2Beta.SpacesServiceClient"
+ },
+ "method": {
+ "shortName": "ListMembers",
+ "fullName": "google.apps.meet.v2beta.SpacesService.ListMembers",
+ "service": {
+ "shortName": "SpacesService",
+ "fullName": "google.apps.meet.v2beta.SpacesService"
+ }
+ }
+ },
+ "origin": "API_DEFINITION",
+ "segments": [
+ {
+ "start": 20,
+ "end": 77,
+ "type": "FULL"
+ },
+ {
+ "start": 38,
+ "end": 75,
+ "type": "SHORT"
+ }
+ ]
+ },
+ {
+ "regionTag": "meet_v2beta_generated_SpacesService_ListMembers_sync_flattened_resourceNames",
+ "title": "ListMembersResourceNames",
+ "description": "Snippet for ListMembers",
+ "file": "SpacesServiceClient.ListMembersResourceNamesSnippet.g.cs",
+ "language": "C_SHARP",
+ "clientMethod": {
+ "shortName": "ListMembers",
+ "fullName": "Google.Apps.Meet.V2Beta.SpacesServiceClient.ListMembers",
+ "parameters": [
+ {
+ "type": "Google.Apps.Meet.V2Beta.SpaceName",
+ "name": "parent"
+ },
+ {
+ "type": "System.String",
+ "name": "pageToken"
+ },
+ {
+ "type": "System.Nullable[System.Int32]",
+ "name": "pageSize"
+ },
+ {
+ "type": "Google.Api.Gax.Grpc.CallSettings",
+ "name": "callSettings"
+ }
+ ],
+ "resultType": "Google.Api.Gax.PagedEnumerable",
+ "client": {
+ "shortName": "SpacesServiceClient",
+ "fullName": "Google.Apps.Meet.V2Beta.SpacesServiceClient"
+ },
+ "method": {
+ "shortName": "ListMembers",
+ "fullName": "google.apps.meet.v2beta.SpacesService.ListMembers",
+ "service": {
+ "shortName": "SpacesService",
+ "fullName": "google.apps.meet.v2beta.SpacesService"
+ }
+ }
+ },
+ "origin": "API_DEFINITION",
+ "segments": [
+ {
+ "start": 20,
+ "end": 75,
+ "type": "FULL"
+ },
+ {
+ "start": 36,
+ "end": 73,
+ "type": "SHORT"
+ }
+ ]
+ },
+ {
+ "regionTag": "meet_v2beta_generated_SpacesService_ListMembers_async_flattened_resourceNames",
+ "title": "ListMembersResourceNamesAsync",
+ "description": "Snippet for ListMembersAsync",
+ "file": "SpacesServiceClient.ListMembersResourceNamesAsyncSnippet.g.cs",
+ "language": "C_SHARP",
+ "clientMethod": {
+ "shortName": "ListMembersAsync",
+ "fullName": "Google.Apps.Meet.V2Beta.SpacesServiceClient.ListMembersAsync",
+ "async": true,
+ "parameters": [
+ {
+ "type": "Google.Apps.Meet.V2Beta.SpaceName",
+ "name": "parent"
+ },
+ {
+ "type": "System.String",
+ "name": "pageToken"
+ },
+ {
+ "type": "System.Nullable[System.Int32]",
+ "name": "pageSize"
+ },
+ {
+ "type": "Google.Api.Gax.Grpc.CallSettings",
+ "name": "callSettings"
+ }
+ ],
+ "resultType": "Google.Api.Gax.PagedAsyncEnumerable",
+ "client": {
+ "shortName": "SpacesServiceClient",
+ "fullName": "Google.Apps.Meet.V2Beta.SpacesServiceClient"
+ },
+ "method": {
+ "shortName": "ListMembers",
+ "fullName": "google.apps.meet.v2beta.SpacesService.ListMembers",
+ "service": {
+ "shortName": "SpacesService",
+ "fullName": "google.apps.meet.v2beta.SpacesService"
+ }
+ }
+ },
+ "origin": "API_DEFINITION",
+ "segments": [
+ {
+ "start": 20,
+ "end": 77,
+ "type": "FULL"
+ },
+ {
+ "start": 38,
+ "end": 75,
+ "type": "SHORT"
+ }
+ ]
+ },
+ {
+ "regionTag": "meet_v2beta_generated_SpacesService_DeleteMember_sync",
+ "title": "DeleteMemberRequestObject",
+ "description": "Snippet for DeleteMember",
+ "file": "SpacesServiceClient.DeleteMemberRequestObjectSnippet.g.cs",
+ "language": "C_SHARP",
+ "clientMethod": {
+ "shortName": "DeleteMember",
+ "fullName": "Google.Apps.Meet.V2Beta.SpacesServiceClient.DeleteMember",
+ "parameters": [
+ {
+ "type": "Google.Apps.Meet.V2Beta.DeleteMemberRequest",
+ "name": "request"
+ },
+ {
+ "type": "Google.Api.Gax.Grpc.CallSettings",
+ "name": "callSettings"
+ }
+ ],
+ "client": {
+ "shortName": "SpacesServiceClient",
+ "fullName": "Google.Apps.Meet.V2Beta.SpacesServiceClient"
+ },
+ "method": {
+ "shortName": "DeleteMember",
+ "fullName": "google.apps.meet.v2beta.SpacesService.DeleteMember",
+ "service": {
+ "shortName": "SpacesService",
+ "fullName": "google.apps.meet.v2beta.SpacesService"
+ }
+ }
+ },
+ "canonical": true,
+ "origin": "API_DEFINITION",
+ "segments": [
+ {
+ "start": 20,
+ "end": 44,
+ "type": "FULL"
+ },
+ {
+ "start": 34,
+ "end": 42,
+ "type": "SHORT"
+ }
+ ]
+ },
+ {
+ "regionTag": "meet_v2beta_generated_SpacesService_DeleteMember_async",
+ "title": "DeleteMemberRequestObjectAsync",
+ "description": "Snippet for DeleteMemberAsync",
+ "file": "SpacesServiceClient.DeleteMemberRequestObjectAsyncSnippet.g.cs",
+ "language": "C_SHARP",
+ "clientMethod": {
+ "shortName": "DeleteMemberAsync",
+ "fullName": "Google.Apps.Meet.V2Beta.SpacesServiceClient.DeleteMemberAsync",
+ "async": true,
+ "parameters": [
+ {
+ "type": "Google.Apps.Meet.V2Beta.DeleteMemberRequest",
+ "name": "request"
+ },
+ {
+ "type": "Google.Api.Gax.Grpc.CallSettings",
+ "name": "callSettings"
+ }
+ ],
+ "resultType": "System.Threading.Tasks.Task",
+ "client": {
+ "shortName": "SpacesServiceClient",
+ "fullName": "Google.Apps.Meet.V2Beta.SpacesServiceClient"
+ },
+ "method": {
+ "shortName": "DeleteMember",
+ "fullName": "google.apps.meet.v2beta.SpacesService.DeleteMember",
+ "service": {
+ "shortName": "SpacesService",
+ "fullName": "google.apps.meet.v2beta.SpacesService"
+ }
+ }
+ },
+ "canonical": true,
+ "origin": "API_DEFINITION",
+ "segments": [
+ {
+ "start": 20,
+ "end": 45,
+ "type": "FULL"
+ },
+ {
+ "start": 35,
+ "end": 43,
+ "type": "SHORT"
+ }
+ ]
+ },
+ {
+ "regionTag": "meet_v2beta_generated_SpacesService_DeleteMember_sync_flattened",
+ "title": "DeleteMember",
+ "description": "Snippet for DeleteMember",
+ "file": "SpacesServiceClient.DeleteMemberSnippet.g.cs",
+ "language": "C_SHARP",
+ "clientMethod": {
+ "shortName": "DeleteMember",
+ "fullName": "Google.Apps.Meet.V2Beta.SpacesServiceClient.DeleteMember",
+ "parameters": [
+ {
+ "type": "System.String",
+ "name": "name"
+ },
+ {
+ "type": "Google.Api.Gax.Grpc.CallSettings",
+ "name": "callSettings"
+ }
+ ],
+ "client": {
+ "shortName": "SpacesServiceClient",
+ "fullName": "Google.Apps.Meet.V2Beta.SpacesServiceClient"
+ },
+ "method": {
+ "shortName": "DeleteMember",
+ "fullName": "google.apps.meet.v2beta.SpacesService.DeleteMember",
+ "service": {
+ "shortName": "SpacesService",
+ "fullName": "google.apps.meet.v2beta.SpacesService"
+ }
+ }
+ },
+ "origin": "API_DEFINITION",
+ "segments": [
+ {
+ "start": 20,
+ "end": 41,
+ "type": "FULL"
+ },
+ {
+ "start": 34,
+ "end": 39,
+ "type": "SHORT"
+ }
+ ]
+ },
+ {
+ "regionTag": "meet_v2beta_generated_SpacesService_DeleteMember_async_flattened",
+ "title": "DeleteMemberAsync",
+ "description": "Snippet for DeleteMemberAsync",
+ "file": "SpacesServiceClient.DeleteMemberAsyncSnippet.g.cs",
+ "language": "C_SHARP",
+ "clientMethod": {
+ "shortName": "DeleteMemberAsync",
+ "fullName": "Google.Apps.Meet.V2Beta.SpacesServiceClient.DeleteMemberAsync",
+ "async": true,
+ "parameters": [
+ {
+ "type": "System.String",
+ "name": "name"
+ },
+ {
+ "type": "Google.Api.Gax.Grpc.CallSettings",
+ "name": "callSettings"
+ }
+ ],
+ "resultType": "System.Threading.Tasks.Task",
+ "client": {
+ "shortName": "SpacesServiceClient",
+ "fullName": "Google.Apps.Meet.V2Beta.SpacesServiceClient"
+ },
+ "method": {
+ "shortName": "DeleteMember",
+ "fullName": "google.apps.meet.v2beta.SpacesService.DeleteMember",
+ "service": {
+ "shortName": "SpacesService",
+ "fullName": "google.apps.meet.v2beta.SpacesService"
+ }
+ }
+ },
+ "origin": "API_DEFINITION",
+ "segments": [
+ {
+ "start": 20,
+ "end": 42,
+ "type": "FULL"
+ },
+ {
+ "start": 35,
+ "end": 40,
+ "type": "SHORT"
+ }
+ ]
+ },
+ {
+ "regionTag": "meet_v2beta_generated_SpacesService_DeleteMember_sync_flattened_resourceNames",
+ "title": "DeleteMemberResourceNames",
+ "description": "Snippet for DeleteMember",
+ "file": "SpacesServiceClient.DeleteMemberResourceNamesSnippet.g.cs",
+ "language": "C_SHARP",
+ "clientMethod": {
+ "shortName": "DeleteMember",
+ "fullName": "Google.Apps.Meet.V2Beta.SpacesServiceClient.DeleteMember",
+ "parameters": [
+ {
+ "type": "Google.Apps.Meet.V2Beta.MemberName",
+ "name": "name"
+ },
+ {
+ "type": "Google.Api.Gax.Grpc.CallSettings",
+ "name": "callSettings"
+ }
+ ],
+ "client": {
+ "shortName": "SpacesServiceClient",
+ "fullName": "Google.Apps.Meet.V2Beta.SpacesServiceClient"
+ },
+ "method": {
+ "shortName": "DeleteMember",
+ "fullName": "google.apps.meet.v2beta.SpacesService.DeleteMember",
+ "service": {
+ "shortName": "SpacesService",
+ "fullName": "google.apps.meet.v2beta.SpacesService"
+ }
+ }
+ },
+ "origin": "API_DEFINITION",
+ "segments": [
+ {
+ "start": 20,
+ "end": 41,
+ "type": "FULL"
+ },
+ {
+ "start": 34,
+ "end": 39,
+ "type": "SHORT"
+ }
+ ]
+ },
+ {
+ "regionTag": "meet_v2beta_generated_SpacesService_DeleteMember_async_flattened_resourceNames",
+ "title": "DeleteMemberResourceNamesAsync",
+ "description": "Snippet for DeleteMemberAsync",
+ "file": "SpacesServiceClient.DeleteMemberResourceNamesAsyncSnippet.g.cs",
+ "language": "C_SHARP",
+ "clientMethod": {
+ "shortName": "DeleteMemberAsync",
+ "fullName": "Google.Apps.Meet.V2Beta.SpacesServiceClient.DeleteMemberAsync",
+ "async": true,
+ "parameters": [
+ {
+ "type": "Google.Apps.Meet.V2Beta.MemberName",
+ "name": "name"
+ },
+ {
+ "type": "Google.Api.Gax.Grpc.CallSettings",
+ "name": "callSettings"
+ }
+ ],
+ "resultType": "System.Threading.Tasks.Task",
+ "client": {
+ "shortName": "SpacesServiceClient",
+ "fullName": "Google.Apps.Meet.V2Beta.SpacesServiceClient"
+ },
+ "method": {
+ "shortName": "DeleteMember",
+ "fullName": "google.apps.meet.v2beta.SpacesService.DeleteMember",
+ "service": {
+ "shortName": "SpacesService",
+ "fullName": "google.apps.meet.v2beta.SpacesService"
+ }
+ }
+ },
+ "origin": "API_DEFINITION",
+ "segments": [
+ {
+ "start": 20,
+ "end": 42,
+ "type": "FULL"
+ },
+ {
+ "start": 35,
+ "end": 40,
+ "type": "SHORT"
+ }
+ ]
}
]
}
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.Snippets/ConferenceRecordsServiceClientSnippets.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.Snippets/ConferenceRecordsServiceClientSnippets.g.cs
index 14b07a69820f..c574cf73862f 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.Snippets/ConferenceRecordsServiceClientSnippets.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.Snippets/ConferenceRecordsServiceClientSnippets.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.Snippets/SpacesServiceClientSnippets.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.Snippets/SpacesServiceClientSnippets.g.cs
index 315d02780598..c384d2f8d7f8 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.Snippets/SpacesServiceClientSnippets.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta.Snippets/SpacesServiceClientSnippets.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -16,8 +16,11 @@
namespace GoogleCSharpSnippets
{
+ using Google.Api.Gax;
using Google.Apps.Meet.V2Beta;
using Google.Protobuf.WellKnownTypes;
+ using System;
+ using System.Linq;
using System.Threading.Tasks;
/// Generated snippets.
@@ -314,5 +317,548 @@ public async Task EndActiveConferenceResourceNamesAsync()
await spacesServiceClient.EndActiveConferenceAsync(name);
// End snippet
}
+
+ /// Snippet for CreateMember
+ public void CreateMemberRequestObject()
+ {
+ // Snippet: CreateMember(CreateMemberRequest, CallSettings)
+ // Create client
+ SpacesServiceClient spacesServiceClient = SpacesServiceClient.Create();
+ // Initialize request argument(s)
+ CreateMemberRequest request = new CreateMemberRequest
+ {
+ ParentAsSpaceName = SpaceName.FromSpace("[SPACE]"),
+ Member = new Member(),
+ };
+ // Make the request
+ Member response = spacesServiceClient.CreateMember(request);
+ // End snippet
+ }
+
+ /// Snippet for CreateMemberAsync
+ public async Task CreateMemberRequestObjectAsync()
+ {
+ // Snippet: CreateMemberAsync(CreateMemberRequest, CallSettings)
+ // Additional: CreateMemberAsync(CreateMemberRequest, CancellationToken)
+ // Create client
+ SpacesServiceClient spacesServiceClient = await SpacesServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ CreateMemberRequest request = new CreateMemberRequest
+ {
+ ParentAsSpaceName = SpaceName.FromSpace("[SPACE]"),
+ Member = new Member(),
+ };
+ // Make the request
+ Member response = await spacesServiceClient.CreateMemberAsync(request);
+ // End snippet
+ }
+
+ /// Snippet for CreateMember
+ public void CreateMember()
+ {
+ // Snippet: CreateMember(string, Member, CallSettings)
+ // Create client
+ SpacesServiceClient spacesServiceClient = SpacesServiceClient.Create();
+ // Initialize request argument(s)
+ string parent = "spaces/[SPACE]";
+ Member member = new Member();
+ // Make the request
+ Member response = spacesServiceClient.CreateMember(parent, member);
+ // End snippet
+ }
+
+ /// Snippet for CreateMemberAsync
+ public async Task CreateMemberAsync()
+ {
+ // Snippet: CreateMemberAsync(string, Member, CallSettings)
+ // Additional: CreateMemberAsync(string, Member, CancellationToken)
+ // Create client
+ SpacesServiceClient spacesServiceClient = await SpacesServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ string parent = "spaces/[SPACE]";
+ Member member = new Member();
+ // Make the request
+ Member response = await spacesServiceClient.CreateMemberAsync(parent, member);
+ // End snippet
+ }
+
+ /// Snippet for CreateMember
+ public void CreateMemberResourceNames()
+ {
+ // Snippet: CreateMember(SpaceName, Member, CallSettings)
+ // Create client
+ SpacesServiceClient spacesServiceClient = SpacesServiceClient.Create();
+ // Initialize request argument(s)
+ SpaceName parent = SpaceName.FromSpace("[SPACE]");
+ Member member = new Member();
+ // Make the request
+ Member response = spacesServiceClient.CreateMember(parent, member);
+ // End snippet
+ }
+
+ /// Snippet for CreateMemberAsync
+ public async Task CreateMemberResourceNamesAsync()
+ {
+ // Snippet: CreateMemberAsync(SpaceName, Member, CallSettings)
+ // Additional: CreateMemberAsync(SpaceName, Member, CancellationToken)
+ // Create client
+ SpacesServiceClient spacesServiceClient = await SpacesServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ SpaceName parent = SpaceName.FromSpace("[SPACE]");
+ Member member = new Member();
+ // Make the request
+ Member response = await spacesServiceClient.CreateMemberAsync(parent, member);
+ // End snippet
+ }
+
+ /// Snippet for GetMember
+ public void GetMemberRequestObject()
+ {
+ // Snippet: GetMember(GetMemberRequest, CallSettings)
+ // Create client
+ SpacesServiceClient spacesServiceClient = SpacesServiceClient.Create();
+ // Initialize request argument(s)
+ GetMemberRequest request = new GetMemberRequest
+ {
+ MemberName = MemberName.FromSpaceMember("[SPACE]", "[MEMBER]"),
+ };
+ // Make the request
+ Member response = spacesServiceClient.GetMember(request);
+ // End snippet
+ }
+
+ /// Snippet for GetMemberAsync
+ public async Task GetMemberRequestObjectAsync()
+ {
+ // Snippet: GetMemberAsync(GetMemberRequest, CallSettings)
+ // Additional: GetMemberAsync(GetMemberRequest, CancellationToken)
+ // Create client
+ SpacesServiceClient spacesServiceClient = await SpacesServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ GetMemberRequest request = new GetMemberRequest
+ {
+ MemberName = MemberName.FromSpaceMember("[SPACE]", "[MEMBER]"),
+ };
+ // Make the request
+ Member response = await spacesServiceClient.GetMemberAsync(request);
+ // End snippet
+ }
+
+ /// Snippet for GetMember
+ public void GetMember()
+ {
+ // Snippet: GetMember(string, CallSettings)
+ // Create client
+ SpacesServiceClient spacesServiceClient = SpacesServiceClient.Create();
+ // Initialize request argument(s)
+ string name = "spaces/[SPACE]/members/[MEMBER]";
+ // Make the request
+ Member response = spacesServiceClient.GetMember(name);
+ // End snippet
+ }
+
+ /// Snippet for GetMemberAsync
+ public async Task GetMemberAsync()
+ {
+ // Snippet: GetMemberAsync(string, CallSettings)
+ // Additional: GetMemberAsync(string, CancellationToken)
+ // Create client
+ SpacesServiceClient spacesServiceClient = await SpacesServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ string name = "spaces/[SPACE]/members/[MEMBER]";
+ // Make the request
+ Member response = await spacesServiceClient.GetMemberAsync(name);
+ // End snippet
+ }
+
+ /// Snippet for GetMember
+ public void GetMemberResourceNames()
+ {
+ // Snippet: GetMember(MemberName, CallSettings)
+ // Create client
+ SpacesServiceClient spacesServiceClient = SpacesServiceClient.Create();
+ // Initialize request argument(s)
+ MemberName name = MemberName.FromSpaceMember("[SPACE]", "[MEMBER]");
+ // Make the request
+ Member response = spacesServiceClient.GetMember(name);
+ // End snippet
+ }
+
+ /// Snippet for GetMemberAsync
+ public async Task GetMemberResourceNamesAsync()
+ {
+ // Snippet: GetMemberAsync(MemberName, CallSettings)
+ // Additional: GetMemberAsync(MemberName, CancellationToken)
+ // Create client
+ SpacesServiceClient spacesServiceClient = await SpacesServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ MemberName name = MemberName.FromSpaceMember("[SPACE]", "[MEMBER]");
+ // Make the request
+ Member response = await spacesServiceClient.GetMemberAsync(name);
+ // End snippet
+ }
+
+ /// Snippet for ListMembers
+ public void ListMembersRequestObject()
+ {
+ // Snippet: ListMembers(ListMembersRequest, CallSettings)
+ // Create client
+ SpacesServiceClient spacesServiceClient = SpacesServiceClient.Create();
+ // Initialize request argument(s)
+ ListMembersRequest request = new ListMembersRequest
+ {
+ ParentAsSpaceName = SpaceName.FromSpace("[SPACE]"),
+ };
+ // Make the request
+ PagedEnumerable response = spacesServiceClient.ListMembers(request);
+
+ // Iterate over all response items, lazily performing RPCs as required
+ foreach (Member item in response)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+
+ // Or iterate over pages (of server-defined size), performing one RPC per page
+ foreach (ListMembersResponse page in response.AsRawResponses())
+ {
+ // Do something with each page of items
+ Console.WriteLine("A page of results:");
+ foreach (Member item in page)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ }
+
+ // Or retrieve a single page of known size (unless it's the final page), performing as many RPCs as required
+ int pageSize = 10;
+ Page singlePage = response.ReadPage(pageSize);
+ // Do something with the page of items
+ Console.WriteLine($"A page of {pageSize} results (unless it's the final page):");
+ foreach (Member item in singlePage)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ // Store the pageToken, for when the next page is required.
+ string nextPageToken = singlePage.NextPageToken;
+ // End snippet
+ }
+
+ /// Snippet for ListMembersAsync
+ public async Task ListMembersRequestObjectAsync()
+ {
+ // Snippet: ListMembersAsync(ListMembersRequest, CallSettings)
+ // Create client
+ SpacesServiceClient spacesServiceClient = await SpacesServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ ListMembersRequest request = new ListMembersRequest
+ {
+ ParentAsSpaceName = SpaceName.FromSpace("[SPACE]"),
+ };
+ // Make the request
+ PagedAsyncEnumerable response = spacesServiceClient.ListMembersAsync(request);
+
+ // Iterate over all response items, lazily performing RPCs as required
+ await response.ForEachAsync((Member item) =>
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ });
+
+ // Or iterate over pages (of server-defined size), performing one RPC per page
+ await response.AsRawResponses().ForEachAsync((ListMembersResponse page) =>
+ {
+ // Do something with each page of items
+ Console.WriteLine("A page of results:");
+ foreach (Member item in page)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ });
+
+ // Or retrieve a single page of known size (unless it's the final page), performing as many RPCs as required
+ int pageSize = 10;
+ Page singlePage = await response.ReadPageAsync(pageSize);
+ // Do something with the page of items
+ Console.WriteLine($"A page of {pageSize} results (unless it's the final page):");
+ foreach (Member item in singlePage)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ // Store the pageToken, for when the next page is required.
+ string nextPageToken = singlePage.NextPageToken;
+ // End snippet
+ }
+
+ /// Snippet for ListMembers
+ public void ListMembers()
+ {
+ // Snippet: ListMembers(string, string, int?, CallSettings)
+ // Create client
+ SpacesServiceClient spacesServiceClient = SpacesServiceClient.Create();
+ // Initialize request argument(s)
+ string parent = "spaces/[SPACE]";
+ // Make the request
+ PagedEnumerable response = spacesServiceClient.ListMembers(parent);
+
+ // Iterate over all response items, lazily performing RPCs as required
+ foreach (Member item in response)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+
+ // Or iterate over pages (of server-defined size), performing one RPC per page
+ foreach (ListMembersResponse page in response.AsRawResponses())
+ {
+ // Do something with each page of items
+ Console.WriteLine("A page of results:");
+ foreach (Member item in page)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ }
+
+ // Or retrieve a single page of known size (unless it's the final page), performing as many RPCs as required
+ int pageSize = 10;
+ Page singlePage = response.ReadPage(pageSize);
+ // Do something with the page of items
+ Console.WriteLine($"A page of {pageSize} results (unless it's the final page):");
+ foreach (Member item in singlePage)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ // Store the pageToken, for when the next page is required.
+ string nextPageToken = singlePage.NextPageToken;
+ // End snippet
+ }
+
+ /// Snippet for ListMembersAsync
+ public async Task ListMembersAsync()
+ {
+ // Snippet: ListMembersAsync(string, string, int?, CallSettings)
+ // Create client
+ SpacesServiceClient spacesServiceClient = await SpacesServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ string parent = "spaces/[SPACE]";
+ // Make the request
+ PagedAsyncEnumerable response = spacesServiceClient.ListMembersAsync(parent);
+
+ // Iterate over all response items, lazily performing RPCs as required
+ await response.ForEachAsync((Member item) =>
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ });
+
+ // Or iterate over pages (of server-defined size), performing one RPC per page
+ await response.AsRawResponses().ForEachAsync((ListMembersResponse page) =>
+ {
+ // Do something with each page of items
+ Console.WriteLine("A page of results:");
+ foreach (Member item in page)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ });
+
+ // Or retrieve a single page of known size (unless it's the final page), performing as many RPCs as required
+ int pageSize = 10;
+ Page singlePage = await response.ReadPageAsync(pageSize);
+ // Do something with the page of items
+ Console.WriteLine($"A page of {pageSize} results (unless it's the final page):");
+ foreach (Member item in singlePage)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ // Store the pageToken, for when the next page is required.
+ string nextPageToken = singlePage.NextPageToken;
+ // End snippet
+ }
+
+ /// Snippet for ListMembers
+ public void ListMembersResourceNames()
+ {
+ // Snippet: ListMembers(SpaceName, string, int?, CallSettings)
+ // Create client
+ SpacesServiceClient spacesServiceClient = SpacesServiceClient.Create();
+ // Initialize request argument(s)
+ SpaceName parent = SpaceName.FromSpace("[SPACE]");
+ // Make the request
+ PagedEnumerable response = spacesServiceClient.ListMembers(parent);
+
+ // Iterate over all response items, lazily performing RPCs as required
+ foreach (Member item in response)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+
+ // Or iterate over pages (of server-defined size), performing one RPC per page
+ foreach (ListMembersResponse page in response.AsRawResponses())
+ {
+ // Do something with each page of items
+ Console.WriteLine("A page of results:");
+ foreach (Member item in page)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ }
+
+ // Or retrieve a single page of known size (unless it's the final page), performing as many RPCs as required
+ int pageSize = 10;
+ Page singlePage = response.ReadPage(pageSize);
+ // Do something with the page of items
+ Console.WriteLine($"A page of {pageSize} results (unless it's the final page):");
+ foreach (Member item in singlePage)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ // Store the pageToken, for when the next page is required.
+ string nextPageToken = singlePage.NextPageToken;
+ // End snippet
+ }
+
+ /// Snippet for ListMembersAsync
+ public async Task ListMembersResourceNamesAsync()
+ {
+ // Snippet: ListMembersAsync(SpaceName, string, int?, CallSettings)
+ // Create client
+ SpacesServiceClient spacesServiceClient = await SpacesServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ SpaceName parent = SpaceName.FromSpace("[SPACE]");
+ // Make the request
+ PagedAsyncEnumerable response = spacesServiceClient.ListMembersAsync(parent);
+
+ // Iterate over all response items, lazily performing RPCs as required
+ await response.ForEachAsync((Member item) =>
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ });
+
+ // Or iterate over pages (of server-defined size), performing one RPC per page
+ await response.AsRawResponses().ForEachAsync((ListMembersResponse page) =>
+ {
+ // Do something with each page of items
+ Console.WriteLine("A page of results:");
+ foreach (Member item in page)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ });
+
+ // Or retrieve a single page of known size (unless it's the final page), performing as many RPCs as required
+ int pageSize = 10;
+ Page singlePage = await response.ReadPageAsync(pageSize);
+ // Do something with the page of items
+ Console.WriteLine($"A page of {pageSize} results (unless it's the final page):");
+ foreach (Member item in singlePage)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ // Store the pageToken, for when the next page is required.
+ string nextPageToken = singlePage.NextPageToken;
+ // End snippet
+ }
+
+ /// Snippet for DeleteMember
+ public void DeleteMemberRequestObject()
+ {
+ // Snippet: DeleteMember(DeleteMemberRequest, CallSettings)
+ // Create client
+ SpacesServiceClient spacesServiceClient = SpacesServiceClient.Create();
+ // Initialize request argument(s)
+ DeleteMemberRequest request = new DeleteMemberRequest
+ {
+ MemberName = MemberName.FromSpaceMember("[SPACE]", "[MEMBER]"),
+ };
+ // Make the request
+ spacesServiceClient.DeleteMember(request);
+ // End snippet
+ }
+
+ /// Snippet for DeleteMemberAsync
+ public async Task DeleteMemberRequestObjectAsync()
+ {
+ // Snippet: DeleteMemberAsync(DeleteMemberRequest, CallSettings)
+ // Additional: DeleteMemberAsync(DeleteMemberRequest, CancellationToken)
+ // Create client
+ SpacesServiceClient spacesServiceClient = await SpacesServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ DeleteMemberRequest request = new DeleteMemberRequest
+ {
+ MemberName = MemberName.FromSpaceMember("[SPACE]", "[MEMBER]"),
+ };
+ // Make the request
+ await spacesServiceClient.DeleteMemberAsync(request);
+ // End snippet
+ }
+
+ /// Snippet for DeleteMember
+ public void DeleteMember()
+ {
+ // Snippet: DeleteMember(string, CallSettings)
+ // Create client
+ SpacesServiceClient spacesServiceClient = SpacesServiceClient.Create();
+ // Initialize request argument(s)
+ string name = "spaces/[SPACE]/members/[MEMBER]";
+ // Make the request
+ spacesServiceClient.DeleteMember(name);
+ // End snippet
+ }
+
+ /// Snippet for DeleteMemberAsync
+ public async Task DeleteMemberAsync()
+ {
+ // Snippet: DeleteMemberAsync(string, CallSettings)
+ // Additional: DeleteMemberAsync(string, CancellationToken)
+ // Create client
+ SpacesServiceClient spacesServiceClient = await SpacesServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ string name = "spaces/[SPACE]/members/[MEMBER]";
+ // Make the request
+ await spacesServiceClient.DeleteMemberAsync(name);
+ // End snippet
+ }
+
+ /// Snippet for DeleteMember
+ public void DeleteMemberResourceNames()
+ {
+ // Snippet: DeleteMember(MemberName, CallSettings)
+ // Create client
+ SpacesServiceClient spacesServiceClient = SpacesServiceClient.Create();
+ // Initialize request argument(s)
+ MemberName name = MemberName.FromSpaceMember("[SPACE]", "[MEMBER]");
+ // Make the request
+ spacesServiceClient.DeleteMember(name);
+ // End snippet
+ }
+
+ /// Snippet for DeleteMemberAsync
+ public async Task DeleteMemberResourceNamesAsync()
+ {
+ // Snippet: DeleteMemberAsync(MemberName, CallSettings)
+ // Additional: DeleteMemberAsync(MemberName, CancellationToken)
+ // Create client
+ SpacesServiceClient spacesServiceClient = await SpacesServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ MemberName name = MemberName.FromSpaceMember("[SPACE]", "[MEMBER]");
+ // Make the request
+ await spacesServiceClient.DeleteMemberAsync(name);
+ // End snippet
+ }
}
}
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta/ConferenceRecordsServiceClient.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta/ConferenceRecordsServiceClient.g.cs
index de2d9d015485..97fefbbbceb7 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta/ConferenceRecordsServiceClient.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta/ConferenceRecordsServiceClient.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -362,8 +362,18 @@ public abstract partial class ConferenceRecordsServiceClient
public static string DefaultEndpoint { get; } = "meet.googleapis.com:443";
/// The default ConferenceRecordsService scopes.
- /// The default ConferenceRecordsService scopes are:
- public static scg::IReadOnlyList DefaultScopes { get; } = new sco::ReadOnlyCollection(new string[] { });
+ ///
+ /// The default ConferenceRecordsService scopes are:
+ ///
+ /// - https://www.googleapis.com/auth/meetings.space.created
+ /// - https://www.googleapis.com/auth/meetings.space.readonly
+ ///
+ ///
+ public static scg::IReadOnlyList DefaultScopes { get; } = new sco::ReadOnlyCollection(new string[]
+ {
+ "https://www.googleapis.com/auth/meetings.space.created",
+ "https://www.googleapis.com/auth/meetings.space.readonly",
+ });
/// The service metadata associated with this client type.
public static gaxgrpc::ServiceMetadata ServiceMetadata { get; } = new gaxgrpc::ServiceMetadata(ConferenceRecordsService.Descriptor, DefaultEndpoint, DefaultScopes, true, gax::ApiTransports.Grpc | gax::ApiTransports.Rest, PackageApiMetadata.ApiMetadata);
@@ -429,7 +439,6 @@ internal static ConferenceRecordsServiceClient Create(grpccore::CallInvoker call
public virtual ConferenceRecordsService.ConferenceRecordsServiceClient GrpcClient => throw new sys::NotImplementedException();
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a conference record by conference ID.
///
/// The request object containing all of the parameters for the API call.
@@ -439,7 +448,6 @@ public virtual ConferenceRecord GetConferenceRecord(GetConferenceRecordRequest r
throw new sys::NotImplementedException();
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a conference record by conference ID.
///
/// The request object containing all of the parameters for the API call.
@@ -449,7 +457,6 @@ public virtual ConferenceRecord GetConferenceRecord(GetConferenceRecordRequest r
throw new sys::NotImplementedException();
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a conference record by conference ID.
///
/// The request object containing all of the parameters for the API call.
@@ -459,7 +466,6 @@ public virtual ConferenceRecord GetConferenceRecord(GetConferenceRecordRequest r
GetConferenceRecordAsync(request, gaxgrpc::CallSettings.FromCancellationToken(cancellationToken));
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a conference record by conference ID.
///
///
@@ -474,7 +480,6 @@ public virtual ConferenceRecord GetConferenceRecord(string name, gaxgrpc::CallSe
}, callSettings);
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a conference record by conference ID.
///
///
@@ -489,7 +494,6 @@ public virtual ConferenceRecord GetConferenceRecord(string name, gaxgrpc::CallSe
}, callSettings);
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a conference record by conference ID.
///
///
@@ -501,7 +505,6 @@ public virtual ConferenceRecord GetConferenceRecord(string name, gaxgrpc::CallSe
GetConferenceRecordAsync(name, gaxgrpc::CallSettings.FromCancellationToken(cancellationToken));
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a conference record by conference ID.
///
///
@@ -516,7 +519,6 @@ public virtual ConferenceRecord GetConferenceRecord(ConferenceRecordName name, g
}, callSettings);
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a conference record by conference ID.
///
///
@@ -531,7 +533,6 @@ public virtual ConferenceRecord GetConferenceRecord(ConferenceRecordName name, g
}, callSettings);
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a conference record by conference ID.
///
///
@@ -543,8 +544,8 @@ public virtual ConferenceRecord GetConferenceRecord(ConferenceRecordName name, g
GetConferenceRecordAsync(name, gaxgrpc::CallSettings.FromCancellationToken(cancellationToken));
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the conference records by start time and in descending order.
+ /// Lists the conference records. By default, ordered by start time and in
+ /// descending order.
///
/// The request object containing all of the parameters for the API call.
/// If not null, applies overrides to this RPC call.
@@ -553,8 +554,8 @@ public virtual ConferenceRecord GetConferenceRecord(ConferenceRecordName name, g
throw new sys::NotImplementedException();
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the conference records by start time and in descending order.
+ /// Lists the conference records. By default, ordered by start time and in
+ /// descending order.
///
/// The request object containing all of the parameters for the API call.
/// If not null, applies overrides to this RPC call.
@@ -563,7 +564,6 @@ public virtual ConferenceRecord GetConferenceRecord(ConferenceRecordName name, g
throw new sys::NotImplementedException();
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a participant by participant ID.
///
/// The request object containing all of the parameters for the API call.
@@ -573,7 +573,6 @@ public virtual Participant GetParticipant(GetParticipantRequest request, gaxgrpc
throw new sys::NotImplementedException();
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a participant by participant ID.
///
/// The request object containing all of the parameters for the API call.
@@ -583,7 +582,6 @@ public virtual Participant GetParticipant(GetParticipantRequest request, gaxgrpc
throw new sys::NotImplementedException();
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a participant by participant ID.
///
/// The request object containing all of the parameters for the API call.
@@ -593,7 +591,6 @@ public virtual Participant GetParticipant(GetParticipantRequest request, gaxgrpc
GetParticipantAsync(request, gaxgrpc::CallSettings.FromCancellationToken(cancellationToken));
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a participant by participant ID.
///
///
@@ -608,7 +605,6 @@ public virtual Participant GetParticipant(string name, gaxgrpc::CallSettings cal
}, callSettings);
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a participant by participant ID.
///
///
@@ -623,7 +619,6 @@ public virtual Participant GetParticipant(string name, gaxgrpc::CallSettings cal
}, callSettings);
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a participant by participant ID.
///
///
@@ -635,7 +630,6 @@ public virtual Participant GetParticipant(string name, gaxgrpc::CallSettings cal
GetParticipantAsync(name, gaxgrpc::CallSettings.FromCancellationToken(cancellationToken));
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a participant by participant ID.
///
///
@@ -650,7 +644,6 @@ public virtual Participant GetParticipant(ParticipantName name, gaxgrpc::CallSet
}, callSettings);
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a participant by participant ID.
///
///
@@ -665,7 +658,6 @@ public virtual Participant GetParticipant(ParticipantName name, gaxgrpc::CallSet
}, callSettings);
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a participant by participant ID.
///
///
@@ -677,8 +669,7 @@ public virtual Participant GetParticipant(ParticipantName name, gaxgrpc::CallSet
GetParticipantAsync(name, gaxgrpc::CallSettings.FromCancellationToken(cancellationToken));
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the participants in a conference record, by default ordered by join
+ /// Lists the participants in a conference record. By default, ordered by join
/// time and in descending order. This API supports `fields` as standard
/// parameters like every other API. However, when the `fields` request
/// parameter is omitted, this API defaults to `'participants/*,
@@ -691,8 +682,7 @@ public virtual Participant GetParticipant(ParticipantName name, gaxgrpc::CallSet
throw new sys::NotImplementedException();
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the participants in a conference record, by default ordered by join
+ /// Lists the participants in a conference record. By default, ordered by join
/// time and in descending order. This API supports `fields` as standard
/// parameters like every other API. However, when the `fields` request
/// parameter is omitted, this API defaults to `'participants/*,
@@ -705,8 +695,7 @@ public virtual Participant GetParticipant(ParticipantName name, gaxgrpc::CallSet
throw new sys::NotImplementedException();
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the participants in a conference record, by default ordered by join
+ /// Lists the participants in a conference record. By default, ordered by join
/// time and in descending order. This API supports `fields` as standard
/// parameters like every other API. However, when the `fields` request
/// parameter is omitted, this API defaults to `'participants/*,
@@ -743,8 +732,7 @@ public virtual Participant GetParticipant(ParticipantName name, gaxgrpc::CallSet
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the participants in a conference record, by default ordered by join
+ /// Lists the participants in a conference record. By default, ordered by join
/// time and in descending order. This API supports `fields` as standard
/// parameters like every other API. However, when the `fields` request
/// parameter is omitted, this API defaults to `'participants/*,
@@ -781,8 +769,7 @@ public virtual Participant GetParticipant(ParticipantName name, gaxgrpc::CallSet
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the participants in a conference record, by default ordered by join
+ /// Lists the participants in a conference record. By default, ordered by join
/// time and in descending order. This API supports `fields` as standard
/// parameters like every other API. However, when the `fields` request
/// parameter is omitted, this API defaults to `'participants/*,
@@ -819,8 +806,7 @@ public virtual Participant GetParticipant(ParticipantName name, gaxgrpc::CallSet
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the participants in a conference record, by default ordered by join
+ /// Lists the participants in a conference record. By default, ordered by join
/// time and in descending order. This API supports `fields` as standard
/// parameters like every other API. However, when the `fields` request
/// parameter is omitted, this API defaults to `'participants/*,
@@ -857,7 +843,6 @@ public virtual Participant GetParticipant(ParticipantName name, gaxgrpc::CallSet
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a participant session by participant session ID.
///
/// The request object containing all of the parameters for the API call.
@@ -867,7 +852,6 @@ public virtual ParticipantSession GetParticipantSession(GetParticipantSessionReq
throw new sys::NotImplementedException();
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a participant session by participant session ID.
///
/// The request object containing all of the parameters for the API call.
@@ -877,7 +861,6 @@ public virtual ParticipantSession GetParticipantSession(GetParticipantSessionReq
throw new sys::NotImplementedException();
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a participant session by participant session ID.
///
/// The request object containing all of the parameters for the API call.
@@ -887,7 +870,6 @@ public virtual ParticipantSession GetParticipantSession(GetParticipantSessionReq
GetParticipantSessionAsync(request, gaxgrpc::CallSettings.FromCancellationToken(cancellationToken));
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a participant session by participant session ID.
///
///
@@ -902,7 +884,6 @@ public virtual ParticipantSession GetParticipantSession(string name, gaxgrpc::Ca
}, callSettings);
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a participant session by participant session ID.
///
///
@@ -917,7 +898,6 @@ public virtual ParticipantSession GetParticipantSession(string name, gaxgrpc::Ca
}, callSettings);
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a participant session by participant session ID.
///
///
@@ -929,7 +909,6 @@ public virtual ParticipantSession GetParticipantSession(string name, gaxgrpc::Ca
GetParticipantSessionAsync(name, gaxgrpc::CallSettings.FromCancellationToken(cancellationToken));
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a participant session by participant session ID.
///
///
@@ -944,7 +923,6 @@ public virtual ParticipantSession GetParticipantSession(ParticipantSessionName n
}, callSettings);
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a participant session by participant session ID.
///
///
@@ -959,7 +937,6 @@ public virtual ParticipantSession GetParticipantSession(ParticipantSessionName n
}, callSettings);
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a participant session by participant session ID.
///
///
@@ -971,9 +948,8 @@ public virtual ParticipantSession GetParticipantSession(ParticipantSessionName n
GetParticipantSessionAsync(name, gaxgrpc::CallSettings.FromCancellationToken(cancellationToken));
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the participant sessions of a participant in a conference record, by
- /// default ordered by join time and in descending order. This API supports
+ /// Lists the participant sessions of a participant in a conference record. By
+ /// default, ordered by join time and in descending order. This API supports
/// `fields` as standard parameters like every other API. However, when the
/// `fields` request parameter is omitted this API defaults to
/// `'participantsessions/*, next_page_token'`.
@@ -985,9 +961,8 @@ public virtual ParticipantSession GetParticipantSession(ParticipantSessionName n
throw new sys::NotImplementedException();
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the participant sessions of a participant in a conference record, by
- /// default ordered by join time and in descending order. This API supports
+ /// Lists the participant sessions of a participant in a conference record. By
+ /// default, ordered by join time and in descending order. This API supports
/// `fields` as standard parameters like every other API. However, when the
/// `fields` request parameter is omitted this API defaults to
/// `'participantsessions/*, next_page_token'`.
@@ -999,9 +974,8 @@ public virtual ParticipantSession GetParticipantSession(ParticipantSessionName n
throw new sys::NotImplementedException();
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the participant sessions of a participant in a conference record, by
- /// default ordered by join time and in descending order. This API supports
+ /// Lists the participant sessions of a participant in a conference record. By
+ /// default, ordered by join time and in descending order. This API supports
/// `fields` as standard parameters like every other API. However, when the
/// `fields` request parameter is omitted this API defaults to
/// `'participantsessions/*, next_page_token'`.
@@ -1038,9 +1012,8 @@ public virtual ParticipantSession GetParticipantSession(ParticipantSessionName n
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the participant sessions of a participant in a conference record, by
- /// default ordered by join time and in descending order. This API supports
+ /// Lists the participant sessions of a participant in a conference record. By
+ /// default, ordered by join time and in descending order. This API supports
/// `fields` as standard parameters like every other API. However, when the
/// `fields` request parameter is omitted this API defaults to
/// `'participantsessions/*, next_page_token'`.
@@ -1077,9 +1050,8 @@ public virtual ParticipantSession GetParticipantSession(ParticipantSessionName n
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the participant sessions of a participant in a conference record, by
- /// default ordered by join time and in descending order. This API supports
+ /// Lists the participant sessions of a participant in a conference record. By
+ /// default, ordered by join time and in descending order. This API supports
/// `fields` as standard parameters like every other API. However, when the
/// `fields` request parameter is omitted this API defaults to
/// `'participantsessions/*, next_page_token'`.
@@ -1116,9 +1088,8 @@ public virtual ParticipantSession GetParticipantSession(ParticipantSessionName n
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the participant sessions of a participant in a conference record, by
- /// default ordered by join time and in descending order. This API supports
+ /// Lists the participant sessions of a participant in a conference record. By
+ /// default, ordered by join time and in descending order. This API supports
/// `fields` as standard parameters like every other API. However, when the
/// `fields` request parameter is omitted this API defaults to
/// `'participantsessions/*, next_page_token'`.
@@ -1155,7 +1126,6 @@ public virtual ParticipantSession GetParticipantSession(ParticipantSessionName n
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a recording by recording ID.
///
/// The request object containing all of the parameters for the API call.
@@ -1165,7 +1135,6 @@ public virtual Recording GetRecording(GetRecordingRequest request, gaxgrpc::Call
throw new sys::NotImplementedException();
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a recording by recording ID.
///
/// The request object containing all of the parameters for the API call.
@@ -1175,7 +1144,6 @@ public virtual Recording GetRecording(GetRecordingRequest request, gaxgrpc::Call
throw new sys::NotImplementedException();
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a recording by recording ID.
///
/// The request object containing all of the parameters for the API call.
@@ -1185,7 +1153,6 @@ public virtual Recording GetRecording(GetRecordingRequest request, gaxgrpc::Call
GetRecordingAsync(request, gaxgrpc::CallSettings.FromCancellationToken(cancellationToken));
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a recording by recording ID.
///
///
@@ -1200,7 +1167,6 @@ public virtual Recording GetRecording(string name, gaxgrpc::CallSettings callSet
}, callSettings);
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a recording by recording ID.
///
///
@@ -1215,7 +1181,6 @@ public virtual Recording GetRecording(string name, gaxgrpc::CallSettings callSet
}, callSettings);
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a recording by recording ID.
///
///
@@ -1227,7 +1192,6 @@ public virtual Recording GetRecording(string name, gaxgrpc::CallSettings callSet
GetRecordingAsync(name, gaxgrpc::CallSettings.FromCancellationToken(cancellationToken));
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a recording by recording ID.
///
///
@@ -1242,7 +1206,6 @@ public virtual Recording GetRecording(RecordingName name, gaxgrpc::CallSettings
}, callSettings);
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a recording by recording ID.
///
///
@@ -1257,7 +1220,6 @@ public virtual Recording GetRecording(RecordingName name, gaxgrpc::CallSettings
}, callSettings);
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a recording by recording ID.
///
///
@@ -1269,8 +1231,8 @@ public virtual Recording GetRecording(RecordingName name, gaxgrpc::CallSettings
GetRecordingAsync(name, gaxgrpc::CallSettings.FromCancellationToken(cancellationToken));
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the recording resources from the conference record.
+ /// Lists the recording resources from the conference record. By default,
+ /// ordered by start time and in ascending order.
///
/// The request object containing all of the parameters for the API call.
/// If not null, applies overrides to this RPC call.
@@ -1279,8 +1241,8 @@ public virtual Recording GetRecording(RecordingName name, gaxgrpc::CallSettings
throw new sys::NotImplementedException();
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the recording resources from the conference record.
+ /// Lists the recording resources from the conference record. By default,
+ /// ordered by start time and in ascending order.
///
/// The request object containing all of the parameters for the API call.
/// If not null, applies overrides to this RPC call.
@@ -1289,8 +1251,8 @@ public virtual Recording GetRecording(RecordingName name, gaxgrpc::CallSettings
throw new sys::NotImplementedException();
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the recording resources from the conference record.
+ /// Lists the recording resources from the conference record. By default,
+ /// ordered by start time and in ascending order.
///
///
/// Required. Format: `conferenceRecords/{conference_record}`
@@ -1323,8 +1285,8 @@ public virtual Recording GetRecording(RecordingName name, gaxgrpc::CallSettings
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the recording resources from the conference record.
+ /// Lists the recording resources from the conference record. By default,
+ /// ordered by start time and in ascending order.
///
///
/// Required. Format: `conferenceRecords/{conference_record}`
@@ -1357,8 +1319,8 @@ public virtual Recording GetRecording(RecordingName name, gaxgrpc::CallSettings
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the recording resources from the conference record.
+ /// Lists the recording resources from the conference record. By default,
+ /// ordered by start time and in ascending order.
///
///
/// Required. Format: `conferenceRecords/{conference_record}`
@@ -1391,8 +1353,8 @@ public virtual Recording GetRecording(RecordingName name, gaxgrpc::CallSettings
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the recording resources from the conference record.
+ /// Lists the recording resources from the conference record. By default,
+ /// ordered by start time and in ascending order.
///
///
/// Required. Format: `conferenceRecords/{conference_record}`
@@ -1425,7 +1387,6 @@ public virtual Recording GetRecording(RecordingName name, gaxgrpc::CallSettings
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a transcript by transcript ID.
///
/// The request object containing all of the parameters for the API call.
@@ -1435,7 +1396,6 @@ public virtual Transcript GetTranscript(GetTranscriptRequest request, gaxgrpc::C
throw new sys::NotImplementedException();
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a transcript by transcript ID.
///
/// The request object containing all of the parameters for the API call.
@@ -1445,7 +1405,6 @@ public virtual Transcript GetTranscript(GetTranscriptRequest request, gaxgrpc::C
throw new sys::NotImplementedException();
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a transcript by transcript ID.
///
/// The request object containing all of the parameters for the API call.
@@ -1455,7 +1414,6 @@ public virtual Transcript GetTranscript(GetTranscriptRequest request, gaxgrpc::C
GetTranscriptAsync(request, gaxgrpc::CallSettings.FromCancellationToken(cancellationToken));
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a transcript by transcript ID.
///
///
@@ -1470,7 +1428,6 @@ public virtual Transcript GetTranscript(string name, gaxgrpc::CallSettings callS
}, callSettings);
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a transcript by transcript ID.
///
///
@@ -1485,7 +1442,6 @@ public virtual Transcript GetTranscript(string name, gaxgrpc::CallSettings callS
}, callSettings);
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a transcript by transcript ID.
///
///
@@ -1497,7 +1453,6 @@ public virtual Transcript GetTranscript(string name, gaxgrpc::CallSettings callS
GetTranscriptAsync(name, gaxgrpc::CallSettings.FromCancellationToken(cancellationToken));
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a transcript by transcript ID.
///
///
@@ -1512,7 +1467,6 @@ public virtual Transcript GetTranscript(TranscriptName name, gaxgrpc::CallSettin
}, callSettings);
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a transcript by transcript ID.
///
///
@@ -1527,7 +1481,6 @@ public virtual Transcript GetTranscript(TranscriptName name, gaxgrpc::CallSettin
}, callSettings);
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a transcript by transcript ID.
///
///
@@ -1539,8 +1492,8 @@ public virtual Transcript GetTranscript(TranscriptName name, gaxgrpc::CallSettin
GetTranscriptAsync(name, gaxgrpc::CallSettings.FromCancellationToken(cancellationToken));
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the set of transcripts from the conference record.
+ /// Lists the set of transcripts from the conference record. By default,
+ /// ordered by start time and in ascending order.
///
/// The request object containing all of the parameters for the API call.
/// If not null, applies overrides to this RPC call.
@@ -1549,8 +1502,8 @@ public virtual Transcript GetTranscript(TranscriptName name, gaxgrpc::CallSettin
throw new sys::NotImplementedException();
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the set of transcripts from the conference record.
+ /// Lists the set of transcripts from the conference record. By default,
+ /// ordered by start time and in ascending order.
///
/// The request object containing all of the parameters for the API call.
/// If not null, applies overrides to this RPC call.
@@ -1559,8 +1512,8 @@ public virtual Transcript GetTranscript(TranscriptName name, gaxgrpc::CallSettin
throw new sys::NotImplementedException();
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the set of transcripts from the conference record.
+ /// Lists the set of transcripts from the conference record. By default,
+ /// ordered by start time and in ascending order.
///
///
/// Required. Format: `conferenceRecords/{conference_record}`
@@ -1593,8 +1546,8 @@ public virtual Transcript GetTranscript(TranscriptName name, gaxgrpc::CallSettin
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the set of transcripts from the conference record.
+ /// Lists the set of transcripts from the conference record. By default,
+ /// ordered by start time and in ascending order.
///
///
/// Required. Format: `conferenceRecords/{conference_record}`
@@ -1627,8 +1580,8 @@ public virtual Transcript GetTranscript(TranscriptName name, gaxgrpc::CallSettin
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the set of transcripts from the conference record.
+ /// Lists the set of transcripts from the conference record. By default,
+ /// ordered by start time and in ascending order.
///
///
/// Required. Format: `conferenceRecords/{conference_record}`
@@ -1661,8 +1614,8 @@ public virtual Transcript GetTranscript(TranscriptName name, gaxgrpc::CallSettin
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the set of transcripts from the conference record.
+ /// Lists the set of transcripts from the conference record. By default,
+ /// ordered by start time and in ascending order.
///
///
/// Required. Format: `conferenceRecords/{conference_record}`
@@ -1695,7 +1648,6 @@ public virtual Transcript GetTranscript(TranscriptName name, gaxgrpc::CallSettin
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a `TranscriptEntry` resource by entry ID.
///
/// Note: The transcript entries returned by the Google Meet API might not
@@ -1709,7 +1661,6 @@ public virtual TranscriptEntry GetTranscriptEntry(GetTranscriptEntryRequest requ
throw new sys::NotImplementedException();
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a `TranscriptEntry` resource by entry ID.
///
/// Note: The transcript entries returned by the Google Meet API might not
@@ -1723,7 +1674,6 @@ public virtual TranscriptEntry GetTranscriptEntry(GetTranscriptEntryRequest requ
throw new sys::NotImplementedException();
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a `TranscriptEntry` resource by entry ID.
///
/// Note: The transcript entries returned by the Google Meet API might not
@@ -1737,7 +1687,6 @@ public virtual TranscriptEntry GetTranscriptEntry(GetTranscriptEntryRequest requ
GetTranscriptEntryAsync(request, gaxgrpc::CallSettings.FromCancellationToken(cancellationToken));
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a `TranscriptEntry` resource by entry ID.
///
/// Note: The transcript entries returned by the Google Meet API might not
@@ -1756,7 +1705,6 @@ public virtual TranscriptEntry GetTranscriptEntry(string name, gaxgrpc::CallSett
}, callSettings);
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a `TranscriptEntry` resource by entry ID.
///
/// Note: The transcript entries returned by the Google Meet API might not
@@ -1775,7 +1723,6 @@ public virtual TranscriptEntry GetTranscriptEntry(string name, gaxgrpc::CallSett
}, callSettings);
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a `TranscriptEntry` resource by entry ID.
///
/// Note: The transcript entries returned by the Google Meet API might not
@@ -1791,7 +1738,6 @@ public virtual TranscriptEntry GetTranscriptEntry(string name, gaxgrpc::CallSett
GetTranscriptEntryAsync(name, gaxgrpc::CallSettings.FromCancellationToken(cancellationToken));
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a `TranscriptEntry` resource by entry ID.
///
/// Note: The transcript entries returned by the Google Meet API might not
@@ -1810,7 +1756,6 @@ public virtual TranscriptEntry GetTranscriptEntry(TranscriptEntryName name, gaxg
}, callSettings);
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a `TranscriptEntry` resource by entry ID.
///
/// Note: The transcript entries returned by the Google Meet API might not
@@ -1829,7 +1774,6 @@ public virtual TranscriptEntry GetTranscriptEntry(TranscriptEntryName name, gaxg
}, callSettings);
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a `TranscriptEntry` resource by entry ID.
///
/// Note: The transcript entries returned by the Google Meet API might not
@@ -1845,7 +1789,6 @@ public virtual TranscriptEntry GetTranscriptEntry(TranscriptEntryName name, gaxg
GetTranscriptEntryAsync(name, gaxgrpc::CallSettings.FromCancellationToken(cancellationToken));
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Lists the structured transcript entries per transcript. By default, ordered
/// by start time and in ascending order.
///
@@ -1860,7 +1803,6 @@ public virtual TranscriptEntry GetTranscriptEntry(TranscriptEntryName name, gaxg
throw new sys::NotImplementedException();
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Lists the structured transcript entries per transcript. By default, ordered
/// by start time and in ascending order.
///
@@ -1875,7 +1817,6 @@ public virtual TranscriptEntry GetTranscriptEntry(TranscriptEntryName name, gaxg
throw new sys::NotImplementedException();
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Lists the structured transcript entries per transcript. By default, ordered
/// by start time and in ascending order.
///
@@ -1915,7 +1856,6 @@ public virtual TranscriptEntry GetTranscriptEntry(TranscriptEntryName name, gaxg
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Lists the structured transcript entries per transcript. By default, ordered
/// by start time and in ascending order.
///
@@ -1955,7 +1895,6 @@ public virtual TranscriptEntry GetTranscriptEntry(TranscriptEntryName name, gaxg
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Lists the structured transcript entries per transcript. By default, ordered
/// by start time and in ascending order.
///
@@ -1995,7 +1934,6 @@ public virtual TranscriptEntry GetTranscriptEntry(TranscriptEntryName name, gaxg
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Lists the structured transcript entries per transcript. By default, ordered
/// by start time and in ascending order.
///
@@ -2178,7 +2116,6 @@ public ConferenceRecordsServiceClientImpl(ConferenceRecordsService.ConferenceRec
partial void Modify_ListTranscriptEntriesRequest(ref ListTranscriptEntriesRequest request, ref gaxgrpc::CallSettings settings);
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a conference record by conference ID.
///
/// The request object containing all of the parameters for the API call.
@@ -2191,7 +2128,6 @@ public override ConferenceRecord GetConferenceRecord(GetConferenceRecordRequest
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a conference record by conference ID.
///
/// The request object containing all of the parameters for the API call.
@@ -2204,8 +2140,8 @@ public override ConferenceRecord GetConferenceRecord(GetConferenceRecordRequest
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the conference records by start time and in descending order.
+ /// Lists the conference records. By default, ordered by start time and in
+ /// descending order.
///
/// The request object containing all of the parameters for the API call.
/// If not null, applies overrides to this RPC call.
@@ -2217,8 +2153,8 @@ public override ConferenceRecord GetConferenceRecord(GetConferenceRecordRequest
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the conference records by start time and in descending order.
+ /// Lists the conference records. By default, ordered by start time and in
+ /// descending order.
///
/// The request object containing all of the parameters for the API call.
/// If not null, applies overrides to this RPC call.
@@ -2230,7 +2166,6 @@ public override ConferenceRecord GetConferenceRecord(GetConferenceRecordRequest
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a participant by participant ID.
///
/// The request object containing all of the parameters for the API call.
@@ -2243,7 +2178,6 @@ public override Participant GetParticipant(GetParticipantRequest request, gaxgrp
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a participant by participant ID.
///
/// The request object containing all of the parameters for the API call.
@@ -2256,8 +2190,7 @@ public override Participant GetParticipant(GetParticipantRequest request, gaxgrp
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the participants in a conference record, by default ordered by join
+ /// Lists the participants in a conference record. By default, ordered by join
/// time and in descending order. This API supports `fields` as standard
/// parameters like every other API. However, when the `fields` request
/// parameter is omitted, this API defaults to `'participants/*,
@@ -2273,8 +2206,7 @@ public override Participant GetParticipant(GetParticipantRequest request, gaxgrp
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the participants in a conference record, by default ordered by join
+ /// Lists the participants in a conference record. By default, ordered by join
/// time and in descending order. This API supports `fields` as standard
/// parameters like every other API. However, when the `fields` request
/// parameter is omitted, this API defaults to `'participants/*,
@@ -2290,7 +2222,6 @@ public override Participant GetParticipant(GetParticipantRequest request, gaxgrp
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a participant session by participant session ID.
///
/// The request object containing all of the parameters for the API call.
@@ -2303,7 +2234,6 @@ public override ParticipantSession GetParticipantSession(GetParticipantSessionRe
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a participant session by participant session ID.
///
/// The request object containing all of the parameters for the API call.
@@ -2316,9 +2246,8 @@ public override ParticipantSession GetParticipantSession(GetParticipantSessionRe
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the participant sessions of a participant in a conference record, by
- /// default ordered by join time and in descending order. This API supports
+ /// Lists the participant sessions of a participant in a conference record. By
+ /// default, ordered by join time and in descending order. This API supports
/// `fields` as standard parameters like every other API. However, when the
/// `fields` request parameter is omitted this API defaults to
/// `'participantsessions/*, next_page_token'`.
@@ -2333,9 +2262,8 @@ public override ParticipantSession GetParticipantSession(GetParticipantSessionRe
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the participant sessions of a participant in a conference record, by
- /// default ordered by join time and in descending order. This API supports
+ /// Lists the participant sessions of a participant in a conference record. By
+ /// default, ordered by join time and in descending order. This API supports
/// `fields` as standard parameters like every other API. However, when the
/// `fields` request parameter is omitted this API defaults to
/// `'participantsessions/*, next_page_token'`.
@@ -2350,7 +2278,6 @@ public override ParticipantSession GetParticipantSession(GetParticipantSessionRe
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a recording by recording ID.
///
/// The request object containing all of the parameters for the API call.
@@ -2363,7 +2290,6 @@ public override Recording GetRecording(GetRecordingRequest request, gaxgrpc::Cal
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a recording by recording ID.
///
/// The request object containing all of the parameters for the API call.
@@ -2376,8 +2302,8 @@ public override Recording GetRecording(GetRecordingRequest request, gaxgrpc::Cal
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the recording resources from the conference record.
+ /// Lists the recording resources from the conference record. By default,
+ /// ordered by start time and in ascending order.
///
/// The request object containing all of the parameters for the API call.
/// If not null, applies overrides to this RPC call.
@@ -2389,8 +2315,8 @@ public override Recording GetRecording(GetRecordingRequest request, gaxgrpc::Cal
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the recording resources from the conference record.
+ /// Lists the recording resources from the conference record. By default,
+ /// ordered by start time and in ascending order.
///
/// The request object containing all of the parameters for the API call.
/// If not null, applies overrides to this RPC call.
@@ -2402,7 +2328,6 @@ public override Recording GetRecording(GetRecordingRequest request, gaxgrpc::Cal
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a transcript by transcript ID.
///
/// The request object containing all of the parameters for the API call.
@@ -2415,7 +2340,6 @@ public override Transcript GetTranscript(GetTranscriptRequest request, gaxgrpc::
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a transcript by transcript ID.
///
/// The request object containing all of the parameters for the API call.
@@ -2428,8 +2352,8 @@ public override Transcript GetTranscript(GetTranscriptRequest request, gaxgrpc::
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the set of transcripts from the conference record.
+ /// Lists the set of transcripts from the conference record. By default,
+ /// ordered by start time and in ascending order.
///
/// The request object containing all of the parameters for the API call.
/// If not null, applies overrides to this RPC call.
@@ -2441,8 +2365,8 @@ public override Transcript GetTranscript(GetTranscriptRequest request, gaxgrpc::
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the set of transcripts from the conference record.
+ /// Lists the set of transcripts from the conference record. By default,
+ /// ordered by start time and in ascending order.
///
/// The request object containing all of the parameters for the API call.
/// If not null, applies overrides to this RPC call.
@@ -2454,7 +2378,6 @@ public override Transcript GetTranscript(GetTranscriptRequest request, gaxgrpc::
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a `TranscriptEntry` resource by entry ID.
///
/// Note: The transcript entries returned by the Google Meet API might not
@@ -2471,7 +2394,6 @@ public override TranscriptEntry GetTranscriptEntry(GetTranscriptEntryRequest req
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a `TranscriptEntry` resource by entry ID.
///
/// Note: The transcript entries returned by the Google Meet API might not
@@ -2488,7 +2410,6 @@ public override TranscriptEntry GetTranscriptEntry(GetTranscriptEntryRequest req
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Lists the structured transcript entries per transcript. By default, ordered
/// by start time and in ascending order.
///
@@ -2506,7 +2427,6 @@ public override TranscriptEntry GetTranscriptEntry(GetTranscriptEntryRequest req
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Lists the structured transcript entries per transcript. By default, ordered
/// by start time and in ascending order.
///
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta/PackageApiMetadata.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta/PackageApiMetadata.g.cs
index 75edcfbe91b5..afaa7ec52ae0 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta/PackageApiMetadata.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta/PackageApiMetadata.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta/Resource.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta/Resource.g.cs
index 09db4247e18a..c833d8c4978e 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta/Resource.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta/Resource.g.cs
@@ -35,88 +35,141 @@ static ResourceReflection() {
"ZW5jZTou6kErChltZWV0Lmdvb2dsZWFwaXMuY29tL1NwYWNlEg5zcGFjZXMv",
"e3NwYWNlfSJbChBBY3RpdmVDb25mZXJlbmNlEkcKEWNvbmZlcmVuY2VfcmVj",
"b3JkGAEgASgJQizgQQP6QSYKJG1lZXQuZ29vZ2xlYXBpcy5jb20vQ29uZmVy",
- "ZW5jZVJlY29yZCLPAgoLU3BhY2VDb25maWcSRAoLYWNjZXNzX3R5cGUYASAB",
+ "ZW5jZVJlY29yZCL7EQoLU3BhY2VDb25maWcSRAoLYWNjZXNzX3R5cGUYASAB",
"KA4yLy5nb29nbGUuYXBwcy5tZWV0LnYyYmV0YS5TcGFjZUNvbmZpZy5BY2Nl",
"c3NUeXBlElEKEmVudHJ5X3BvaW50X2FjY2VzcxgCIAEoDjI1Lmdvb2dsZS5h",
- "cHBzLm1lZXQudjJiZXRhLlNwYWNlQ29uZmlnLkVudHJ5UG9pbnRBY2Nlc3Mi",
- "UAoKQWNjZXNzVHlwZRIbChdBQ0NFU1NfVFlQRV9VTlNQRUNJRklFRBAAEggK",
- "BE9QRU4QARILCgdUUlVTVEVEEAISDgoKUkVTVFJJQ1RFRBADIlUKEEVudHJ5",
- "UG9pbnRBY2Nlc3MSIgoeRU5UUllfUE9JTlRfQUNDRVNTX1VOU1BFQ0lGSUVE",
- "EAASBwoDQUxMEAESFAoQQ1JFQVRPUl9BUFBfT05MWRACIuwCChBDb25mZXJl",
- "bmNlUmVjb3JkEhEKBG5hbWUYASABKAlCA+BBCBIzCgpzdGFydF90aW1lGAIg",
- "ASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcEID4EEDEjEKCGVuZF90",
- "aW1lGAMgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcEID4EEDEjQK",
- "C2V4cGlyZV90aW1lGAQgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFt",
- "cEID4EEDEjAKBXNwYWNlGAUgASgJQiHgQQP6QRsKGW1lZXQuZ29vZ2xlYXBp",
- "cy5jb20vU3BhY2U6depBcgokbWVldC5nb29nbGVhcGlzLmNvbS9Db25mZXJl",
- "bmNlUmVjb3JkEiVjb25mZXJlbmNlUmVjb3Jkcy97Y29uZmVyZW5jZV9yZWNv",
- "cmR9KhFjb25mZXJlbmNlUmVjb3JkczIQY29uZmVyZW5jZVJlY29yZCLgAwoL",
- "UGFydGljaXBhbnQSPgoNc2lnbmVkaW5fdXNlchgEIAEoCzIlLmdvb2dsZS5h",
- "cHBzLm1lZXQudjJiZXRhLlNpZ25lZGluVXNlckgAEkAKDmFub255bW91c191",
- "c2VyGAUgASgLMiYuZ29vZ2xlLmFwcHMubWVldC52MmJldGEuQW5vbnltb3Vz",
- "VXNlckgAEjgKCnBob25lX3VzZXIYBiABKAsyIi5nb29nbGUuYXBwcy5tZWV0",
- "LnYyYmV0YS5QaG9uZVVzZXJIABIRCgRuYW1lGAEgASgJQgPgQQMSPAoTZWFy",
- "bGllc3Rfc3RhcnRfdGltZRgHIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1l",
- "c3RhbXBCA+BBAxI4Cg9sYXRlc3RfZW5kX3RpbWUYCCABKAsyGi5nb29nbGUu",
- "cHJvdG9idWYuVGltZXN0YW1wQgPgQQM6gQHqQX4KH21lZXQuZ29vZ2xlYXBp",
- "cy5jb20vUGFydGljaXBhbnQSQGNvbmZlcmVuY2VSZWNvcmRzL3tjb25mZXJl",
- "bmNlX3JlY29yZH0vcGFydGljaXBhbnRzL3twYXJ0aWNpcGFudH0qDHBhcnRp",
- "Y2lwYW50czILcGFydGljaXBhbnRCBgoEdXNlciLTAgoSUGFydGljaXBhbnRT",
- "ZXNzaW9uEhEKBG5hbWUYASABKAlCA+BBCBIzCgpzdGFydF90aW1lGAIgASgL",
- "MhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcEID4EEDEjEKCGVuZF90aW1l",
- "GAMgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcEID4EEDOsEB6kG9",
- "AQombWVldC5nb29nbGVhcGlzLmNvbS9QYXJ0aWNpcGFudFNlc3Npb24SamNv",
- "bmZlcmVuY2VSZWNvcmRzL3tjb25mZXJlbmNlX3JlY29yZH0vcGFydGljaXBh",
- "bnRzL3twYXJ0aWNpcGFudH0vcGFydGljaXBhbnRTZXNzaW9ucy97cGFydGlj",
- "aXBhbnRfc2Vzc2lvbn0qE3BhcnRpY2lwYW50U2Vzc2lvbnMyEnBhcnRpY2lw",
- "YW50U2Vzc2lvbiI8CgxTaWduZWRpblVzZXISEQoEdXNlchgBIAEoCUID4EED",
- "EhkKDGRpc3BsYXlfbmFtZRgCIAEoCUID4EEDIioKDUFub255bW91c1VzZXIS",
- "GQoMZGlzcGxheV9uYW1lGAEgASgJQgPgQQMiJgoJUGhvbmVVc2VyEhkKDGRp",
- "c3BsYXlfbmFtZRgBIAEoCUID4EEDIuUDCglSZWNvcmRpbmcSSwoRZHJpdmVf",
- "ZGVzdGluYXRpb24YBiABKAsyKS5nb29nbGUuYXBwcy5tZWV0LnYyYmV0YS5E",
- "cml2ZURlc3RpbmF0aW9uQgPgQQNIABIRCgRuYW1lGAEgASgJQgPgQQMSPAoF",
- "c3RhdGUYAyABKA4yKC5nb29nbGUuYXBwcy5tZWV0LnYyYmV0YS5SZWNvcmRp",
- "bmcuU3RhdGVCA+BBAxIzCgpzdGFydF90aW1lGAQgASgLMhouZ29vZ2xlLnBy",
- "b3RvYnVmLlRpbWVzdGFtcEID4EEDEjEKCGVuZF90aW1lGAUgASgLMhouZ29v",
- "Z2xlLnByb3RvYnVmLlRpbWVzdGFtcEID4EEDIkoKBVN0YXRlEhUKEVNUQVRF",
- "X1VOU1BFQ0lGSUVEEAASCwoHU1RBUlRFRBABEgkKBUVOREVEEAISEgoORklM",
- "RV9HRU5FUkFURUQQAzp36kF0Ch1tZWV0Lmdvb2dsZWFwaXMuY29tL1JlY29y",
- "ZGluZxI8Y29uZmVyZW5jZVJlY29yZHMve2NvbmZlcmVuY2VfcmVjb3JkfS9y",
- "ZWNvcmRpbmdzL3tyZWNvcmRpbmd9KgpyZWNvcmRpbmdzMglyZWNvcmRpbmdC",
- "DQoLZGVzdGluYXRpb24iPgoQRHJpdmVEZXN0aW5hdGlvbhIRCgRmaWxlGAEg",
- "ASgJQgPgQQMSFwoKZXhwb3J0X3VyaRgCIAEoCUID4EEDIuoDCgpUcmFuc2Ny",
- "aXB0EkkKEGRvY3NfZGVzdGluYXRpb24YBiABKAsyKC5nb29nbGUuYXBwcy5t",
- "ZWV0LnYyYmV0YS5Eb2NzRGVzdGluYXRpb25CA+BBA0gAEhEKBG5hbWUYASAB",
- "KAlCA+BBAxI9CgVzdGF0ZRgDIAEoDjIpLmdvb2dsZS5hcHBzLm1lZXQudjJi",
- "ZXRhLlRyYW5zY3JpcHQuU3RhdGVCA+BBAxIzCgpzdGFydF90aW1lGAQgASgL",
- "MhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcEID4EEDEjEKCGVuZF90aW1l",
- "GAUgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcEID4EEDIkoKBVN0",
- "YXRlEhUKEVNUQVRFX1VOU1BFQ0lGSUVEEAASCwoHU1RBUlRFRBABEgkKBUVO",
- "REVEEAISEgoORklMRV9HRU5FUkFURUQQAzp86kF5Ch5tZWV0Lmdvb2dsZWFw",
- "aXMuY29tL1RyYW5zY3JpcHQSPmNvbmZlcmVuY2VSZWNvcmRzL3tjb25mZXJl",
- "bmNlX3JlY29yZH0vdHJhbnNjcmlwdHMve3RyYW5zY3JpcHR9Kgt0cmFuc2Ny",
- "aXB0czIKdHJhbnNjcmlwdEINCgtkZXN0aW5hdGlvbiJBCg9Eb2NzRGVzdGlu",
- "YXRpb24SFQoIZG9jdW1lbnQYASABKAlCA+BBAxIXCgpleHBvcnRfdXJpGAIg",
- "ASgJQgPgQQMimQMKD1RyYW5zY3JpcHRFbnRyeRIRCgRuYW1lGAEgASgJQgPg",
- "QQMSPAoLcGFydGljaXBhbnQYAiABKAlCJ+BBA/pBIQofbWVldC5nb29nbGVh",
- "cGlzLmNvbS9QYXJ0aWNpcGFudBIRCgR0ZXh0GAMgASgJQgPgQQMSGgoNbGFu",
- "Z3VhZ2VfY29kZRgEIAEoCUID4EEDEjMKCnN0YXJ0X3RpbWUYBSABKAsyGi5n",
- "b29nbGUucHJvdG9idWYuVGltZXN0YW1wQgPgQQMSMQoIZW5kX3RpbWUYBiAB",
- "KAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wQgPgQQM6nQHqQZkBCiNt",
- "ZWV0Lmdvb2dsZWFwaXMuY29tL1RyYW5zY3JpcHRFbnRyeRJOY29uZmVyZW5j",
- "ZVJlY29yZHMve2NvbmZlcmVuY2VfcmVjb3JkfS90cmFuc2NyaXB0cy97dHJh",
- "bnNjcmlwdH0vZW50cmllcy97ZW50cnl9KhF0cmFuc2NyaXB0RW50cmllczIP",
- "dHJhbnNjcmlwdEVudHJ5QrYBChtjb20uZ29vZ2xlLmFwcHMubWVldC52MmJl",
- "dGFCDVJlc291cmNlUHJvdG9QAVo1Y2xvdWQuZ29vZ2xlLmNvbS9nby9hcHBz",
- "L21lZXQvYXBpdjJiZXRhL21lZXRwYjttZWV0cGKqAhdHb29nbGUuQXBwcy5N",
- "ZWV0LlYyQmV0YcoCF0dvb2dsZVxBcHBzXE1lZXRcVjJiZXRh6gIaR29vZ2xl",
- "OjpBcHBzOjpNZWV0OjpWMmJldGFiBnByb3RvMw=="));
+ "cHBzLm1lZXQudjJiZXRhLlNwYWNlQ29uZmlnLkVudHJ5UG9pbnRBY2Nlc3MS",
+ "QwoKbW9kZXJhdGlvbhgDIAEoDjIvLmdvb2dsZS5hcHBzLm1lZXQudjJiZXRh",
+ "LlNwYWNlQ29uZmlnLk1vZGVyYXRpb24SXAoXbW9kZXJhdGlvbl9yZXN0cmlj",
+ "dGlvbnMYBCABKAsyOy5nb29nbGUuYXBwcy5tZWV0LnYyYmV0YS5TcGFjZUNv",
+ "bmZpZy5Nb2RlcmF0aW9uUmVzdHJpY3Rpb25zEm4KIWF0dGVuZGFuY2VfcmVw",
+ "b3J0X2dlbmVyYXRpb25fdHlwZRgGIAEoDjJDLmdvb2dsZS5hcHBzLm1lZXQu",
+ "djJiZXRhLlNwYWNlQ29uZmlnLkF0dGVuZGFuY2VSZXBvcnRHZW5lcmF0aW9u",
+ "VHlwZRJMCg9hcnRpZmFjdF9jb25maWcYByABKAsyMy5nb29nbGUuYXBwcy5t",
+ "ZWV0LnYyYmV0YS5TcGFjZUNvbmZpZy5BcnRpZmFjdENvbmZpZxqABQoWTW9k",
+ "ZXJhdGlvblJlc3RyaWN0aW9ucxJlChBjaGF0X3Jlc3RyaWN0aW9uGAEgASgO",
+ "MksuZ29vZ2xlLmFwcHMubWVldC52MmJldGEuU3BhY2VDb25maWcuTW9kZXJh",
+ "dGlvblJlc3RyaWN0aW9ucy5SZXN0cmljdGlvblR5cGUSaQoUcmVhY3Rpb25f",
+ "cmVzdHJpY3Rpb24YAiABKA4ySy5nb29nbGUuYXBwcy5tZWV0LnYyYmV0YS5T",
+ "cGFjZUNvbmZpZy5Nb2RlcmF0aW9uUmVzdHJpY3Rpb25zLlJlc3RyaWN0aW9u",
+ "VHlwZRJoChNwcmVzZW50X3Jlc3RyaWN0aW9uGAMgASgOMksuZ29vZ2xlLmFw",
+ "cHMubWVldC52MmJldGEuU3BhY2VDb25maWcuTW9kZXJhdGlvblJlc3RyaWN0",
+ "aW9ucy5SZXN0cmljdGlvblR5cGUSeAobZGVmYXVsdF9qb2luX2FzX3ZpZXdl",
+ "cl90eXBlGAQgASgOMlMuZ29vZ2xlLmFwcHMubWVldC52MmJldGEuU3BhY2VD",
+ "b25maWcuTW9kZXJhdGlvblJlc3RyaWN0aW9ucy5EZWZhdWx0Sm9pbkFzVmll",
+ "d2VyVHlwZSJXCg9SZXN0cmljdGlvblR5cGUSIAocUkVTVFJJQ1RJT05fVFlQ",
+ "RV9VTlNQRUNJRklFRBAAEg4KCkhPU1RTX09OTFkQARISCg5OT19SRVNUUklD",
+ "VElPThACIlcKF0RlZmF1bHRKb2luQXNWaWV3ZXJUeXBlEisKJ0RFRkFVTFRf",
+ "Sk9JTl9BU19WSUVXRVJfVFlQRV9VTlNQRUNJRklFRBAAEgYKAk9OEAESBwoD",
+ "T0ZGEAIaiwYKDkFydGlmYWN0Q29uZmlnEl0KEHJlY29yZGluZ19jb25maWcY",
+ "ASABKAsyQy5nb29nbGUuYXBwcy5tZWV0LnYyYmV0YS5TcGFjZUNvbmZpZy5B",
+ "cnRpZmFjdENvbmZpZy5SZWNvcmRpbmdDb25maWcSZQoUdHJhbnNjcmlwdGlv",
+ "bl9jb25maWcYAiABKAsyRy5nb29nbGUuYXBwcy5tZWV0LnYyYmV0YS5TcGFj",
+ "ZUNvbmZpZy5BcnRpZmFjdENvbmZpZy5UcmFuc2NyaXB0aW9uQ29uZmlnEmAK",
+ "EnNtYXJ0X25vdGVzX2NvbmZpZxgDIAEoCzJELmdvb2dsZS5hcHBzLm1lZXQu",
+ "djJiZXRhLlNwYWNlQ29uZmlnLkFydGlmYWN0Q29uZmlnLlNtYXJ0Tm90ZXND",
+ "b25maWcafAoPUmVjb3JkaW5nQ29uZmlnEmkKGWF1dG9fcmVjb3JkaW5nX2dl",
+ "bmVyYXRpb24YAiABKA4yRi5nb29nbGUuYXBwcy5tZWV0LnYyYmV0YS5TcGFj",
+ "ZUNvbmZpZy5BcnRpZmFjdENvbmZpZy5BdXRvR2VuZXJhdGlvblR5cGUahAEK",
+ "E1RyYW5zY3JpcHRpb25Db25maWcSbQodYXV0b190cmFuc2NyaXB0aW9uX2dl",
+ "bmVyYXRpb24YAiABKA4yRi5nb29nbGUuYXBwcy5tZWV0LnYyYmV0YS5TcGFj",
+ "ZUNvbmZpZy5BcnRpZmFjdENvbmZpZy5BdXRvR2VuZXJhdGlvblR5cGUafwoQ",
+ "U21hcnROb3Rlc0NvbmZpZxJrChthdXRvX3NtYXJ0X25vdGVzX2dlbmVyYXRp",
+ "b24YAiABKA4yRi5nb29nbGUuYXBwcy5tZWV0LnYyYmV0YS5TcGFjZUNvbmZp",
+ "Zy5BcnRpZmFjdENvbmZpZy5BdXRvR2VuZXJhdGlvblR5cGUiSwoSQXV0b0dl",
+ "bmVyYXRpb25UeXBlEiQKIEFVVE9fR0VORVJBVElPTl9UWVBFX1VOU1BFQ0lG",
+ "SUVEEAASBgoCT04QARIHCgNPRkYQAiJQCgpBY2Nlc3NUeXBlEhsKF0FDQ0VT",
+ "U19UWVBFX1VOU1BFQ0lGSUVEEAASCAoET1BFThABEgsKB1RSVVNURUQQAhIO",
+ "CgpSRVNUUklDVEVEEAMiVQoQRW50cnlQb2ludEFjY2VzcxIiCh5FTlRSWV9Q",
+ "T0lOVF9BQ0NFU1NfVU5TUEVDSUZJRUQQABIHCgNBTEwQARIUChBDUkVBVE9S",
+ "X0FQUF9PTkxZEAIiOQoKTW9kZXJhdGlvbhIaChZNT0RFUkFUSU9OX1VOU1BF",
+ "Q0lGSUVEEAASBwoDT0ZGEAESBgoCT04QAiJ9Ch5BdHRlbmRhbmNlUmVwb3J0",
+ "R2VuZXJhdGlvblR5cGUSMQotQVRURU5EQU5DRV9SRVBPUlRfR0VORVJBVElP",
+ "Tl9UWVBFX1VOU1BFQ0lGSUVEEAASEwoPR0VORVJBVEVfUkVQT1JUEAESEwoP",
+ "RE9fTk9UX0dFTkVSQVRFEAIi6QEKBk1lbWJlchIRCgRuYW1lGAEgASgJQgPg",
+ "QQgSDQoFZW1haWwYAiABKAkSMgoEcm9sZRgDIAEoDjIkLmdvb2dsZS5hcHBz",
+ "Lm1lZXQudjJiZXRhLk1lbWJlci5Sb2xlEgwKBHVzZXIYBCABKAkiKAoEUm9s",
+ "ZRIUChBST0xFX1VOU1BFQ0lGSUVEEAASCgoGQ09IT1NUEAE6UepBTgoabWVl",
+ "dC5nb29nbGVhcGlzLmNvbS9NZW1iZXISH3NwYWNlcy97c3BhY2V9L21lbWJl",
+ "cnMve21lbWJlcn0qB21lbWJlcnMyBm1lbWJlciLsAgoQQ29uZmVyZW5jZVJl",
+ "Y29yZBIRCgRuYW1lGAEgASgJQgPgQQgSMwoKc3RhcnRfdGltZRgCIAEoCzIa",
+ "Lmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXBCA+BBAxIxCghlbmRfdGltZRgD",
+ "IAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXBCA+BBAxI0CgtleHBp",
+ "cmVfdGltZRgEIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXBCA+BB",
+ "AxIwCgVzcGFjZRgFIAEoCUIh4EED+kEbChltZWV0Lmdvb2dsZWFwaXMuY29t",
+ "L1NwYWNlOnXqQXIKJG1lZXQuZ29vZ2xlYXBpcy5jb20vQ29uZmVyZW5jZVJl",
+ "Y29yZBIlY29uZmVyZW5jZVJlY29yZHMve2NvbmZlcmVuY2VfcmVjb3JkfSoR",
+ "Y29uZmVyZW5jZVJlY29yZHMyEGNvbmZlcmVuY2VSZWNvcmQi4AMKC1BhcnRp",
+ "Y2lwYW50Ej4KDXNpZ25lZGluX3VzZXIYBCABKAsyJS5nb29nbGUuYXBwcy5t",
+ "ZWV0LnYyYmV0YS5TaWduZWRpblVzZXJIABJACg5hbm9ueW1vdXNfdXNlchgF",
+ "IAEoCzImLmdvb2dsZS5hcHBzLm1lZXQudjJiZXRhLkFub255bW91c1VzZXJI",
+ "ABI4CgpwaG9uZV91c2VyGAYgASgLMiIuZ29vZ2xlLmFwcHMubWVldC52MmJl",
+ "dGEuUGhvbmVVc2VySAASEQoEbmFtZRgBIAEoCUID4EEDEjwKE2VhcmxpZXN0",
+ "X3N0YXJ0X3RpbWUYByABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1w",
+ "QgPgQQMSOAoPbGF0ZXN0X2VuZF90aW1lGAggASgLMhouZ29vZ2xlLnByb3Rv",
+ "YnVmLlRpbWVzdGFtcEID4EEDOoEB6kF+Ch9tZWV0Lmdvb2dsZWFwaXMuY29t",
+ "L1BhcnRpY2lwYW50EkBjb25mZXJlbmNlUmVjb3Jkcy97Y29uZmVyZW5jZV9y",
+ "ZWNvcmR9L3BhcnRpY2lwYW50cy97cGFydGljaXBhbnR9KgxwYXJ0aWNpcGFu",
+ "dHMyC3BhcnRpY2lwYW50QgYKBHVzZXIi0wIKElBhcnRpY2lwYW50U2Vzc2lv",
+ "bhIRCgRuYW1lGAEgASgJQgPgQQgSMwoKc3RhcnRfdGltZRgCIAEoCzIaLmdv",
+ "b2dsZS5wcm90b2J1Zi5UaW1lc3RhbXBCA+BBAxIxCghlbmRfdGltZRgDIAEo",
+ "CzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXBCA+BBAzrBAepBvQEKJm1l",
+ "ZXQuZ29vZ2xlYXBpcy5jb20vUGFydGljaXBhbnRTZXNzaW9uEmpjb25mZXJl",
+ "bmNlUmVjb3Jkcy97Y29uZmVyZW5jZV9yZWNvcmR9L3BhcnRpY2lwYW50cy97",
+ "cGFydGljaXBhbnR9L3BhcnRpY2lwYW50U2Vzc2lvbnMve3BhcnRpY2lwYW50",
+ "X3Nlc3Npb259KhNwYXJ0aWNpcGFudFNlc3Npb25zMhJwYXJ0aWNpcGFudFNl",
+ "c3Npb24iPAoMU2lnbmVkaW5Vc2VyEhEKBHVzZXIYASABKAlCA+BBAxIZCgxk",
+ "aXNwbGF5X25hbWUYAiABKAlCA+BBAyIqCg1Bbm9ueW1vdXNVc2VyEhkKDGRp",
+ "c3BsYXlfbmFtZRgBIAEoCUID4EEDIiYKCVBob25lVXNlchIZCgxkaXNwbGF5",
+ "X25hbWUYASABKAlCA+BBAyLlAwoJUmVjb3JkaW5nEksKEWRyaXZlX2Rlc3Rp",
+ "bmF0aW9uGAYgASgLMikuZ29vZ2xlLmFwcHMubWVldC52MmJldGEuRHJpdmVE",
+ "ZXN0aW5hdGlvbkID4EEDSAASEQoEbmFtZRgBIAEoCUID4EEDEjwKBXN0YXRl",
+ "GAMgASgOMiguZ29vZ2xlLmFwcHMubWVldC52MmJldGEuUmVjb3JkaW5nLlN0",
+ "YXRlQgPgQQMSMwoKc3RhcnRfdGltZRgEIAEoCzIaLmdvb2dsZS5wcm90b2J1",
+ "Zi5UaW1lc3RhbXBCA+BBAxIxCghlbmRfdGltZRgFIAEoCzIaLmdvb2dsZS5w",
+ "cm90b2J1Zi5UaW1lc3RhbXBCA+BBAyJKCgVTdGF0ZRIVChFTVEFURV9VTlNQ",
+ "RUNJRklFRBAAEgsKB1NUQVJURUQQARIJCgVFTkRFRBACEhIKDkZJTEVfR0VO",
+ "RVJBVEVEEAM6d+pBdAodbWVldC5nb29nbGVhcGlzLmNvbS9SZWNvcmRpbmcS",
+ "PGNvbmZlcmVuY2VSZWNvcmRzL3tjb25mZXJlbmNlX3JlY29yZH0vcmVjb3Jk",
+ "aW5ncy97cmVjb3JkaW5nfSoKcmVjb3JkaW5nczIJcmVjb3JkaW5nQg0KC2Rl",
+ "c3RpbmF0aW9uIj4KEERyaXZlRGVzdGluYXRpb24SEQoEZmlsZRgBIAEoCUID",
+ "4EEDEhcKCmV4cG9ydF91cmkYAiABKAlCA+BBAyLqAwoKVHJhbnNjcmlwdBJJ",
+ "ChBkb2NzX2Rlc3RpbmF0aW9uGAYgASgLMiguZ29vZ2xlLmFwcHMubWVldC52",
+ "MmJldGEuRG9jc0Rlc3RpbmF0aW9uQgPgQQNIABIRCgRuYW1lGAEgASgJQgPg",
+ "QQMSPQoFc3RhdGUYAyABKA4yKS5nb29nbGUuYXBwcy5tZWV0LnYyYmV0YS5U",
+ "cmFuc2NyaXB0LlN0YXRlQgPgQQMSMwoKc3RhcnRfdGltZRgEIAEoCzIaLmdv",
+ "b2dsZS5wcm90b2J1Zi5UaW1lc3RhbXBCA+BBAxIxCghlbmRfdGltZRgFIAEo",
+ "CzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXBCA+BBAyJKCgVTdGF0ZRIV",
+ "ChFTVEFURV9VTlNQRUNJRklFRBAAEgsKB1NUQVJURUQQARIJCgVFTkRFRBAC",
+ "EhIKDkZJTEVfR0VORVJBVEVEEAM6fOpBeQoebWVldC5nb29nbGVhcGlzLmNv",
+ "bS9UcmFuc2NyaXB0Ej5jb25mZXJlbmNlUmVjb3Jkcy97Y29uZmVyZW5jZV9y",
+ "ZWNvcmR9L3RyYW5zY3JpcHRzL3t0cmFuc2NyaXB0fSoLdHJhbnNjcmlwdHMy",
+ "CnRyYW5zY3JpcHRCDQoLZGVzdGluYXRpb24iQQoPRG9jc0Rlc3RpbmF0aW9u",
+ "EhUKCGRvY3VtZW50GAEgASgJQgPgQQMSFwoKZXhwb3J0X3VyaRgCIAEoCUID",
+ "4EEDIpkDCg9UcmFuc2NyaXB0RW50cnkSEQoEbmFtZRgBIAEoCUID4EEDEjwK",
+ "C3BhcnRpY2lwYW50GAIgASgJQifgQQP6QSEKH21lZXQuZ29vZ2xlYXBpcy5j",
+ "b20vUGFydGljaXBhbnQSEQoEdGV4dBgDIAEoCUID4EEDEhoKDWxhbmd1YWdl",
+ "X2NvZGUYBCABKAlCA+BBAxIzCgpzdGFydF90aW1lGAUgASgLMhouZ29vZ2xl",
+ "LnByb3RvYnVmLlRpbWVzdGFtcEID4EEDEjEKCGVuZF90aW1lGAYgASgLMhou",
+ "Z29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcEID4EEDOp0B6kGZAQojbWVldC5n",
+ "b29nbGVhcGlzLmNvbS9UcmFuc2NyaXB0RW50cnkSTmNvbmZlcmVuY2VSZWNv",
+ "cmRzL3tjb25mZXJlbmNlX3JlY29yZH0vdHJhbnNjcmlwdHMve3RyYW5zY3Jp",
+ "cHR9L2VudHJpZXMve2VudHJ5fSoRdHJhbnNjcmlwdEVudHJpZXMyD3RyYW5z",
+ "Y3JpcHRFbnRyeUK2AQobY29tLmdvb2dsZS5hcHBzLm1lZXQudjJiZXRhQg1S",
+ "ZXNvdXJjZVByb3RvUAFaNWNsb3VkLmdvb2dsZS5jb20vZ28vYXBwcy9tZWV0",
+ "L2FwaXYyYmV0YS9tZWV0cGI7bWVldHBiqgIXR29vZ2xlLkFwcHMuTWVldC5W",
+ "MkJldGHKAhdHb29nbGVcQXBwc1xNZWV0XFYyYmV0YeoCGkdvb2dsZTo6QXBw",
+ "czo6TWVldDo6VjJiZXRhYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::Google.Api.FieldBehaviorReflection.Descriptor, global::Google.Api.ResourceReflection.Descriptor, global::Google.Protobuf.WellKnownTypes.TimestampReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::Google.Apps.Meet.V2Beta.Space), global::Google.Apps.Meet.V2Beta.Space.Parser, new[]{ "Name", "MeetingUri", "MeetingCode", "Config", "ActiveConference" }, null, null, null, null),
new pbr::GeneratedClrTypeInfo(typeof(global::Google.Apps.Meet.V2Beta.ActiveConference), global::Google.Apps.Meet.V2Beta.ActiveConference.Parser, new[]{ "ConferenceRecord" }, null, null, null, null),
- new pbr::GeneratedClrTypeInfo(typeof(global::Google.Apps.Meet.V2Beta.SpaceConfig), global::Google.Apps.Meet.V2Beta.SpaceConfig.Parser, new[]{ "AccessType", "EntryPointAccess" }, null, new[]{ typeof(global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.AccessType), typeof(global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.EntryPointAccess) }, null, null),
+ new pbr::GeneratedClrTypeInfo(typeof(global::Google.Apps.Meet.V2Beta.SpaceConfig), global::Google.Apps.Meet.V2Beta.SpaceConfig.Parser, new[]{ "AccessType", "EntryPointAccess", "Moderation", "ModerationRestrictions", "AttendanceReportGenerationType", "ArtifactConfig" }, null, new[]{ typeof(global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.AccessType), typeof(global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.EntryPointAccess), typeof(global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.Moderation), typeof(global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.AttendanceReportGenerationType) }, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ModerationRestrictions), global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ModerationRestrictions.Parser, new[]{ "ChatRestriction", "ReactionRestriction", "PresentRestriction", "DefaultJoinAsViewerType" }, null, new[]{ typeof(global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ModerationRestrictions.Types.RestrictionType), typeof(global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ModerationRestrictions.Types.DefaultJoinAsViewerType) }, null, null),
+ new pbr::GeneratedClrTypeInfo(typeof(global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig), global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Parser, new[]{ "RecordingConfig", "TranscriptionConfig", "SmartNotesConfig" }, null, new[]{ typeof(global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Types.AutoGenerationType) }, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Types.RecordingConfig), global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Types.RecordingConfig.Parser, new[]{ "AutoRecordingGeneration" }, null, null, null, null),
+ new pbr::GeneratedClrTypeInfo(typeof(global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Types.TranscriptionConfig), global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Types.TranscriptionConfig.Parser, new[]{ "AutoTranscriptionGeneration" }, null, null, null, null),
+ new pbr::GeneratedClrTypeInfo(typeof(global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Types.SmartNotesConfig), global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Types.SmartNotesConfig.Parser, new[]{ "AutoSmartNotesGeneration" }, null, null, null, null)})}),
+ new pbr::GeneratedClrTypeInfo(typeof(global::Google.Apps.Meet.V2Beta.Member), global::Google.Apps.Meet.V2Beta.Member.Parser, new[]{ "Name", "Email", "Role", "User" }, null, new[]{ typeof(global::Google.Apps.Meet.V2Beta.Member.Types.Role) }, null, null),
new pbr::GeneratedClrTypeInfo(typeof(global::Google.Apps.Meet.V2Beta.ConferenceRecord), global::Google.Apps.Meet.V2Beta.ConferenceRecord.Parser, new[]{ "Name", "StartTime", "EndTime", "ExpireTime", "Space" }, null, null, null, null),
new pbr::GeneratedClrTypeInfo(typeof(global::Google.Apps.Meet.V2Beta.Participant), global::Google.Apps.Meet.V2Beta.Participant.Parser, new[]{ "SignedinUser", "AnonymousUser", "PhoneUser", "Name", "EarliestStartTime", "LatestEndTime" }, new[]{ "User" }, null, null, null),
new pbr::GeneratedClrTypeInfo(typeof(global::Google.Apps.Meet.V2Beta.ParticipantSession), global::Google.Apps.Meet.V2Beta.ParticipantSession.Parser, new[]{ "Name", "StartTime", "EndTime" }, null, null, null, null),
@@ -135,7 +188,6 @@ static ResourceReflection() {
}
#region Messages
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Virtual place where conferences are held. Only one active conference can be
/// held in one space at any given time.
///
@@ -193,7 +245,14 @@ public Space Clone() {
private string name_ = "";
///
/// Immutable. Resource name of the space.
- /// Format: `spaces/{space}`
+ ///
+ /// Format: `spaces/{space}`.
+ ///
+ /// `{space}` is the resource identifier for the space. It's a unique,
+ /// server-generated ID and is case sensitive. For example, `jQCFfuBOdN5z`.
+ ///
+ /// For more information, see [How Meet identifies a meeting
+ /// space](https://developers.google.com/meet/api/guides/meeting-spaces#identify-meeting-space).
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -208,7 +267,8 @@ public string Name {
public const int MeetingUriFieldNumber = 2;
private string meetingUri_ = "";
///
- /// Output only. URI used to join meeting, such as
+ /// Output only. URI used to join meetings consisting of
+ /// `https://meet.google.com/` followed by the `meeting_code`. For example,
/// `https://meet.google.com/abc-mnop-xyz`.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@@ -224,9 +284,13 @@ public string MeetingUri {
public const int MeetingCodeFieldNumber = 3;
private string meetingCode_ = "";
///
- /// Output only. Type friendly code to join the meeting. Format:
- /// `[a-z]+-[a-z]+-[a-z]+` such as `abc-mnop-xyz`. The maximum length is 128
- /// characters. Can ONLY be used as alias of the space ID to get the space.
+ /// Output only. Type friendly unique string used to join the meeting.
+ ///
+ /// Format: `[a-z]+-[a-z]+-[a-z]+`. For example, `abc-mnop-xyz`.
+ ///
+ /// The maximum length is 128 characters.
+ ///
+ /// Can only be used as an alias of the space name to get the space.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -256,7 +320,7 @@ public string MeetingCode {
public const int ActiveConferenceFieldNumber = 6;
private global::Google.Apps.Meet.V2Beta.ActiveConference activeConference_;
///
- /// Active conference if it exists.
+ /// Active conference, if it exists.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -568,7 +632,7 @@ public ActiveConference Clone() {
///
/// Output only. Reference to 'ConferenceRecord' resource.
/// Format: `conferenceRecords/{conference_record}` where `{conference_record}`
- /// is a unique id for each instance of a call within a space.
+ /// is a unique ID for each instance of a call within a space.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -752,6 +816,10 @@ public SpaceConfig() {
public SpaceConfig(SpaceConfig other) : this() {
accessType_ = other.accessType_;
entryPointAccess_ = other.entryPointAccess_;
+ moderation_ = other.moderation_;
+ moderationRestrictions_ = other.moderationRestrictions_ != null ? other.moderationRestrictions_.Clone() : null;
+ attendanceReportGenerationType_ = other.attendanceReportGenerationType_;
+ artifactConfig_ = other.artifactConfig_ != null ? other.artifactConfig_.Clone() : null;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
@@ -795,23 +863,1868 @@ public SpaceConfig Clone() {
}
}
+ /// Field number for the "moderation" field.
+ public const int ModerationFieldNumber = 3;
+ private global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.Moderation moderation_ = global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.Moderation.Unspecified;
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// The pre-configured moderation mode for the Meeting.
+ /// Default: Controlled by the user's policies.
+ ///
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.Moderation Moderation {
+ get { return moderation_; }
+ set {
+ moderation_ = value;
+ }
+ }
+
+ /// Field number for the "moderation_restrictions" field.
+ public const int ModerationRestrictionsFieldNumber = 4;
+ private global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ModerationRestrictions moderationRestrictions_;
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// When moderation.ON, these restrictions go into effect for the meeting.
+ /// When moderation.OFF, will be reset to default ModerationRestrictions.
+ ///
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ModerationRestrictions ModerationRestrictions {
+ get { return moderationRestrictions_; }
+ set {
+ moderationRestrictions_ = value;
+ }
+ }
+
+ /// Field number for the "attendance_report_generation_type" field.
+ public const int AttendanceReportGenerationTypeFieldNumber = 6;
+ private global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.AttendanceReportGenerationType attendanceReportGenerationType_ = global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.AttendanceReportGenerationType.Unspecified;
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// Whether attendance report is enabled for the meeting space.
+ ///
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.AttendanceReportGenerationType AttendanceReportGenerationType {
+ get { return attendanceReportGenerationType_; }
+ set {
+ attendanceReportGenerationType_ = value;
+ }
+ }
+
+ /// Field number for the "artifact_config" field.
+ public const int ArtifactConfigFieldNumber = 7;
+ private global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig artifactConfig_;
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// Configuration pertaining to the auto-generated artifacts that the meeting
+ /// supports.
+ ///
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig ArtifactConfig {
+ get { return artifactConfig_; }
+ set {
+ artifactConfig_ = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public override bool Equals(object other) {
+ return Equals(other as SpaceConfig);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public bool Equals(SpaceConfig other) {
+ if (ReferenceEquals(other, null)) {
+ return false;
+ }
+ if (ReferenceEquals(other, this)) {
+ return true;
+ }
+ if (AccessType != other.AccessType) return false;
+ if (EntryPointAccess != other.EntryPointAccess) return false;
+ if (Moderation != other.Moderation) return false;
+ if (!object.Equals(ModerationRestrictions, other.ModerationRestrictions)) return false;
+ if (AttendanceReportGenerationType != other.AttendanceReportGenerationType) return false;
+ if (!object.Equals(ArtifactConfig, other.ArtifactConfig)) return false;
+ return Equals(_unknownFields, other._unknownFields);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public override int GetHashCode() {
+ int hash = 1;
+ if (AccessType != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.AccessType.Unspecified) hash ^= AccessType.GetHashCode();
+ if (EntryPointAccess != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.EntryPointAccess.Unspecified) hash ^= EntryPointAccess.GetHashCode();
+ if (Moderation != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.Moderation.Unspecified) hash ^= Moderation.GetHashCode();
+ if (moderationRestrictions_ != null) hash ^= ModerationRestrictions.GetHashCode();
+ if (AttendanceReportGenerationType != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.AttendanceReportGenerationType.Unspecified) hash ^= AttendanceReportGenerationType.GetHashCode();
+ if (artifactConfig_ != null) hash ^= ArtifactConfig.GetHashCode();
+ if (_unknownFields != null) {
+ hash ^= _unknownFields.GetHashCode();
+ }
+ return hash;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public override string ToString() {
+ return pb::JsonFormatter.ToDiagnosticString(this);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public void WriteTo(pb::CodedOutputStream output) {
+ #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
+ output.WriteRawMessage(this);
+ #else
+ if (AccessType != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.AccessType.Unspecified) {
+ output.WriteRawTag(8);
+ output.WriteEnum((int) AccessType);
+ }
+ if (EntryPointAccess != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.EntryPointAccess.Unspecified) {
+ output.WriteRawTag(16);
+ output.WriteEnum((int) EntryPointAccess);
+ }
+ if (Moderation != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.Moderation.Unspecified) {
+ output.WriteRawTag(24);
+ output.WriteEnum((int) Moderation);
+ }
+ if (moderationRestrictions_ != null) {
+ output.WriteRawTag(34);
+ output.WriteMessage(ModerationRestrictions);
+ }
+ if (AttendanceReportGenerationType != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.AttendanceReportGenerationType.Unspecified) {
+ output.WriteRawTag(48);
+ output.WriteEnum((int) AttendanceReportGenerationType);
+ }
+ if (artifactConfig_ != null) {
+ output.WriteRawTag(58);
+ output.WriteMessage(ArtifactConfig);
+ }
+ if (_unknownFields != null) {
+ _unknownFields.WriteTo(output);
+ }
+ #endif
+ }
+
+ #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
+ if (AccessType != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.AccessType.Unspecified) {
+ output.WriteRawTag(8);
+ output.WriteEnum((int) AccessType);
+ }
+ if (EntryPointAccess != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.EntryPointAccess.Unspecified) {
+ output.WriteRawTag(16);
+ output.WriteEnum((int) EntryPointAccess);
+ }
+ if (Moderation != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.Moderation.Unspecified) {
+ output.WriteRawTag(24);
+ output.WriteEnum((int) Moderation);
+ }
+ if (moderationRestrictions_ != null) {
+ output.WriteRawTag(34);
+ output.WriteMessage(ModerationRestrictions);
+ }
+ if (AttendanceReportGenerationType != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.AttendanceReportGenerationType.Unspecified) {
+ output.WriteRawTag(48);
+ output.WriteEnum((int) AttendanceReportGenerationType);
+ }
+ if (artifactConfig_ != null) {
+ output.WriteRawTag(58);
+ output.WriteMessage(ArtifactConfig);
+ }
+ if (_unknownFields != null) {
+ _unknownFields.WriteTo(ref output);
+ }
+ }
+ #endif
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public int CalculateSize() {
+ int size = 0;
+ if (AccessType != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.AccessType.Unspecified) {
+ size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) AccessType);
+ }
+ if (EntryPointAccess != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.EntryPointAccess.Unspecified) {
+ size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) EntryPointAccess);
+ }
+ if (Moderation != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.Moderation.Unspecified) {
+ size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Moderation);
+ }
+ if (moderationRestrictions_ != null) {
+ size += 1 + pb::CodedOutputStream.ComputeMessageSize(ModerationRestrictions);
+ }
+ if (AttendanceReportGenerationType != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.AttendanceReportGenerationType.Unspecified) {
+ size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) AttendanceReportGenerationType);
+ }
+ if (artifactConfig_ != null) {
+ size += 1 + pb::CodedOutputStream.ComputeMessageSize(ArtifactConfig);
+ }
+ if (_unknownFields != null) {
+ size += _unknownFields.CalculateSize();
+ }
+ return size;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public void MergeFrom(SpaceConfig other) {
+ if (other == null) {
+ return;
+ }
+ if (other.AccessType != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.AccessType.Unspecified) {
+ AccessType = other.AccessType;
+ }
+ if (other.EntryPointAccess != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.EntryPointAccess.Unspecified) {
+ EntryPointAccess = other.EntryPointAccess;
+ }
+ if (other.Moderation != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.Moderation.Unspecified) {
+ Moderation = other.Moderation;
+ }
+ if (other.moderationRestrictions_ != null) {
+ if (moderationRestrictions_ == null) {
+ ModerationRestrictions = new global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ModerationRestrictions();
+ }
+ ModerationRestrictions.MergeFrom(other.ModerationRestrictions);
+ }
+ if (other.AttendanceReportGenerationType != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.AttendanceReportGenerationType.Unspecified) {
+ AttendanceReportGenerationType = other.AttendanceReportGenerationType;
+ }
+ if (other.artifactConfig_ != null) {
+ if (artifactConfig_ == null) {
+ ArtifactConfig = new global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig();
+ }
+ ArtifactConfig.MergeFrom(other.ArtifactConfig);
+ }
+ _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public void MergeFrom(pb::CodedInputStream input) {
+ #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
+ input.ReadRawMessage(this);
+ #else
+ uint tag;
+ while ((tag = input.ReadTag()) != 0) {
+ switch(tag) {
+ default:
+ _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
+ break;
+ case 8: {
+ AccessType = (global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.AccessType) input.ReadEnum();
+ break;
+ }
+ case 16: {
+ EntryPointAccess = (global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.EntryPointAccess) input.ReadEnum();
+ break;
+ }
+ case 24: {
+ Moderation = (global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.Moderation) input.ReadEnum();
+ break;
+ }
+ case 34: {
+ if (moderationRestrictions_ == null) {
+ ModerationRestrictions = new global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ModerationRestrictions();
+ }
+ input.ReadMessage(ModerationRestrictions);
+ break;
+ }
+ case 48: {
+ AttendanceReportGenerationType = (global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.AttendanceReportGenerationType) input.ReadEnum();
+ break;
+ }
+ case 58: {
+ if (artifactConfig_ == null) {
+ ArtifactConfig = new global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig();
+ }
+ input.ReadMessage(ArtifactConfig);
+ break;
+ }
+ }
+ }
+ #endif
+ }
+
+ #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
+ uint tag;
+ while ((tag = input.ReadTag()) != 0) {
+ switch(tag) {
+ default:
+ _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
+ break;
+ case 8: {
+ AccessType = (global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.AccessType) input.ReadEnum();
+ break;
+ }
+ case 16: {
+ EntryPointAccess = (global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.EntryPointAccess) input.ReadEnum();
+ break;
+ }
+ case 24: {
+ Moderation = (global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.Moderation) input.ReadEnum();
+ break;
+ }
+ case 34: {
+ if (moderationRestrictions_ == null) {
+ ModerationRestrictions = new global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ModerationRestrictions();
+ }
+ input.ReadMessage(ModerationRestrictions);
+ break;
+ }
+ case 48: {
+ AttendanceReportGenerationType = (global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.AttendanceReportGenerationType) input.ReadEnum();
+ break;
+ }
+ case 58: {
+ if (artifactConfig_ == null) {
+ ArtifactConfig = new global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig();
+ }
+ input.ReadMessage(ArtifactConfig);
+ break;
+ }
+ }
+ }
+ }
+ #endif
+
+ #region Nested types
+ /// Container for nested types declared in the SpaceConfig message type.
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public static partial class Types {
+ ///
+ /// Possible access types for a meeting space.
+ ///
+ public enum AccessType {
+ ///
+ /// Default value specified by the user's organization.
+ /// Note: This is never returned, as the configured access type is
+ /// returned instead.
+ ///
+ [pbr::OriginalName("ACCESS_TYPE_UNSPECIFIED")] Unspecified = 0,
+ ///
+ /// Anyone with the join information (for example, the URL or phone access
+ /// information) can join without knocking.
+ ///
+ [pbr::OriginalName("OPEN")] Open = 1,
+ ///
+ /// Members of the host's organization, invited external users, and dial-in
+ /// users can join without knocking. Everyone else must knock.
+ ///
+ [pbr::OriginalName("TRUSTED")] Trusted = 2,
+ ///
+ /// Only invitees can join without knocking. Everyone else must knock.
+ ///
+ [pbr::OriginalName("RESTRICTED")] Restricted = 3,
+ }
+
+ ///
+ /// Entry points that can be used to join a meeting. Example:
+ /// `meet.google.com`, the Meet Embed SDK Web, or a mobile application.
+ ///
+ public enum EntryPointAccess {
+ ///
+ /// Unused.
+ ///
+ [pbr::OriginalName("ENTRY_POINT_ACCESS_UNSPECIFIED")] Unspecified = 0,
+ ///
+ /// All entry points are allowed.
+ ///
+ [pbr::OriginalName("ALL")] All = 1,
+ ///
+ /// Only entry points owned by the Google Cloud project that created the
+ /// space can be used to join meetings in this space. Apps can use the Meet
+ /// Embed SDK Web or mobile Meet SDKs to create owned entry points.
+ ///
+ [pbr::OriginalName("CREATOR_APP_ONLY")] CreatorAppOnly = 2,
+ }
+
+ ///
+ /// The moderation mode for a meeting. When the moderation mode is on, the
+ /// meeting owner has more control over the meeting with features such as
+ /// co-host management (see message Member) and feature restrictions (see
+ /// message ModerationRestrictions).
+ ///
+ public enum Moderation {
+ ///
+ /// Moderation type is not specified. This is used to indicate the user
+ /// hasn't specified any value as the user does not intend to update the
+ /// state. Users are not allowed to set the value as unspecified.
+ ///
+ [pbr::OriginalName("MODERATION_UNSPECIFIED")] Unspecified = 0,
+ ///
+ /// Moderation is off.
+ ///
+ [pbr::OriginalName("OFF")] Off = 1,
+ ///
+ /// Moderation is on.
+ ///
+ [pbr::OriginalName("ON")] On = 2,
+ }
+
+ ///
+ /// Possible states of whether attendance report is enabled for the meeting
+ /// space.
+ ///
+ public enum AttendanceReportGenerationType {
+ ///
+ /// Default value specified by user policy.
+ /// This should never be returned.
+ ///
+ [pbr::OriginalName("ATTENDANCE_REPORT_GENERATION_TYPE_UNSPECIFIED")] Unspecified = 0,
+ ///
+ /// Attendance report will be generated and sent to drive/email.
+ ///
+ [pbr::OriginalName("GENERATE_REPORT")] GenerateReport = 1,
+ ///
+ /// Attendance report will not be generated.
+ ///
+ [pbr::OriginalName("DO_NOT_GENERATE")] DoNotGenerate = 2,
+ }
+
+ ///
+ /// Defines restrictions for features when the meeting is moderated.
+ ///
+ [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
+ public sealed partial class ModerationRestrictions : pb::IMessage
+ #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
+ , pb::IBufferMessage
+ #endif
+ {
+ private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ModerationRestrictions());
+ private pb::UnknownFieldSet _unknownFields;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public static pb::MessageParser Parser { get { return _parser; } }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public static pbr::MessageDescriptor Descriptor {
+ get { return global::Google.Apps.Meet.V2Beta.SpaceConfig.Descriptor.NestedTypes[0]; }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ pbr::MessageDescriptor pb::IMessage.Descriptor {
+ get { return Descriptor; }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public ModerationRestrictions() {
+ OnConstruction();
+ }
+
+ partial void OnConstruction();
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public ModerationRestrictions(ModerationRestrictions other) : this() {
+ chatRestriction_ = other.chatRestriction_;
+ reactionRestriction_ = other.reactionRestriction_;
+ presentRestriction_ = other.presentRestriction_;
+ defaultJoinAsViewerType_ = other.defaultJoinAsViewerType_;
+ _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public ModerationRestrictions Clone() {
+ return new ModerationRestrictions(this);
+ }
+
+ /// Field number for the "chat_restriction" field.
+ public const int ChatRestrictionFieldNumber = 1;
+ private global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ModerationRestrictions.Types.RestrictionType chatRestriction_ = global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ModerationRestrictions.Types.RestrictionType.Unspecified;
+ ///
+ /// Defines who has permission to send chat messages in the meeting space.
+ ///
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ModerationRestrictions.Types.RestrictionType ChatRestriction {
+ get { return chatRestriction_; }
+ set {
+ chatRestriction_ = value;
+ }
+ }
+
+ /// Field number for the "reaction_restriction" field.
+ public const int ReactionRestrictionFieldNumber = 2;
+ private global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ModerationRestrictions.Types.RestrictionType reactionRestriction_ = global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ModerationRestrictions.Types.RestrictionType.Unspecified;
+ ///
+ /// Defines who has permission to send reactions in the meeting space.
+ ///
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ModerationRestrictions.Types.RestrictionType ReactionRestriction {
+ get { return reactionRestriction_; }
+ set {
+ reactionRestriction_ = value;
+ }
+ }
+
+ /// Field number for the "present_restriction" field.
+ public const int PresentRestrictionFieldNumber = 3;
+ private global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ModerationRestrictions.Types.RestrictionType presentRestriction_ = global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ModerationRestrictions.Types.RestrictionType.Unspecified;
+ ///
+ /// Defines who has permission to share their screen in the meeting space.
+ ///
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ModerationRestrictions.Types.RestrictionType PresentRestriction {
+ get { return presentRestriction_; }
+ set {
+ presentRestriction_ = value;
+ }
+ }
+
+ /// Field number for the "default_join_as_viewer_type" field.
+ public const int DefaultJoinAsViewerTypeFieldNumber = 4;
+ private global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ModerationRestrictions.Types.DefaultJoinAsViewerType defaultJoinAsViewerType_ = global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ModerationRestrictions.Types.DefaultJoinAsViewerType.Unspecified;
+ ///
+ /// Defines whether to restrict the default role assigned to users as viewer.
+ ///
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ModerationRestrictions.Types.DefaultJoinAsViewerType DefaultJoinAsViewerType {
+ get { return defaultJoinAsViewerType_; }
+ set {
+ defaultJoinAsViewerType_ = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public override bool Equals(object other) {
+ return Equals(other as ModerationRestrictions);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public bool Equals(ModerationRestrictions other) {
+ if (ReferenceEquals(other, null)) {
+ return false;
+ }
+ if (ReferenceEquals(other, this)) {
+ return true;
+ }
+ if (ChatRestriction != other.ChatRestriction) return false;
+ if (ReactionRestriction != other.ReactionRestriction) return false;
+ if (PresentRestriction != other.PresentRestriction) return false;
+ if (DefaultJoinAsViewerType != other.DefaultJoinAsViewerType) return false;
+ return Equals(_unknownFields, other._unknownFields);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public override int GetHashCode() {
+ int hash = 1;
+ if (ChatRestriction != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ModerationRestrictions.Types.RestrictionType.Unspecified) hash ^= ChatRestriction.GetHashCode();
+ if (ReactionRestriction != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ModerationRestrictions.Types.RestrictionType.Unspecified) hash ^= ReactionRestriction.GetHashCode();
+ if (PresentRestriction != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ModerationRestrictions.Types.RestrictionType.Unspecified) hash ^= PresentRestriction.GetHashCode();
+ if (DefaultJoinAsViewerType != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ModerationRestrictions.Types.DefaultJoinAsViewerType.Unspecified) hash ^= DefaultJoinAsViewerType.GetHashCode();
+ if (_unknownFields != null) {
+ hash ^= _unknownFields.GetHashCode();
+ }
+ return hash;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public override string ToString() {
+ return pb::JsonFormatter.ToDiagnosticString(this);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public void WriteTo(pb::CodedOutputStream output) {
+ #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
+ output.WriteRawMessage(this);
+ #else
+ if (ChatRestriction != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ModerationRestrictions.Types.RestrictionType.Unspecified) {
+ output.WriteRawTag(8);
+ output.WriteEnum((int) ChatRestriction);
+ }
+ if (ReactionRestriction != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ModerationRestrictions.Types.RestrictionType.Unspecified) {
+ output.WriteRawTag(16);
+ output.WriteEnum((int) ReactionRestriction);
+ }
+ if (PresentRestriction != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ModerationRestrictions.Types.RestrictionType.Unspecified) {
+ output.WriteRawTag(24);
+ output.WriteEnum((int) PresentRestriction);
+ }
+ if (DefaultJoinAsViewerType != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ModerationRestrictions.Types.DefaultJoinAsViewerType.Unspecified) {
+ output.WriteRawTag(32);
+ output.WriteEnum((int) DefaultJoinAsViewerType);
+ }
+ if (_unknownFields != null) {
+ _unknownFields.WriteTo(output);
+ }
+ #endif
+ }
+
+ #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
+ if (ChatRestriction != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ModerationRestrictions.Types.RestrictionType.Unspecified) {
+ output.WriteRawTag(8);
+ output.WriteEnum((int) ChatRestriction);
+ }
+ if (ReactionRestriction != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ModerationRestrictions.Types.RestrictionType.Unspecified) {
+ output.WriteRawTag(16);
+ output.WriteEnum((int) ReactionRestriction);
+ }
+ if (PresentRestriction != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ModerationRestrictions.Types.RestrictionType.Unspecified) {
+ output.WriteRawTag(24);
+ output.WriteEnum((int) PresentRestriction);
+ }
+ if (DefaultJoinAsViewerType != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ModerationRestrictions.Types.DefaultJoinAsViewerType.Unspecified) {
+ output.WriteRawTag(32);
+ output.WriteEnum((int) DefaultJoinAsViewerType);
+ }
+ if (_unknownFields != null) {
+ _unknownFields.WriteTo(ref output);
+ }
+ }
+ #endif
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public int CalculateSize() {
+ int size = 0;
+ if (ChatRestriction != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ModerationRestrictions.Types.RestrictionType.Unspecified) {
+ size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) ChatRestriction);
+ }
+ if (ReactionRestriction != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ModerationRestrictions.Types.RestrictionType.Unspecified) {
+ size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) ReactionRestriction);
+ }
+ if (PresentRestriction != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ModerationRestrictions.Types.RestrictionType.Unspecified) {
+ size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) PresentRestriction);
+ }
+ if (DefaultJoinAsViewerType != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ModerationRestrictions.Types.DefaultJoinAsViewerType.Unspecified) {
+ size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) DefaultJoinAsViewerType);
+ }
+ if (_unknownFields != null) {
+ size += _unknownFields.CalculateSize();
+ }
+ return size;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public void MergeFrom(ModerationRestrictions other) {
+ if (other == null) {
+ return;
+ }
+ if (other.ChatRestriction != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ModerationRestrictions.Types.RestrictionType.Unspecified) {
+ ChatRestriction = other.ChatRestriction;
+ }
+ if (other.ReactionRestriction != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ModerationRestrictions.Types.RestrictionType.Unspecified) {
+ ReactionRestriction = other.ReactionRestriction;
+ }
+ if (other.PresentRestriction != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ModerationRestrictions.Types.RestrictionType.Unspecified) {
+ PresentRestriction = other.PresentRestriction;
+ }
+ if (other.DefaultJoinAsViewerType != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ModerationRestrictions.Types.DefaultJoinAsViewerType.Unspecified) {
+ DefaultJoinAsViewerType = other.DefaultJoinAsViewerType;
+ }
+ _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public void MergeFrom(pb::CodedInputStream input) {
+ #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
+ input.ReadRawMessage(this);
+ #else
+ uint tag;
+ while ((tag = input.ReadTag()) != 0) {
+ switch(tag) {
+ default:
+ _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
+ break;
+ case 8: {
+ ChatRestriction = (global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ModerationRestrictions.Types.RestrictionType) input.ReadEnum();
+ break;
+ }
+ case 16: {
+ ReactionRestriction = (global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ModerationRestrictions.Types.RestrictionType) input.ReadEnum();
+ break;
+ }
+ case 24: {
+ PresentRestriction = (global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ModerationRestrictions.Types.RestrictionType) input.ReadEnum();
+ break;
+ }
+ case 32: {
+ DefaultJoinAsViewerType = (global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ModerationRestrictions.Types.DefaultJoinAsViewerType) input.ReadEnum();
+ break;
+ }
+ }
+ }
+ #endif
+ }
+
+ #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
+ uint tag;
+ while ((tag = input.ReadTag()) != 0) {
+ switch(tag) {
+ default:
+ _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
+ break;
+ case 8: {
+ ChatRestriction = (global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ModerationRestrictions.Types.RestrictionType) input.ReadEnum();
+ break;
+ }
+ case 16: {
+ ReactionRestriction = (global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ModerationRestrictions.Types.RestrictionType) input.ReadEnum();
+ break;
+ }
+ case 24: {
+ PresentRestriction = (global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ModerationRestrictions.Types.RestrictionType) input.ReadEnum();
+ break;
+ }
+ case 32: {
+ DefaultJoinAsViewerType = (global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ModerationRestrictions.Types.DefaultJoinAsViewerType) input.ReadEnum();
+ break;
+ }
+ }
+ }
+ }
+ #endif
+
+ #region Nested types
+ /// Container for nested types declared in the ModerationRestrictions message type.
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public static partial class Types {
+ ///
+ /// Determines who has permission to use a particular feature.
+ ///
+ public enum RestrictionType {
+ ///
+ /// Default value specified by user policy.
+ /// This should never be returned.
+ ///
+ [pbr::OriginalName("RESTRICTION_TYPE_UNSPECIFIED")] Unspecified = 0,
+ ///
+ /// Meeting owner and co-host have the permission.
+ ///
+ [pbr::OriginalName("HOSTS_ONLY")] HostsOnly = 1,
+ ///
+ /// All Participants have permissions.
+ ///
+ [pbr::OriginalName("NO_RESTRICTION")] NoRestriction = 2,
+ }
+
+ ///
+ /// By default users will join as contributors. Hosts can restrict users to
+ /// join as viewers.
+ /// Note: If an explicit role is set for a users in the Member resource, the
+ /// user will join as that role.
+ ///
+ public enum DefaultJoinAsViewerType {
+ ///
+ /// Default value specified by user policy.
+ /// This should never be returned.
+ ///
+ [pbr::OriginalName("DEFAULT_JOIN_AS_VIEWER_TYPE_UNSPECIFIED")] Unspecified = 0,
+ ///
+ /// Users will by default join as viewers.
+ ///
+ [pbr::OriginalName("ON")] On = 1,
+ ///
+ /// Users will by default join as contributors.
+ ///
+ [pbr::OriginalName("OFF")] Off = 2,
+ }
+
+ }
+ #endregion
+
+ }
+
+ ///
+ /// Configuration related to meeting artifacts potentially generated by this
+ /// meeting space.
+ ///
+ [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
+ public sealed partial class ArtifactConfig : pb::IMessage
+ #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
+ , pb::IBufferMessage
+ #endif
+ {
+ private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ArtifactConfig());
+ private pb::UnknownFieldSet _unknownFields;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public static pb::MessageParser Parser { get { return _parser; } }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public static pbr::MessageDescriptor Descriptor {
+ get { return global::Google.Apps.Meet.V2Beta.SpaceConfig.Descriptor.NestedTypes[1]; }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ pbr::MessageDescriptor pb::IMessage.Descriptor {
+ get { return Descriptor; }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public ArtifactConfig() {
+ OnConstruction();
+ }
+
+ partial void OnConstruction();
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public ArtifactConfig(ArtifactConfig other) : this() {
+ recordingConfig_ = other.recordingConfig_ != null ? other.recordingConfig_.Clone() : null;
+ transcriptionConfig_ = other.transcriptionConfig_ != null ? other.transcriptionConfig_.Clone() : null;
+ smartNotesConfig_ = other.smartNotesConfig_ != null ? other.smartNotesConfig_.Clone() : null;
+ _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public ArtifactConfig Clone() {
+ return new ArtifactConfig(this);
+ }
+
+ /// Field number for the "recording_config" field.
+ public const int RecordingConfigFieldNumber = 1;
+ private global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Types.RecordingConfig recordingConfig_;
+ ///
+ /// Configuration for recording.
+ ///
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Types.RecordingConfig RecordingConfig {
+ get { return recordingConfig_; }
+ set {
+ recordingConfig_ = value;
+ }
+ }
+
+ /// Field number for the "transcription_config" field.
+ public const int TranscriptionConfigFieldNumber = 2;
+ private global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Types.TranscriptionConfig transcriptionConfig_;
+ ///
+ /// Configuration for auto-transcript.
+ ///
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Types.TranscriptionConfig TranscriptionConfig {
+ get { return transcriptionConfig_; }
+ set {
+ transcriptionConfig_ = value;
+ }
+ }
+
+ /// Field number for the "smart_notes_config" field.
+ public const int SmartNotesConfigFieldNumber = 3;
+ private global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Types.SmartNotesConfig smartNotesConfig_;
+ ///
+ /// Configuration for auto-smart-notes.
+ ///
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Types.SmartNotesConfig SmartNotesConfig {
+ get { return smartNotesConfig_; }
+ set {
+ smartNotesConfig_ = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public override bool Equals(object other) {
+ return Equals(other as ArtifactConfig);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public bool Equals(ArtifactConfig other) {
+ if (ReferenceEquals(other, null)) {
+ return false;
+ }
+ if (ReferenceEquals(other, this)) {
+ return true;
+ }
+ if (!object.Equals(RecordingConfig, other.RecordingConfig)) return false;
+ if (!object.Equals(TranscriptionConfig, other.TranscriptionConfig)) return false;
+ if (!object.Equals(SmartNotesConfig, other.SmartNotesConfig)) return false;
+ return Equals(_unknownFields, other._unknownFields);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public override int GetHashCode() {
+ int hash = 1;
+ if (recordingConfig_ != null) hash ^= RecordingConfig.GetHashCode();
+ if (transcriptionConfig_ != null) hash ^= TranscriptionConfig.GetHashCode();
+ if (smartNotesConfig_ != null) hash ^= SmartNotesConfig.GetHashCode();
+ if (_unknownFields != null) {
+ hash ^= _unknownFields.GetHashCode();
+ }
+ return hash;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public override string ToString() {
+ return pb::JsonFormatter.ToDiagnosticString(this);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public void WriteTo(pb::CodedOutputStream output) {
+ #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
+ output.WriteRawMessage(this);
+ #else
+ if (recordingConfig_ != null) {
+ output.WriteRawTag(10);
+ output.WriteMessage(RecordingConfig);
+ }
+ if (transcriptionConfig_ != null) {
+ output.WriteRawTag(18);
+ output.WriteMessage(TranscriptionConfig);
+ }
+ if (smartNotesConfig_ != null) {
+ output.WriteRawTag(26);
+ output.WriteMessage(SmartNotesConfig);
+ }
+ if (_unknownFields != null) {
+ _unknownFields.WriteTo(output);
+ }
+ #endif
+ }
+
+ #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
+ if (recordingConfig_ != null) {
+ output.WriteRawTag(10);
+ output.WriteMessage(RecordingConfig);
+ }
+ if (transcriptionConfig_ != null) {
+ output.WriteRawTag(18);
+ output.WriteMessage(TranscriptionConfig);
+ }
+ if (smartNotesConfig_ != null) {
+ output.WriteRawTag(26);
+ output.WriteMessage(SmartNotesConfig);
+ }
+ if (_unknownFields != null) {
+ _unknownFields.WriteTo(ref output);
+ }
+ }
+ #endif
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public int CalculateSize() {
+ int size = 0;
+ if (recordingConfig_ != null) {
+ size += 1 + pb::CodedOutputStream.ComputeMessageSize(RecordingConfig);
+ }
+ if (transcriptionConfig_ != null) {
+ size += 1 + pb::CodedOutputStream.ComputeMessageSize(TranscriptionConfig);
+ }
+ if (smartNotesConfig_ != null) {
+ size += 1 + pb::CodedOutputStream.ComputeMessageSize(SmartNotesConfig);
+ }
+ if (_unknownFields != null) {
+ size += _unknownFields.CalculateSize();
+ }
+ return size;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public void MergeFrom(ArtifactConfig other) {
+ if (other == null) {
+ return;
+ }
+ if (other.recordingConfig_ != null) {
+ if (recordingConfig_ == null) {
+ RecordingConfig = new global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Types.RecordingConfig();
+ }
+ RecordingConfig.MergeFrom(other.RecordingConfig);
+ }
+ if (other.transcriptionConfig_ != null) {
+ if (transcriptionConfig_ == null) {
+ TranscriptionConfig = new global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Types.TranscriptionConfig();
+ }
+ TranscriptionConfig.MergeFrom(other.TranscriptionConfig);
+ }
+ if (other.smartNotesConfig_ != null) {
+ if (smartNotesConfig_ == null) {
+ SmartNotesConfig = new global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Types.SmartNotesConfig();
+ }
+ SmartNotesConfig.MergeFrom(other.SmartNotesConfig);
+ }
+ _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public void MergeFrom(pb::CodedInputStream input) {
+ #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
+ input.ReadRawMessage(this);
+ #else
+ uint tag;
+ while ((tag = input.ReadTag()) != 0) {
+ switch(tag) {
+ default:
+ _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
+ break;
+ case 10: {
+ if (recordingConfig_ == null) {
+ RecordingConfig = new global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Types.RecordingConfig();
+ }
+ input.ReadMessage(RecordingConfig);
+ break;
+ }
+ case 18: {
+ if (transcriptionConfig_ == null) {
+ TranscriptionConfig = new global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Types.TranscriptionConfig();
+ }
+ input.ReadMessage(TranscriptionConfig);
+ break;
+ }
+ case 26: {
+ if (smartNotesConfig_ == null) {
+ SmartNotesConfig = new global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Types.SmartNotesConfig();
+ }
+ input.ReadMessage(SmartNotesConfig);
+ break;
+ }
+ }
+ }
+ #endif
+ }
+
+ #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
+ uint tag;
+ while ((tag = input.ReadTag()) != 0) {
+ switch(tag) {
+ default:
+ _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
+ break;
+ case 10: {
+ if (recordingConfig_ == null) {
+ RecordingConfig = new global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Types.RecordingConfig();
+ }
+ input.ReadMessage(RecordingConfig);
+ break;
+ }
+ case 18: {
+ if (transcriptionConfig_ == null) {
+ TranscriptionConfig = new global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Types.TranscriptionConfig();
+ }
+ input.ReadMessage(TranscriptionConfig);
+ break;
+ }
+ case 26: {
+ if (smartNotesConfig_ == null) {
+ SmartNotesConfig = new global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Types.SmartNotesConfig();
+ }
+ input.ReadMessage(SmartNotesConfig);
+ break;
+ }
+ }
+ }
+ }
+ #endif
+
+ #region Nested types
+ /// Container for nested types declared in the ArtifactConfig message type.
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public static partial class Types {
+ ///
+ /// Determines whether an artifact can be automatically generated in the
+ /// meeting space.
+ ///
+ public enum AutoGenerationType {
+ ///
+ /// Default value specified by user policy.
+ /// This should never be returned.
+ ///
+ [pbr::OriginalName("AUTO_GENERATION_TYPE_UNSPECIFIED")] Unspecified = 0,
+ ///
+ /// The artifact is generated automatically.
+ ///
+ [pbr::OriginalName("ON")] On = 1,
+ ///
+ /// The artifact is not generated automatically.
+ ///
+ [pbr::OriginalName("OFF")] Off = 2,
+ }
+
+ ///
+ /// Configuration related to recording in a meeting space.
+ ///
+ [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
+ public sealed partial class RecordingConfig : pb::IMessage
+ #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
+ , pb::IBufferMessage
+ #endif
+ {
+ private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new RecordingConfig());
+ private pb::UnknownFieldSet _unknownFields;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public static pb::MessageParser Parser { get { return _parser; } }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public static pbr::MessageDescriptor Descriptor {
+ get { return global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Descriptor.NestedTypes[0]; }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ pbr::MessageDescriptor pb::IMessage.Descriptor {
+ get { return Descriptor; }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public RecordingConfig() {
+ OnConstruction();
+ }
+
+ partial void OnConstruction();
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public RecordingConfig(RecordingConfig other) : this() {
+ autoRecordingGeneration_ = other.autoRecordingGeneration_;
+ _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public RecordingConfig Clone() {
+ return new RecordingConfig(this);
+ }
+
+ /// Field number for the "auto_recording_generation" field.
+ public const int AutoRecordingGenerationFieldNumber = 2;
+ private global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Types.AutoGenerationType autoRecordingGeneration_ = global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Types.AutoGenerationType.Unspecified;
+ ///
+ /// Defines whether a meeting space is automatically recorded when someone
+ /// with the privilege to record joins the meeting.
+ ///
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Types.AutoGenerationType AutoRecordingGeneration {
+ get { return autoRecordingGeneration_; }
+ set {
+ autoRecordingGeneration_ = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public override bool Equals(object other) {
+ return Equals(other as RecordingConfig);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public bool Equals(RecordingConfig other) {
+ if (ReferenceEquals(other, null)) {
+ return false;
+ }
+ if (ReferenceEquals(other, this)) {
+ return true;
+ }
+ if (AutoRecordingGeneration != other.AutoRecordingGeneration) return false;
+ return Equals(_unknownFields, other._unknownFields);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public override int GetHashCode() {
+ int hash = 1;
+ if (AutoRecordingGeneration != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Types.AutoGenerationType.Unspecified) hash ^= AutoRecordingGeneration.GetHashCode();
+ if (_unknownFields != null) {
+ hash ^= _unknownFields.GetHashCode();
+ }
+ return hash;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public override string ToString() {
+ return pb::JsonFormatter.ToDiagnosticString(this);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public void WriteTo(pb::CodedOutputStream output) {
+ #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
+ output.WriteRawMessage(this);
+ #else
+ if (AutoRecordingGeneration != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Types.AutoGenerationType.Unspecified) {
+ output.WriteRawTag(16);
+ output.WriteEnum((int) AutoRecordingGeneration);
+ }
+ if (_unknownFields != null) {
+ _unknownFields.WriteTo(output);
+ }
+ #endif
+ }
+
+ #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
+ if (AutoRecordingGeneration != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Types.AutoGenerationType.Unspecified) {
+ output.WriteRawTag(16);
+ output.WriteEnum((int) AutoRecordingGeneration);
+ }
+ if (_unknownFields != null) {
+ _unknownFields.WriteTo(ref output);
+ }
+ }
+ #endif
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public int CalculateSize() {
+ int size = 0;
+ if (AutoRecordingGeneration != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Types.AutoGenerationType.Unspecified) {
+ size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) AutoRecordingGeneration);
+ }
+ if (_unknownFields != null) {
+ size += _unknownFields.CalculateSize();
+ }
+ return size;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public void MergeFrom(RecordingConfig other) {
+ if (other == null) {
+ return;
+ }
+ if (other.AutoRecordingGeneration != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Types.AutoGenerationType.Unspecified) {
+ AutoRecordingGeneration = other.AutoRecordingGeneration;
+ }
+ _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public void MergeFrom(pb::CodedInputStream input) {
+ #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
+ input.ReadRawMessage(this);
+ #else
+ uint tag;
+ while ((tag = input.ReadTag()) != 0) {
+ switch(tag) {
+ default:
+ _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
+ break;
+ case 16: {
+ AutoRecordingGeneration = (global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Types.AutoGenerationType) input.ReadEnum();
+ break;
+ }
+ }
+ }
+ #endif
+ }
+
+ #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
+ uint tag;
+ while ((tag = input.ReadTag()) != 0) {
+ switch(tag) {
+ default:
+ _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
+ break;
+ case 16: {
+ AutoRecordingGeneration = (global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Types.AutoGenerationType) input.ReadEnum();
+ break;
+ }
+ }
+ }
+ }
+ #endif
+
+ }
+
+ ///
+ /// Configuration related to transcription in a meeting space.
+ ///
+ [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
+ public sealed partial class TranscriptionConfig : pb::IMessage
+ #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
+ , pb::IBufferMessage
+ #endif
+ {
+ private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new TranscriptionConfig());
+ private pb::UnknownFieldSet _unknownFields;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public static pb::MessageParser Parser { get { return _parser; } }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public static pbr::MessageDescriptor Descriptor {
+ get { return global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Descriptor.NestedTypes[1]; }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ pbr::MessageDescriptor pb::IMessage.Descriptor {
+ get { return Descriptor; }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public TranscriptionConfig() {
+ OnConstruction();
+ }
+
+ partial void OnConstruction();
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public TranscriptionConfig(TranscriptionConfig other) : this() {
+ autoTranscriptionGeneration_ = other.autoTranscriptionGeneration_;
+ _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public TranscriptionConfig Clone() {
+ return new TranscriptionConfig(this);
+ }
+
+ /// Field number for the "auto_transcription_generation" field.
+ public const int AutoTranscriptionGenerationFieldNumber = 2;
+ private global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Types.AutoGenerationType autoTranscriptionGeneration_ = global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Types.AutoGenerationType.Unspecified;
+ ///
+ /// Defines whether the content of a meeting is automatically transcribed
+ /// when someone with the privilege to transcribe joins the meeting.
+ ///
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Types.AutoGenerationType AutoTranscriptionGeneration {
+ get { return autoTranscriptionGeneration_; }
+ set {
+ autoTranscriptionGeneration_ = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public override bool Equals(object other) {
+ return Equals(other as TranscriptionConfig);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public bool Equals(TranscriptionConfig other) {
+ if (ReferenceEquals(other, null)) {
+ return false;
+ }
+ if (ReferenceEquals(other, this)) {
+ return true;
+ }
+ if (AutoTranscriptionGeneration != other.AutoTranscriptionGeneration) return false;
+ return Equals(_unknownFields, other._unknownFields);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public override int GetHashCode() {
+ int hash = 1;
+ if (AutoTranscriptionGeneration != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Types.AutoGenerationType.Unspecified) hash ^= AutoTranscriptionGeneration.GetHashCode();
+ if (_unknownFields != null) {
+ hash ^= _unknownFields.GetHashCode();
+ }
+ return hash;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public override string ToString() {
+ return pb::JsonFormatter.ToDiagnosticString(this);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public void WriteTo(pb::CodedOutputStream output) {
+ #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
+ output.WriteRawMessage(this);
+ #else
+ if (AutoTranscriptionGeneration != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Types.AutoGenerationType.Unspecified) {
+ output.WriteRawTag(16);
+ output.WriteEnum((int) AutoTranscriptionGeneration);
+ }
+ if (_unknownFields != null) {
+ _unknownFields.WriteTo(output);
+ }
+ #endif
+ }
+
+ #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
+ if (AutoTranscriptionGeneration != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Types.AutoGenerationType.Unspecified) {
+ output.WriteRawTag(16);
+ output.WriteEnum((int) AutoTranscriptionGeneration);
+ }
+ if (_unknownFields != null) {
+ _unknownFields.WriteTo(ref output);
+ }
+ }
+ #endif
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public int CalculateSize() {
+ int size = 0;
+ if (AutoTranscriptionGeneration != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Types.AutoGenerationType.Unspecified) {
+ size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) AutoTranscriptionGeneration);
+ }
+ if (_unknownFields != null) {
+ size += _unknownFields.CalculateSize();
+ }
+ return size;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public void MergeFrom(TranscriptionConfig other) {
+ if (other == null) {
+ return;
+ }
+ if (other.AutoTranscriptionGeneration != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Types.AutoGenerationType.Unspecified) {
+ AutoTranscriptionGeneration = other.AutoTranscriptionGeneration;
+ }
+ _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public void MergeFrom(pb::CodedInputStream input) {
+ #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
+ input.ReadRawMessage(this);
+ #else
+ uint tag;
+ while ((tag = input.ReadTag()) != 0) {
+ switch(tag) {
+ default:
+ _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
+ break;
+ case 16: {
+ AutoTranscriptionGeneration = (global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Types.AutoGenerationType) input.ReadEnum();
+ break;
+ }
+ }
+ }
+ #endif
+ }
+
+ #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
+ uint tag;
+ while ((tag = input.ReadTag()) != 0) {
+ switch(tag) {
+ default:
+ _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
+ break;
+ case 16: {
+ AutoTranscriptionGeneration = (global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Types.AutoGenerationType) input.ReadEnum();
+ break;
+ }
+ }
+ }
+ }
+ #endif
+
+ }
+
+ ///
+ /// Configuration related to smart notes in a meeting space. More
+ /// details about smart notes
+ /// https://support.google.com/meet/answer/14754931?hl=en.
+ ///
+ [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
+ public sealed partial class SmartNotesConfig : pb::IMessage
+ #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
+ , pb::IBufferMessage
+ #endif
+ {
+ private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new SmartNotesConfig());
+ private pb::UnknownFieldSet _unknownFields;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public static pb::MessageParser Parser { get { return _parser; } }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public static pbr::MessageDescriptor Descriptor {
+ get { return global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Descriptor.NestedTypes[2]; }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ pbr::MessageDescriptor pb::IMessage.Descriptor {
+ get { return Descriptor; }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public SmartNotesConfig() {
+ OnConstruction();
+ }
+
+ partial void OnConstruction();
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public SmartNotesConfig(SmartNotesConfig other) : this() {
+ autoSmartNotesGeneration_ = other.autoSmartNotesGeneration_;
+ _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public SmartNotesConfig Clone() {
+ return new SmartNotesConfig(this);
+ }
+
+ /// Field number for the "auto_smart_notes_generation" field.
+ public const int AutoSmartNotesGenerationFieldNumber = 2;
+ private global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Types.AutoGenerationType autoSmartNotesGeneration_ = global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Types.AutoGenerationType.Unspecified;
+ ///
+ /// Defines whether to automatically generate a summary and recap of the
+ /// meeting for all invitees in the organization when someone with the
+ /// privilege to enable smart notes joins the meeting.
+ ///
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Types.AutoGenerationType AutoSmartNotesGeneration {
+ get { return autoSmartNotesGeneration_; }
+ set {
+ autoSmartNotesGeneration_ = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public override bool Equals(object other) {
+ return Equals(other as SmartNotesConfig);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public bool Equals(SmartNotesConfig other) {
+ if (ReferenceEquals(other, null)) {
+ return false;
+ }
+ if (ReferenceEquals(other, this)) {
+ return true;
+ }
+ if (AutoSmartNotesGeneration != other.AutoSmartNotesGeneration) return false;
+ return Equals(_unknownFields, other._unknownFields);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public override int GetHashCode() {
+ int hash = 1;
+ if (AutoSmartNotesGeneration != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Types.AutoGenerationType.Unspecified) hash ^= AutoSmartNotesGeneration.GetHashCode();
+ if (_unknownFields != null) {
+ hash ^= _unknownFields.GetHashCode();
+ }
+ return hash;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public override string ToString() {
+ return pb::JsonFormatter.ToDiagnosticString(this);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public void WriteTo(pb::CodedOutputStream output) {
+ #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
+ output.WriteRawMessage(this);
+ #else
+ if (AutoSmartNotesGeneration != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Types.AutoGenerationType.Unspecified) {
+ output.WriteRawTag(16);
+ output.WriteEnum((int) AutoSmartNotesGeneration);
+ }
+ if (_unknownFields != null) {
+ _unknownFields.WriteTo(output);
+ }
+ #endif
+ }
+
+ #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
+ if (AutoSmartNotesGeneration != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Types.AutoGenerationType.Unspecified) {
+ output.WriteRawTag(16);
+ output.WriteEnum((int) AutoSmartNotesGeneration);
+ }
+ if (_unknownFields != null) {
+ _unknownFields.WriteTo(ref output);
+ }
+ }
+ #endif
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public int CalculateSize() {
+ int size = 0;
+ if (AutoSmartNotesGeneration != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Types.AutoGenerationType.Unspecified) {
+ size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) AutoSmartNotesGeneration);
+ }
+ if (_unknownFields != null) {
+ size += _unknownFields.CalculateSize();
+ }
+ return size;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public void MergeFrom(SmartNotesConfig other) {
+ if (other == null) {
+ return;
+ }
+ if (other.AutoSmartNotesGeneration != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Types.AutoGenerationType.Unspecified) {
+ AutoSmartNotesGeneration = other.AutoSmartNotesGeneration;
+ }
+ _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public void MergeFrom(pb::CodedInputStream input) {
+ #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
+ input.ReadRawMessage(this);
+ #else
+ uint tag;
+ while ((tag = input.ReadTag()) != 0) {
+ switch(tag) {
+ default:
+ _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
+ break;
+ case 16: {
+ AutoSmartNotesGeneration = (global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Types.AutoGenerationType) input.ReadEnum();
+ break;
+ }
+ }
+ }
+ #endif
+ }
+
+ #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
+ uint tag;
+ while ((tag = input.ReadTag()) != 0) {
+ switch(tag) {
+ default:
+ _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
+ break;
+ case 16: {
+ AutoSmartNotesGeneration = (global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.ArtifactConfig.Types.AutoGenerationType) input.ReadEnum();
+ break;
+ }
+ }
+ }
+ }
+ #endif
+
+ }
+
+ }
+ #endregion
+
+ }
+
+ }
+ #endregion
+
+ }
+
+ ///
+ /// Users who are configured to have a role in the space. These users can
+ /// join the space without knocking.
+ ///
+ [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
+ public sealed partial class Member : pb::IMessage
+ #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
+ , pb::IBufferMessage
+ #endif
+ {
+ private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new Member());
+ private pb::UnknownFieldSet _unknownFields;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public static pb::MessageParser Parser { get { return _parser; } }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public static pbr::MessageDescriptor Descriptor {
+ get { return global::Google.Apps.Meet.V2Beta.ResourceReflection.Descriptor.MessageTypes[3]; }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ pbr::MessageDescriptor pb::IMessage.Descriptor {
+ get { return Descriptor; }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public Member() {
+ OnConstruction();
+ }
+
+ partial void OnConstruction();
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public Member(Member other) : this() {
+ name_ = other.name_;
+ email_ = other.email_;
+ role_ = other.role_;
+ user_ = other.user_;
+ _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public Member Clone() {
+ return new Member(this);
+ }
+
+ /// Field number for the "name" field.
+ public const int NameFieldNumber = 1;
+ private string name_ = "";
+ ///
+ /// Identifier. Resource name of the member.
+ /// Format: spaces/{space}/members/{member}
+ ///
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public string Name {
+ get { return name_; }
+ set {
+ name_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
+ }
+ }
+
+ /// Field number for the "email" field.
+ public const int EmailFieldNumber = 2;
+ private string email_ = "";
+ ///
+ /// Email for the member. This is required for creating the member.
+ ///
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public string Email {
+ get { return email_; }
+ set {
+ email_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
+ }
+ }
+
+ /// Field number for the "role" field.
+ public const int RoleFieldNumber = 3;
+ private global::Google.Apps.Meet.V2Beta.Member.Types.Role role_ = global::Google.Apps.Meet.V2Beta.Member.Types.Role.Unspecified;
+ ///
+ /// The meeting role assigned to the member.
+ ///
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public global::Google.Apps.Meet.V2Beta.Member.Types.Role Role {
+ get { return role_; }
+ set {
+ role_ = value;
+ }
+ }
+
+ /// Field number for the "user" field.
+ public const int UserFieldNumber = 4;
+ private string user_ = "";
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// Unique name for the user. Interoperable with Admin SDK API and People API.
+ /// This will be empty for non google users. Setting both user and email in
+ /// request will result in error. Format: `users/{user}`
+ ///
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public string User {
+ get { return user_; }
+ set {
+ user_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
+ }
+ }
+
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
- return Equals(other as SpaceConfig);
+ return Equals(other as Member);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public bool Equals(SpaceConfig other) {
+ public bool Equals(Member other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
- if (AccessType != other.AccessType) return false;
- if (EntryPointAccess != other.EntryPointAccess) return false;
+ if (Name != other.Name) return false;
+ if (Email != other.Email) return false;
+ if (Role != other.Role) return false;
+ if (User != other.User) return false;
return Equals(_unknownFields, other._unknownFields);
}
@@ -819,8 +2732,10 @@ public bool Equals(SpaceConfig other) {
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override int GetHashCode() {
int hash = 1;
- if (AccessType != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.AccessType.Unspecified) hash ^= AccessType.GetHashCode();
- if (EntryPointAccess != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.EntryPointAccess.Unspecified) hash ^= EntryPointAccess.GetHashCode();
+ if (Name.Length != 0) hash ^= Name.GetHashCode();
+ if (Email.Length != 0) hash ^= Email.GetHashCode();
+ if (Role != global::Google.Apps.Meet.V2Beta.Member.Types.Role.Unspecified) hash ^= Role.GetHashCode();
+ if (User.Length != 0) hash ^= User.GetHashCode();
if (_unknownFields != null) {
hash ^= _unknownFields.GetHashCode();
}
@@ -839,13 +2754,21 @@ public void WriteTo(pb::CodedOutputStream output) {
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
output.WriteRawMessage(this);
#else
- if (AccessType != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.AccessType.Unspecified) {
- output.WriteRawTag(8);
- output.WriteEnum((int) AccessType);
+ if (Name.Length != 0) {
+ output.WriteRawTag(10);
+ output.WriteString(Name);
}
- if (EntryPointAccess != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.EntryPointAccess.Unspecified) {
- output.WriteRawTag(16);
- output.WriteEnum((int) EntryPointAccess);
+ if (Email.Length != 0) {
+ output.WriteRawTag(18);
+ output.WriteString(Email);
+ }
+ if (Role != global::Google.Apps.Meet.V2Beta.Member.Types.Role.Unspecified) {
+ output.WriteRawTag(24);
+ output.WriteEnum((int) Role);
+ }
+ if (User.Length != 0) {
+ output.WriteRawTag(34);
+ output.WriteString(User);
}
if (_unknownFields != null) {
_unknownFields.WriteTo(output);
@@ -857,13 +2780,21 @@ public void WriteTo(pb::CodedOutputStream output) {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
- if (AccessType != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.AccessType.Unspecified) {
- output.WriteRawTag(8);
- output.WriteEnum((int) AccessType);
+ if (Name.Length != 0) {
+ output.WriteRawTag(10);
+ output.WriteString(Name);
}
- if (EntryPointAccess != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.EntryPointAccess.Unspecified) {
- output.WriteRawTag(16);
- output.WriteEnum((int) EntryPointAccess);
+ if (Email.Length != 0) {
+ output.WriteRawTag(18);
+ output.WriteString(Email);
+ }
+ if (Role != global::Google.Apps.Meet.V2Beta.Member.Types.Role.Unspecified) {
+ output.WriteRawTag(24);
+ output.WriteEnum((int) Role);
+ }
+ if (User.Length != 0) {
+ output.WriteRawTag(34);
+ output.WriteString(User);
}
if (_unknownFields != null) {
_unknownFields.WriteTo(ref output);
@@ -875,11 +2806,17 @@ public void WriteTo(pb::CodedOutputStream output) {
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int CalculateSize() {
int size = 0;
- if (AccessType != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.AccessType.Unspecified) {
- size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) AccessType);
+ if (Name.Length != 0) {
+ size += 1 + pb::CodedOutputStream.ComputeStringSize(Name);
}
- if (EntryPointAccess != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.EntryPointAccess.Unspecified) {
- size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) EntryPointAccess);
+ if (Email.Length != 0) {
+ size += 1 + pb::CodedOutputStream.ComputeStringSize(Email);
+ }
+ if (Role != global::Google.Apps.Meet.V2Beta.Member.Types.Role.Unspecified) {
+ size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Role);
+ }
+ if (User.Length != 0) {
+ size += 1 + pb::CodedOutputStream.ComputeStringSize(User);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
@@ -889,15 +2826,21 @@ public int CalculateSize() {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(SpaceConfig other) {
+ public void MergeFrom(Member other) {
if (other == null) {
return;
}
- if (other.AccessType != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.AccessType.Unspecified) {
- AccessType = other.AccessType;
+ if (other.Name.Length != 0) {
+ Name = other.Name;
}
- if (other.EntryPointAccess != global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.EntryPointAccess.Unspecified) {
- EntryPointAccess = other.EntryPointAccess;
+ if (other.Email.Length != 0) {
+ Email = other.Email;
+ }
+ if (other.Role != global::Google.Apps.Meet.V2Beta.Member.Types.Role.Unspecified) {
+ Role = other.Role;
+ }
+ if (other.User.Length != 0) {
+ User = other.User;
}
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
}
@@ -914,12 +2857,20 @@ public void MergeFrom(pb::CodedInputStream input) {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
break;
- case 8: {
- AccessType = (global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.AccessType) input.ReadEnum();
+ case 10: {
+ Name = input.ReadString();
break;
}
- case 16: {
- EntryPointAccess = (global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.EntryPointAccess) input.ReadEnum();
+ case 18: {
+ Email = input.ReadString();
+ break;
+ }
+ case 24: {
+ Role = (global::Google.Apps.Meet.V2Beta.Member.Types.Role) input.ReadEnum();
+ break;
+ }
+ case 34: {
+ User = input.ReadString();
break;
}
}
@@ -937,12 +2888,20 @@ public void MergeFrom(pb::CodedInputStream input) {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
break;
- case 8: {
- AccessType = (global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.AccessType) input.ReadEnum();
+ case 10: {
+ Name = input.ReadString();
break;
}
- case 16: {
- EntryPointAccess = (global::Google.Apps.Meet.V2Beta.SpaceConfig.Types.EntryPointAccess) input.ReadEnum();
+ case 18: {
+ Email = input.ReadString();
+ break;
+ }
+ case 24: {
+ Role = (global::Google.Apps.Meet.V2Beta.Member.Types.Role) input.ReadEnum();
+ break;
+ }
+ case 34: {
+ User = input.ReadString();
break;
}
}
@@ -951,55 +2910,26 @@ public void MergeFrom(pb::CodedInputStream input) {
#endif
#region Nested types
- /// Container for nested types declared in the SpaceConfig message type.
+ /// Container for nested types declared in the Member message type.
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static partial class Types {
///
- /// Possible access types for a meeting space.
- ///
- public enum AccessType {
- ///
- /// Default value specified by the user's organization.
- /// Note: This is never returned, as the configured access type is
- /// returned instead.
- ///
- [pbr::OriginalName("ACCESS_TYPE_UNSPECIFIED")] Unspecified = 0,
- ///
- /// Anyone with the join information (for example, the URL or phone access
- /// information) can join without knocking.
- ///
- [pbr::OriginalName("OPEN")] Open = 1,
- ///
- /// Members of the host's organization, invited external users, and dial-in
- /// users can join without knocking. Everyone else must knock.
- ///
- [pbr::OriginalName("TRUSTED")] Trusted = 2,
- ///
- /// Only invitees can join without knocking. Everyone else must knock.
- ///
- [pbr::OriginalName("RESTRICTED")] Restricted = 3,
- }
-
- ///
- /// Entry points that can be used to join a meeting. Example:
- /// `meet.google.com`, the Embed SDK Web, or a mobile application.
+ /// Role of this member in the space.
///
- public enum EntryPointAccess {
- ///
- /// Unused.
- ///
- [pbr::OriginalName("ENTRY_POINT_ACCESS_UNSPECIFIED")] Unspecified = 0,
+ public enum Role {
///
- /// All entry points are allowed.
+ /// This is used to indicate the user hasn't specified any value and the
+ /// user’s role will be determined upon joining the meetings between
+ /// 'contributor' and 'viewer' role depending on meeting configuration. More
+ /// details about viewer role
+ /// https://support.google.com/meet/answer/13658394?hl=en.
///
- [pbr::OriginalName("ALL")] All = 1,
+ [pbr::OriginalName("ROLE_UNSPECIFIED")] Unspecified = 0,
///
- /// Only entry points owned by the Google Cloud project that created the
- /// space can be used to join meetings in this space. Apps can use the Embed
- /// SDK Web or mobile Meet SDKs to create owned entry points.
+ /// Co-host role.
///
- [pbr::OriginalName("CREATOR_APP_ONLY")] CreatorAppOnly = 2,
+ [pbr::OriginalName("COHOST")] Cohost = 1,
}
}
@@ -1008,7 +2938,6 @@ public enum EntryPointAccess {
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Single instance of a meeting held in a space.
///
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
@@ -1026,7 +2955,7 @@ public sealed partial class ConferenceRecord : pb::IMessage
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pbr::MessageDescriptor Descriptor {
- get { return global::Google.Apps.Meet.V2Beta.ResourceReflection.Descriptor.MessageTypes[3]; }
+ get { return global::Google.Apps.Meet.V2Beta.ResourceReflection.Descriptor.MessageTypes[4]; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@@ -1066,7 +2995,7 @@ public ConferenceRecord Clone() {
///
/// Identifier. Resource name of the conference record.
/// Format: `conferenceRecords/{conference_record}` where `{conference_record}`
- /// is a unique id for each instance of a call within a space.
+ /// is a unique ID for each instance of a call within a space.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -1081,7 +3010,7 @@ public string Name {
public const int StartTimeFieldNumber = 2;
private global::Google.Protobuf.WellKnownTypes.Timestamp startTime_;
///
- /// Output only. Timestamp when the conference started, always set.
+ /// Output only. Timestamp when the conference started. Always set.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -1112,9 +3041,9 @@ public string Name {
public const int ExpireTimeFieldNumber = 4;
private global::Google.Protobuf.WellKnownTypes.Timestamp expireTime_;
///
- /// Output only. Server enforced expire time for when this conference record
- /// resource is deleted. The resource is deleted 30 days after the conference
- /// ends.
+ /// Output only. Server enforced expiration time for when this conference
+ /// record resource is deleted. The resource is deleted 30 days after the
+ /// conference ends.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -1397,7 +3326,6 @@ public void MergeFrom(pb::CodedInputStream input) {
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// User who attended or is attending a conference.
///
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
@@ -1415,7 +3343,7 @@ public sealed partial class Participant : pb::IMessage
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pbr::MessageDescriptor Descriptor {
- get { return global::Google.Apps.Meet.V2Beta.ResourceReflection.Descriptor.MessageTypes[4]; }
+ get { return global::Google.Apps.Meet.V2Beta.ResourceReflection.Descriptor.MessageTypes[5]; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@@ -1492,7 +3420,7 @@ public Participant Clone() {
/// Field number for the "phone_user" field.
public const int PhoneUserFieldNumber = 6;
///
- /// User who calls in from their phone.
+ /// User calling from their phone.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -1524,8 +3452,7 @@ public string Name {
public const int EarliestStartTimeFieldNumber = 7;
private global::Google.Protobuf.WellKnownTypes.Timestamp earliestStartTime_;
///
- /// Output only. Time when the participant joined the meeting for the first
- /// time.
+ /// Output only. Time when the participant first joined the meeting.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -1541,7 +3468,7 @@ public string Name {
private global::Google.Protobuf.WellKnownTypes.Timestamp latestEndTime_;
///
/// Output only. Time when the participant left the meeting for the last time.
- /// This can be null if it is an active meeting.
+ /// This can be null if it's an active meeting.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -1890,10 +3817,9 @@ public void MergeFrom(pb::CodedInputStream input) {
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Refers to each unique join/leave session when a user joins a conference from
- /// a device. Note that any time a user joins the conference a new unique ID is
- /// assigned. That means if a user joins a space multiple times from the same
+ /// Refers to each unique join or leave session when a user joins a conference
+ /// from a device. Note that any time a user joins the conference a new unique ID
+ /// is assigned. That means if a user joins a space multiple times from the same
/// device, they're assigned different IDs, and are also be treated as different
/// participant sessions.
///
@@ -1912,7 +3838,7 @@ public sealed partial class ParticipantSession : pb::IMessage
- /// Output only. Timestamp when the user session started.
+ /// Output only. Timestamp when the user session starts.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -1978,7 +3904,7 @@ public string Name {
public const int EndTimeFieldNumber = 3;
private global::Google.Protobuf.WellKnownTypes.Timestamp endTime_;
///
- /// Output only. Timestamp when the user session ended. Unset if the user
+ /// Output only. Timestamp when the user session ends. Unset if the user
/// session hasn’t ended.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@@ -2210,7 +4136,7 @@ public sealed partial class SignedinUser : pb::IMessage
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pbr::MessageDescriptor Descriptor {
- get { return global::Google.Apps.Meet.V2Beta.ResourceReflection.Descriptor.MessageTypes[6]; }
+ get { return global::Google.Apps.Meet.V2Beta.ResourceReflection.Descriptor.MessageTypes[7]; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@@ -2261,9 +4187,9 @@ public string User {
public const int DisplayNameFieldNumber = 2;
private string displayName_ = "";
///
- /// Output only. For a personal device, it's the user's first and last name.
- /// For a robot account, it's the admin specified device name. For example,
- /// "Altostrat Room".
+ /// Output only. For a personal device, it's the user's first name and last
+ /// name. For a robot account, it's the administrator-specified device name.
+ /// For example, "Altostrat Room".
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -2449,7 +4375,7 @@ public sealed partial class AnonymousUser : pb::IMessage
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pbr::MessageDescriptor Descriptor {
- get { return global::Google.Apps.Meet.V2Beta.ResourceReflection.Descriptor.MessageTypes[7]; }
+ get { return global::Google.Apps.Meet.V2Beta.ResourceReflection.Descriptor.MessageTypes[8]; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@@ -2646,7 +4572,7 @@ public sealed partial class PhoneUser : pb::IMessage
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pbr::MessageDescriptor Descriptor {
- get { return global::Google.Apps.Meet.V2Beta.ResourceReflection.Descriptor.MessageTypes[8]; }
+ get { return global::Google.Apps.Meet.V2Beta.ResourceReflection.Descriptor.MessageTypes[9]; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@@ -2680,7 +4606,7 @@ public PhoneUser Clone() {
public const int DisplayNameFieldNumber = 1;
private string displayName_ = "";
///
- /// Output only. Partially redacted user's phone number when they call in.
+ /// Output only. Partially redacted user's phone number when calling.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -2825,7 +4751,6 @@ public void MergeFrom(pb::CodedInputStream input) {
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Metadata about a recording created during a conference.
///
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
@@ -2843,7 +4768,7 @@ public sealed partial class Recording : pb::IMessage
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pbr::MessageDescriptor Descriptor {
- get { return global::Google.Apps.Meet.V2Beta.ResourceReflection.Descriptor.MessageTypes[9]; }
+ get { return global::Google.Apps.Meet.V2Beta.ResourceReflection.Descriptor.MessageTypes[10]; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@@ -2885,7 +4810,7 @@ public Recording Clone() {
/// Field number for the "drive_destination" field.
public const int DriveDestinationFieldNumber = 6;
///
- /// Output only. Recording is saved to Google Drive as an mp4 file. The
+ /// Output only. Recording is saved to Google Drive as an MP4 file. The
/// `drive_destination` includes the Drive `fileId` that can be used to
/// download the file using the `files.get` method of the Drive API.
///
@@ -3296,7 +5221,7 @@ public sealed partial class DriveDestination : pb::IMessage
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pbr::MessageDescriptor Descriptor {
- get { return global::Google.Apps.Meet.V2Beta.ResourceReflection.Descriptor.MessageTypes[10]; }
+ get { return global::Google.Apps.Meet.V2Beta.ResourceReflection.Descriptor.MessageTypes[11]; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@@ -3520,7 +5445,6 @@ public void MergeFrom(pb::CodedInputStream input) {
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Metadata for a transcript generated from a conference. It refers to the ASR
/// (Automatic Speech Recognition) result of user's speech during the conference.
///
@@ -3539,7 +5463,7 @@ public sealed partial class Transcript : pb::IMessage
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pbr::MessageDescriptor Descriptor {
- get { return global::Google.Apps.Meet.V2Beta.ResourceReflection.Descriptor.MessageTypes[11]; }
+ get { return global::Google.Apps.Meet.V2Beta.ResourceReflection.Descriptor.MessageTypes[12]; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@@ -3990,7 +5914,7 @@ public sealed partial class DocsDestination : pb::IMessage
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pbr::MessageDescriptor Descriptor {
- get { return global::Google.Apps.Meet.V2Beta.ResourceReflection.Descriptor.MessageTypes[12]; }
+ get { return global::Google.Apps.Meet.V2Beta.ResourceReflection.Descriptor.MessageTypes[13]; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@@ -4215,7 +6139,6 @@ public void MergeFrom(pb::CodedInputStream input) {
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Single entry for one user’s speech during a transcript session.
///
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
@@ -4233,7 +6156,7 @@ public sealed partial class TranscriptEntry : pb::IMessage
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pbr::MessageDescriptor Descriptor {
- get { return global::Google.Apps.Meet.V2Beta.ResourceReflection.Descriptor.MessageTypes[13]; }
+ get { return global::Google.Apps.Meet.V2Beta.ResourceReflection.Descriptor.MessageTypes[14]; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@@ -4288,7 +6211,7 @@ public string Name {
public const int ParticipantFieldNumber = 2;
private string participant_ = "";
///
- /// Output only. Refer to the participant who speaks.
+ /// Output only. Refers to the participant who speaks.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta/ResourceResourceNames.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta/ResourceResourceNames.g.cs
index 8fe857ac430d..699d4e1ad22b 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta/ResourceResourceNames.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta/ResourceResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -226,6 +226,225 @@ public override string ToString()
public static bool operator !=(SpaceName a, SpaceName b) => !(a == b);
}
+ /// Resource name for the Member resource.
+ public sealed partial class MemberName : gax::IResourceName, sys::IEquatable
+ {
+ /// The possible contents of .
+ public enum ResourceNameType
+ {
+ /// An unparsed resource name.
+ Unparsed = 0,
+
+ /// A resource name with pattern spaces/{space}/members/{member}.
+ SpaceMember = 1,
+ }
+
+ private static gax::PathTemplate s_spaceMember = new gax::PathTemplate("spaces/{space}/members/{member}");
+
+ /// Creates a containing an unparsed resource name.
+ /// The unparsed resource name. Must not be null.
+ ///
+ /// A new instance of containing the provided .
+ ///
+ public static MemberName FromUnparsed(gax::UnparsedResourceName unparsedResourceName) =>
+ new MemberName(ResourceNameType.Unparsed, gax::GaxPreconditions.CheckNotNull(unparsedResourceName, nameof(unparsedResourceName)));
+
+ ///
+ /// Creates a with the pattern spaces/{space}/members/{member}.
+ ///
+ /// The Space ID. Must not be null or empty.
+ /// The Member ID. Must not be null or empty.
+ /// A new instance of constructed from the provided ids.
+ public static MemberName FromSpaceMember(string spaceId, string memberId) =>
+ new MemberName(ResourceNameType.SpaceMember, spaceId: gax::GaxPreconditions.CheckNotNullOrEmpty(spaceId, nameof(spaceId)), memberId: gax::GaxPreconditions.CheckNotNullOrEmpty(memberId, nameof(memberId)));
+
+ ///
+ /// Formats the IDs into the string representation of this with pattern
+ /// spaces/{space}/members/{member}.
+ ///
+ /// The Space ID. Must not be null or empty.
+ /// The Member ID. Must not be null or empty.
+ ///
+ /// The string representation of this with pattern spaces/{space}/members/{member}
+ /// .
+ ///
+ public static string Format(string spaceId, string memberId) => FormatSpaceMember(spaceId, memberId);
+
+ ///
+ /// Formats the IDs into the string representation of this with pattern
+ /// spaces/{space}/members/{member}.
+ ///
+ /// The Space ID. Must not be null or empty.
+ /// The Member ID. Must not be null or empty.
+ ///
+ /// The string representation of this with pattern spaces/{space}/members/{member}
+ /// .
+ ///
+ public static string FormatSpaceMember(string spaceId, string memberId) =>
+ s_spaceMember.Expand(gax::GaxPreconditions.CheckNotNullOrEmpty(spaceId, nameof(spaceId)), gax::GaxPreconditions.CheckNotNullOrEmpty(memberId, nameof(memberId)));
+
+ /// Parses the given resource name string into a new instance.
+ ///
+ /// To parse successfully, the resource name must be formatted as one of the following:
+ /// - spaces/{space}/members/{member}
+ ///
+ /// The resource name in string form. Must not be null.
+ /// The parsed if successful.
+ public static MemberName Parse(string memberName) => Parse(memberName, false);
+
+ ///
+ /// Parses the given resource name string into a new instance; optionally allowing an
+ /// unparseable resource name.
+ ///
+ ///
+ /// To parse successfully, the resource name must be formatted as one of the following:
+ /// - spaces/{space}/members/{member}
+ /// Or may be in any format if is true.
+ ///
+ /// The resource name in string form. Must not be null.
+ ///
+ /// If true will successfully store an unparseable resource name into the
+ /// property; otherwise will throw an if an unparseable resource name is
+ /// specified.
+ ///
+ /// The parsed if successful.
+ public static MemberName Parse(string memberName, bool allowUnparsed) =>
+ TryParse(memberName, allowUnparsed, out MemberName result) ? result : throw new sys::ArgumentException("The given resource-name matches no pattern.");
+
+ ///
+ /// Tries to parse the given resource name string into a new instance.
+ ///
+ ///
+ /// To parse successfully, the resource name must be formatted as one of the following:
+ /// - spaces/{space}/members/{member}
+ ///
+ /// The resource name in string form. Must not be null.
+ ///
+ /// When this method returns, the parsed , or null if parsing failed.
+ ///
+ /// true if the name was parsed successfully; false otherwise.
+ public static bool TryParse(string memberName, out MemberName result) => TryParse(memberName, false, out result);
+
+ ///
+ /// Tries to parse the given resource name string into a new instance; optionally
+ /// allowing an unparseable resource name.
+ ///
+ ///
+ /// To parse successfully, the resource name must be formatted as one of the following:
+ /// - spaces/{space}/members/{member}
+ /// Or may be in any format if is true.
+ ///
+ /// The resource name in string form. Must not be null.
+ ///
+ /// If true will successfully store an unparseable resource name into the
+ /// property; otherwise will throw an if an unparseable resource name is
+ /// specified.
+ ///
+ ///
+ /// When this method returns, the parsed , or null if parsing failed.
+ ///
+ /// true if the name was parsed successfully; false otherwise.
+ public static bool TryParse(string memberName, bool allowUnparsed, out MemberName result)
+ {
+ gax::GaxPreconditions.CheckNotNull(memberName, nameof(memberName));
+ gax::TemplatedResourceName resourceName;
+ if (s_spaceMember.TryParseName(memberName, out resourceName))
+ {
+ result = FromSpaceMember(resourceName[0], resourceName[1]);
+ return true;
+ }
+ if (allowUnparsed)
+ {
+ if (gax::UnparsedResourceName.TryParse(memberName, out gax::UnparsedResourceName unparsedResourceName))
+ {
+ result = FromUnparsed(unparsedResourceName);
+ return true;
+ }
+ }
+ result = null;
+ return false;
+ }
+
+ private MemberName(ResourceNameType type, gax::UnparsedResourceName unparsedResourceName = null, string memberId = null, string spaceId = null)
+ {
+ Type = type;
+ UnparsedResource = unparsedResourceName;
+ MemberId = memberId;
+ SpaceId = spaceId;
+ }
+
+ ///
+ /// Constructs a new instance of a class from the component parts of pattern
+ /// spaces/{space}/members/{member}
+ ///
+ /// The Space ID. Must not be null or empty.
+ /// The Member ID. Must not be null or empty.
+ public MemberName(string spaceId, string memberId) : this(ResourceNameType.SpaceMember, spaceId: gax::GaxPreconditions.CheckNotNullOrEmpty(spaceId, nameof(spaceId)), memberId: gax::GaxPreconditions.CheckNotNullOrEmpty(memberId, nameof(memberId)))
+ {
+ }
+
+ /// The of the contained resource name.
+ public ResourceNameType Type { get; }
+
+ ///
+ /// The contained . Only non-null if this instance contains an
+ /// unparsed resource name.
+ ///
+ public gax::UnparsedResourceName UnparsedResource { get; }
+
+ ///
+ /// The Member ID. Will not be null, unless this instance contains an unparsed resource name.
+ ///
+ public string MemberId { get; }
+
+ ///
+ /// The Space ID. Will not be null, unless this instance contains an unparsed resource name.
+ ///
+ public string SpaceId { get; }
+
+ /// Whether this instance contains a resource name with a known pattern.
+ public bool IsKnownPattern => Type != ResourceNameType.Unparsed;
+
+ /// The string representation of the resource name.
+ /// The string representation of the resource name.
+ public override string ToString()
+ {
+ switch (Type)
+ {
+ case ResourceNameType.Unparsed: return UnparsedResource.ToString();
+ case ResourceNameType.SpaceMember: return s_spaceMember.Expand(SpaceId, MemberId);
+ default: throw new sys::InvalidOperationException("Unrecognized resource-type.");
+ }
+ }
+
+ /// Returns a hash code for this resource name.
+ public override int GetHashCode() => ToString().GetHashCode();
+
+ ///
+ public override bool Equals(object obj) => Equals(obj as MemberName);
+
+ ///
+ public bool Equals(MemberName other) => ToString() == other?.ToString();
+
+ /// Determines whether two specified resource names have the same value.
+ /// The first resource name to compare, or null.
+ /// The second resource name to compare, or null.
+ ///
+ /// true if the value of is the same as the value of ; otherwise,
+ /// false.
+ ///
+ public static bool operator ==(MemberName a, MemberName b) => ReferenceEquals(a, b) || (a?.Equals(b) ?? false);
+
+ /// Determines whether two specified resource names have different values.
+ /// The first resource name to compare, or null.
+ /// The second resource name to compare, or null.
+ ///
+ /// true if the value of is different from the value of ; otherwise,
+ /// false.
+ ///
+ public static bool operator !=(MemberName a, MemberName b) => !(a == b);
+ }
+
/// Resource name for the ConferenceRecord resource.
public sealed partial class ConferenceRecordName : gax::IResourceName, sys::IEquatable
{
@@ -1743,6 +1962,18 @@ public ConferenceRecordName ConferenceRecordAsConferenceRecordName
}
}
+ public partial class Member
+ {
+ ///
+ /// -typed view over the resource name property.
+ ///
+ public gamv::MemberName MemberName
+ {
+ get => string.IsNullOrEmpty(Name) ? null : gamv::MemberName.Parse(Name, allowUnparsed: true);
+ set => Name = value?.ToString() ?? "";
+ }
+ }
+
public partial class ConferenceRecord
{
///
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta/Service.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta/Service.g.cs
index 1da4d00cec53..36a1f184b6c3 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta/Service.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta/Service.g.cs
@@ -37,122 +37,153 @@ static ServiceReflection() {
"GAEgASgLMh4uZ29vZ2xlLmFwcHMubWVldC52MmJldGEuU3BhY2VCA+BBAhI0",
"Cgt1cGRhdGVfbWFzaxgCIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5GaWVsZE1h",
"c2tCA+BBASJNChpFbmRBY3RpdmVDb25mZXJlbmNlUmVxdWVzdBIvCgRuYW1l",
- "GAEgASgJQiHgQQL6QRsKGW1lZXQuZ29vZ2xlYXBpcy5jb20vU3BhY2UiWAoa",
- "R2V0Q29uZmVyZW5jZVJlY29yZFJlcXVlc3QSOgoEbmFtZRgBIAEoCUIs4EEC",
- "+kEmCiRtZWV0Lmdvb2dsZWFwaXMuY29tL0NvbmZlcmVuY2VSZWNvcmQiZAoc",
- "TGlzdENvbmZlcmVuY2VSZWNvcmRzUmVxdWVzdBIWCglwYWdlX3NpemUYASAB",
- "KAVCA+BBARIXCgpwYWdlX3Rva2VuGAIgASgJQgPgQQESEwoGZmlsdGVyGAMg",
- "ASgJQgPgQQEifwodTGlzdENvbmZlcmVuY2VSZWNvcmRzUmVzcG9uc2USRQoS",
- "Y29uZmVyZW5jZV9yZWNvcmRzGAEgAygLMikuZ29vZ2xlLmFwcHMubWVldC52",
- "MmJldGEuQ29uZmVyZW5jZVJlY29yZBIXCg9uZXh0X3BhZ2VfdG9rZW4YAiAB",
- "KAkiTgoVR2V0UGFydGljaXBhbnRSZXF1ZXN0EjUKBG5hbWUYASABKAlCJ+BB",
- "AvpBIQofbWVldC5nb29nbGVhcGlzLmNvbS9QYXJ0aWNpcGFudCKOAQoXTGlz",
- "dFBhcnRpY2lwYW50c1JlcXVlc3QSNwoGcGFyZW50GAEgASgJQifgQQL6QSES",
- "H21lZXQuZ29vZ2xlYXBpcy5jb20vUGFydGljaXBhbnQSEQoJcGFnZV9zaXpl",
- "GAIgASgFEhIKCnBhZ2VfdG9rZW4YAyABKAkSEwoGZmlsdGVyGAQgASgJQgPg",
- "QQEigwEKGExpc3RQYXJ0aWNpcGFudHNSZXNwb25zZRI6CgxwYXJ0aWNpcGFu",
- "dHMYASADKAsyJC5nb29nbGUuYXBwcy5tZWV0LnYyYmV0YS5QYXJ0aWNpcGFu",
- "dBIXCg9uZXh0X3BhZ2VfdG9rZW4YAiABKAkSEgoKdG90YWxfc2l6ZRgDIAEo",
- "BSJcChxHZXRQYXJ0aWNpcGFudFNlc3Npb25SZXF1ZXN0EjwKBG5hbWUYASAB",
- "KAlCLuBBAvpBKAombWVldC5nb29nbGVhcGlzLmNvbS9QYXJ0aWNpcGFudFNl",
- "c3Npb24ipgEKHkxpc3RQYXJ0aWNpcGFudFNlc3Npb25zUmVxdWVzdBI+CgZw",
- "YXJlbnQYASABKAlCLuBBAvpBKBImbWVldC5nb29nbGVhcGlzLmNvbS9QYXJ0",
- "aWNpcGFudFNlc3Npb24SFgoJcGFnZV9zaXplGAIgASgFQgPgQQESFwoKcGFn",
- "ZV90b2tlbhgDIAEoCUID4EEBEhMKBmZpbHRlchgEIAEoCUID4EEBIoUBCh9M",
- "aXN0UGFydGljaXBhbnRTZXNzaW9uc1Jlc3BvbnNlEkkKFHBhcnRpY2lwYW50",
- "X3Nlc3Npb25zGAEgAygLMisuZ29vZ2xlLmFwcHMubWVldC52MmJldGEuUGFy",
- "dGljaXBhbnRTZXNzaW9uEhcKD25leHRfcGFnZV90b2tlbhgCIAEoCSJKChNH",
- "ZXRSZWNvcmRpbmdSZXF1ZXN0EjMKBG5hbWUYASABKAlCJeBBAvpBHwodbWVl",
- "dC5nb29nbGVhcGlzLmNvbS9SZWNvcmRpbmcidQoVTGlzdFJlY29yZGluZ3NS",
- "ZXF1ZXN0EjUKBnBhcmVudBgBIAEoCUIl4EEC+kEfEh1tZWV0Lmdvb2dsZWFw",
- "aXMuY29tL1JlY29yZGluZxIRCglwYWdlX3NpemUYAiABKAUSEgoKcGFnZV90",
- "b2tlbhgDIAEoCSJpChZMaXN0UmVjb3JkaW5nc1Jlc3BvbnNlEjYKCnJlY29y",
- "ZGluZ3MYASADKAsyIi5nb29nbGUuYXBwcy5tZWV0LnYyYmV0YS5SZWNvcmRp",
- "bmcSFwoPbmV4dF9wYWdlX3Rva2VuGAIgASgJIkwKFEdldFRyYW5zY3JpcHRS",
- "ZXF1ZXN0EjQKBG5hbWUYASABKAlCJuBBAvpBIAoebWVldC5nb29nbGVhcGlz",
- "LmNvbS9UcmFuc2NyaXB0IncKFkxpc3RUcmFuc2NyaXB0c1JlcXVlc3QSNgoG",
- "cGFyZW50GAEgASgJQibgQQL6QSASHm1lZXQuZ29vZ2xlYXBpcy5jb20vVHJh",
- "bnNjcmlwdBIRCglwYWdlX3NpemUYAiABKAUSEgoKcGFnZV90b2tlbhgDIAEo",
- "CSJsChdMaXN0VHJhbnNjcmlwdHNSZXNwb25zZRI4Cgt0cmFuc2NyaXB0cxgB",
- "IAMoCzIjLmdvb2dsZS5hcHBzLm1lZXQudjJiZXRhLlRyYW5zY3JpcHQSFwoP",
- "bmV4dF9wYWdlX3Rva2VuGAIgASgJIlYKGUdldFRyYW5zY3JpcHRFbnRyeVJl",
- "cXVlc3QSOQoEbmFtZRgBIAEoCUIr4EEC+kElCiNtZWV0Lmdvb2dsZWFwaXMu",
- "Y29tL1RyYW5zY3JpcHRFbnRyeSKCAQocTGlzdFRyYW5zY3JpcHRFbnRyaWVz",
- "UmVxdWVzdBI7CgZwYXJlbnQYASABKAlCK+BBAvpBJRIjbWVldC5nb29nbGVh",
- "cGlzLmNvbS9UcmFuc2NyaXB0RW50cnkSEQoJcGFnZV9zaXplGAIgASgFEhIK",
- "CnBhZ2VfdG9rZW4YAyABKAkifgodTGlzdFRyYW5zY3JpcHRFbnRyaWVzUmVz",
- "cG9uc2USRAoSdHJhbnNjcmlwdF9lbnRyaWVzGAEgAygLMiguZ29vZ2xlLmFw",
- "cHMubWVldC52MmJldGEuVHJhbnNjcmlwdEVudHJ5EhcKD25leHRfcGFnZV90",
- "b2tlbhgCIAEoCTLsBAoNU3BhY2VzU2VydmljZRKBAQoLQ3JlYXRlU3BhY2US",
- "Ky5nb29nbGUuYXBwcy5tZWV0LnYyYmV0YS5DcmVhdGVTcGFjZVJlcXVlc3Qa",
- "Hi5nb29nbGUuYXBwcy5tZWV0LnYyYmV0YS5TcGFjZSIl2kEFc3BhY2WC0+ST",
- "AhciDi92MmJldGEvc3BhY2VzOgVzcGFjZRJ8CghHZXRTcGFjZRIoLmdvb2ds",
- "ZS5hcHBzLm1lZXQudjJiZXRhLkdldFNwYWNlUmVxdWVzdBoeLmdvb2dsZS5h",
- "cHBzLm1lZXQudjJiZXRhLlNwYWNlIibaQQRuYW1lgtPkkwIZEhcvdjJiZXRh",
- "L3tuYW1lPXNwYWNlcy8qfRKcAQoLVXBkYXRlU3BhY2USKy5nb29nbGUuYXBw",
- "cy5tZWV0LnYyYmV0YS5VcGRhdGVTcGFjZVJlcXVlc3QaHi5nb29nbGUuYXBw",
- "cy5tZWV0LnYyYmV0YS5TcGFjZSJA2kERc3BhY2UsdXBkYXRlX21hc2uC0+ST",
- "AiYyHS92MmJldGEve3NwYWNlLm5hbWU9c3BhY2VzLyp9OgVzcGFjZRKhAQoT",
- "RW5kQWN0aXZlQ29uZmVyZW5jZRIzLmdvb2dsZS5hcHBzLm1lZXQudjJiZXRh",
- "LkVuZEFjdGl2ZUNvbmZlcmVuY2VSZXF1ZXN0GhYuZ29vZ2xlLnByb3RvYnVm",
- "LkVtcHR5Ij3aQQRuYW1lgtPkkwIwIisvdjJiZXRhL3tuYW1lPXNwYWNlcy8q",
- "fTplbmRBY3RpdmVDb25mZXJlbmNlOgEqGhbKQRNtZWV0Lmdvb2dsZWFwaXMu",
- "Y29tMoESChhDb25mZXJlbmNlUmVjb3Jkc1NlcnZpY2USqAEKE0dldENvbmZl",
- "cmVuY2VSZWNvcmQSMy5nb29nbGUuYXBwcy5tZWV0LnYyYmV0YS5HZXRDb25m",
- "ZXJlbmNlUmVjb3JkUmVxdWVzdBopLmdvb2dsZS5hcHBzLm1lZXQudjJiZXRh",
- "LkNvbmZlcmVuY2VSZWNvcmQiMdpBBG5hbWWC0+STAiQSIi92MmJldGEve25h",
- "bWU9Y29uZmVyZW5jZVJlY29yZHMvKn0SqQEKFUxpc3RDb25mZXJlbmNlUmVj",
- "b3JkcxI1Lmdvb2dsZS5hcHBzLm1lZXQudjJiZXRhLkxpc3RDb25mZXJlbmNl",
- "UmVjb3Jkc1JlcXVlc3QaNi5nb29nbGUuYXBwcy5tZWV0LnYyYmV0YS5MaXN0",
- "Q29uZmVyZW5jZVJlY29yZHNSZXNwb25zZSIhgtPkkwIbEhkvdjJiZXRhL2Nv",
- "bmZlcmVuY2VSZWNvcmRzEqgBCg5HZXRQYXJ0aWNpcGFudBIuLmdvb2dsZS5h",
- "cHBzLm1lZXQudjJiZXRhLkdldFBhcnRpY2lwYW50UmVxdWVzdBokLmdvb2ds",
- "ZS5hcHBzLm1lZXQudjJiZXRhLlBhcnRpY2lwYW50IkDaQQRuYW1lgtPkkwIz",
- "EjEvdjJiZXRhL3tuYW1lPWNvbmZlcmVuY2VSZWNvcmRzLyovcGFydGljaXBh",
- "bnRzLyp9ErsBChBMaXN0UGFydGljaXBhbnRzEjAuZ29vZ2xlLmFwcHMubWVl",
- "dC52MmJldGEuTGlzdFBhcnRpY2lwYW50c1JlcXVlc3QaMS5nb29nbGUuYXBw",
- "cy5tZWV0LnYyYmV0YS5MaXN0UGFydGljaXBhbnRzUmVzcG9uc2UiQtpBBnBh",
- "cmVudILT5JMCMxIxL3YyYmV0YS97cGFyZW50PWNvbmZlcmVuY2VSZWNvcmRz",
- "Lyp9L3BhcnRpY2lwYW50cxLTAQoVR2V0UGFydGljaXBhbnRTZXNzaW9uEjUu",
- "Z29vZ2xlLmFwcHMubWVldC52MmJldGEuR2V0UGFydGljaXBhbnRTZXNzaW9u",
- "UmVxdWVzdBorLmdvb2dsZS5hcHBzLm1lZXQudjJiZXRhLlBhcnRpY2lwYW50",
- "U2Vzc2lvbiJW2kEEbmFtZYLT5JMCSRJHL3YyYmV0YS97bmFtZT1jb25mZXJl",
- "bmNlUmVjb3Jkcy8qL3BhcnRpY2lwYW50cy8qL3BhcnRpY2lwYW50U2Vzc2lv",
- "bnMvKn0S5gEKF0xpc3RQYXJ0aWNpcGFudFNlc3Npb25zEjcuZ29vZ2xlLmFw",
- "cHMubWVldC52MmJldGEuTGlzdFBhcnRpY2lwYW50U2Vzc2lvbnNSZXF1ZXN0",
- "GjguZ29vZ2xlLmFwcHMubWVldC52MmJldGEuTGlzdFBhcnRpY2lwYW50U2Vz",
- "c2lvbnNSZXNwb25zZSJY2kEGcGFyZW50gtPkkwJJEkcvdjJiZXRhL3twYXJl",
- "bnQ9Y29uZmVyZW5jZVJlY29yZHMvKi9wYXJ0aWNpcGFudHMvKn0vcGFydGlj",
- "aXBhbnRTZXNzaW9ucxKgAQoMR2V0UmVjb3JkaW5nEiwuZ29vZ2xlLmFwcHMu",
- "bWVldC52MmJldGEuR2V0UmVjb3JkaW5nUmVxdWVzdBoiLmdvb2dsZS5hcHBz",
- "Lm1lZXQudjJiZXRhLlJlY29yZGluZyI+2kEEbmFtZYLT5JMCMRIvL3YyYmV0",
- "YS97bmFtZT1jb25mZXJlbmNlUmVjb3Jkcy8qL3JlY29yZGluZ3MvKn0SswEK",
- "Dkxpc3RSZWNvcmRpbmdzEi4uZ29vZ2xlLmFwcHMubWVldC52MmJldGEuTGlz",
- "dFJlY29yZGluZ3NSZXF1ZXN0Gi8uZ29vZ2xlLmFwcHMubWVldC52MmJldGEu",
- "TGlzdFJlY29yZGluZ3NSZXNwb25zZSJA2kEGcGFyZW50gtPkkwIxEi8vdjJi",
- "ZXRhL3twYXJlbnQ9Y29uZmVyZW5jZVJlY29yZHMvKn0vcmVjb3JkaW5ncxKk",
- "AQoNR2V0VHJhbnNjcmlwdBItLmdvb2dsZS5hcHBzLm1lZXQudjJiZXRhLkdl",
- "dFRyYW5zY3JpcHRSZXF1ZXN0GiMuZ29vZ2xlLmFwcHMubWVldC52MmJldGEu",
- "VHJhbnNjcmlwdCI/2kEEbmFtZYLT5JMCMhIwL3YyYmV0YS97bmFtZT1jb25m",
- "ZXJlbmNlUmVjb3Jkcy8qL3RyYW5zY3JpcHRzLyp9ErcBCg9MaXN0VHJhbnNj",
- "cmlwdHMSLy5nb29nbGUuYXBwcy5tZWV0LnYyYmV0YS5MaXN0VHJhbnNjcmlw",
- "dHNSZXF1ZXN0GjAuZ29vZ2xlLmFwcHMubWVldC52MmJldGEuTGlzdFRyYW5z",
- "Y3JpcHRzUmVzcG9uc2UiQdpBBnBhcmVudILT5JMCMhIwL3YyYmV0YS97cGFy",
- "ZW50PWNvbmZlcmVuY2VSZWNvcmRzLyp9L3RyYW5zY3JpcHRzEr0BChJHZXRU",
- "cmFuc2NyaXB0RW50cnkSMi5nb29nbGUuYXBwcy5tZWV0LnYyYmV0YS5HZXRU",
- "cmFuc2NyaXB0RW50cnlSZXF1ZXN0GiguZ29vZ2xlLmFwcHMubWVldC52MmJl",
- "dGEuVHJhbnNjcmlwdEVudHJ5IknaQQRuYW1lgtPkkwI8EjovdjJiZXRhL3tu",
- "YW1lPWNvbmZlcmVuY2VSZWNvcmRzLyovdHJhbnNjcmlwdHMvKi9lbnRyaWVz",
- "Lyp9EtMBChVMaXN0VHJhbnNjcmlwdEVudHJpZXMSNS5nb29nbGUuYXBwcy5t",
- "ZWV0LnYyYmV0YS5MaXN0VHJhbnNjcmlwdEVudHJpZXNSZXF1ZXN0GjYuZ29v",
- "Z2xlLmFwcHMubWVldC52MmJldGEuTGlzdFRyYW5zY3JpcHRFbnRyaWVzUmVz",
- "cG9uc2UiS9pBBnBhcmVudILT5JMCPBI6L3YyYmV0YS97cGFyZW50PWNvbmZl",
- "cmVuY2VSZWNvcmRzLyovdHJhbnNjcmlwdHMvKn0vZW50cmllcxoWykETbWVl",
- "dC5nb29nbGVhcGlzLmNvbUK1AQobY29tLmdvb2dsZS5hcHBzLm1lZXQudjJi",
- "ZXRhQgxTZXJ2aWNlUHJvdG9QAVo1Y2xvdWQuZ29vZ2xlLmNvbS9nby9hcHBz",
- "L21lZXQvYXBpdjJiZXRhL21lZXRwYjttZWV0cGKqAhdHb29nbGUuQXBwcy5N",
- "ZWV0LlYyQmV0YcoCF0dvb2dsZVxBcHBzXE1lZXRcVjJiZXRh6gIaR29vZ2xl",
- "OjpBcHBzOjpNZWV0OjpWMmJldGFiBnByb3RvMw=="));
+ "GAEgASgJQiHgQQL6QRsKGW1lZXQuZ29vZ2xlYXBpcy5jb20vU3BhY2UifwoT",
+ "Q3JlYXRlTWVtYmVyUmVxdWVzdBIyCgZwYXJlbnQYASABKAlCIuBBAvpBHBIa",
+ "bWVldC5nb29nbGVhcGlzLmNvbS9NZW1iZXISNAoGbWVtYmVyGAIgASgLMh8u",
+ "Z29vZ2xlLmFwcHMubWVldC52MmJldGEuTWVtYmVyQgPgQQIiRAoQR2V0TWVt",
+ "YmVyUmVxdWVzdBIwCgRuYW1lGAEgASgJQiLgQQL6QRwKGm1lZXQuZ29vZ2xl",
+ "YXBpcy5jb20vTWVtYmVyInkKEkxpc3RNZW1iZXJzUmVxdWVzdBIyCgZwYXJl",
+ "bnQYASABKAlCIuBBAvpBHBIabWVldC5nb29nbGVhcGlzLmNvbS9NZW1iZXIS",
+ "FgoJcGFnZV9zaXplGAIgASgFQgPgQQESFwoKcGFnZV90b2tlbhgDIAEoCUID",
+ "4EEBImAKE0xpc3RNZW1iZXJzUmVzcG9uc2USMAoHbWVtYmVycxgBIAMoCzIf",
+ "Lmdvb2dsZS5hcHBzLm1lZXQudjJiZXRhLk1lbWJlchIXCg9uZXh0X3BhZ2Vf",
+ "dG9rZW4YAiABKAkiRwoTRGVsZXRlTWVtYmVyUmVxdWVzdBIwCgRuYW1lGAEg",
+ "ASgJQiLgQQL6QRwKGm1lZXQuZ29vZ2xlYXBpcy5jb20vTWVtYmVyIlgKGkdl",
+ "dENvbmZlcmVuY2VSZWNvcmRSZXF1ZXN0EjoKBG5hbWUYASABKAlCLOBBAvpB",
+ "JgokbWVldC5nb29nbGVhcGlzLmNvbS9Db25mZXJlbmNlUmVjb3JkImQKHExp",
+ "c3RDb25mZXJlbmNlUmVjb3Jkc1JlcXVlc3QSFgoJcGFnZV9zaXplGAEgASgF",
+ "QgPgQQESFwoKcGFnZV90b2tlbhgCIAEoCUID4EEBEhMKBmZpbHRlchgDIAEo",
+ "CUID4EEBIn8KHUxpc3RDb25mZXJlbmNlUmVjb3Jkc1Jlc3BvbnNlEkUKEmNv",
+ "bmZlcmVuY2VfcmVjb3JkcxgBIAMoCzIpLmdvb2dsZS5hcHBzLm1lZXQudjJi",
+ "ZXRhLkNvbmZlcmVuY2VSZWNvcmQSFwoPbmV4dF9wYWdlX3Rva2VuGAIgASgJ",
+ "Ik4KFUdldFBhcnRpY2lwYW50UmVxdWVzdBI1CgRuYW1lGAEgASgJQifgQQL6",
+ "QSEKH21lZXQuZ29vZ2xlYXBpcy5jb20vUGFydGljaXBhbnQijgEKF0xpc3RQ",
+ "YXJ0aWNpcGFudHNSZXF1ZXN0EjcKBnBhcmVudBgBIAEoCUIn4EEC+kEhEh9t",
+ "ZWV0Lmdvb2dsZWFwaXMuY29tL1BhcnRpY2lwYW50EhEKCXBhZ2Vfc2l6ZRgC",
+ "IAEoBRISCgpwYWdlX3Rva2VuGAMgASgJEhMKBmZpbHRlchgEIAEoCUID4EEB",
+ "IoMBChhMaXN0UGFydGljaXBhbnRzUmVzcG9uc2USOgoMcGFydGljaXBhbnRz",
+ "GAEgAygLMiQuZ29vZ2xlLmFwcHMubWVldC52MmJldGEuUGFydGljaXBhbnQS",
+ "FwoPbmV4dF9wYWdlX3Rva2VuGAIgASgJEhIKCnRvdGFsX3NpemUYAyABKAUi",
+ "XAocR2V0UGFydGljaXBhbnRTZXNzaW9uUmVxdWVzdBI8CgRuYW1lGAEgASgJ",
+ "Qi7gQQL6QSgKJm1lZXQuZ29vZ2xlYXBpcy5jb20vUGFydGljaXBhbnRTZXNz",
+ "aW9uIqYBCh5MaXN0UGFydGljaXBhbnRTZXNzaW9uc1JlcXVlc3QSPgoGcGFy",
+ "ZW50GAEgASgJQi7gQQL6QSgSJm1lZXQuZ29vZ2xlYXBpcy5jb20vUGFydGlj",
+ "aXBhbnRTZXNzaW9uEhYKCXBhZ2Vfc2l6ZRgCIAEoBUID4EEBEhcKCnBhZ2Vf",
+ "dG9rZW4YAyABKAlCA+BBARITCgZmaWx0ZXIYBCABKAlCA+BBASKFAQofTGlz",
+ "dFBhcnRpY2lwYW50U2Vzc2lvbnNSZXNwb25zZRJJChRwYXJ0aWNpcGFudF9z",
+ "ZXNzaW9ucxgBIAMoCzIrLmdvb2dsZS5hcHBzLm1lZXQudjJiZXRhLlBhcnRp",
+ "Y2lwYW50U2Vzc2lvbhIXCg9uZXh0X3BhZ2VfdG9rZW4YAiABKAkiSgoTR2V0",
+ "UmVjb3JkaW5nUmVxdWVzdBIzCgRuYW1lGAEgASgJQiXgQQL6QR8KHW1lZXQu",
+ "Z29vZ2xlYXBpcy5jb20vUmVjb3JkaW5nInUKFUxpc3RSZWNvcmRpbmdzUmVx",
+ "dWVzdBI1CgZwYXJlbnQYASABKAlCJeBBAvpBHxIdbWVldC5nb29nbGVhcGlz",
+ "LmNvbS9SZWNvcmRpbmcSEQoJcGFnZV9zaXplGAIgASgFEhIKCnBhZ2VfdG9r",
+ "ZW4YAyABKAkiaQoWTGlzdFJlY29yZGluZ3NSZXNwb25zZRI2CgpyZWNvcmRp",
+ "bmdzGAEgAygLMiIuZ29vZ2xlLmFwcHMubWVldC52MmJldGEuUmVjb3JkaW5n",
+ "EhcKD25leHRfcGFnZV90b2tlbhgCIAEoCSJMChRHZXRUcmFuc2NyaXB0UmVx",
+ "dWVzdBI0CgRuYW1lGAEgASgJQibgQQL6QSAKHm1lZXQuZ29vZ2xlYXBpcy5j",
+ "b20vVHJhbnNjcmlwdCJ3ChZMaXN0VHJhbnNjcmlwdHNSZXF1ZXN0EjYKBnBh",
+ "cmVudBgBIAEoCUIm4EEC+kEgEh5tZWV0Lmdvb2dsZWFwaXMuY29tL1RyYW5z",
+ "Y3JpcHQSEQoJcGFnZV9zaXplGAIgASgFEhIKCnBhZ2VfdG9rZW4YAyABKAki",
+ "bAoXTGlzdFRyYW5zY3JpcHRzUmVzcG9uc2USOAoLdHJhbnNjcmlwdHMYASAD",
+ "KAsyIy5nb29nbGUuYXBwcy5tZWV0LnYyYmV0YS5UcmFuc2NyaXB0EhcKD25l",
+ "eHRfcGFnZV90b2tlbhgCIAEoCSJWChlHZXRUcmFuc2NyaXB0RW50cnlSZXF1",
+ "ZXN0EjkKBG5hbWUYASABKAlCK+BBAvpBJQojbWVldC5nb29nbGVhcGlzLmNv",
+ "bS9UcmFuc2NyaXB0RW50cnkiggEKHExpc3RUcmFuc2NyaXB0RW50cmllc1Jl",
+ "cXVlc3QSOwoGcGFyZW50GAEgASgJQivgQQL6QSUSI21lZXQuZ29vZ2xlYXBp",
+ "cy5jb20vVHJhbnNjcmlwdEVudHJ5EhEKCXBhZ2Vfc2l6ZRgCIAEoBRISCgpw",
+ "YWdlX3Rva2VuGAMgASgJIn4KHUxpc3RUcmFuc2NyaXB0RW50cmllc1Jlc3Bv",
+ "bnNlEkQKEnRyYW5zY3JpcHRfZW50cmllcxgBIAMoCzIoLmdvb2dsZS5hcHBz",
+ "Lm1lZXQudjJiZXRhLlRyYW5zY3JpcHRFbnRyeRIXCg9uZXh0X3BhZ2VfdG9r",
+ "ZW4YAiABKAky7goKDVNwYWNlc1NlcnZpY2USgQEKC0NyZWF0ZVNwYWNlEisu",
+ "Z29vZ2xlLmFwcHMubWVldC52MmJldGEuQ3JlYXRlU3BhY2VSZXF1ZXN0Gh4u",
+ "Z29vZ2xlLmFwcHMubWVldC52MmJldGEuU3BhY2UiJdpBBXNwYWNlgtPkkwIX",
+ "Ig4vdjJiZXRhL3NwYWNlczoFc3BhY2USfAoIR2V0U3BhY2USKC5nb29nbGUu",
+ "YXBwcy5tZWV0LnYyYmV0YS5HZXRTcGFjZVJlcXVlc3QaHi5nb29nbGUuYXBw",
+ "cy5tZWV0LnYyYmV0YS5TcGFjZSIm2kEEbmFtZYLT5JMCGRIXL3YyYmV0YS97",
+ "bmFtZT1zcGFjZXMvKn0SnAEKC1VwZGF0ZVNwYWNlEisuZ29vZ2xlLmFwcHMu",
+ "bWVldC52MmJldGEuVXBkYXRlU3BhY2VSZXF1ZXN0Gh4uZ29vZ2xlLmFwcHMu",
+ "bWVldC52MmJldGEuU3BhY2UiQNpBEXNwYWNlLHVwZGF0ZV9tYXNrgtPkkwIm",
+ "Mh0vdjJiZXRhL3tzcGFjZS5uYW1lPXNwYWNlcy8qfToFc3BhY2USoQEKE0Vu",
+ "ZEFjdGl2ZUNvbmZlcmVuY2USMy5nb29nbGUuYXBwcy5tZWV0LnYyYmV0YS5F",
+ "bmRBY3RpdmVDb25mZXJlbmNlUmVxdWVzdBoWLmdvb2dsZS5wcm90b2J1Zi5F",
+ "bXB0eSI92kEEbmFtZYLT5JMCMCIrL3YyYmV0YS97bmFtZT1zcGFjZXMvKn06",
+ "ZW5kQWN0aXZlQ29uZmVyZW5jZToBKhKgAQoMQ3JlYXRlTWVtYmVyEiwuZ29v",
+ "Z2xlLmFwcHMubWVldC52MmJldGEuQ3JlYXRlTWVtYmVyUmVxdWVzdBofLmdv",
+ "b2dsZS5hcHBzLm1lZXQudjJiZXRhLk1lbWJlciJB2kENcGFyZW50LG1lbWJl",
+ "coLT5JMCKyIhL3YyYmV0YS97cGFyZW50PXNwYWNlcy8qfS9tZW1iZXJzOgZt",
+ "ZW1iZXISiQEKCUdldE1lbWJlchIpLmdvb2dsZS5hcHBzLm1lZXQudjJiZXRh",
+ "LkdldE1lbWJlclJlcXVlc3QaHy5nb29nbGUuYXBwcy5tZWV0LnYyYmV0YS5N",
+ "ZW1iZXIiMNpBBG5hbWWC0+STAiMSIS92MmJldGEve25hbWU9c3BhY2VzLyov",
+ "bWVtYmVycy8qfRKcAQoLTGlzdE1lbWJlcnMSKy5nb29nbGUuYXBwcy5tZWV0",
+ "LnYyYmV0YS5MaXN0TWVtYmVyc1JlcXVlc3QaLC5nb29nbGUuYXBwcy5tZWV0",
+ "LnYyYmV0YS5MaXN0TWVtYmVyc1Jlc3BvbnNlIjLaQQZwYXJlbnSC0+STAiMS",
+ "IS92MmJldGEve3BhcmVudD1zcGFjZXMvKn0vbWVtYmVycxKGAQoMRGVsZXRl",
+ "TWVtYmVyEiwuZ29vZ2xlLmFwcHMubWVldC52MmJldGEuRGVsZXRlTWVtYmVy",
+ "UmVxdWVzdBoWLmdvb2dsZS5wcm90b2J1Zi5FbXB0eSIw2kEEbmFtZYLT5JMC",
+ "IyohL3YyYmV0YS97bmFtZT1zcGFjZXMvKi9tZW1iZXJzLyp9GsABykETbWVl",
+ "dC5nb29nbGVhcGlzLmNvbdJBpgFodHRwczovL3d3dy5nb29nbGVhcGlzLmNv",
+ "bS9hdXRoL21lZXRpbmdzLnNwYWNlLmNyZWF0ZWQsaHR0cHM6Ly93d3cuZ29v",
+ "Z2xlYXBpcy5jb20vYXV0aC9tZWV0aW5ncy5zcGFjZS5yZWFkb25seSxodHRw",
+ "czovL3d3dy5nb29nbGVhcGlzLmNvbS9hdXRoL21lZXRpbmdzLnNwYWNlLnNl",
+ "dHRpbmdzMvMSChhDb25mZXJlbmNlUmVjb3Jkc1NlcnZpY2USqAEKE0dldENv",
+ "bmZlcmVuY2VSZWNvcmQSMy5nb29nbGUuYXBwcy5tZWV0LnYyYmV0YS5HZXRD",
+ "b25mZXJlbmNlUmVjb3JkUmVxdWVzdBopLmdvb2dsZS5hcHBzLm1lZXQudjJi",
+ "ZXRhLkNvbmZlcmVuY2VSZWNvcmQiMdpBBG5hbWWC0+STAiQSIi92MmJldGEv",
+ "e25hbWU9Y29uZmVyZW5jZVJlY29yZHMvKn0SqQEKFUxpc3RDb25mZXJlbmNl",
+ "UmVjb3JkcxI1Lmdvb2dsZS5hcHBzLm1lZXQudjJiZXRhLkxpc3RDb25mZXJl",
+ "bmNlUmVjb3Jkc1JlcXVlc3QaNi5nb29nbGUuYXBwcy5tZWV0LnYyYmV0YS5M",
+ "aXN0Q29uZmVyZW5jZVJlY29yZHNSZXNwb25zZSIhgtPkkwIbEhkvdjJiZXRh",
+ "L2NvbmZlcmVuY2VSZWNvcmRzEqgBCg5HZXRQYXJ0aWNpcGFudBIuLmdvb2ds",
+ "ZS5hcHBzLm1lZXQudjJiZXRhLkdldFBhcnRpY2lwYW50UmVxdWVzdBokLmdv",
+ "b2dsZS5hcHBzLm1lZXQudjJiZXRhLlBhcnRpY2lwYW50IkDaQQRuYW1lgtPk",
+ "kwIzEjEvdjJiZXRhL3tuYW1lPWNvbmZlcmVuY2VSZWNvcmRzLyovcGFydGlj",
+ "aXBhbnRzLyp9ErsBChBMaXN0UGFydGljaXBhbnRzEjAuZ29vZ2xlLmFwcHMu",
+ "bWVldC52MmJldGEuTGlzdFBhcnRpY2lwYW50c1JlcXVlc3QaMS5nb29nbGUu",
+ "YXBwcy5tZWV0LnYyYmV0YS5MaXN0UGFydGljaXBhbnRzUmVzcG9uc2UiQtpB",
+ "BnBhcmVudILT5JMCMxIxL3YyYmV0YS97cGFyZW50PWNvbmZlcmVuY2VSZWNv",
+ "cmRzLyp9L3BhcnRpY2lwYW50cxLTAQoVR2V0UGFydGljaXBhbnRTZXNzaW9u",
+ "EjUuZ29vZ2xlLmFwcHMubWVldC52MmJldGEuR2V0UGFydGljaXBhbnRTZXNz",
+ "aW9uUmVxdWVzdBorLmdvb2dsZS5hcHBzLm1lZXQudjJiZXRhLlBhcnRpY2lw",
+ "YW50U2Vzc2lvbiJW2kEEbmFtZYLT5JMCSRJHL3YyYmV0YS97bmFtZT1jb25m",
+ "ZXJlbmNlUmVjb3Jkcy8qL3BhcnRpY2lwYW50cy8qL3BhcnRpY2lwYW50U2Vz",
+ "c2lvbnMvKn0S5gEKF0xpc3RQYXJ0aWNpcGFudFNlc3Npb25zEjcuZ29vZ2xl",
+ "LmFwcHMubWVldC52MmJldGEuTGlzdFBhcnRpY2lwYW50U2Vzc2lvbnNSZXF1",
+ "ZXN0GjguZ29vZ2xlLmFwcHMubWVldC52MmJldGEuTGlzdFBhcnRpY2lwYW50",
+ "U2Vzc2lvbnNSZXNwb25zZSJY2kEGcGFyZW50gtPkkwJJEkcvdjJiZXRhL3tw",
+ "YXJlbnQ9Y29uZmVyZW5jZVJlY29yZHMvKi9wYXJ0aWNpcGFudHMvKn0vcGFy",
+ "dGljaXBhbnRTZXNzaW9ucxKgAQoMR2V0UmVjb3JkaW5nEiwuZ29vZ2xlLmFw",
+ "cHMubWVldC52MmJldGEuR2V0UmVjb3JkaW5nUmVxdWVzdBoiLmdvb2dsZS5h",
+ "cHBzLm1lZXQudjJiZXRhLlJlY29yZGluZyI+2kEEbmFtZYLT5JMCMRIvL3Yy",
+ "YmV0YS97bmFtZT1jb25mZXJlbmNlUmVjb3Jkcy8qL3JlY29yZGluZ3MvKn0S",
+ "swEKDkxpc3RSZWNvcmRpbmdzEi4uZ29vZ2xlLmFwcHMubWVldC52MmJldGEu",
+ "TGlzdFJlY29yZGluZ3NSZXF1ZXN0Gi8uZ29vZ2xlLmFwcHMubWVldC52MmJl",
+ "dGEuTGlzdFJlY29yZGluZ3NSZXNwb25zZSJA2kEGcGFyZW50gtPkkwIxEi8v",
+ "djJiZXRhL3twYXJlbnQ9Y29uZmVyZW5jZVJlY29yZHMvKn0vcmVjb3JkaW5n",
+ "cxKkAQoNR2V0VHJhbnNjcmlwdBItLmdvb2dsZS5hcHBzLm1lZXQudjJiZXRh",
+ "LkdldFRyYW5zY3JpcHRSZXF1ZXN0GiMuZ29vZ2xlLmFwcHMubWVldC52MmJl",
+ "dGEuVHJhbnNjcmlwdCI/2kEEbmFtZYLT5JMCMhIwL3YyYmV0YS97bmFtZT1j",
+ "b25mZXJlbmNlUmVjb3Jkcy8qL3RyYW5zY3JpcHRzLyp9ErcBCg9MaXN0VHJh",
+ "bnNjcmlwdHMSLy5nb29nbGUuYXBwcy5tZWV0LnYyYmV0YS5MaXN0VHJhbnNj",
+ "cmlwdHNSZXF1ZXN0GjAuZ29vZ2xlLmFwcHMubWVldC52MmJldGEuTGlzdFRy",
+ "YW5zY3JpcHRzUmVzcG9uc2UiQdpBBnBhcmVudILT5JMCMhIwL3YyYmV0YS97",
+ "cGFyZW50PWNvbmZlcmVuY2VSZWNvcmRzLyp9L3RyYW5zY3JpcHRzEr0BChJH",
+ "ZXRUcmFuc2NyaXB0RW50cnkSMi5nb29nbGUuYXBwcy5tZWV0LnYyYmV0YS5H",
+ "ZXRUcmFuc2NyaXB0RW50cnlSZXF1ZXN0GiguZ29vZ2xlLmFwcHMubWVldC52",
+ "MmJldGEuVHJhbnNjcmlwdEVudHJ5IknaQQRuYW1lgtPkkwI8EjovdjJiZXRh",
+ "L3tuYW1lPWNvbmZlcmVuY2VSZWNvcmRzLyovdHJhbnNjcmlwdHMvKi9lbnRy",
+ "aWVzLyp9EtMBChVMaXN0VHJhbnNjcmlwdEVudHJpZXMSNS5nb29nbGUuYXBw",
+ "cy5tZWV0LnYyYmV0YS5MaXN0VHJhbnNjcmlwdEVudHJpZXNSZXF1ZXN0GjYu",
+ "Z29vZ2xlLmFwcHMubWVldC52MmJldGEuTGlzdFRyYW5zY3JpcHRFbnRyaWVz",
+ "UmVzcG9uc2UiS9pBBnBhcmVudILT5JMCPBI6L3YyYmV0YS97cGFyZW50PWNv",
+ "bmZlcmVuY2VSZWNvcmRzLyovdHJhbnNjcmlwdHMvKn0vZW50cmllcxqHAcpB",
+ "E21lZXQuZ29vZ2xlYXBpcy5jb23SQW5odHRwczovL3d3dy5nb29nbGVhcGlz",
+ "LmNvbS9hdXRoL21lZXRpbmdzLnNwYWNlLmNyZWF0ZWQsaHR0cHM6Ly93d3cu",
+ "Z29vZ2xlYXBpcy5jb20vYXV0aC9tZWV0aW5ncy5zcGFjZS5yZWFkb25seUK1",
+ "AQobY29tLmdvb2dsZS5hcHBzLm1lZXQudjJiZXRhQgxTZXJ2aWNlUHJvdG9Q",
+ "AVo1Y2xvdWQuZ29vZ2xlLmNvbS9nby9hcHBzL21lZXQvYXBpdjJiZXRhL21l",
+ "ZXRwYjttZWV0cGKqAhdHb29nbGUuQXBwcy5NZWV0LlYyQmV0YcoCF0dvb2ds",
+ "ZVxBcHBzXE1lZXRcVjJiZXRh6gIaR29vZ2xlOjpBcHBzOjpNZWV0OjpWMmJl",
+ "dGFiBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::Google.Api.AnnotationsReflection.Descriptor, global::Google.Api.ClientReflection.Descriptor, global::Google.Api.FieldBehaviorReflection.Descriptor, global::Google.Api.ResourceReflection.Descriptor, global::Google.Apps.Meet.V2Beta.ResourceReflection.Descriptor, global::Google.Protobuf.WellKnownTypes.EmptyReflection.Descriptor, global::Google.Protobuf.WellKnownTypes.FieldMaskReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
@@ -160,6 +191,11 @@ static ServiceReflection() {
new pbr::GeneratedClrTypeInfo(typeof(global::Google.Apps.Meet.V2Beta.GetSpaceRequest), global::Google.Apps.Meet.V2Beta.GetSpaceRequest.Parser, new[]{ "Name" }, null, null, null, null),
new pbr::GeneratedClrTypeInfo(typeof(global::Google.Apps.Meet.V2Beta.UpdateSpaceRequest), global::Google.Apps.Meet.V2Beta.UpdateSpaceRequest.Parser, new[]{ "Space", "UpdateMask" }, null, null, null, null),
new pbr::GeneratedClrTypeInfo(typeof(global::Google.Apps.Meet.V2Beta.EndActiveConferenceRequest), global::Google.Apps.Meet.V2Beta.EndActiveConferenceRequest.Parser, new[]{ "Name" }, null, null, null, null),
+ new pbr::GeneratedClrTypeInfo(typeof(global::Google.Apps.Meet.V2Beta.CreateMemberRequest), global::Google.Apps.Meet.V2Beta.CreateMemberRequest.Parser, new[]{ "Parent", "Member" }, null, null, null, null),
+ new pbr::GeneratedClrTypeInfo(typeof(global::Google.Apps.Meet.V2Beta.GetMemberRequest), global::Google.Apps.Meet.V2Beta.GetMemberRequest.Parser, new[]{ "Name" }, null, null, null, null),
+ new pbr::GeneratedClrTypeInfo(typeof(global::Google.Apps.Meet.V2Beta.ListMembersRequest), global::Google.Apps.Meet.V2Beta.ListMembersRequest.Parser, new[]{ "Parent", "PageSize", "PageToken" }, null, null, null, null),
+ new pbr::GeneratedClrTypeInfo(typeof(global::Google.Apps.Meet.V2Beta.ListMembersResponse), global::Google.Apps.Meet.V2Beta.ListMembersResponse.Parser, new[]{ "Members", "NextPageToken" }, null, null, null, null),
+ new pbr::GeneratedClrTypeInfo(typeof(global::Google.Apps.Meet.V2Beta.DeleteMemberRequest), global::Google.Apps.Meet.V2Beta.DeleteMemberRequest.Parser, new[]{ "Name" }, null, null, null, null),
new pbr::GeneratedClrTypeInfo(typeof(global::Google.Apps.Meet.V2Beta.GetConferenceRecordRequest), global::Google.Apps.Meet.V2Beta.GetConferenceRecordRequest.Parser, new[]{ "Name" }, null, null, null, null),
new pbr::GeneratedClrTypeInfo(typeof(global::Google.Apps.Meet.V2Beta.ListConferenceRecordsRequest), global::Google.Apps.Meet.V2Beta.ListConferenceRecordsRequest.Parser, new[]{ "PageSize", "PageToken", "Filter" }, null, null, null, null),
new pbr::GeneratedClrTypeInfo(typeof(global::Google.Apps.Meet.V2Beta.ListConferenceRecordsResponse), global::Google.Apps.Meet.V2Beta.ListConferenceRecordsResponse.Parser, new[]{ "ConferenceRecords", "NextPageToken" }, null, null, null, null),
@@ -443,32 +479,1187 @@ public GetSpaceRequest Clone() {
private string name_ = "";
///
/// Required. Resource name of the space.
+ ///
+ /// Format: `spaces/{space}` or `spaces/{meetingCode}`.
+ ///
+ /// `{space}` is the resource identifier for the space. It's a unique,
+ /// server-generated ID and is case sensitive. For example, `jQCFfuBOdN5z`.
+ ///
+ /// `{meetingCode}` is an alias for the space. It's a typeable, unique
+ /// character string and is non-case sensitive. For example, `abc-mnop-xyz`.
+ /// The maximum length is 128 characters.
+ ///
+ /// A `meetingCode` shouldn't be stored long term as it can become
+ /// dissociated from a meeting space and can be reused for different meeting
+ /// spaces in the future. Generally, a `meetingCode` expires 365 days after
+ /// last use. For more information, see [Learn about meeting codes in Google
+ /// Meet](https://support.google.com/meet/answer/10710509).
+ ///
+ /// For more information, see [How Meet identifies a meeting
+ /// space](https://developers.google.com/meet/api/guides/meeting-spaces#identify-meeting-space).
+ ///
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public string Name {
+ get { return name_; }
+ set {
+ name_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public override bool Equals(object other) {
+ return Equals(other as GetSpaceRequest);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public bool Equals(GetSpaceRequest other) {
+ if (ReferenceEquals(other, null)) {
+ return false;
+ }
+ if (ReferenceEquals(other, this)) {
+ return true;
+ }
+ if (Name != other.Name) return false;
+ return Equals(_unknownFields, other._unknownFields);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public override int GetHashCode() {
+ int hash = 1;
+ if (Name.Length != 0) hash ^= Name.GetHashCode();
+ if (_unknownFields != null) {
+ hash ^= _unknownFields.GetHashCode();
+ }
+ return hash;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public override string ToString() {
+ return pb::JsonFormatter.ToDiagnosticString(this);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public void WriteTo(pb::CodedOutputStream output) {
+ #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
+ output.WriteRawMessage(this);
+ #else
+ if (Name.Length != 0) {
+ output.WriteRawTag(10);
+ output.WriteString(Name);
+ }
+ if (_unknownFields != null) {
+ _unknownFields.WriteTo(output);
+ }
+ #endif
+ }
+
+ #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
+ if (Name.Length != 0) {
+ output.WriteRawTag(10);
+ output.WriteString(Name);
+ }
+ if (_unknownFields != null) {
+ _unknownFields.WriteTo(ref output);
+ }
+ }
+ #endif
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public int CalculateSize() {
+ int size = 0;
+ if (Name.Length != 0) {
+ size += 1 + pb::CodedOutputStream.ComputeStringSize(Name);
+ }
+ if (_unknownFields != null) {
+ size += _unknownFields.CalculateSize();
+ }
+ return size;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public void MergeFrom(GetSpaceRequest other) {
+ if (other == null) {
+ return;
+ }
+ if (other.Name.Length != 0) {
+ Name = other.Name;
+ }
+ _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public void MergeFrom(pb::CodedInputStream input) {
+ #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
+ input.ReadRawMessage(this);
+ #else
+ uint tag;
+ while ((tag = input.ReadTag()) != 0) {
+ switch(tag) {
+ default:
+ _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
+ break;
+ case 10: {
+ Name = input.ReadString();
+ break;
+ }
+ }
+ }
+ #endif
+ }
+
+ #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
+ uint tag;
+ while ((tag = input.ReadTag()) != 0) {
+ switch(tag) {
+ default:
+ _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
+ break;
+ case 10: {
+ Name = input.ReadString();
+ break;
+ }
+ }
+ }
+ }
+ #endif
+
+ }
+
+ ///
+ /// Request to update a space.
+ ///
+ [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
+ public sealed partial class UpdateSpaceRequest : pb::IMessage
+ #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
+ , pb::IBufferMessage
+ #endif
+ {
+ private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new UpdateSpaceRequest());
+ private pb::UnknownFieldSet _unknownFields;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public static pb::MessageParser Parser { get { return _parser; } }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public static pbr::MessageDescriptor Descriptor {
+ get { return global::Google.Apps.Meet.V2Beta.ServiceReflection.Descriptor.MessageTypes[2]; }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ pbr::MessageDescriptor pb::IMessage.Descriptor {
+ get { return Descriptor; }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public UpdateSpaceRequest() {
+ OnConstruction();
+ }
+
+ partial void OnConstruction();
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public UpdateSpaceRequest(UpdateSpaceRequest other) : this() {
+ space_ = other.space_ != null ? other.space_.Clone() : null;
+ updateMask_ = other.updateMask_ != null ? other.updateMask_.Clone() : null;
+ _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public UpdateSpaceRequest Clone() {
+ return new UpdateSpaceRequest(this);
+ }
+
+ /// Field number for the "space" field.
+ public const int SpaceFieldNumber = 1;
+ private global::Google.Apps.Meet.V2Beta.Space space_;
+ ///
+ /// Required. Space to be updated.
+ ///
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public global::Google.Apps.Meet.V2Beta.Space Space {
+ get { return space_; }
+ set {
+ space_ = value;
+ }
+ }
+
+ /// Field number for the "update_mask" field.
+ public const int UpdateMaskFieldNumber = 2;
+ private global::Google.Protobuf.WellKnownTypes.FieldMask updateMask_;
+ ///
+ /// Optional. Field mask used to specify the fields to be updated in the space.
+ /// If update_mask isn't provided(not set, set with empty paths, or only has ""
+ /// as paths), it defaults to update all fields provided with values in the
+ /// request.
+ /// Using "*" as update_mask will update all fields, including deleting fields
+ /// not set in the request.
+ ///
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public global::Google.Protobuf.WellKnownTypes.FieldMask UpdateMask {
+ get { return updateMask_; }
+ set {
+ updateMask_ = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public override bool Equals(object other) {
+ return Equals(other as UpdateSpaceRequest);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public bool Equals(UpdateSpaceRequest other) {
+ if (ReferenceEquals(other, null)) {
+ return false;
+ }
+ if (ReferenceEquals(other, this)) {
+ return true;
+ }
+ if (!object.Equals(Space, other.Space)) return false;
+ if (!object.Equals(UpdateMask, other.UpdateMask)) return false;
+ return Equals(_unknownFields, other._unknownFields);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public override int GetHashCode() {
+ int hash = 1;
+ if (space_ != null) hash ^= Space.GetHashCode();
+ if (updateMask_ != null) hash ^= UpdateMask.GetHashCode();
+ if (_unknownFields != null) {
+ hash ^= _unknownFields.GetHashCode();
+ }
+ return hash;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public override string ToString() {
+ return pb::JsonFormatter.ToDiagnosticString(this);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public void WriteTo(pb::CodedOutputStream output) {
+ #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
+ output.WriteRawMessage(this);
+ #else
+ if (space_ != null) {
+ output.WriteRawTag(10);
+ output.WriteMessage(Space);
+ }
+ if (updateMask_ != null) {
+ output.WriteRawTag(18);
+ output.WriteMessage(UpdateMask);
+ }
+ if (_unknownFields != null) {
+ _unknownFields.WriteTo(output);
+ }
+ #endif
+ }
+
+ #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
+ if (space_ != null) {
+ output.WriteRawTag(10);
+ output.WriteMessage(Space);
+ }
+ if (updateMask_ != null) {
+ output.WriteRawTag(18);
+ output.WriteMessage(UpdateMask);
+ }
+ if (_unknownFields != null) {
+ _unknownFields.WriteTo(ref output);
+ }
+ }
+ #endif
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public int CalculateSize() {
+ int size = 0;
+ if (space_ != null) {
+ size += 1 + pb::CodedOutputStream.ComputeMessageSize(Space);
+ }
+ if (updateMask_ != null) {
+ size += 1 + pb::CodedOutputStream.ComputeMessageSize(UpdateMask);
+ }
+ if (_unknownFields != null) {
+ size += _unknownFields.CalculateSize();
+ }
+ return size;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public void MergeFrom(UpdateSpaceRequest other) {
+ if (other == null) {
+ return;
+ }
+ if (other.space_ != null) {
+ if (space_ == null) {
+ Space = new global::Google.Apps.Meet.V2Beta.Space();
+ }
+ Space.MergeFrom(other.Space);
+ }
+ if (other.updateMask_ != null) {
+ if (updateMask_ == null) {
+ UpdateMask = new global::Google.Protobuf.WellKnownTypes.FieldMask();
+ }
+ UpdateMask.MergeFrom(other.UpdateMask);
+ }
+ _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public void MergeFrom(pb::CodedInputStream input) {
+ #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
+ input.ReadRawMessage(this);
+ #else
+ uint tag;
+ while ((tag = input.ReadTag()) != 0) {
+ switch(tag) {
+ default:
+ _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
+ break;
+ case 10: {
+ if (space_ == null) {
+ Space = new global::Google.Apps.Meet.V2Beta.Space();
+ }
+ input.ReadMessage(Space);
+ break;
+ }
+ case 18: {
+ if (updateMask_ == null) {
+ UpdateMask = new global::Google.Protobuf.WellKnownTypes.FieldMask();
+ }
+ input.ReadMessage(UpdateMask);
+ break;
+ }
+ }
+ }
+ #endif
+ }
+
+ #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
+ uint tag;
+ while ((tag = input.ReadTag()) != 0) {
+ switch(tag) {
+ default:
+ _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
+ break;
+ case 10: {
+ if (space_ == null) {
+ Space = new global::Google.Apps.Meet.V2Beta.Space();
+ }
+ input.ReadMessage(Space);
+ break;
+ }
+ case 18: {
+ if (updateMask_ == null) {
+ UpdateMask = new global::Google.Protobuf.WellKnownTypes.FieldMask();
+ }
+ input.ReadMessage(UpdateMask);
+ break;
+ }
+ }
+ }
+ }
+ #endif
+
+ }
+
+ ///
+ /// Request to end an ongoing conference of a space.
+ ///
+ [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
+ public sealed partial class EndActiveConferenceRequest : pb::IMessage
+ #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
+ , pb::IBufferMessage
+ #endif
+ {
+ private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new EndActiveConferenceRequest());
+ private pb::UnknownFieldSet _unknownFields;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public static pb::MessageParser Parser { get { return _parser; } }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public static pbr::MessageDescriptor Descriptor {
+ get { return global::Google.Apps.Meet.V2Beta.ServiceReflection.Descriptor.MessageTypes[3]; }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ pbr::MessageDescriptor pb::IMessage.Descriptor {
+ get { return Descriptor; }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public EndActiveConferenceRequest() {
+ OnConstruction();
+ }
+
+ partial void OnConstruction();
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public EndActiveConferenceRequest(EndActiveConferenceRequest other) : this() {
+ name_ = other.name_;
+ _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public EndActiveConferenceRequest Clone() {
+ return new EndActiveConferenceRequest(this);
+ }
+
+ /// Field number for the "name" field.
+ public const int NameFieldNumber = 1;
+ private string name_ = "";
+ ///
+ /// Required. Resource name of the space.
+ ///
+ /// Format: `spaces/{space}`.
+ ///
+ /// `{space}` is the resource identifier for the space. It's a unique,
+ /// server-generated ID and is case sensitive. For example, `jQCFfuBOdN5z`.
+ ///
+ /// For more information, see [How Meet identifies a meeting
+ /// space](https://developers.google.com/meet/api/guides/meeting-spaces#identify-meeting-space).
+ ///
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public string Name {
+ get { return name_; }
+ set {
+ name_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public override bool Equals(object other) {
+ return Equals(other as EndActiveConferenceRequest);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public bool Equals(EndActiveConferenceRequest other) {
+ if (ReferenceEquals(other, null)) {
+ return false;
+ }
+ if (ReferenceEquals(other, this)) {
+ return true;
+ }
+ if (Name != other.Name) return false;
+ return Equals(_unknownFields, other._unknownFields);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public override int GetHashCode() {
+ int hash = 1;
+ if (Name.Length != 0) hash ^= Name.GetHashCode();
+ if (_unknownFields != null) {
+ hash ^= _unknownFields.GetHashCode();
+ }
+ return hash;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public override string ToString() {
+ return pb::JsonFormatter.ToDiagnosticString(this);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public void WriteTo(pb::CodedOutputStream output) {
+ #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
+ output.WriteRawMessage(this);
+ #else
+ if (Name.Length != 0) {
+ output.WriteRawTag(10);
+ output.WriteString(Name);
+ }
+ if (_unknownFields != null) {
+ _unknownFields.WriteTo(output);
+ }
+ #endif
+ }
+
+ #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
+ if (Name.Length != 0) {
+ output.WriteRawTag(10);
+ output.WriteString(Name);
+ }
+ if (_unknownFields != null) {
+ _unknownFields.WriteTo(ref output);
+ }
+ }
+ #endif
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public int CalculateSize() {
+ int size = 0;
+ if (Name.Length != 0) {
+ size += 1 + pb::CodedOutputStream.ComputeStringSize(Name);
+ }
+ if (_unknownFields != null) {
+ size += _unknownFields.CalculateSize();
+ }
+ return size;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public void MergeFrom(EndActiveConferenceRequest other) {
+ if (other == null) {
+ return;
+ }
+ if (other.Name.Length != 0) {
+ Name = other.Name;
+ }
+ _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public void MergeFrom(pb::CodedInputStream input) {
+ #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
+ input.ReadRawMessage(this);
+ #else
+ uint tag;
+ while ((tag = input.ReadTag()) != 0) {
+ switch(tag) {
+ default:
+ _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
+ break;
+ case 10: {
+ Name = input.ReadString();
+ break;
+ }
+ }
+ }
+ #endif
+ }
+
+ #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
+ uint tag;
+ while ((tag = input.ReadTag()) != 0) {
+ switch(tag) {
+ default:
+ _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
+ break;
+ case 10: {
+ Name = input.ReadString();
+ break;
+ }
+ }
+ }
+ }
+ #endif
+
+ }
+
+ ///
+ /// Request to create a member for a space.
+ ///
+ [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
+ public sealed partial class CreateMemberRequest : pb::IMessage
+ #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
+ , pb::IBufferMessage
+ #endif
+ {
+ private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CreateMemberRequest());
+ private pb::UnknownFieldSet _unknownFields;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public static pb::MessageParser Parser { get { return _parser; } }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public static pbr::MessageDescriptor Descriptor {
+ get { return global::Google.Apps.Meet.V2Beta.ServiceReflection.Descriptor.MessageTypes[4]; }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ pbr::MessageDescriptor pb::IMessage.Descriptor {
+ get { return Descriptor; }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public CreateMemberRequest() {
+ OnConstruction();
+ }
+
+ partial void OnConstruction();
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public CreateMemberRequest(CreateMemberRequest other) : this() {
+ parent_ = other.parent_;
+ member_ = other.member_ != null ? other.member_.Clone() : null;
+ _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public CreateMemberRequest Clone() {
+ return new CreateMemberRequest(this);
+ }
+
+ /// Field number for the "parent" field.
+ public const int ParentFieldNumber = 1;
+ private string parent_ = "";
+ ///
+ /// Required. Format: spaces/{space}
+ ///
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public string Parent {
+ get { return parent_; }
+ set {
+ parent_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
+ }
+ }
+
+ /// Field number for the "member" field.
+ public const int MemberFieldNumber = 2;
+ private global::Google.Apps.Meet.V2Beta.Member member_;
+ ///
+ /// Required. The member to be created.
+ ///
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public global::Google.Apps.Meet.V2Beta.Member Member {
+ get { return member_; }
+ set {
+ member_ = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public override bool Equals(object other) {
+ return Equals(other as CreateMemberRequest);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public bool Equals(CreateMemberRequest other) {
+ if (ReferenceEquals(other, null)) {
+ return false;
+ }
+ if (ReferenceEquals(other, this)) {
+ return true;
+ }
+ if (Parent != other.Parent) return false;
+ if (!object.Equals(Member, other.Member)) return false;
+ return Equals(_unknownFields, other._unknownFields);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public override int GetHashCode() {
+ int hash = 1;
+ if (Parent.Length != 0) hash ^= Parent.GetHashCode();
+ if (member_ != null) hash ^= Member.GetHashCode();
+ if (_unknownFields != null) {
+ hash ^= _unknownFields.GetHashCode();
+ }
+ return hash;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public override string ToString() {
+ return pb::JsonFormatter.ToDiagnosticString(this);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public void WriteTo(pb::CodedOutputStream output) {
+ #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
+ output.WriteRawMessage(this);
+ #else
+ if (Parent.Length != 0) {
+ output.WriteRawTag(10);
+ output.WriteString(Parent);
+ }
+ if (member_ != null) {
+ output.WriteRawTag(18);
+ output.WriteMessage(Member);
+ }
+ if (_unknownFields != null) {
+ _unknownFields.WriteTo(output);
+ }
+ #endif
+ }
+
+ #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
+ if (Parent.Length != 0) {
+ output.WriteRawTag(10);
+ output.WriteString(Parent);
+ }
+ if (member_ != null) {
+ output.WriteRawTag(18);
+ output.WriteMessage(Member);
+ }
+ if (_unknownFields != null) {
+ _unknownFields.WriteTo(ref output);
+ }
+ }
+ #endif
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public int CalculateSize() {
+ int size = 0;
+ if (Parent.Length != 0) {
+ size += 1 + pb::CodedOutputStream.ComputeStringSize(Parent);
+ }
+ if (member_ != null) {
+ size += 1 + pb::CodedOutputStream.ComputeMessageSize(Member);
+ }
+ if (_unknownFields != null) {
+ size += _unknownFields.CalculateSize();
+ }
+ return size;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public void MergeFrom(CreateMemberRequest other) {
+ if (other == null) {
+ return;
+ }
+ if (other.Parent.Length != 0) {
+ Parent = other.Parent;
+ }
+ if (other.member_ != null) {
+ if (member_ == null) {
+ Member = new global::Google.Apps.Meet.V2Beta.Member();
+ }
+ Member.MergeFrom(other.Member);
+ }
+ _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public void MergeFrom(pb::CodedInputStream input) {
+ #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
+ input.ReadRawMessage(this);
+ #else
+ uint tag;
+ while ((tag = input.ReadTag()) != 0) {
+ switch(tag) {
+ default:
+ _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
+ break;
+ case 10: {
+ Parent = input.ReadString();
+ break;
+ }
+ case 18: {
+ if (member_ == null) {
+ Member = new global::Google.Apps.Meet.V2Beta.Member();
+ }
+ input.ReadMessage(Member);
+ break;
+ }
+ }
+ }
+ #endif
+ }
+
+ #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
+ uint tag;
+ while ((tag = input.ReadTag()) != 0) {
+ switch(tag) {
+ default:
+ _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
+ break;
+ case 10: {
+ Parent = input.ReadString();
+ break;
+ }
+ case 18: {
+ if (member_ == null) {
+ Member = new global::Google.Apps.Meet.V2Beta.Member();
+ }
+ input.ReadMessage(Member);
+ break;
+ }
+ }
+ }
+ }
+ #endif
+
+ }
+
+ ///
+ /// Request to get a member from a space.
+ ///
+ [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
+ public sealed partial class GetMemberRequest : pb::IMessage
+ #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
+ , pb::IBufferMessage
+ #endif
+ {
+ private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new GetMemberRequest());
+ private pb::UnknownFieldSet _unknownFields;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public static pb::MessageParser Parser { get { return _parser; } }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public static pbr::MessageDescriptor Descriptor {
+ get { return global::Google.Apps.Meet.V2Beta.ServiceReflection.Descriptor.MessageTypes[5]; }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ pbr::MessageDescriptor pb::IMessage.Descriptor {
+ get { return Descriptor; }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public GetMemberRequest() {
+ OnConstruction();
+ }
+
+ partial void OnConstruction();
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public GetMemberRequest(GetMemberRequest other) : this() {
+ name_ = other.name_;
+ _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public GetMemberRequest Clone() {
+ return new GetMemberRequest(this);
+ }
+
+ /// Field number for the "name" field.
+ public const int NameFieldNumber = 1;
+ private string name_ = "";
+ ///
+ /// Required. Format: “spaces/{space}/members/{member}”
+ ///
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public string Name {
+ get { return name_; }
+ set {
+ name_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public override bool Equals(object other) {
+ return Equals(other as GetMemberRequest);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public bool Equals(GetMemberRequest other) {
+ if (ReferenceEquals(other, null)) {
+ return false;
+ }
+ if (ReferenceEquals(other, this)) {
+ return true;
+ }
+ if (Name != other.Name) return false;
+ return Equals(_unknownFields, other._unknownFields);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public override int GetHashCode() {
+ int hash = 1;
+ if (Name.Length != 0) hash ^= Name.GetHashCode();
+ if (_unknownFields != null) {
+ hash ^= _unknownFields.GetHashCode();
+ }
+ return hash;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public override string ToString() {
+ return pb::JsonFormatter.ToDiagnosticString(this);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public void WriteTo(pb::CodedOutputStream output) {
+ #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
+ output.WriteRawMessage(this);
+ #else
+ if (Name.Length != 0) {
+ output.WriteRawTag(10);
+ output.WriteString(Name);
+ }
+ if (_unknownFields != null) {
+ _unknownFields.WriteTo(output);
+ }
+ #endif
+ }
+
+ #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
+ if (Name.Length != 0) {
+ output.WriteRawTag(10);
+ output.WriteString(Name);
+ }
+ if (_unknownFields != null) {
+ _unknownFields.WriteTo(ref output);
+ }
+ }
+ #endif
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public int CalculateSize() {
+ int size = 0;
+ if (Name.Length != 0) {
+ size += 1 + pb::CodedOutputStream.ComputeStringSize(Name);
+ }
+ if (_unknownFields != null) {
+ size += _unknownFields.CalculateSize();
+ }
+ return size;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public void MergeFrom(GetMemberRequest other) {
+ if (other == null) {
+ return;
+ }
+ if (other.Name.Length != 0) {
+ Name = other.Name;
+ }
+ _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public void MergeFrom(pb::CodedInputStream input) {
+ #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
+ input.ReadRawMessage(this);
+ #else
+ uint tag;
+ while ((tag = input.ReadTag()) != 0) {
+ switch(tag) {
+ default:
+ _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
+ break;
+ case 10: {
+ Name = input.ReadString();
+ break;
+ }
+ }
+ }
+ #endif
+ }
+
+ #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
+ uint tag;
+ while ((tag = input.ReadTag()) != 0) {
+ switch(tag) {
+ default:
+ _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
+ break;
+ case 10: {
+ Name = input.ReadString();
+ break;
+ }
+ }
+ }
+ }
+ #endif
+
+ }
+
+ ///
+ /// Request to list all members of a space.
+ ///
+ [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
+ public sealed partial class ListMembersRequest : pb::IMessage
+ #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
+ , pb::IBufferMessage
+ #endif
+ {
+ private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ListMembersRequest());
+ private pb::UnknownFieldSet _unknownFields;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public static pb::MessageParser Parser { get { return _parser; } }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public static pbr::MessageDescriptor Descriptor {
+ get { return global::Google.Apps.Meet.V2Beta.ServiceReflection.Descriptor.MessageTypes[6]; }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ pbr::MessageDescriptor pb::IMessage.Descriptor {
+ get { return Descriptor; }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public ListMembersRequest() {
+ OnConstruction();
+ }
+
+ partial void OnConstruction();
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public ListMembersRequest(ListMembersRequest other) : this() {
+ parent_ = other.parent_;
+ pageSize_ = other.pageSize_;
+ pageToken_ = other.pageToken_;
+ _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public ListMembersRequest Clone() {
+ return new ListMembersRequest(this);
+ }
+
+ /// Field number for the "parent" field.
+ public const int ParentFieldNumber = 1;
+ private string parent_ = "";
+ ///
+ /// Required. Format: spaces/{space}
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public string Name {
- get { return name_; }
+ public string Parent {
+ get { return parent_; }
set {
- name_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
+ parent_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
+ }
+ }
+
+ /// Field number for the "page_size" field.
+ public const int PageSizeFieldNumber = 2;
+ private int pageSize_;
+ ///
+ /// Optional. Maximum number of members to return. The service might return
+ /// fewer than this value. If unspecified, at most 25 members are returned. The
+ /// maximum value is 100; values above 100 are coerced to 100. Maximum might
+ /// change in the future.
+ ///
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public int PageSize {
+ get { return pageSize_; }
+ set {
+ pageSize_ = value;
+ }
+ }
+
+ /// Field number for the "page_token" field.
+ public const int PageTokenFieldNumber = 3;
+ private string pageToken_ = "";
+ ///
+ /// Optional. Page token returned from previous List Call.
+ ///
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
+ public string PageToken {
+ get { return pageToken_; }
+ set {
+ pageToken_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
- return Equals(other as GetSpaceRequest);
+ return Equals(other as ListMembersRequest);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public bool Equals(GetSpaceRequest other) {
+ public bool Equals(ListMembersRequest other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
- if (Name != other.Name) return false;
+ if (Parent != other.Parent) return false;
+ if (PageSize != other.PageSize) return false;
+ if (PageToken != other.PageToken) return false;
return Equals(_unknownFields, other._unknownFields);
}
@@ -476,7 +1667,9 @@ public bool Equals(GetSpaceRequest other) {
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override int GetHashCode() {
int hash = 1;
- if (Name.Length != 0) hash ^= Name.GetHashCode();
+ if (Parent.Length != 0) hash ^= Parent.GetHashCode();
+ if (PageSize != 0) hash ^= PageSize.GetHashCode();
+ if (PageToken.Length != 0) hash ^= PageToken.GetHashCode();
if (_unknownFields != null) {
hash ^= _unknownFields.GetHashCode();
}
@@ -495,9 +1688,17 @@ public void WriteTo(pb::CodedOutputStream output) {
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
output.WriteRawMessage(this);
#else
- if (Name.Length != 0) {
+ if (Parent.Length != 0) {
output.WriteRawTag(10);
- output.WriteString(Name);
+ output.WriteString(Parent);
+ }
+ if (PageSize != 0) {
+ output.WriteRawTag(16);
+ output.WriteInt32(PageSize);
+ }
+ if (PageToken.Length != 0) {
+ output.WriteRawTag(26);
+ output.WriteString(PageToken);
}
if (_unknownFields != null) {
_unknownFields.WriteTo(output);
@@ -509,9 +1710,17 @@ public void WriteTo(pb::CodedOutputStream output) {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
- if (Name.Length != 0) {
+ if (Parent.Length != 0) {
output.WriteRawTag(10);
- output.WriteString(Name);
+ output.WriteString(Parent);
+ }
+ if (PageSize != 0) {
+ output.WriteRawTag(16);
+ output.WriteInt32(PageSize);
+ }
+ if (PageToken.Length != 0) {
+ output.WriteRawTag(26);
+ output.WriteString(PageToken);
}
if (_unknownFields != null) {
_unknownFields.WriteTo(ref output);
@@ -523,8 +1732,14 @@ public void WriteTo(pb::CodedOutputStream output) {
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int CalculateSize() {
int size = 0;
- if (Name.Length != 0) {
- size += 1 + pb::CodedOutputStream.ComputeStringSize(Name);
+ if (Parent.Length != 0) {
+ size += 1 + pb::CodedOutputStream.ComputeStringSize(Parent);
+ }
+ if (PageSize != 0) {
+ size += 1 + pb::CodedOutputStream.ComputeInt32Size(PageSize);
+ }
+ if (PageToken.Length != 0) {
+ size += 1 + pb::CodedOutputStream.ComputeStringSize(PageToken);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
@@ -534,12 +1749,18 @@ public int CalculateSize() {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(GetSpaceRequest other) {
+ public void MergeFrom(ListMembersRequest other) {
if (other == null) {
return;
}
- if (other.Name.Length != 0) {
- Name = other.Name;
+ if (other.Parent.Length != 0) {
+ Parent = other.Parent;
+ }
+ if (other.PageSize != 0) {
+ PageSize = other.PageSize;
+ }
+ if (other.PageToken.Length != 0) {
+ PageToken = other.PageToken;
}
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
}
@@ -557,7 +1778,15 @@ public void MergeFrom(pb::CodedInputStream input) {
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
break;
case 10: {
- Name = input.ReadString();
+ Parent = input.ReadString();
+ break;
+ }
+ case 16: {
+ PageSize = input.ReadInt32();
+ break;
+ }
+ case 26: {
+ PageToken = input.ReadString();
break;
}
}
@@ -576,7 +1805,15 @@ public void MergeFrom(pb::CodedInputStream input) {
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
break;
case 10: {
- Name = input.ReadString();
+ Parent = input.ReadString();
+ break;
+ }
+ case 16: {
+ PageSize = input.ReadInt32();
+ break;
+ }
+ case 26: {
+ PageToken = input.ReadString();
break;
}
}
@@ -587,24 +1824,24 @@ public void MergeFrom(pb::CodedInputStream input) {
}
///
- /// Request to update a space.
+ /// Response of list members.
///
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
- public sealed partial class UpdateSpaceRequest : pb::IMessage
+ public sealed partial class ListMembersResponse : pb::IMessage
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
- private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new UpdateSpaceRequest());
+ private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ListMembersResponse());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pb::MessageParser Parser { get { return _parser; } }
+ public static pb::MessageParser Parser { get { return _parser; } }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pbr::MessageDescriptor Descriptor {
- get { return global::Google.Apps.Meet.V2Beta.ServiceReflection.Descriptor.MessageTypes[2]; }
+ get { return global::Google.Apps.Meet.V2Beta.ServiceReflection.Descriptor.MessageTypes[7]; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@@ -615,7 +1852,7 @@ public sealed partial class UpdateSpaceRequest : pb::IMessageField number for the "space" field.
- public const int SpaceFieldNumber = 1;
- private global::Google.Apps.Meet.V2Beta.Space space_;
+ /// Field number for the "members" field.
+ public const int MembersFieldNumber = 1;
+ private static readonly pb::FieldCodec _repeated_members_codec
+ = pb::FieldCodec.ForMessage(10, global::Google.Apps.Meet.V2Beta.Member.Parser);
+ private readonly pbc::RepeatedField members_ = new pbc::RepeatedField();
///
- /// Required. Space to be updated.
+ /// The list of members for the current page.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public global::Google.Apps.Meet.V2Beta.Space Space {
- get { return space_; }
- set {
- space_ = value;
- }
+ public pbc::RepeatedField Members {
+ get { return members_; }
}
- /// Field number for the "update_mask" field.
- public const int UpdateMaskFieldNumber = 2;
- private global::Google.Protobuf.WellKnownTypes.FieldMask updateMask_;
+ /// Field number for the "next_page_token" field.
+ public const int NextPageTokenFieldNumber = 2;
+ private string nextPageToken_ = "";
///
- /// Optional. Field mask used to specify the fields to be updated in the space.
- /// If update_mask isn't provided, it defaults to '*' and updates all
- /// fields provided in the request, including deleting fields not set in the
- /// request.
+ /// Token to be circulated back for further list call if current list doesn't
+ /// include all the members. Unset if all members are returned.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public global::Google.Protobuf.WellKnownTypes.FieldMask UpdateMask {
- get { return updateMask_; }
+ public string NextPageToken {
+ get { return nextPageToken_; }
set {
- updateMask_ = value;
+ nextPageToken_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
- return Equals(other as UpdateSpaceRequest);
+ return Equals(other as ListMembersResponse);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public bool Equals(UpdateSpaceRequest other) {
+ public bool Equals(ListMembersResponse other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
- if (!object.Equals(Space, other.Space)) return false;
- if (!object.Equals(UpdateMask, other.UpdateMask)) return false;
+ if(!members_.Equals(other.members_)) return false;
+ if (NextPageToken != other.NextPageToken) return false;
return Equals(_unknownFields, other._unknownFields);
}
@@ -692,8 +1926,8 @@ public bool Equals(UpdateSpaceRequest other) {
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override int GetHashCode() {
int hash = 1;
- if (space_ != null) hash ^= Space.GetHashCode();
- if (updateMask_ != null) hash ^= UpdateMask.GetHashCode();
+ hash ^= members_.GetHashCode();
+ if (NextPageToken.Length != 0) hash ^= NextPageToken.GetHashCode();
if (_unknownFields != null) {
hash ^= _unknownFields.GetHashCode();
}
@@ -712,13 +1946,10 @@ public void WriteTo(pb::CodedOutputStream output) {
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
output.WriteRawMessage(this);
#else
- if (space_ != null) {
- output.WriteRawTag(10);
- output.WriteMessage(Space);
- }
- if (updateMask_ != null) {
+ members_.WriteTo(output, _repeated_members_codec);
+ if (NextPageToken.Length != 0) {
output.WriteRawTag(18);
- output.WriteMessage(UpdateMask);
+ output.WriteString(NextPageToken);
}
if (_unknownFields != null) {
_unknownFields.WriteTo(output);
@@ -730,13 +1961,10 @@ public void WriteTo(pb::CodedOutputStream output) {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
- if (space_ != null) {
- output.WriteRawTag(10);
- output.WriteMessage(Space);
- }
- if (updateMask_ != null) {
+ members_.WriteTo(ref output, _repeated_members_codec);
+ if (NextPageToken.Length != 0) {
output.WriteRawTag(18);
- output.WriteMessage(UpdateMask);
+ output.WriteString(NextPageToken);
}
if (_unknownFields != null) {
_unknownFields.WriteTo(ref output);
@@ -748,11 +1976,9 @@ public void WriteTo(pb::CodedOutputStream output) {
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int CalculateSize() {
int size = 0;
- if (space_ != null) {
- size += 1 + pb::CodedOutputStream.ComputeMessageSize(Space);
- }
- if (updateMask_ != null) {
- size += 1 + pb::CodedOutputStream.ComputeMessageSize(UpdateMask);
+ size += members_.CalculateSize(_repeated_members_codec);
+ if (NextPageToken.Length != 0) {
+ size += 1 + pb::CodedOutputStream.ComputeStringSize(NextPageToken);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
@@ -762,21 +1988,13 @@ public int CalculateSize() {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(UpdateSpaceRequest other) {
+ public void MergeFrom(ListMembersResponse other) {
if (other == null) {
return;
}
- if (other.space_ != null) {
- if (space_ == null) {
- Space = new global::Google.Apps.Meet.V2Beta.Space();
- }
- Space.MergeFrom(other.Space);
- }
- if (other.updateMask_ != null) {
- if (updateMask_ == null) {
- UpdateMask = new global::Google.Protobuf.WellKnownTypes.FieldMask();
- }
- UpdateMask.MergeFrom(other.UpdateMask);
+ members_.Add(other.members_);
+ if (other.NextPageToken.Length != 0) {
+ NextPageToken = other.NextPageToken;
}
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
}
@@ -794,17 +2012,11 @@ public void MergeFrom(pb::CodedInputStream input) {
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
break;
case 10: {
- if (space_ == null) {
- Space = new global::Google.Apps.Meet.V2Beta.Space();
- }
- input.ReadMessage(Space);
+ members_.AddEntriesFrom(input, _repeated_members_codec);
break;
}
case 18: {
- if (updateMask_ == null) {
- UpdateMask = new global::Google.Protobuf.WellKnownTypes.FieldMask();
- }
- input.ReadMessage(UpdateMask);
+ NextPageToken = input.ReadString();
break;
}
}
@@ -823,17 +2035,11 @@ public void MergeFrom(pb::CodedInputStream input) {
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
break;
case 10: {
- if (space_ == null) {
- Space = new global::Google.Apps.Meet.V2Beta.Space();
- }
- input.ReadMessage(Space);
+ members_.AddEntriesFrom(ref input, _repeated_members_codec);
break;
}
case 18: {
- if (updateMask_ == null) {
- UpdateMask = new global::Google.Protobuf.WellKnownTypes.FieldMask();
- }
- input.ReadMessage(UpdateMask);
+ NextPageToken = input.ReadString();
break;
}
}
@@ -844,24 +2050,24 @@ public void MergeFrom(pb::CodedInputStream input) {
}
///
- /// Request to end an ongoing conference of a space.
+ /// Request to delete a member from a space.
///
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
- public sealed partial class EndActiveConferenceRequest : pb::IMessage
+ public sealed partial class DeleteMemberRequest : pb::IMessage
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
- private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new EndActiveConferenceRequest());
+ private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new DeleteMemberRequest());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public static pb::MessageParser Parser { get { return _parser; } }
+ public static pb::MessageParser Parser { get { return _parser; } }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pbr::MessageDescriptor Descriptor {
- get { return global::Google.Apps.Meet.V2Beta.ServiceReflection.Descriptor.MessageTypes[3]; }
+ get { return global::Google.Apps.Meet.V2Beta.ServiceReflection.Descriptor.MessageTypes[8]; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@@ -872,7 +2078,7 @@ public sealed partial class EndActiveConferenceRequest : pb::IMessageField number for the "name" field.
public const int NameFieldNumber = 1;
private string name_ = "";
///
- /// Required. Resource name of the space.
+ /// Required. Format: “spaces/{space}/members/{member}”
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -909,12 +2115,12 @@ public string Name {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
- return Equals(other as EndActiveConferenceRequest);
+ return Equals(other as DeleteMemberRequest);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public bool Equals(EndActiveConferenceRequest other) {
+ public bool Equals(DeleteMemberRequest other) {
if (ReferenceEquals(other, null)) {
return false;
}
@@ -987,7 +2193,7 @@ public int CalculateSize() {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
- public void MergeFrom(EndActiveConferenceRequest other) {
+ public void MergeFrom(DeleteMemberRequest other) {
if (other == null) {
return;
}
@@ -1057,7 +2263,7 @@ public sealed partial class GetConferenceRecordRequest : pb::IMessage
- /// Optional. User specified filtering condition in EBNF format. The following
- /// are the filterable fields:
+ /// Optional. User specified filtering condition in [EBNF
+ /// format](https://en.wikipedia.org/wiki/Extended_Backus%E2%80%93Naur_form).
+ /// The following are the filterable fields:
///
/// * `space.meeting_code`
/// * `space.name`
/// * `start_time`
/// * `end_time`
///
- /// For example, `space.meeting_code = "abc-mnop-xyz"`.
+ /// For example, consider the following filters:
+ ///
+ /// * `space.name = "spaces/NAME"`
+ /// * `space.meeting_code = "abc-mnop-xyz"`
+ /// * `start_time>="2024-01-01T00:00:00.000Z" AND
+ /// start_time<="2024-01-02T00:00:00.000Z"`
+ /// * `end_time IS NULL`
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -1540,7 +2753,7 @@ public sealed partial class ListConferenceRecordsResponse : pb::IMessage
- /// Request to get a Participant.
+ /// Request to get a participant.
///
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class GetParticipantRequest : pb::IMessage
@@ -1766,7 +2979,7 @@ public sealed partial class GetParticipantRequest : pb::IMessage
- /// Request to fetch list of participant per conference.
+ /// Request to fetch list of participants per conference.
///
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class ListParticipantsRequest : pb::IMessage
@@ -1962,7 +3175,7 @@ public sealed partial class ListParticipantsRequest : pb::IMessage
- /// Optional. User specified filtering condition in EBNF format. The following
- /// are the filterable fields:
+ /// Optional. User specified filtering condition in [EBNF
+ /// format](https://en.wikipedia.org/wiki/Extended_Backus%E2%80%93Naur_form).
+ /// The following are the filterable fields:
///
/// * `earliest_start_time`
/// * `latest_end_time`
@@ -2289,7 +3503,7 @@ public sealed partial class ListParticipantsResponse : pb::IMessage
- /// Request to fetch list of participant sessions per conference record per
+ /// Request to fetch list of participant sessions per conference record, per
/// participant.
///
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
@@ -2755,7 +3969,7 @@ public sealed partial class ListParticipantSessionsRequest : pb::IMessage
- /// Optional. User specified filtering condition in EBNF format. The following
- /// are the filterable fields:
+ /// Optional. User specified filtering condition in [EBNF
+ /// format](https://en.wikipedia.org/wiki/Extended_Backus%E2%80%93Naur_form).
+ /// The following are the filterable fields:
///
/// * `start_time`
/// * `end_time`
@@ -3082,7 +4297,7 @@ public sealed partial class ListParticipantSessionsResponse : pb::IMessage
- /// Response for ListTranscriptEntries method
+ /// Response for ListTranscriptEntries method.
///
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class ListTranscriptEntriesResponse : pb::IMessage
@@ -5189,7 +6404,7 @@ public sealed partial class ListTranscriptEntriesResponse : pb::IMessage(grpc::DeserializationContext context, gl
static readonly grpc::Marshaller __Marshaller_google_apps_meet_v2beta_EndActiveConferenceRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Google.Apps.Meet.V2Beta.EndActiveConferenceRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller __Marshaller_google_protobuf_Empty = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Google.Protobuf.WellKnownTypes.Empty.Parser));
+ [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
+ static readonly grpc::Marshaller __Marshaller_google_apps_meet_v2beta_CreateMemberRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Google.Apps.Meet.V2Beta.CreateMemberRequest.Parser));
+ [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
+ static readonly grpc::Marshaller __Marshaller_google_apps_meet_v2beta_Member = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Google.Apps.Meet.V2Beta.Member.Parser));
+ [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
+ static readonly grpc::Marshaller __Marshaller_google_apps_meet_v2beta_GetMemberRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Google.Apps.Meet.V2Beta.GetMemberRequest.Parser));
+ [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
+ static readonly grpc::Marshaller __Marshaller_google_apps_meet_v2beta_ListMembersRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Google.Apps.Meet.V2Beta.ListMembersRequest.Parser));
+ [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
+ static readonly grpc::Marshaller __Marshaller_google_apps_meet_v2beta_ListMembersResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Google.Apps.Meet.V2Beta.ListMembersResponse.Parser));
+ [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
+ static readonly grpc::Marshaller __Marshaller_google_apps_meet_v2beta_DeleteMemberRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Google.Apps.Meet.V2Beta.DeleteMemberRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method __Method_CreateSpace = new grpc::Method(
@@ -108,6 +120,38 @@ static T __Helper_DeserializeMessage(grpc::DeserializationContext context, gl
__Marshaller_google_apps_meet_v2beta_EndActiveConferenceRequest,
__Marshaller_google_protobuf_Empty);
+ [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
+ static readonly grpc::Method __Method_CreateMember = new grpc::Method(
+ grpc::MethodType.Unary,
+ __ServiceName,
+ "CreateMember",
+ __Marshaller_google_apps_meet_v2beta_CreateMemberRequest,
+ __Marshaller_google_apps_meet_v2beta_Member);
+
+ [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
+ static readonly grpc::Method __Method_GetMember = new grpc::Method(
+ grpc::MethodType.Unary,
+ __ServiceName,
+ "GetMember",
+ __Marshaller_google_apps_meet_v2beta_GetMemberRequest,
+ __Marshaller_google_apps_meet_v2beta_Member);
+
+ [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
+ static readonly grpc::Method __Method_ListMembers = new grpc::Method(
+ grpc::MethodType.Unary,
+ __ServiceName,
+ "ListMembers",
+ __Marshaller_google_apps_meet_v2beta_ListMembersRequest,
+ __Marshaller_google_apps_meet_v2beta_ListMembersResponse);
+
+ [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
+ static readonly grpc::Method __Method_DeleteMember = new grpc::Method(
+ grpc::MethodType.Unary,
+ __ServiceName,
+ "DeleteMember",
+ __Marshaller_google_apps_meet_v2beta_DeleteMemberRequest,
+ __Marshaller_google_protobuf_Empty);
+
/// Service descriptor
public static global::Google.Protobuf.Reflection.ServiceDescriptor Descriptor
{
@@ -119,7 +163,6 @@ static T __Helper_DeserializeMessage(grpc::DeserializationContext context, gl
public abstract partial class SpacesServiceBase
{
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Creates a space.
///
/// The request received from the client.
@@ -132,8 +175,10 @@ public abstract partial class SpacesServiceBase
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Gets a space by `space_id` or `meeting_code`.
+ /// Gets details about a meeting space.
+ ///
+ /// For an example, see [Get a meeting
+ /// space](https://developers.google.com/meet/api/guides/meeting-spaces#get-meeting-space).
///
/// The request received from the client.
/// The context of the server-side call handler being invoked.
@@ -145,8 +190,10 @@ public abstract partial class SpacesServiceBase
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Updates a space.
+ /// Updates details about a meeting space.
+ ///
+ /// For an example, see [Update a meeting
+ /// space](https://developers.google.com/meet/api/guides/meeting-spaces#update-meeting-space).
///
/// The request received from the client.
/// The context of the server-side call handler being invoked.
@@ -158,8 +205,10 @@ public abstract partial class SpacesServiceBase
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Ends an active conference (if there is one).
+ /// Ends an active conference (if there's one).
+ ///
+ /// For an example, see [End active
+ /// conference](https://developers.google.com/meet/api/guides/meeting-spaces#end-active-conference).
///
/// The request received from the client.
/// The context of the server-side call handler being invoked.
@@ -170,6 +219,73 @@ public abstract partial class SpacesServiceBase
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// Create a member.
+ ///
+ /// This API supports the `fields` parameter in
+ /// [SystemParameterContext](https://cloud.google.com/apis/docs/system-parameters).
+ /// When the `fields` parameter is omitted, this API response will default to
+ /// "name,email,role,user".
+ ///
+ /// The request received from the client.
+ /// The context of the server-side call handler being invoked.
+ /// The response to send back to the client (wrapped by a task).
+ [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
+ public virtual global::System.Threading.Tasks.Task CreateMember(global::Google.Apps.Meet.V2Beta.CreateMemberRequest request, grpc::ServerCallContext context)
+ {
+ throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
+ }
+
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// Get a member.
+ ///
+ /// This API supports the `fields` parameter in
+ /// [SystemParameterContext](https://cloud.google.com/apis/docs/system-parameters).
+ /// When the `fields` parameter is omitted, this API response will default to
+ /// "name,email,role,user".
+ ///
+ /// The request received from the client.
+ /// The context of the server-side call handler being invoked.
+ /// The response to send back to the client (wrapped by a task).
+ [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
+ public virtual global::System.Threading.Tasks.Task GetMember(global::Google.Apps.Meet.V2Beta.GetMemberRequest request, grpc::ServerCallContext context)
+ {
+ throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
+ }
+
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// List members.
+ ///
+ /// This API supports the `fields` parameter in
+ /// [SystemParameterContext](https://cloud.google.com/apis/docs/system-parameters).
+ /// When the `fields` parameter is omitted this API response will default to
+ /// "name,email,role,user".
+ ///
+ /// The request received from the client.
+ /// The context of the server-side call handler being invoked.
+ /// The response to send back to the client (wrapped by a task).
+ [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
+ public virtual global::System.Threading.Tasks.Task ListMembers(global::Google.Apps.Meet.V2Beta.ListMembersRequest request, grpc::ServerCallContext context)
+ {
+ throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
+ }
+
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// Delete the member who was previously assigned roles in the space.
+ ///
+ /// The request received from the client.
+ /// The context of the server-side call handler being invoked.
+ /// The response to send back to the client (wrapped by a task).
+ [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
+ public virtual global::System.Threading.Tasks.Task DeleteMember(global::Google.Apps.Meet.V2Beta.DeleteMemberRequest request, grpc::ServerCallContext context)
+ {
+ throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
+ }
+
}
/// Client for SpacesService
@@ -200,7 +316,6 @@ protected SpacesServiceClient(ClientBaseConfiguration configuration) : base(conf
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Creates a space.
///
/// The request to send to the server.
@@ -214,7 +329,6 @@ protected SpacesServiceClient(ClientBaseConfiguration configuration) : base(conf
return CreateSpace(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Creates a space.
///
/// The request to send to the server.
@@ -226,7 +340,6 @@ protected SpacesServiceClient(ClientBaseConfiguration configuration) : base(conf
return CallInvoker.BlockingUnaryCall(__Method_CreateSpace, null, options, request);
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Creates a space.
///
/// The request to send to the server.
@@ -240,7 +353,6 @@ protected SpacesServiceClient(ClientBaseConfiguration configuration) : base(conf
return CreateSpaceAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Creates a space.
///
/// The request to send to the server.
@@ -252,8 +364,10 @@ protected SpacesServiceClient(ClientBaseConfiguration configuration) : base(conf
return CallInvoker.AsyncUnaryCall(__Method_CreateSpace, null, options, request);
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Gets a space by `space_id` or `meeting_code`.
+ /// Gets details about a meeting space.
+ ///
+ /// For an example, see [Get a meeting
+ /// space](https://developers.google.com/meet/api/guides/meeting-spaces#get-meeting-space).
///
/// The request to send to the server.
/// The initial metadata to send with the call. This parameter is optional.
@@ -266,8 +380,10 @@ protected SpacesServiceClient(ClientBaseConfiguration configuration) : base(conf
return GetSpace(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Gets a space by `space_id` or `meeting_code`.
+ /// Gets details about a meeting space.
+ ///
+ /// For an example, see [Get a meeting
+ /// space](https://developers.google.com/meet/api/guides/meeting-spaces#get-meeting-space).
///
/// The request to send to the server.
/// The options for the call.
@@ -278,8 +394,10 @@ protected SpacesServiceClient(ClientBaseConfiguration configuration) : base(conf
return CallInvoker.BlockingUnaryCall(__Method_GetSpace, null, options, request);
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Gets a space by `space_id` or `meeting_code`.
+ /// Gets details about a meeting space.
+ ///
+ /// For an example, see [Get a meeting
+ /// space](https://developers.google.com/meet/api/guides/meeting-spaces#get-meeting-space).
///
/// The request to send to the server.
/// The initial metadata to send with the call. This parameter is optional.
@@ -292,8 +410,10 @@ protected SpacesServiceClient(ClientBaseConfiguration configuration) : base(conf
return GetSpaceAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Gets a space by `space_id` or `meeting_code`.
+ /// Gets details about a meeting space.
+ ///
+ /// For an example, see [Get a meeting
+ /// space](https://developers.google.com/meet/api/guides/meeting-spaces#get-meeting-space).
///
/// The request to send to the server.
/// The options for the call.
@@ -304,8 +424,10 @@ protected SpacesServiceClient(ClientBaseConfiguration configuration) : base(conf
return CallInvoker.AsyncUnaryCall(__Method_GetSpace, null, options, request);
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Updates a space.
+ /// Updates details about a meeting space.
+ ///
+ /// For an example, see [Update a meeting
+ /// space](https://developers.google.com/meet/api/guides/meeting-spaces#update-meeting-space).
///
/// The request to send to the server.
/// The initial metadata to send with the call. This parameter is optional.
@@ -318,8 +440,10 @@ protected SpacesServiceClient(ClientBaseConfiguration configuration) : base(conf
return UpdateSpace(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Updates a space.
+ /// Updates details about a meeting space.
+ ///
+ /// For an example, see [Update a meeting
+ /// space](https://developers.google.com/meet/api/guides/meeting-spaces#update-meeting-space).
///
/// The request to send to the server.
/// The options for the call.
@@ -330,8 +454,10 @@ protected SpacesServiceClient(ClientBaseConfiguration configuration) : base(conf
return CallInvoker.BlockingUnaryCall(__Method_UpdateSpace, null, options, request);
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Updates a space.
+ /// Updates details about a meeting space.
+ ///
+ /// For an example, see [Update a meeting
+ /// space](https://developers.google.com/meet/api/guides/meeting-spaces#update-meeting-space).
///
/// The request to send to the server.
/// The initial metadata to send with the call. This parameter is optional.
@@ -344,8 +470,10 @@ protected SpacesServiceClient(ClientBaseConfiguration configuration) : base(conf
return UpdateSpaceAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Updates a space.
+ /// Updates details about a meeting space.
+ ///
+ /// For an example, see [Update a meeting
+ /// space](https://developers.google.com/meet/api/guides/meeting-spaces#update-meeting-space).
///
/// The request to send to the server.
/// The options for the call.
@@ -356,8 +484,10 @@ protected SpacesServiceClient(ClientBaseConfiguration configuration) : base(conf
return CallInvoker.AsyncUnaryCall(__Method_UpdateSpace, null, options, request);
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Ends an active conference (if there is one).
+ /// Ends an active conference (if there's one).
+ ///
+ /// For an example, see [End active
+ /// conference](https://developers.google.com/meet/api/guides/meeting-spaces#end-active-conference).
///
/// The request to send to the server.
/// The initial metadata to send with the call. This parameter is optional.
@@ -370,8 +500,10 @@ protected SpacesServiceClient(ClientBaseConfiguration configuration) : base(conf
return EndActiveConference(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Ends an active conference (if there is one).
+ /// Ends an active conference (if there's one).
+ ///
+ /// For an example, see [End active
+ /// conference](https://developers.google.com/meet/api/guides/meeting-spaces#end-active-conference).
///
/// The request to send to the server.
/// The options for the call.
@@ -382,8 +514,10 @@ protected SpacesServiceClient(ClientBaseConfiguration configuration) : base(conf
return CallInvoker.BlockingUnaryCall(__Method_EndActiveConference, null, options, request);
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Ends an active conference (if there is one).
+ /// Ends an active conference (if there's one).
+ ///
+ /// For an example, see [End active
+ /// conference](https://developers.google.com/meet/api/guides/meeting-spaces#end-active-conference).
///
/// The request to send to the server.
/// The initial metadata to send with the call. This parameter is optional.
@@ -396,8 +530,10 @@ protected SpacesServiceClient(ClientBaseConfiguration configuration) : base(conf
return EndActiveConferenceAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Ends an active conference (if there is one).
+ /// Ends an active conference (if there's one).
+ ///
+ /// For an example, see [End active
+ /// conference](https://developers.google.com/meet/api/guides/meeting-spaces#end-active-conference).
///
/// The request to send to the server.
/// The options for the call.
@@ -407,6 +543,274 @@ protected SpacesServiceClient(ClientBaseConfiguration configuration) : base(conf
{
return CallInvoker.AsyncUnaryCall(__Method_EndActiveConference, null, options, request);
}
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// Create a member.
+ ///
+ /// This API supports the `fields` parameter in
+ /// [SystemParameterContext](https://cloud.google.com/apis/docs/system-parameters).
+ /// When the `fields` parameter is omitted, this API response will default to
+ /// "name,email,role,user".
+ ///
+ /// The request to send to the server.
+ /// The initial metadata to send with the call. This parameter is optional.
+ /// An optional deadline for the call. The call will be cancelled if deadline is hit.
+ /// An optional token for canceling the call.
+ /// The response received from the server.
+ [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
+ public virtual global::Google.Apps.Meet.V2Beta.Member CreateMember(global::Google.Apps.Meet.V2Beta.CreateMemberRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
+ {
+ return CreateMember(request, new grpc::CallOptions(headers, deadline, cancellationToken));
+ }
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// Create a member.
+ ///
+ /// This API supports the `fields` parameter in
+ /// [SystemParameterContext](https://cloud.google.com/apis/docs/system-parameters).
+ /// When the `fields` parameter is omitted, this API response will default to
+ /// "name,email,role,user".
+ ///
+ /// The request to send to the server.
+ /// The options for the call.
+ /// The response received from the server.
+ [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
+ public virtual global::Google.Apps.Meet.V2Beta.Member CreateMember(global::Google.Apps.Meet.V2Beta.CreateMemberRequest request, grpc::CallOptions options)
+ {
+ return CallInvoker.BlockingUnaryCall(__Method_CreateMember, null, options, request);
+ }
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// Create a member.
+ ///
+ /// This API supports the `fields` parameter in
+ /// [SystemParameterContext](https://cloud.google.com/apis/docs/system-parameters).
+ /// When the `fields` parameter is omitted, this API response will default to
+ /// "name,email,role,user".
+ ///
+ /// The request to send to the server.
+ /// The initial metadata to send with the call. This parameter is optional.
+ /// An optional deadline for the call. The call will be cancelled if deadline is hit.
+ /// An optional token for canceling the call.
+ /// The call object.
+ [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
+ public virtual grpc::AsyncUnaryCall CreateMemberAsync(global::Google.Apps.Meet.V2Beta.CreateMemberRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
+ {
+ return CreateMemberAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
+ }
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// Create a member.
+ ///
+ /// This API supports the `fields` parameter in
+ /// [SystemParameterContext](https://cloud.google.com/apis/docs/system-parameters).
+ /// When the `fields` parameter is omitted, this API response will default to
+ /// "name,email,role,user".
+ ///
+ /// The request to send to the server.
+ /// The options for the call.
+ /// The call object.
+ [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
+ public virtual grpc::AsyncUnaryCall CreateMemberAsync(global::Google.Apps.Meet.V2Beta.CreateMemberRequest request, grpc::CallOptions options)
+ {
+ return CallInvoker.AsyncUnaryCall(__Method_CreateMember, null, options, request);
+ }
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// Get a member.
+ ///
+ /// This API supports the `fields` parameter in
+ /// [SystemParameterContext](https://cloud.google.com/apis/docs/system-parameters).
+ /// When the `fields` parameter is omitted, this API response will default to
+ /// "name,email,role,user".
+ ///
+ /// The request to send to the server.
+ /// The initial metadata to send with the call. This parameter is optional.
+ /// An optional deadline for the call. The call will be cancelled if deadline is hit.
+ /// An optional token for canceling the call.
+ /// The response received from the server.
+ [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
+ public virtual global::Google.Apps.Meet.V2Beta.Member GetMember(global::Google.Apps.Meet.V2Beta.GetMemberRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
+ {
+ return GetMember(request, new grpc::CallOptions(headers, deadline, cancellationToken));
+ }
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// Get a member.
+ ///
+ /// This API supports the `fields` parameter in
+ /// [SystemParameterContext](https://cloud.google.com/apis/docs/system-parameters).
+ /// When the `fields` parameter is omitted, this API response will default to
+ /// "name,email,role,user".
+ ///
+ /// The request to send to the server.
+ /// The options for the call.
+ /// The response received from the server.
+ [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
+ public virtual global::Google.Apps.Meet.V2Beta.Member GetMember(global::Google.Apps.Meet.V2Beta.GetMemberRequest request, grpc::CallOptions options)
+ {
+ return CallInvoker.BlockingUnaryCall(__Method_GetMember, null, options, request);
+ }
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// Get a member.
+ ///
+ /// This API supports the `fields` parameter in
+ /// [SystemParameterContext](https://cloud.google.com/apis/docs/system-parameters).
+ /// When the `fields` parameter is omitted, this API response will default to
+ /// "name,email,role,user".
+ ///
+ /// The request to send to the server.
+ /// The initial metadata to send with the call. This parameter is optional.
+ /// An optional deadline for the call. The call will be cancelled if deadline is hit.
+ /// An optional token for canceling the call.
+ /// The call object.
+ [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
+ public virtual grpc::AsyncUnaryCall GetMemberAsync(global::Google.Apps.Meet.V2Beta.GetMemberRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
+ {
+ return GetMemberAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
+ }
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// Get a member.
+ ///
+ /// This API supports the `fields` parameter in
+ /// [SystemParameterContext](https://cloud.google.com/apis/docs/system-parameters).
+ /// When the `fields` parameter is omitted, this API response will default to
+ /// "name,email,role,user".
+ ///
+ /// The request to send to the server.
+ /// The options for the call.
+ /// The call object.
+ [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
+ public virtual grpc::AsyncUnaryCall GetMemberAsync(global::Google.Apps.Meet.V2Beta.GetMemberRequest request, grpc::CallOptions options)
+ {
+ return CallInvoker.AsyncUnaryCall(__Method_GetMember, null, options, request);
+ }
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// List members.
+ ///
+ /// This API supports the `fields` parameter in
+ /// [SystemParameterContext](https://cloud.google.com/apis/docs/system-parameters).
+ /// When the `fields` parameter is omitted this API response will default to
+ /// "name,email,role,user".
+ ///
+ /// The request to send to the server.
+ /// The initial metadata to send with the call. This parameter is optional.
+ /// An optional deadline for the call. The call will be cancelled if deadline is hit.
+ /// An optional token for canceling the call.
+ /// The response received from the server.
+ [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
+ public virtual global::Google.Apps.Meet.V2Beta.ListMembersResponse ListMembers(global::Google.Apps.Meet.V2Beta.ListMembersRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
+ {
+ return ListMembers(request, new grpc::CallOptions(headers, deadline, cancellationToken));
+ }
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// List members.
+ ///
+ /// This API supports the `fields` parameter in
+ /// [SystemParameterContext](https://cloud.google.com/apis/docs/system-parameters).
+ /// When the `fields` parameter is omitted this API response will default to
+ /// "name,email,role,user".
+ ///
+ /// The request to send to the server.
+ /// The options for the call.
+ /// The response received from the server.
+ [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
+ public virtual global::Google.Apps.Meet.V2Beta.ListMembersResponse ListMembers(global::Google.Apps.Meet.V2Beta.ListMembersRequest request, grpc::CallOptions options)
+ {
+ return CallInvoker.BlockingUnaryCall(__Method_ListMembers, null, options, request);
+ }
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// List members.
+ ///
+ /// This API supports the `fields` parameter in
+ /// [SystemParameterContext](https://cloud.google.com/apis/docs/system-parameters).
+ /// When the `fields` parameter is omitted this API response will default to
+ /// "name,email,role,user".
+ ///
+ /// The request to send to the server.
+ /// The initial metadata to send with the call. This parameter is optional.
+ /// An optional deadline for the call. The call will be cancelled if deadline is hit.
+ /// An optional token for canceling the call.
+ /// The call object.
+ [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
+ public virtual grpc::AsyncUnaryCall ListMembersAsync(global::Google.Apps.Meet.V2Beta.ListMembersRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
+ {
+ return ListMembersAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
+ }
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// List members.
+ ///
+ /// This API supports the `fields` parameter in
+ /// [SystemParameterContext](https://cloud.google.com/apis/docs/system-parameters).
+ /// When the `fields` parameter is omitted this API response will default to
+ /// "name,email,role,user".
+ ///
+ /// The request to send to the server.
+ /// The options for the call.
+ /// The call object.
+ [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
+ public virtual grpc::AsyncUnaryCall ListMembersAsync(global::Google.Apps.Meet.V2Beta.ListMembersRequest request, grpc::CallOptions options)
+ {
+ return CallInvoker.AsyncUnaryCall(__Method_ListMembers, null, options, request);
+ }
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// Delete the member who was previously assigned roles in the space.
+ ///
+ /// The request to send to the server.
+ /// The initial metadata to send with the call. This parameter is optional.
+ /// An optional deadline for the call. The call will be cancelled if deadline is hit.
+ /// An optional token for canceling the call.
+ /// The response received from the server.
+ [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
+ public virtual global::Google.Protobuf.WellKnownTypes.Empty DeleteMember(global::Google.Apps.Meet.V2Beta.DeleteMemberRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
+ {
+ return DeleteMember(request, new grpc::CallOptions(headers, deadline, cancellationToken));
+ }
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// Delete the member who was previously assigned roles in the space.
+ ///
+ /// The request to send to the server.
+ /// The options for the call.
+ /// The response received from the server.
+ [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
+ public virtual global::Google.Protobuf.WellKnownTypes.Empty DeleteMember(global::Google.Apps.Meet.V2Beta.DeleteMemberRequest request, grpc::CallOptions options)
+ {
+ return CallInvoker.BlockingUnaryCall(__Method_DeleteMember, null, options, request);
+ }
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// Delete the member who was previously assigned roles in the space.
+ ///
+ /// The request to send to the server.
+ /// The initial metadata to send with the call. This parameter is optional.
+ /// An optional deadline for the call. The call will be cancelled if deadline is hit.
+ /// An optional token for canceling the call.
+ /// The call object.
+ [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
+ public virtual grpc::AsyncUnaryCall DeleteMemberAsync(global::Google.Apps.Meet.V2Beta.DeleteMemberRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
+ {
+ return DeleteMemberAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
+ }
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// Delete the member who was previously assigned roles in the space.
+ ///
+ /// The request to send to the server.
+ /// The options for the call.
+ /// The call object.
+ [global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
+ public virtual grpc::AsyncUnaryCall DeleteMemberAsync(global::Google.Apps.Meet.V2Beta.DeleteMemberRequest request, grpc::CallOptions options)
+ {
+ return CallInvoker.AsyncUnaryCall(__Method_DeleteMember, null, options, request);
+ }
/// Creates a new instance of client from given ClientBaseConfiguration.
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
protected override SpacesServiceClient NewInstance(ClientBaseConfiguration configuration)
@@ -424,7 +828,11 @@ protected override SpacesServiceClient NewInstance(ClientBaseConfiguration confi
.AddMethod(__Method_CreateSpace, serviceImpl.CreateSpace)
.AddMethod(__Method_GetSpace, serviceImpl.GetSpace)
.AddMethod(__Method_UpdateSpace, serviceImpl.UpdateSpace)
- .AddMethod(__Method_EndActiveConference, serviceImpl.EndActiveConference).Build();
+ .AddMethod(__Method_EndActiveConference, serviceImpl.EndActiveConference)
+ .AddMethod(__Method_CreateMember, serviceImpl.CreateMember)
+ .AddMethod(__Method_GetMember, serviceImpl.GetMember)
+ .AddMethod(__Method_ListMembers, serviceImpl.ListMembers)
+ .AddMethod(__Method_DeleteMember, serviceImpl.DeleteMember).Build();
}
/// Register service method with a service binder with or without implementation. Useful when customizing the service binding logic.
@@ -438,6 +846,10 @@ public static void BindService(grpc::ServiceBinderBase serviceBinder, SpacesServ
serviceBinder.AddMethod(__Method_GetSpace, serviceImpl == null ? null : new grpc::UnaryServerMethod(serviceImpl.GetSpace));
serviceBinder.AddMethod(__Method_UpdateSpace, serviceImpl == null ? null : new grpc::UnaryServerMethod(serviceImpl.UpdateSpace));
serviceBinder.AddMethod(__Method_EndActiveConference, serviceImpl == null ? null : new grpc::UnaryServerMethod(serviceImpl.EndActiveConference));
+ serviceBinder.AddMethod(__Method_CreateMember, serviceImpl == null ? null : new grpc::UnaryServerMethod(serviceImpl.CreateMember));
+ serviceBinder.AddMethod(__Method_GetMember, serviceImpl == null ? null : new grpc::UnaryServerMethod(serviceImpl.GetMember));
+ serviceBinder.AddMethod(__Method_ListMembers, serviceImpl == null ? null : new grpc::UnaryServerMethod(serviceImpl.ListMembers));
+ serviceBinder.AddMethod(__Method_DeleteMember, serviceImpl == null ? null : new grpc::UnaryServerMethod(serviceImpl.DeleteMember));
}
}
@@ -637,7 +1049,6 @@ static T __Helper_DeserializeMessage(grpc::DeserializationContext context, gl
public abstract partial class ConferenceRecordsServiceBase
{
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a conference record by conference ID.
///
/// The request received from the client.
@@ -650,8 +1061,8 @@ public abstract partial class ConferenceRecordsServiceBase
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the conference records by start time and in descending order.
+ /// Lists the conference records. By default, ordered by start time and in
+ /// descending order.
///
/// The request received from the client.
/// The context of the server-side call handler being invoked.
@@ -663,7 +1074,6 @@ public abstract partial class ConferenceRecordsServiceBase
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a participant by participant ID.
///
/// The request received from the client.
@@ -676,8 +1086,7 @@ public abstract partial class ConferenceRecordsServiceBase
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the participants in a conference record, by default ordered by join
+ /// Lists the participants in a conference record. By default, ordered by join
/// time and in descending order. This API supports `fields` as standard
/// parameters like every other API. However, when the `fields` request
/// parameter is omitted, this API defaults to `'participants/*,
@@ -693,7 +1102,6 @@ public abstract partial class ConferenceRecordsServiceBase
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a participant session by participant session ID.
///
/// The request received from the client.
@@ -706,9 +1114,8 @@ public abstract partial class ConferenceRecordsServiceBase
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the participant sessions of a participant in a conference record, by
- /// default ordered by join time and in descending order. This API supports
+ /// Lists the participant sessions of a participant in a conference record. By
+ /// default, ordered by join time and in descending order. This API supports
/// `fields` as standard parameters like every other API. However, when the
/// `fields` request parameter is omitted this API defaults to
/// `'participantsessions/*, next_page_token'`.
@@ -723,7 +1130,6 @@ public abstract partial class ConferenceRecordsServiceBase
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a recording by recording ID.
///
/// The request received from the client.
@@ -736,8 +1142,8 @@ public abstract partial class ConferenceRecordsServiceBase
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the recording resources from the conference record.
+ /// Lists the recording resources from the conference record. By default,
+ /// ordered by start time and in ascending order.
///
/// The request received from the client.
/// The context of the server-side call handler being invoked.
@@ -749,7 +1155,6 @@ public abstract partial class ConferenceRecordsServiceBase
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a transcript by transcript ID.
///
/// The request received from the client.
@@ -762,8 +1167,8 @@ public abstract partial class ConferenceRecordsServiceBase
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the set of transcripts from the conference record.
+ /// Lists the set of transcripts from the conference record. By default,
+ /// ordered by start time and in ascending order.
///
/// The request received from the client.
/// The context of the server-side call handler being invoked.
@@ -775,7 +1180,6 @@ public abstract partial class ConferenceRecordsServiceBase
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a `TranscriptEntry` resource by entry ID.
///
/// Note: The transcript entries returned by the Google Meet API might not
@@ -792,7 +1196,6 @@ public abstract partial class ConferenceRecordsServiceBase
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Lists the structured transcript entries per transcript. By default, ordered
/// by start time and in ascending order.
///
@@ -839,7 +1242,6 @@ protected ConferenceRecordsServiceClient(ClientBaseConfiguration configuration)
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a conference record by conference ID.
///
/// The request to send to the server.
@@ -853,7 +1255,6 @@ protected ConferenceRecordsServiceClient(ClientBaseConfiguration configuration)
return GetConferenceRecord(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a conference record by conference ID.
///
/// The request to send to the server.
@@ -865,7 +1266,6 @@ protected ConferenceRecordsServiceClient(ClientBaseConfiguration configuration)
return CallInvoker.BlockingUnaryCall(__Method_GetConferenceRecord, null, options, request);
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a conference record by conference ID.
///
/// The request to send to the server.
@@ -879,7 +1279,6 @@ protected ConferenceRecordsServiceClient(ClientBaseConfiguration configuration)
return GetConferenceRecordAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a conference record by conference ID.
///
/// The request to send to the server.
@@ -891,8 +1290,8 @@ protected ConferenceRecordsServiceClient(ClientBaseConfiguration configuration)
return CallInvoker.AsyncUnaryCall(__Method_GetConferenceRecord, null, options, request);
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the conference records by start time and in descending order.
+ /// Lists the conference records. By default, ordered by start time and in
+ /// descending order.
///
/// The request to send to the server.
/// The initial metadata to send with the call. This parameter is optional.
@@ -905,8 +1304,8 @@ protected ConferenceRecordsServiceClient(ClientBaseConfiguration configuration)
return ListConferenceRecords(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the conference records by start time and in descending order.
+ /// Lists the conference records. By default, ordered by start time and in
+ /// descending order.
///
/// The request to send to the server.
/// The options for the call.
@@ -917,8 +1316,8 @@ protected ConferenceRecordsServiceClient(ClientBaseConfiguration configuration)
return CallInvoker.BlockingUnaryCall(__Method_ListConferenceRecords, null, options, request);
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the conference records by start time and in descending order.
+ /// Lists the conference records. By default, ordered by start time and in
+ /// descending order.
///
/// The request to send to the server.
/// The initial metadata to send with the call. This parameter is optional.
@@ -931,8 +1330,8 @@ protected ConferenceRecordsServiceClient(ClientBaseConfiguration configuration)
return ListConferenceRecordsAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the conference records by start time and in descending order.
+ /// Lists the conference records. By default, ordered by start time and in
+ /// descending order.
///
/// The request to send to the server.
/// The options for the call.
@@ -943,7 +1342,6 @@ protected ConferenceRecordsServiceClient(ClientBaseConfiguration configuration)
return CallInvoker.AsyncUnaryCall(__Method_ListConferenceRecords, null, options, request);
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a participant by participant ID.
///
/// The request to send to the server.
@@ -957,7 +1355,6 @@ protected ConferenceRecordsServiceClient(ClientBaseConfiguration configuration)
return GetParticipant(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a participant by participant ID.
///
/// The request to send to the server.
@@ -969,7 +1366,6 @@ protected ConferenceRecordsServiceClient(ClientBaseConfiguration configuration)
return CallInvoker.BlockingUnaryCall(__Method_GetParticipant, null, options, request);
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a participant by participant ID.
///
/// The request to send to the server.
@@ -983,7 +1379,6 @@ protected ConferenceRecordsServiceClient(ClientBaseConfiguration configuration)
return GetParticipantAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a participant by participant ID.
///
/// The request to send to the server.
@@ -995,8 +1390,7 @@ protected ConferenceRecordsServiceClient(ClientBaseConfiguration configuration)
return CallInvoker.AsyncUnaryCall(__Method_GetParticipant, null, options, request);
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the participants in a conference record, by default ordered by join
+ /// Lists the participants in a conference record. By default, ordered by join
/// time and in descending order. This API supports `fields` as standard
/// parameters like every other API. However, when the `fields` request
/// parameter is omitted, this API defaults to `'participants/*,
@@ -1013,8 +1407,7 @@ protected ConferenceRecordsServiceClient(ClientBaseConfiguration configuration)
return ListParticipants(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the participants in a conference record, by default ordered by join
+ /// Lists the participants in a conference record. By default, ordered by join
/// time and in descending order. This API supports `fields` as standard
/// parameters like every other API. However, when the `fields` request
/// parameter is omitted, this API defaults to `'participants/*,
@@ -1029,8 +1422,7 @@ protected ConferenceRecordsServiceClient(ClientBaseConfiguration configuration)
return CallInvoker.BlockingUnaryCall(__Method_ListParticipants, null, options, request);
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the participants in a conference record, by default ordered by join
+ /// Lists the participants in a conference record. By default, ordered by join
/// time and in descending order. This API supports `fields` as standard
/// parameters like every other API. However, when the `fields` request
/// parameter is omitted, this API defaults to `'participants/*,
@@ -1047,8 +1439,7 @@ protected ConferenceRecordsServiceClient(ClientBaseConfiguration configuration)
return ListParticipantsAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the participants in a conference record, by default ordered by join
+ /// Lists the participants in a conference record. By default, ordered by join
/// time and in descending order. This API supports `fields` as standard
/// parameters like every other API. However, when the `fields` request
/// parameter is omitted, this API defaults to `'participants/*,
@@ -1063,7 +1454,6 @@ protected ConferenceRecordsServiceClient(ClientBaseConfiguration configuration)
return CallInvoker.AsyncUnaryCall(__Method_ListParticipants, null, options, request);
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a participant session by participant session ID.
///
/// The request to send to the server.
@@ -1077,7 +1467,6 @@ protected ConferenceRecordsServiceClient(ClientBaseConfiguration configuration)
return GetParticipantSession(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a participant session by participant session ID.
///
/// The request to send to the server.
@@ -1089,7 +1478,6 @@ protected ConferenceRecordsServiceClient(ClientBaseConfiguration configuration)
return CallInvoker.BlockingUnaryCall(__Method_GetParticipantSession, null, options, request);
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a participant session by participant session ID.
///
/// The request to send to the server.
@@ -1103,7 +1491,6 @@ protected ConferenceRecordsServiceClient(ClientBaseConfiguration configuration)
return GetParticipantSessionAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a participant session by participant session ID.
///
/// The request to send to the server.
@@ -1115,9 +1502,8 @@ protected ConferenceRecordsServiceClient(ClientBaseConfiguration configuration)
return CallInvoker.AsyncUnaryCall(__Method_GetParticipantSession, null, options, request);
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the participant sessions of a participant in a conference record, by
- /// default ordered by join time and in descending order. This API supports
+ /// Lists the participant sessions of a participant in a conference record. By
+ /// default, ordered by join time and in descending order. This API supports
/// `fields` as standard parameters like every other API. However, when the
/// `fields` request parameter is omitted this API defaults to
/// `'participantsessions/*, next_page_token'`.
@@ -1133,9 +1519,8 @@ protected ConferenceRecordsServiceClient(ClientBaseConfiguration configuration)
return ListParticipantSessions(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the participant sessions of a participant in a conference record, by
- /// default ordered by join time and in descending order. This API supports
+ /// Lists the participant sessions of a participant in a conference record. By
+ /// default, ordered by join time and in descending order. This API supports
/// `fields` as standard parameters like every other API. However, when the
/// `fields` request parameter is omitted this API defaults to
/// `'participantsessions/*, next_page_token'`.
@@ -1149,9 +1534,8 @@ protected ConferenceRecordsServiceClient(ClientBaseConfiguration configuration)
return CallInvoker.BlockingUnaryCall(__Method_ListParticipantSessions, null, options, request);
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the participant sessions of a participant in a conference record, by
- /// default ordered by join time and in descending order. This API supports
+ /// Lists the participant sessions of a participant in a conference record. By
+ /// default, ordered by join time and in descending order. This API supports
/// `fields` as standard parameters like every other API. However, when the
/// `fields` request parameter is omitted this API defaults to
/// `'participantsessions/*, next_page_token'`.
@@ -1167,9 +1551,8 @@ protected ConferenceRecordsServiceClient(ClientBaseConfiguration configuration)
return ListParticipantSessionsAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the participant sessions of a participant in a conference record, by
- /// default ordered by join time and in descending order. This API supports
+ /// Lists the participant sessions of a participant in a conference record. By
+ /// default, ordered by join time and in descending order. This API supports
/// `fields` as standard parameters like every other API. However, when the
/// `fields` request parameter is omitted this API defaults to
/// `'participantsessions/*, next_page_token'`.
@@ -1183,7 +1566,6 @@ protected ConferenceRecordsServiceClient(ClientBaseConfiguration configuration)
return CallInvoker.AsyncUnaryCall(__Method_ListParticipantSessions, null, options, request);
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a recording by recording ID.
///
/// The request to send to the server.
@@ -1197,7 +1579,6 @@ protected ConferenceRecordsServiceClient(ClientBaseConfiguration configuration)
return GetRecording(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a recording by recording ID.
///
/// The request to send to the server.
@@ -1209,7 +1590,6 @@ protected ConferenceRecordsServiceClient(ClientBaseConfiguration configuration)
return CallInvoker.BlockingUnaryCall(__Method_GetRecording, null, options, request);
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a recording by recording ID.
///
/// The request to send to the server.
@@ -1223,7 +1603,6 @@ protected ConferenceRecordsServiceClient(ClientBaseConfiguration configuration)
return GetRecordingAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a recording by recording ID.
///
/// The request to send to the server.
@@ -1235,8 +1614,8 @@ protected ConferenceRecordsServiceClient(ClientBaseConfiguration configuration)
return CallInvoker.AsyncUnaryCall(__Method_GetRecording, null, options, request);
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the recording resources from the conference record.
+ /// Lists the recording resources from the conference record. By default,
+ /// ordered by start time and in ascending order.
///
/// The request to send to the server.
/// The initial metadata to send with the call. This parameter is optional.
@@ -1249,8 +1628,8 @@ protected ConferenceRecordsServiceClient(ClientBaseConfiguration configuration)
return ListRecordings(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the recording resources from the conference record.
+ /// Lists the recording resources from the conference record. By default,
+ /// ordered by start time and in ascending order.
///
/// The request to send to the server.
/// The options for the call.
@@ -1261,8 +1640,8 @@ protected ConferenceRecordsServiceClient(ClientBaseConfiguration configuration)
return CallInvoker.BlockingUnaryCall(__Method_ListRecordings, null, options, request);
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the recording resources from the conference record.
+ /// Lists the recording resources from the conference record. By default,
+ /// ordered by start time and in ascending order.
///
/// The request to send to the server.
/// The initial metadata to send with the call. This parameter is optional.
@@ -1275,8 +1654,8 @@ protected ConferenceRecordsServiceClient(ClientBaseConfiguration configuration)
return ListRecordingsAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the recording resources from the conference record.
+ /// Lists the recording resources from the conference record. By default,
+ /// ordered by start time and in ascending order.
///
/// The request to send to the server.
/// The options for the call.
@@ -1287,7 +1666,6 @@ protected ConferenceRecordsServiceClient(ClientBaseConfiguration configuration)
return CallInvoker.AsyncUnaryCall(__Method_ListRecordings, null, options, request);
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a transcript by transcript ID.
///
/// The request to send to the server.
@@ -1301,7 +1679,6 @@ protected ConferenceRecordsServiceClient(ClientBaseConfiguration configuration)
return GetTranscript(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a transcript by transcript ID.
///
/// The request to send to the server.
@@ -1313,7 +1690,6 @@ protected ConferenceRecordsServiceClient(ClientBaseConfiguration configuration)
return CallInvoker.BlockingUnaryCall(__Method_GetTranscript, null, options, request);
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a transcript by transcript ID.
///
/// The request to send to the server.
@@ -1327,7 +1703,6 @@ protected ConferenceRecordsServiceClient(ClientBaseConfiguration configuration)
return GetTranscriptAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a transcript by transcript ID.
///
/// The request to send to the server.
@@ -1339,8 +1714,8 @@ protected ConferenceRecordsServiceClient(ClientBaseConfiguration configuration)
return CallInvoker.AsyncUnaryCall(__Method_GetTranscript, null, options, request);
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the set of transcripts from the conference record.
+ /// Lists the set of transcripts from the conference record. By default,
+ /// ordered by start time and in ascending order.
///
/// The request to send to the server.
/// The initial metadata to send with the call. This parameter is optional.
@@ -1353,8 +1728,8 @@ protected ConferenceRecordsServiceClient(ClientBaseConfiguration configuration)
return ListTranscripts(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the set of transcripts from the conference record.
+ /// Lists the set of transcripts from the conference record. By default,
+ /// ordered by start time and in ascending order.
///
/// The request to send to the server.
/// The options for the call.
@@ -1365,8 +1740,8 @@ protected ConferenceRecordsServiceClient(ClientBaseConfiguration configuration)
return CallInvoker.BlockingUnaryCall(__Method_ListTranscripts, null, options, request);
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the set of transcripts from the conference record.
+ /// Lists the set of transcripts from the conference record. By default,
+ /// ordered by start time and in ascending order.
///
/// The request to send to the server.
/// The initial metadata to send with the call. This parameter is optional.
@@ -1379,8 +1754,8 @@ protected ConferenceRecordsServiceClient(ClientBaseConfiguration configuration)
return ListTranscriptsAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Lists the set of transcripts from the conference record.
+ /// Lists the set of transcripts from the conference record. By default,
+ /// ordered by start time and in ascending order.
///
/// The request to send to the server.
/// The options for the call.
@@ -1391,7 +1766,6 @@ protected ConferenceRecordsServiceClient(ClientBaseConfiguration configuration)
return CallInvoker.AsyncUnaryCall(__Method_ListTranscripts, null, options, request);
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a `TranscriptEntry` resource by entry ID.
///
/// Note: The transcript entries returned by the Google Meet API might not
@@ -1409,7 +1783,6 @@ protected ConferenceRecordsServiceClient(ClientBaseConfiguration configuration)
return GetTranscriptEntry(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a `TranscriptEntry` resource by entry ID.
///
/// Note: The transcript entries returned by the Google Meet API might not
@@ -1425,7 +1798,6 @@ protected ConferenceRecordsServiceClient(ClientBaseConfiguration configuration)
return CallInvoker.BlockingUnaryCall(__Method_GetTranscriptEntry, null, options, request);
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a `TranscriptEntry` resource by entry ID.
///
/// Note: The transcript entries returned by the Google Meet API might not
@@ -1443,7 +1815,6 @@ protected ConferenceRecordsServiceClient(ClientBaseConfiguration configuration)
return GetTranscriptEntryAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Gets a `TranscriptEntry` resource by entry ID.
///
/// Note: The transcript entries returned by the Google Meet API might not
@@ -1459,7 +1830,6 @@ protected ConferenceRecordsServiceClient(ClientBaseConfiguration configuration)
return CallInvoker.AsyncUnaryCall(__Method_GetTranscriptEntry, null, options, request);
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Lists the structured transcript entries per transcript. By default, ordered
/// by start time and in ascending order.
///
@@ -1478,7 +1848,6 @@ protected ConferenceRecordsServiceClient(ClientBaseConfiguration configuration)
return ListTranscriptEntries(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Lists the structured transcript entries per transcript. By default, ordered
/// by start time and in ascending order.
///
@@ -1495,7 +1864,6 @@ protected ConferenceRecordsServiceClient(ClientBaseConfiguration configuration)
return CallInvoker.BlockingUnaryCall(__Method_ListTranscriptEntries, null, options, request);
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Lists the structured transcript entries per transcript. By default, ordered
/// by start time and in ascending order.
///
@@ -1514,7 +1882,6 @@ protected ConferenceRecordsServiceClient(ClientBaseConfiguration configuration)
return ListTranscriptEntriesAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Lists the structured transcript entries per transcript. By default, ordered
/// by start time and in ascending order.
///
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta/ServiceResourceNames.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta/ServiceResourceNames.g.cs
index 8fe2b129c22a..6c31e72c9071 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta/ServiceResourceNames.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta/ServiceResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -43,6 +43,50 @@ public partial class EndActiveConferenceRequest
}
}
+ public partial class CreateMemberRequest
+ {
+ /// -typed view over the resource name property.
+ public SpaceName ParentAsSpaceName
+ {
+ get => string.IsNullOrEmpty(Parent) ? null : SpaceName.Parse(Parent, allowUnparsed: true);
+ set => Parent = value?.ToString() ?? "";
+ }
+ }
+
+ public partial class GetMemberRequest
+ {
+ ///
+ /// -typed view over the resource name property.
+ ///
+ public gamv::MemberName MemberName
+ {
+ get => string.IsNullOrEmpty(Name) ? null : gamv::MemberName.Parse(Name, allowUnparsed: true);
+ set => Name = value?.ToString() ?? "";
+ }
+ }
+
+ public partial class ListMembersRequest
+ {
+ /// -typed view over the resource name property.
+ public SpaceName ParentAsSpaceName
+ {
+ get => string.IsNullOrEmpty(Parent) ? null : SpaceName.Parse(Parent, allowUnparsed: true);
+ set => Parent = value?.ToString() ?? "";
+ }
+ }
+
+ public partial class DeleteMemberRequest
+ {
+ ///
+ /// -typed view over the resource name property.
+ ///
+ public gamv::MemberName MemberName
+ {
+ get => string.IsNullOrEmpty(Name) ? null : gamv::MemberName.Parse(Name, allowUnparsed: true);
+ set => Name = value?.ToString() ?? "";
+ }
+ }
+
public partial class GetConferenceRecordRequest
{
///
diff --git a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta/SpacesServiceClient.g.cs b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta/SpacesServiceClient.g.cs
index 85f0d5b0d101..8898d275672e 100644
--- a/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta/SpacesServiceClient.g.cs
+++ b/apis/Google.Apps.Meet.V2Beta/Google.Apps.Meet.V2Beta/SpacesServiceClient.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -21,6 +21,7 @@
using grpcinter = Grpc.Core.Interceptors;
using mel = Microsoft.Extensions.Logging;
using proto = Google.Protobuf;
+using sc = System.Collections;
using scg = System.Collections.Generic;
using sco = System.Collections.ObjectModel;
using st = System.Threading;
@@ -49,6 +50,10 @@ private SpacesServiceSettings(SpacesServiceSettings existing) : base(existing)
GetSpaceSettings = existing.GetSpaceSettings;
UpdateSpaceSettings = existing.UpdateSpaceSettings;
EndActiveConferenceSettings = existing.EndActiveConferenceSettings;
+ CreateMemberSettings = existing.CreateMemberSettings;
+ GetMemberSettings = existing.GetMemberSettings;
+ ListMembersSettings = existing.ListMembersSettings;
+ DeleteMemberSettings = existing.DeleteMemberSettings;
OnCopy(existing);
}
@@ -108,6 +113,54 @@ private SpacesServiceSettings(SpacesServiceSettings existing) : base(existing)
///
public gaxgrpc::CallSettings EndActiveConferenceSettings { get; set; } = gaxgrpc::CallSettings.FromExpiration(gax::Expiration.FromTimeout(sys::TimeSpan.FromMilliseconds(60000)));
+ ///
+ /// for synchronous and asynchronous calls to
+ /// SpacesServiceClient.CreateMember and SpacesServiceClient.CreateMemberAsync.
+ ///
+ ///
+ ///
+ /// - This call will not be retried.
+ /// - Timeout: 60 seconds.
+ ///
+ ///
+ public gaxgrpc::CallSettings CreateMemberSettings { get; set; } = gaxgrpc::CallSettings.FromExpiration(gax::Expiration.FromTimeout(sys::TimeSpan.FromMilliseconds(60000)));
+
+ ///
+ /// for synchronous and asynchronous calls to
+ /// SpacesServiceClient.GetMember and SpacesServiceClient.GetMemberAsync.
+ ///
+ ///
+ ///
+ /// - This call will not be retried.
+ /// - Timeout: 60 seconds.
+ ///
+ ///
+ public gaxgrpc::CallSettings GetMemberSettings { get; set; } = gaxgrpc::CallSettings.FromExpiration(gax::Expiration.FromTimeout(sys::TimeSpan.FromMilliseconds(60000)));
+
+ ///
+ /// for synchronous and asynchronous calls to
+ /// SpacesServiceClient.ListMembers and SpacesServiceClient.ListMembersAsync.
+ ///
+ ///
+ ///
+ /// - This call will not be retried.
+ /// - Timeout: 60 seconds.
+ ///
+ ///
+ public gaxgrpc::CallSettings ListMembersSettings { get; set; } = gaxgrpc::CallSettings.FromExpiration(gax::Expiration.FromTimeout(sys::TimeSpan.FromMilliseconds(60000)));
+
+ ///
+ /// for synchronous and asynchronous calls to
+ /// SpacesServiceClient.DeleteMember and SpacesServiceClient.DeleteMemberAsync.
+ ///
+ ///
+ ///
+ /// - This call will not be retried.
+ /// - Timeout: 60 seconds.
+ ///
+ ///
+ public gaxgrpc::CallSettings DeleteMemberSettings { get; set; } = gaxgrpc::CallSettings.FromExpiration(gax::Expiration.FromTimeout(sys::TimeSpan.FromMilliseconds(60000)));
+
/// Creates a deep clone of this object, with all the same property values.
/// A deep clone of this object.
public SpacesServiceSettings Clone() => new SpacesServiceSettings(this);
@@ -178,8 +231,20 @@ public abstract partial class SpacesServiceClient
public static string DefaultEndpoint { get; } = "meet.googleapis.com:443";
/// The default SpacesService scopes.
- /// The default SpacesService scopes are:
- public static scg::IReadOnlyList DefaultScopes { get; } = new sco::ReadOnlyCollection(new string[] { });
+ ///
+ /// The default SpacesService scopes are:
+ ///
+ /// - https://www.googleapis.com/auth/meetings.space.created
+ /// - https://www.googleapis.com/auth/meetings.space.readonly
+ /// - https://www.googleapis.com/auth/meetings.space.settings
+ ///
+ ///
+ public static scg::IReadOnlyList DefaultScopes { get; } = new sco::ReadOnlyCollection(new string[]
+ {
+ "https://www.googleapis.com/auth/meetings.space.created",
+ "https://www.googleapis.com/auth/meetings.space.readonly",
+ "https://www.googleapis.com/auth/meetings.space.settings",
+ });
/// The service metadata associated with this client type.
public static gaxgrpc::ServiceMetadata ServiceMetadata { get; } = new gaxgrpc::ServiceMetadata(SpacesService.Descriptor, DefaultEndpoint, DefaultScopes, true, gax::ApiTransports.Grpc | gax::ApiTransports.Rest, PackageApiMetadata.ApiMetadata);
@@ -242,7 +307,6 @@ internal static SpacesServiceClient Create(grpccore::CallInvoker callInvoker, Sp
public virtual SpacesService.SpacesServiceClient GrpcClient => throw new sys::NotImplementedException();
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Creates a space.
///
/// The request object containing all of the parameters for the API call.
@@ -252,7 +316,6 @@ public virtual Space CreateSpace(CreateSpaceRequest request, gaxgrpc::CallSettin
throw new sys::NotImplementedException();
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Creates a space.
///
/// The request object containing all of the parameters for the API call.
@@ -262,7 +325,6 @@ public virtual Space CreateSpace(CreateSpaceRequest request, gaxgrpc::CallSettin
throw new sys::NotImplementedException();
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Creates a space.
///
/// The request object containing all of the parameters for the API call.
@@ -272,7 +334,6 @@ public virtual Space CreateSpace(CreateSpaceRequest request, gaxgrpc::CallSettin
CreateSpaceAsync(request, gaxgrpc::CallSettings.FromCancellationToken(cancellationToken));
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Creates a space.
///
///
@@ -285,7 +346,6 @@ public virtual Space CreateSpace(Space space, gaxgrpc::CallSettings callSettings
CreateSpace(new CreateSpaceRequest { Space = space, }, callSettings);
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Creates a space.
///
///
@@ -298,7 +358,6 @@ public virtual Space CreateSpace(Space space, gaxgrpc::CallSettings callSettings
CreateSpaceAsync(new CreateSpaceRequest { Space = space, }, callSettings);
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Creates a space.
///
///
@@ -311,8 +370,10 @@ public virtual Space CreateSpace(Space space, gaxgrpc::CallSettings callSettings
CreateSpaceAsync(space, gaxgrpc::CallSettings.FromCancellationToken(cancellationToken));
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Gets a space by `space_id` or `meeting_code`.
+ /// Gets details about a meeting space.
+ ///
+ /// For an example, see [Get a meeting
+ /// space](https://developers.google.com/meet/api/guides/meeting-spaces#get-meeting-space).
///
/// The request object containing all of the parameters for the API call.
/// If not null, applies overrides to this RPC call.
@@ -321,8 +382,10 @@ public virtual Space GetSpace(GetSpaceRequest request, gaxgrpc::CallSettings cal
throw new sys::NotImplementedException();
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Gets a space by `space_id` or `meeting_code`.
+ /// Gets details about a meeting space.
+ ///
+ /// For an example, see [Get a meeting
+ /// space](https://developers.google.com/meet/api/guides/meeting-spaces#get-meeting-space).
///
/// The request object containing all of the parameters for the API call.
/// If not null, applies overrides to this RPC call.
@@ -331,8 +394,10 @@ public virtual Space GetSpace(GetSpaceRequest request, gaxgrpc::CallSettings cal
throw new sys::NotImplementedException();
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Gets a space by `space_id` or `meeting_code`.
+ /// Gets details about a meeting space.
+ ///
+ /// For an example, see [Get a meeting
+ /// space](https://developers.google.com/meet/api/guides/meeting-spaces#get-meeting-space).
///
/// The request object containing all of the parameters for the API call.
/// A to use for this RPC.
@@ -341,11 +406,31 @@ public virtual Space GetSpace(GetSpaceRequest request, gaxgrpc::CallSettings cal
GetSpaceAsync(request, gaxgrpc::CallSettings.FromCancellationToken(cancellationToken));
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Gets a space by `space_id` or `meeting_code`.
+ /// Gets details about a meeting space.
+ ///
+ /// For an example, see [Get a meeting
+ /// space](https://developers.google.com/meet/api/guides/meeting-spaces#get-meeting-space).
///
///
/// Required. Resource name of the space.
+ ///
+ /// Format: `spaces/{space}` or `spaces/{meetingCode}`.
+ ///
+ /// `{space}` is the resource identifier for the space. It's a unique,
+ /// server-generated ID and is case sensitive. For example, `jQCFfuBOdN5z`.
+ ///
+ /// `{meetingCode}` is an alias for the space. It's a typeable, unique
+ /// character string and is non-case sensitive. For example, `abc-mnop-xyz`.
+ /// The maximum length is 128 characters.
+ ///
+ /// A `meetingCode` shouldn't be stored long term as it can become
+ /// dissociated from a meeting space and can be reused for different meeting
+ /// spaces in the future. Generally, a `meetingCode` expires 365 days after
+ /// last use. For more information, see [Learn about meeting codes in Google
+ /// Meet](https://support.google.com/meet/answer/10710509).
+ ///
+ /// For more information, see [How Meet identifies a meeting
+ /// space](https://developers.google.com/meet/api/guides/meeting-spaces#identify-meeting-space).
///
/// If not null, applies overrides to this RPC call.
/// The RPC response.
@@ -356,11 +441,31 @@ public virtual Space GetSpace(string name, gaxgrpc::CallSettings callSettings =
}, callSettings);
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Gets a space by `space_id` or `meeting_code`.
+ /// Gets details about a meeting space.
+ ///
+ /// For an example, see [Get a meeting
+ /// space](https://developers.google.com/meet/api/guides/meeting-spaces#get-meeting-space).
///
///
/// Required. Resource name of the space.
+ ///
+ /// Format: `spaces/{space}` or `spaces/{meetingCode}`.
+ ///
+ /// `{space}` is the resource identifier for the space. It's a unique,
+ /// server-generated ID and is case sensitive. For example, `jQCFfuBOdN5z`.
+ ///
+ /// `{meetingCode}` is an alias for the space. It's a typeable, unique
+ /// character string and is non-case sensitive. For example, `abc-mnop-xyz`.
+ /// The maximum length is 128 characters.
+ ///
+ /// A `meetingCode` shouldn't be stored long term as it can become
+ /// dissociated from a meeting space and can be reused for different meeting
+ /// spaces in the future. Generally, a `meetingCode` expires 365 days after
+ /// last use. For more information, see [Learn about meeting codes in Google
+ /// Meet](https://support.google.com/meet/answer/10710509).
+ ///
+ /// For more information, see [How Meet identifies a meeting
+ /// space](https://developers.google.com/meet/api/guides/meeting-spaces#identify-meeting-space).
///
/// If not null, applies overrides to this RPC call.
/// A Task containing the RPC response.
@@ -371,11 +476,31 @@ public virtual Space GetSpace(string name, gaxgrpc::CallSettings callSettings =
}, callSettings);
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Gets a space by `space_id` or `meeting_code`.
+ /// Gets details about a meeting space.
+ ///
+ /// For an example, see [Get a meeting
+ /// space](https://developers.google.com/meet/api/guides/meeting-spaces#get-meeting-space).
///
///
/// Required. Resource name of the space.
+ ///
+ /// Format: `spaces/{space}` or `spaces/{meetingCode}`.
+ ///
+ /// `{space}` is the resource identifier for the space. It's a unique,
+ /// server-generated ID and is case sensitive. For example, `jQCFfuBOdN5z`.
+ ///
+ /// `{meetingCode}` is an alias for the space. It's a typeable, unique
+ /// character string and is non-case sensitive. For example, `abc-mnop-xyz`.
+ /// The maximum length is 128 characters.
+ ///
+ /// A `meetingCode` shouldn't be stored long term as it can become
+ /// dissociated from a meeting space and can be reused for different meeting
+ /// spaces in the future. Generally, a `meetingCode` expires 365 days after
+ /// last use. For more information, see [Learn about meeting codes in Google
+ /// Meet](https://support.google.com/meet/answer/10710509).
+ ///
+ /// For more information, see [How Meet identifies a meeting
+ /// space](https://developers.google.com/meet/api/guides/meeting-spaces#identify-meeting-space).
///
/// A to use for this RPC.
/// A Task containing the RPC response.
@@ -383,11 +508,31 @@ public virtual Space GetSpace(string name, gaxgrpc::CallSettings callSettings =
GetSpaceAsync(name, gaxgrpc::CallSettings.FromCancellationToken(cancellationToken));
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Gets a space by `space_id` or `meeting_code`.
+ /// Gets details about a meeting space.
+ ///
+ /// For an example, see [Get a meeting
+ /// space](https://developers.google.com/meet/api/guides/meeting-spaces#get-meeting-space).
///
///
/// Required. Resource name of the space.
+ ///
+ /// Format: `spaces/{space}` or `spaces/{meetingCode}`.
+ ///
+ /// `{space}` is the resource identifier for the space. It's a unique,
+ /// server-generated ID and is case sensitive. For example, `jQCFfuBOdN5z`.
+ ///
+ /// `{meetingCode}` is an alias for the space. It's a typeable, unique
+ /// character string and is non-case sensitive. For example, `abc-mnop-xyz`.
+ /// The maximum length is 128 characters.
+ ///
+ /// A `meetingCode` shouldn't be stored long term as it can become
+ /// dissociated from a meeting space and can be reused for different meeting
+ /// spaces in the future. Generally, a `meetingCode` expires 365 days after
+ /// last use. For more information, see [Learn about meeting codes in Google
+ /// Meet](https://support.google.com/meet/answer/10710509).
+ ///
+ /// For more information, see [How Meet identifies a meeting
+ /// space](https://developers.google.com/meet/api/guides/meeting-spaces#identify-meeting-space).
///
/// If not null, applies overrides to this RPC call.
/// The RPC response.
@@ -398,11 +543,31 @@ public virtual Space GetSpace(SpaceName name, gaxgrpc::CallSettings callSettings
}, callSettings);
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Gets a space by `space_id` or `meeting_code`.
+ /// Gets details about a meeting space.
+ ///
+ /// For an example, see [Get a meeting
+ /// space](https://developers.google.com/meet/api/guides/meeting-spaces#get-meeting-space).
///
///
/// Required. Resource name of the space.
+ ///
+ /// Format: `spaces/{space}` or `spaces/{meetingCode}`.
+ ///
+ /// `{space}` is the resource identifier for the space. It's a unique,
+ /// server-generated ID and is case sensitive. For example, `jQCFfuBOdN5z`.
+ ///
+ /// `{meetingCode}` is an alias for the space. It's a typeable, unique
+ /// character string and is non-case sensitive. For example, `abc-mnop-xyz`.
+ /// The maximum length is 128 characters.
+ ///
+ /// A `meetingCode` shouldn't be stored long term as it can become
+ /// dissociated from a meeting space and can be reused for different meeting
+ /// spaces in the future. Generally, a `meetingCode` expires 365 days after
+ /// last use. For more information, see [Learn about meeting codes in Google
+ /// Meet](https://support.google.com/meet/answer/10710509).
+ ///
+ /// For more information, see [How Meet identifies a meeting
+ /// space](https://developers.google.com/meet/api/guides/meeting-spaces#identify-meeting-space).
///
/// If not null, applies overrides to this RPC call.
/// A Task containing the RPC response.
@@ -413,11 +578,31 @@ public virtual Space GetSpace(SpaceName name, gaxgrpc::CallSettings callSettings
}, callSettings);
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Gets a space by `space_id` or `meeting_code`.
+ /// Gets details about a meeting space.
+ ///
+ /// For an example, see [Get a meeting
+ /// space](https://developers.google.com/meet/api/guides/meeting-spaces#get-meeting-space).
///
///
/// Required. Resource name of the space.
+ ///
+ /// Format: `spaces/{space}` or `spaces/{meetingCode}`.
+ ///
+ /// `{space}` is the resource identifier for the space. It's a unique,
+ /// server-generated ID and is case sensitive. For example, `jQCFfuBOdN5z`.
+ ///
+ /// `{meetingCode}` is an alias for the space. It's a typeable, unique
+ /// character string and is non-case sensitive. For example, `abc-mnop-xyz`.
+ /// The maximum length is 128 characters.
+ ///
+ /// A `meetingCode` shouldn't be stored long term as it can become
+ /// dissociated from a meeting space and can be reused for different meeting
+ /// spaces in the future. Generally, a `meetingCode` expires 365 days after
+ /// last use. For more information, see [Learn about meeting codes in Google
+ /// Meet](https://support.google.com/meet/answer/10710509).
+ ///
+ /// For more information, see [How Meet identifies a meeting
+ /// space](https://developers.google.com/meet/api/guides/meeting-spaces#identify-meeting-space).
///
/// A to use for this RPC.
/// A Task containing the RPC response.
@@ -425,8 +610,10 @@ public virtual Space GetSpace(SpaceName name, gaxgrpc::CallSettings callSettings
GetSpaceAsync(name, gaxgrpc::CallSettings.FromCancellationToken(cancellationToken));
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Updates a space.
+ /// Updates details about a meeting space.
+ ///
+ /// For an example, see [Update a meeting
+ /// space](https://developers.google.com/meet/api/guides/meeting-spaces#update-meeting-space).
///
/// The request object containing all of the parameters for the API call.
/// If not null, applies overrides to this RPC call.
@@ -435,8 +622,10 @@ public virtual Space UpdateSpace(UpdateSpaceRequest request, gaxgrpc::CallSettin
throw new sys::NotImplementedException();
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Updates a space.
+ /// Updates details about a meeting space.
+ ///
+ /// For an example, see [Update a meeting
+ /// space](https://developers.google.com/meet/api/guides/meeting-spaces#update-meeting-space).
///
/// The request object containing all of the parameters for the API call.
/// If not null, applies overrides to this RPC call.
@@ -445,8 +634,10 @@ public virtual Space UpdateSpace(UpdateSpaceRequest request, gaxgrpc::CallSettin
throw new sys::NotImplementedException();
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Updates a space.
+ /// Updates details about a meeting space.
+ ///
+ /// For an example, see [Update a meeting
+ /// space](https://developers.google.com/meet/api/guides/meeting-spaces#update-meeting-space).
///
/// The request object containing all of the parameters for the API call.
/// A to use for this RPC.
@@ -455,17 +646,21 @@ public virtual Space UpdateSpace(UpdateSpaceRequest request, gaxgrpc::CallSettin
UpdateSpaceAsync(request, gaxgrpc::CallSettings.FromCancellationToken(cancellationToken));
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Updates a space.
+ /// Updates details about a meeting space.
+ ///
+ /// For an example, see [Update a meeting
+ /// space](https://developers.google.com/meet/api/guides/meeting-spaces#update-meeting-space).
///
///
/// Required. Space to be updated.
///
///
/// Optional. Field mask used to specify the fields to be updated in the space.
- /// If update_mask isn't provided, it defaults to '*' and updates all
- /// fields provided in the request, including deleting fields not set in the
+ /// If update_mask isn't provided(not set, set with empty paths, or only has ""
+ /// as paths), it defaults to update all fields provided with values in the
/// request.
+ /// Using "*" as update_mask will update all fields, including deleting fields
+ /// not set in the request.
///
/// If not null, applies overrides to this RPC call.
/// The RPC response.
@@ -477,17 +672,21 @@ public virtual Space UpdateSpace(Space space, wkt::FieldMask updateMask, gaxgrpc
}, callSettings);
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Updates a space.
+ /// Updates details about a meeting space.
+ ///
+ /// For an example, see [Update a meeting
+ /// space](https://developers.google.com/meet/api/guides/meeting-spaces#update-meeting-space).
///
///
/// Required. Space to be updated.
///
///
/// Optional. Field mask used to specify the fields to be updated in the space.
- /// If update_mask isn't provided, it defaults to '*' and updates all
- /// fields provided in the request, including deleting fields not set in the
+ /// If update_mask isn't provided(not set, set with empty paths, or only has ""
+ /// as paths), it defaults to update all fields provided with values in the
/// request.
+ /// Using "*" as update_mask will update all fields, including deleting fields
+ /// not set in the request.
///
/// If not null, applies overrides to this RPC call.
/// A Task containing the RPC response.
@@ -499,17 +698,21 @@ public virtual Space UpdateSpace(Space space, wkt::FieldMask updateMask, gaxgrpc
}, callSettings);
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Updates a space.
+ /// Updates details about a meeting space.
+ ///
+ /// For an example, see [Update a meeting
+ /// space](https://developers.google.com/meet/api/guides/meeting-spaces#update-meeting-space).
///
///
/// Required. Space to be updated.
///
///
/// Optional. Field mask used to specify the fields to be updated in the space.
- /// If update_mask isn't provided, it defaults to '*' and updates all
- /// fields provided in the request, including deleting fields not set in the
+ /// If update_mask isn't provided(not set, set with empty paths, or only has ""
+ /// as paths), it defaults to update all fields provided with values in the
/// request.
+ /// Using "*" as update_mask will update all fields, including deleting fields
+ /// not set in the request.
///
/// A to use for this RPC.
/// A Task containing the RPC response.
@@ -517,8 +720,10 @@ public virtual Space UpdateSpace(Space space, wkt::FieldMask updateMask, gaxgrpc
UpdateSpaceAsync(space, updateMask, gaxgrpc::CallSettings.FromCancellationToken(cancellationToken));
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Ends an active conference (if there is one).
+ /// Ends an active conference (if there's one).
+ ///
+ /// For an example, see [End active
+ /// conference](https://developers.google.com/meet/api/guides/meeting-spaces#end-active-conference).
///
/// The request object containing all of the parameters for the API call.
/// If not null, applies overrides to this RPC call.
@@ -527,8 +732,10 @@ public virtual void EndActiveConference(EndActiveConferenceRequest request, gaxg
throw new sys::NotImplementedException();
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Ends an active conference (if there is one).
+ /// Ends an active conference (if there's one).
+ ///
+ /// For an example, see [End active
+ /// conference](https://developers.google.com/meet/api/guides/meeting-spaces#end-active-conference).
///
/// The request object containing all of the parameters for the API call.
/// If not null, applies overrides to this RPC call.
@@ -537,8 +744,10 @@ public virtual void EndActiveConference(EndActiveConferenceRequest request, gaxg
throw new sys::NotImplementedException();
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Ends an active conference (if there is one).
+ /// Ends an active conference (if there's one).
+ ///
+ /// For an example, see [End active
+ /// conference](https://developers.google.com/meet/api/guides/meeting-spaces#end-active-conference).
///
/// The request object containing all of the parameters for the API call.
/// A to use for this RPC.
@@ -547,11 +756,21 @@ public virtual void EndActiveConference(EndActiveConferenceRequest request, gaxg
EndActiveConferenceAsync(request, gaxgrpc::CallSettings.FromCancellationToken(cancellationToken));
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Ends an active conference (if there is one).
+ /// Ends an active conference (if there's one).
+ ///
+ /// For an example, see [End active
+ /// conference](https://developers.google.com/meet/api/guides/meeting-spaces#end-active-conference).
///
///
/// Required. Resource name of the space.
+ ///
+ /// Format: `spaces/{space}`.
+ ///
+ /// `{space}` is the resource identifier for the space. It's a unique,
+ /// server-generated ID and is case sensitive. For example, `jQCFfuBOdN5z`.
+ ///
+ /// For more information, see [How Meet identifies a meeting
+ /// space](https://developers.google.com/meet/api/guides/meeting-spaces#identify-meeting-space).
///
/// If not null, applies overrides to this RPC call.
/// The RPC response.
@@ -562,11 +781,21 @@ public virtual void EndActiveConference(string name, gaxgrpc::CallSettings callS
}, callSettings);
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Ends an active conference (if there is one).
+ /// Ends an active conference (if there's one).
+ ///
+ /// For an example, see [End active
+ /// conference](https://developers.google.com/meet/api/guides/meeting-spaces#end-active-conference).
///
///
/// Required. Resource name of the space.
+ ///
+ /// Format: `spaces/{space}`.
+ ///
+ /// `{space}` is the resource identifier for the space. It's a unique,
+ /// server-generated ID and is case sensitive. For example, `jQCFfuBOdN5z`.
+ ///
+ /// For more information, see [How Meet identifies a meeting
+ /// space](https://developers.google.com/meet/api/guides/meeting-spaces#identify-meeting-space).
///
/// If not null, applies overrides to this RPC call.
/// A Task containing the RPC response.
@@ -577,11 +806,21 @@ public virtual void EndActiveConference(string name, gaxgrpc::CallSettings callS
}, callSettings);
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Ends an active conference (if there is one).
+ /// Ends an active conference (if there's one).
+ ///
+ /// For an example, see [End active
+ /// conference](https://developers.google.com/meet/api/guides/meeting-spaces#end-active-conference).
///
///
/// Required. Resource name of the space.
+ ///
+ /// Format: `spaces/{space}`.
+ ///
+ /// `{space}` is the resource identifier for the space. It's a unique,
+ /// server-generated ID and is case sensitive. For example, `jQCFfuBOdN5z`.
+ ///
+ /// For more information, see [How Meet identifies a meeting
+ /// space](https://developers.google.com/meet/api/guides/meeting-spaces#identify-meeting-space).
///
/// A to use for this RPC.
/// A Task containing the RPC response.
@@ -589,11 +828,21 @@ public virtual void EndActiveConference(string name, gaxgrpc::CallSettings callS
EndActiveConferenceAsync(name, gaxgrpc::CallSettings.FromCancellationToken(cancellationToken));
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Ends an active conference (if there is one).
+ /// Ends an active conference (if there's one).
+ ///
+ /// For an example, see [End active
+ /// conference](https://developers.google.com/meet/api/guides/meeting-spaces#end-active-conference).
///
///
/// Required. Resource name of the space.
+ ///
+ /// Format: `spaces/{space}`.
+ ///
+ /// `{space}` is the resource identifier for the space. It's a unique,
+ /// server-generated ID and is case sensitive. For example, `jQCFfuBOdN5z`.
+ ///
+ /// For more information, see [How Meet identifies a meeting
+ /// space](https://developers.google.com/meet/api/guides/meeting-spaces#identify-meeting-space).
///
/// If not null, applies overrides to this RPC call.
/// The RPC response.
@@ -604,11 +853,21 @@ public virtual void EndActiveConference(SpaceName name, gaxgrpc::CallSettings ca
}, callSettings);
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Ends an active conference (if there is one).
+ /// Ends an active conference (if there's one).
+ ///
+ /// For an example, see [End active
+ /// conference](https://developers.google.com/meet/api/guides/meeting-spaces#end-active-conference).
///
///
/// Required. Resource name of the space.
+ ///
+ /// Format: `spaces/{space}`.
+ ///
+ /// `{space}` is the resource identifier for the space. It's a unique,
+ /// server-generated ID and is case sensitive. For example, `jQCFfuBOdN5z`.
+ ///
+ /// For more information, see [How Meet identifies a meeting
+ /// space](https://developers.google.com/meet/api/guides/meeting-spaces#identify-meeting-space).
///
/// If not null, applies overrides to this RPC call.
/// A Task containing the RPC response.
@@ -619,16 +878,666 @@ public virtual void EndActiveConference(SpaceName name, gaxgrpc::CallSettings ca
}, callSettings);
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Ends an active conference (if there is one).
+ /// Ends an active conference (if there's one).
+ ///
+ /// For an example, see [End active
+ /// conference](https://developers.google.com/meet/api/guides/meeting-spaces#end-active-conference).
///
///
/// Required. Resource name of the space.
+ ///
+ /// Format: `spaces/{space}`.
+ ///
+ /// `{space}` is the resource identifier for the space. It's a unique,
+ /// server-generated ID and is case sensitive. For example, `jQCFfuBOdN5z`.
+ ///
+ /// For more information, see [How Meet identifies a meeting
+ /// space](https://developers.google.com/meet/api/guides/meeting-spaces#identify-meeting-space).
///
/// A to use for this RPC.
/// A Task containing the RPC response.
public virtual stt::Task EndActiveConferenceAsync(SpaceName name, st::CancellationToken cancellationToken) =>
EndActiveConferenceAsync(name, gaxgrpc::CallSettings.FromCancellationToken(cancellationToken));
+
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// Create a member.
+ ///
+ /// This API supports the `fields` parameter in
+ /// [SystemParameterContext](https://cloud.google.com/apis/docs/system-parameters).
+ /// When the `fields` parameter is omitted, this API response will default to
+ /// "name,email,role,user".
+ ///
+ /// The request object containing all of the parameters for the API call.
+ /// If not null, applies overrides to this RPC call.
+ /// The RPC response.
+ public virtual Member CreateMember(CreateMemberRequest request, gaxgrpc::CallSettings callSettings = null) =>
+ throw new sys::NotImplementedException();
+
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// Create a member.
+ ///
+ /// This API supports the `fields` parameter in
+ /// [SystemParameterContext](https://cloud.google.com/apis/docs/system-parameters).
+ /// When the `fields` parameter is omitted, this API response will default to
+ /// "name,email,role,user".
+ ///
+ /// The request object containing all of the parameters for the API call.
+ /// If not null, applies overrides to this RPC call.
+ /// A Task containing the RPC response.
+ public virtual stt::Task CreateMemberAsync(CreateMemberRequest request, gaxgrpc::CallSettings callSettings = null) =>
+ throw new sys::NotImplementedException();
+
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// Create a member.
+ ///
+ /// This API supports the `fields` parameter in
+ /// [SystemParameterContext](https://cloud.google.com/apis/docs/system-parameters).
+ /// When the `fields` parameter is omitted, this API response will default to
+ /// "name,email,role,user".
+ ///
+ /// The request object containing all of the parameters for the API call.
+ /// A to use for this RPC.
+ /// A Task containing the RPC response.
+ public virtual stt::Task CreateMemberAsync(CreateMemberRequest request, st::CancellationToken cancellationToken) =>
+ CreateMemberAsync(request, gaxgrpc::CallSettings.FromCancellationToken(cancellationToken));
+
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// Create a member.
+ ///
+ /// This API supports the `fields` parameter in
+ /// [SystemParameterContext](https://cloud.google.com/apis/docs/system-parameters).
+ /// When the `fields` parameter is omitted, this API response will default to
+ /// "name,email,role,user".
+ ///
+ ///
+ /// Required. Format: spaces/{space}
+ ///
+ ///
+ /// Required. The member to be created.
+ ///
+ /// If not null, applies overrides to this RPC call.
+ /// The RPC response.
+ public virtual Member CreateMember(string parent, Member member, gaxgrpc::CallSettings callSettings = null) =>
+ CreateMember(new CreateMemberRequest
+ {
+ Parent = gax::GaxPreconditions.CheckNotNullOrEmpty(parent, nameof(parent)),
+ Member = gax::GaxPreconditions.CheckNotNull(member, nameof(member)),
+ }, callSettings);
+
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// Create a member.
+ ///
+ /// This API supports the `fields` parameter in
+ /// [SystemParameterContext](https://cloud.google.com/apis/docs/system-parameters).
+ /// When the `fields` parameter is omitted, this API response will default to
+ /// "name,email,role,user".
+ ///
+ ///
+ /// Required. Format: spaces/{space}
+ ///
+ ///
+ /// Required. The member to be created.
+ ///
+ /// If not null, applies overrides to this RPC call.
+ /// A Task containing the RPC response.
+ public virtual stt::Task CreateMemberAsync(string parent, Member member, gaxgrpc::CallSettings callSettings = null) =>
+ CreateMemberAsync(new CreateMemberRequest
+ {
+ Parent = gax::GaxPreconditions.CheckNotNullOrEmpty(parent, nameof(parent)),
+ Member = gax::GaxPreconditions.CheckNotNull(member, nameof(member)),
+ }, callSettings);
+
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// Create a member.
+ ///
+ /// This API supports the `fields` parameter in
+ /// [SystemParameterContext](https://cloud.google.com/apis/docs/system-parameters).
+ /// When the `fields` parameter is omitted, this API response will default to
+ /// "name,email,role,user".
+ ///
+ ///
+ /// Required. Format: spaces/{space}
+ ///
+ ///
+ /// Required. The member to be created.
+ ///
+ /// A to use for this RPC.
+ /// A Task containing the RPC response.
+ public virtual stt::Task CreateMemberAsync(string parent, Member member, st::CancellationToken cancellationToken) =>
+ CreateMemberAsync(parent, member, gaxgrpc::CallSettings.FromCancellationToken(cancellationToken));
+
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// Create a member.
+ ///
+ /// This API supports the `fields` parameter in
+ /// [SystemParameterContext](https://cloud.google.com/apis/docs/system-parameters).
+ /// When the `fields` parameter is omitted, this API response will default to
+ /// "name,email,role,user".
+ ///
+ ///
+ /// Required. Format: spaces/{space}
+ ///
+ ///
+ /// Required. The member to be created.
+ ///
+ /// If not null, applies overrides to this RPC call.
+ /// The RPC response.
+ public virtual Member CreateMember(SpaceName parent, Member member, gaxgrpc::CallSettings callSettings = null) =>
+ CreateMember(new CreateMemberRequest
+ {
+ ParentAsSpaceName = gax::GaxPreconditions.CheckNotNull(parent, nameof(parent)),
+ Member = gax::GaxPreconditions.CheckNotNull(member, nameof(member)),
+ }, callSettings);
+
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// Create a member.
+ ///
+ /// This API supports the `fields` parameter in
+ /// [SystemParameterContext](https://cloud.google.com/apis/docs/system-parameters).
+ /// When the `fields` parameter is omitted, this API response will default to
+ /// "name,email,role,user".
+ ///
+ ///
+ /// Required. Format: spaces/{space}
+ ///
+ ///
+ /// Required. The member to be created.
+ ///
+ /// If not null, applies overrides to this RPC call.
+ /// A Task containing the RPC response.
+ public virtual stt::Task CreateMemberAsync(SpaceName parent, Member member, gaxgrpc::CallSettings callSettings = null) =>
+ CreateMemberAsync(new CreateMemberRequest
+ {
+ ParentAsSpaceName = gax::GaxPreconditions.CheckNotNull(parent, nameof(parent)),
+ Member = gax::GaxPreconditions.CheckNotNull(member, nameof(member)),
+ }, callSettings);
+
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// Create a member.
+ ///
+ /// This API supports the `fields` parameter in
+ /// [SystemParameterContext](https://cloud.google.com/apis/docs/system-parameters).
+ /// When the `fields` parameter is omitted, this API response will default to
+ /// "name,email,role,user".
+ ///
+ ///
+ /// Required. Format: spaces/{space}
+ ///
+ ///
+ /// Required. The member to be created.
+ ///
+ /// A to use for this RPC.
+ /// A Task containing the RPC response.
+ public virtual stt::Task CreateMemberAsync(SpaceName parent, Member member, st::CancellationToken cancellationToken) =>
+ CreateMemberAsync(parent, member, gaxgrpc::CallSettings.FromCancellationToken(cancellationToken));
+
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// Get a member.
+ ///
+ /// This API supports the `fields` parameter in
+ /// [SystemParameterContext](https://cloud.google.com/apis/docs/system-parameters).
+ /// When the `fields` parameter is omitted, this API response will default to
+ /// "name,email,role,user".
+ ///
+ /// The request object containing all of the parameters for the API call.
+ /// If not null, applies overrides to this RPC call.
+ /// The RPC response.
+ public virtual Member GetMember(GetMemberRequest request, gaxgrpc::CallSettings callSettings = null) =>
+ throw new sys::NotImplementedException();
+
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// Get a member.
+ ///
+ /// This API supports the `fields` parameter in
+ /// [SystemParameterContext](https://cloud.google.com/apis/docs/system-parameters).
+ /// When the `fields` parameter is omitted, this API response will default to
+ /// "name,email,role,user".
+ ///
+ /// The request object containing all of the parameters for the API call.
+ /// If not null, applies overrides to this RPC call.
+ /// A Task containing the RPC response.
+ public virtual stt::Task GetMemberAsync(GetMemberRequest request, gaxgrpc::CallSettings callSettings = null) =>
+ throw new sys::NotImplementedException();
+
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// Get a member.
+ ///
+ /// This API supports the `fields` parameter in
+ /// [SystemParameterContext](https://cloud.google.com/apis/docs/system-parameters).
+ /// When the `fields` parameter is omitted, this API response will default to
+ /// "name,email,role,user".
+ ///
+ /// The request object containing all of the parameters for the API call.
+ /// A to use for this RPC.
+ /// A Task containing the RPC response.
+ public virtual stt::Task GetMemberAsync(GetMemberRequest request, st::CancellationToken cancellationToken) =>
+ GetMemberAsync(request, gaxgrpc::CallSettings.FromCancellationToken(cancellationToken));
+
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// Get a member.
+ ///
+ /// This API supports the `fields` parameter in
+ /// [SystemParameterContext](https://cloud.google.com/apis/docs/system-parameters).
+ /// When the `fields` parameter is omitted, this API response will default to
+ /// "name,email,role,user".
+ ///
+ ///
+ /// Required. Format: “spaces/{space}/members/{member}”
+ ///
+ /// If not null, applies overrides to this RPC call.
+ /// The RPC response.
+ public virtual Member GetMember(string name, gaxgrpc::CallSettings callSettings = null) =>
+ GetMember(new GetMemberRequest
+ {
+ Name = gax::GaxPreconditions.CheckNotNullOrEmpty(name, nameof(name)),
+ }, callSettings);
+
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// Get a member.
+ ///
+ /// This API supports the `fields` parameter in
+ /// [SystemParameterContext](https://cloud.google.com/apis/docs/system-parameters).
+ /// When the `fields` parameter is omitted, this API response will default to
+ /// "name,email,role,user".
+ ///
+ ///
+ /// Required. Format: “spaces/{space}/members/{member}”
+ ///
+ /// If not null, applies overrides to this RPC call.
+ /// A Task containing the RPC response.
+ public virtual stt::Task GetMemberAsync(string name, gaxgrpc::CallSettings callSettings = null) =>
+ GetMemberAsync(new GetMemberRequest
+ {
+ Name = gax::GaxPreconditions.CheckNotNullOrEmpty(name, nameof(name)),
+ }, callSettings);
+
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// Get a member.
+ ///
+ /// This API supports the `fields` parameter in
+ /// [SystemParameterContext](https://cloud.google.com/apis/docs/system-parameters).
+ /// When the `fields` parameter is omitted, this API response will default to
+ /// "name,email,role,user".
+ ///
+ ///
+ /// Required. Format: “spaces/{space}/members/{member}”
+ ///
+ /// A to use for this RPC.
+ /// A Task containing the RPC response.
+ public virtual stt::Task GetMemberAsync(string name, st::CancellationToken cancellationToken) =>
+ GetMemberAsync(name, gaxgrpc::CallSettings.FromCancellationToken(cancellationToken));
+
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// Get a member.
+ ///
+ /// This API supports the `fields` parameter in
+ /// [SystemParameterContext](https://cloud.google.com/apis/docs/system-parameters).
+ /// When the `fields` parameter is omitted, this API response will default to
+ /// "name,email,role,user".
+ ///
+ ///
+ /// Required. Format: “spaces/{space}/members/{member}”
+ ///
+ /// If not null, applies overrides to this RPC call.
+ /// The RPC response.
+ public virtual Member GetMember(MemberName name, gaxgrpc::CallSettings callSettings = null) =>
+ GetMember(new GetMemberRequest
+ {
+ MemberName = gax::GaxPreconditions.CheckNotNull(name, nameof(name)),
+ }, callSettings);
+
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// Get a member.
+ ///
+ /// This API supports the `fields` parameter in
+ /// [SystemParameterContext](https://cloud.google.com/apis/docs/system-parameters).
+ /// When the `fields` parameter is omitted, this API response will default to
+ /// "name,email,role,user".
+ ///
+ ///
+ /// Required. Format: “spaces/{space}/members/{member}”
+ ///
+ /// If not null, applies overrides to this RPC call.
+ /// A Task containing the RPC response.
+ public virtual stt::Task GetMemberAsync(MemberName name, gaxgrpc::CallSettings callSettings = null) =>
+ GetMemberAsync(new GetMemberRequest
+ {
+ MemberName = gax::GaxPreconditions.CheckNotNull(name, nameof(name)),
+ }, callSettings);
+
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// Get a member.
+ ///
+ /// This API supports the `fields` parameter in
+ /// [SystemParameterContext](https://cloud.google.com/apis/docs/system-parameters).
+ /// When the `fields` parameter is omitted, this API response will default to
+ /// "name,email,role,user".
+ ///
+ ///
+ /// Required. Format: “spaces/{space}/members/{member}”
+ ///
+ /// A to use for this RPC.
+ /// A Task containing the RPC response.
+ public virtual stt::Task GetMemberAsync(MemberName name, st::CancellationToken cancellationToken) =>
+ GetMemberAsync(name, gaxgrpc::CallSettings.FromCancellationToken(cancellationToken));
+
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// List members.
+ ///
+ /// This API supports the `fields` parameter in
+ /// [SystemParameterContext](https://cloud.google.com/apis/docs/system-parameters).
+ /// When the `fields` parameter is omitted this API response will default to
+ /// "name,email,role,user".
+ ///
+ /// The request object containing all of the parameters for the API call.
+ /// If not null, applies overrides to this RPC call.
+ /// A pageable sequence of resources.
+ public virtual gax::PagedEnumerable ListMembers(ListMembersRequest request, gaxgrpc::CallSettings callSettings = null) =>
+ throw new sys::NotImplementedException();
+
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// List members.
+ ///
+ /// This API supports the `fields` parameter in
+ /// [SystemParameterContext](https://cloud.google.com/apis/docs/system-parameters).
+ /// When the `fields` parameter is omitted this API response will default to
+ /// "name,email,role,user".
+ ///
+ /// The request object containing all of the parameters for the API call.
+ /// If not null, applies overrides to this RPC call.
+ /// A pageable asynchronous sequence of resources.
+ public virtual gax::PagedAsyncEnumerable ListMembersAsync(ListMembersRequest request, gaxgrpc::CallSettings callSettings = null) =>
+ throw new sys::NotImplementedException();
+
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// List members.
+ ///
+ /// This API supports the `fields` parameter in
+ /// [SystemParameterContext](https://cloud.google.com/apis/docs/system-parameters).
+ /// When the `fields` parameter is omitted this API response will default to
+ /// "name,email,role,user".
+ ///
+ ///
+ /// Required. Format: spaces/{space}
+ ///
+ ///
+ /// The token returned from the previous request. A value of null or an empty string retrieves the first
+ /// page.
+ ///
+ ///
+ /// The size of page to request. The response will not be larger than this, but may be smaller. A value of
+ /// null or 0 uses a server-defined page size.
+ ///
+ /// If not null, applies overrides to this RPC call.
+ /// A pageable sequence of resources.
+ public virtual gax::PagedEnumerable ListMembers(string parent, string pageToken = null, int? pageSize = null, gaxgrpc::CallSettings callSettings = null)
+ {
+ ListMembersRequest request = new ListMembersRequest
+ {
+ Parent = gax::GaxPreconditions.CheckNotNullOrEmpty(parent, nameof(parent)),
+ };
+ if (pageToken != null)
+ {
+ request.PageToken = pageToken;
+ }
+ if (pageSize != null)
+ {
+ request.PageSize = pageSize.Value;
+ }
+ return ListMembers(request, callSettings);
+ }
+
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// List members.
+ ///
+ /// This API supports the `fields` parameter in
+ /// [SystemParameterContext](https://cloud.google.com/apis/docs/system-parameters).
+ /// When the `fields` parameter is omitted this API response will default to
+ /// "name,email,role,user".
+ ///
+ ///
+ /// Required. Format: spaces/{space}
+ ///
+ ///
+ /// The token returned from the previous request. A value of null or an empty string retrieves the first
+ /// page.
+ ///
+ ///
+ /// The size of page to request. The response will not be larger than this, but may be smaller. A value of
+ /// null or 0 uses a server-defined page size.
+ ///
+ /// If not null, applies overrides to this RPC call.
+ /// A pageable asynchronous sequence of resources.
+ public virtual gax::PagedAsyncEnumerable ListMembersAsync(string parent, string pageToken = null, int? pageSize = null, gaxgrpc::CallSettings callSettings = null)
+ {
+ ListMembersRequest request = new ListMembersRequest
+ {
+ Parent = gax::GaxPreconditions.CheckNotNullOrEmpty(parent, nameof(parent)),
+ };
+ if (pageToken != null)
+ {
+ request.PageToken = pageToken;
+ }
+ if (pageSize != null)
+ {
+ request.PageSize = pageSize.Value;
+ }
+ return ListMembersAsync(request, callSettings);
+ }
+
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// List members.
+ ///
+ /// This API supports the `fields` parameter in
+ /// [SystemParameterContext](https://cloud.google.com/apis/docs/system-parameters).
+ /// When the `fields` parameter is omitted this API response will default to
+ /// "name,email,role,user".
+ ///
+ ///
+ /// Required. Format: spaces/{space}
+ ///
+ ///
+ /// The token returned from the previous request. A value of null or an empty string retrieves the first
+ /// page.
+ ///
+ ///
+ /// The size of page to request. The response will not be larger than this, but may be smaller. A value of
+ /// null or 0 uses a server-defined page size.
+ ///
+ /// If not null, applies overrides to this RPC call.
+ /// A pageable sequence of resources.
+ public virtual gax::PagedEnumerable ListMembers(SpaceName parent, string pageToken = null, int? pageSize = null, gaxgrpc::CallSettings callSettings = null)
+ {
+ ListMembersRequest request = new ListMembersRequest
+ {
+ ParentAsSpaceName = gax::GaxPreconditions.CheckNotNull(parent, nameof(parent)),
+ };
+ if (pageToken != null)
+ {
+ request.PageToken = pageToken;
+ }
+ if (pageSize != null)
+ {
+ request.PageSize = pageSize.Value;
+ }
+ return ListMembers(request, callSettings);
+ }
+
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// List members.
+ ///
+ /// This API supports the `fields` parameter in
+ /// [SystemParameterContext](https://cloud.google.com/apis/docs/system-parameters).
+ /// When the `fields` parameter is omitted this API response will default to
+ /// "name,email,role,user".
+ ///
+ ///
+ /// Required. Format: spaces/{space}
+ ///
+ ///
+ /// The token returned from the previous request. A value of null or an empty string retrieves the first
+ /// page.
+ ///
+ ///
+ /// The size of page to request. The response will not be larger than this, but may be smaller. A value of
+ /// null or 0 uses a server-defined page size.
+ ///
+ /// If not null, applies overrides to this RPC call.
+ /// A pageable asynchronous sequence of resources.
+ public virtual gax::PagedAsyncEnumerable ListMembersAsync(SpaceName parent, string pageToken = null, int? pageSize = null, gaxgrpc::CallSettings callSettings = null)
+ {
+ ListMembersRequest request = new ListMembersRequest
+ {
+ ParentAsSpaceName = gax::GaxPreconditions.CheckNotNull(parent, nameof(parent)),
+ };
+ if (pageToken != null)
+ {
+ request.PageToken = pageToken;
+ }
+ if (pageSize != null)
+ {
+ request.PageSize = pageSize.Value;
+ }
+ return ListMembersAsync(request, callSettings);
+ }
+
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// Delete the member who was previously assigned roles in the space.
+ ///
+ /// The request object containing all of the parameters for the API call.
+ /// If not null, applies overrides to this RPC call.
+ /// The RPC response.
+ public virtual void DeleteMember(DeleteMemberRequest request, gaxgrpc::CallSettings callSettings = null) =>
+ throw new sys::NotImplementedException();
+
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// Delete the member who was previously assigned roles in the space.
+ ///
+ /// The request object containing all of the parameters for the API call.
+ /// If not null, applies overrides to this RPC call.
+ /// A Task containing the RPC response.
+ public virtual stt::Task DeleteMemberAsync(DeleteMemberRequest request, gaxgrpc::CallSettings callSettings = null) =>
+ throw new sys::NotImplementedException();
+
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// Delete the member who was previously assigned roles in the space.
+ ///
+ /// The request object containing all of the parameters for the API call.
+ /// A to use for this RPC.
+ /// A Task containing the RPC response.
+ public virtual stt::Task DeleteMemberAsync(DeleteMemberRequest request, st::CancellationToken cancellationToken) =>
+ DeleteMemberAsync(request, gaxgrpc::CallSettings.FromCancellationToken(cancellationToken));
+
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// Delete the member who was previously assigned roles in the space.
+ ///
+ ///
+ /// Required. Format: “spaces/{space}/members/{member}”
+ ///
+ /// If not null, applies overrides to this RPC call.
+ /// The RPC response.
+ public virtual void DeleteMember(string name, gaxgrpc::CallSettings callSettings = null) =>
+ DeleteMember(new DeleteMemberRequest
+ {
+ Name = gax::GaxPreconditions.CheckNotNullOrEmpty(name, nameof(name)),
+ }, callSettings);
+
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// Delete the member who was previously assigned roles in the space.
+ ///
+ ///
+ /// Required. Format: “spaces/{space}/members/{member}”
+ ///
+ /// If not null, applies overrides to this RPC call.
+ /// A Task containing the RPC response.
+ public virtual stt::Task DeleteMemberAsync(string name, gaxgrpc::CallSettings callSettings = null) =>
+ DeleteMemberAsync(new DeleteMemberRequest
+ {
+ Name = gax::GaxPreconditions.CheckNotNullOrEmpty(name, nameof(name)),
+ }, callSettings);
+
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// Delete the member who was previously assigned roles in the space.
+ ///
+ ///
+ /// Required. Format: “spaces/{space}/members/{member}”
+ ///
+ /// A to use for this RPC.
+ /// A Task containing the RPC response.
+ public virtual stt::Task DeleteMemberAsync(string name, st::CancellationToken cancellationToken) =>
+ DeleteMemberAsync(name, gaxgrpc::CallSettings.FromCancellationToken(cancellationToken));
+
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// Delete the member who was previously assigned roles in the space.
+ ///
+ ///
+ /// Required. Format: “spaces/{space}/members/{member}”
+ ///
+ /// If not null, applies overrides to this RPC call.
+ /// The RPC response.
+ public virtual void DeleteMember(MemberName name, gaxgrpc::CallSettings callSettings = null) =>
+ DeleteMember(new DeleteMemberRequest
+ {
+ MemberName = gax::GaxPreconditions.CheckNotNull(name, nameof(name)),
+ }, callSettings);
+
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// Delete the member who was previously assigned roles in the space.
+ ///
+ ///
+ /// Required. Format: “spaces/{space}/members/{member}”
+ ///
+ /// If not null, applies overrides to this RPC call.
+ /// A Task containing the RPC response.
+ public virtual stt::Task DeleteMemberAsync(MemberName name, gaxgrpc::CallSettings callSettings = null) =>
+ DeleteMemberAsync(new DeleteMemberRequest
+ {
+ MemberName = gax::GaxPreconditions.CheckNotNull(name, nameof(name)),
+ }, callSettings);
+
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// Delete the member who was previously assigned roles in the space.
+ ///
+ ///
+ /// Required. Format: “spaces/{space}/members/{member}”
+ ///
+ /// A to use for this RPC.
+ /// A Task containing the RPC response.
+ public virtual stt::Task DeleteMemberAsync(MemberName name, st::CancellationToken cancellationToken) =>
+ DeleteMemberAsync(name, gaxgrpc::CallSettings.FromCancellationToken(cancellationToken));
}
/// SpacesService client wrapper implementation, for convenient use.
@@ -645,6 +1554,14 @@ public sealed partial class SpacesServiceClientImpl : SpacesServiceClient
private readonly gaxgrpc::ApiCall _callEndActiveConference;
+ private readonly gaxgrpc::ApiCall _callCreateMember;
+
+ private readonly gaxgrpc::ApiCall _callGetMember;
+
+ private readonly gaxgrpc::ApiCall _callListMembers;
+
+ private readonly gaxgrpc::ApiCall _callDeleteMember;
+
///
/// Constructs a client wrapper for the SpacesService service, with the specified gRPC client and settings.
///
@@ -672,6 +1589,18 @@ public SpacesServiceClientImpl(SpacesService.SpacesServiceClient grpcClient, Spa
_callEndActiveConference = clientHelper.BuildApiCall("EndActiveConference", grpcClient.EndActiveConferenceAsync, grpcClient.EndActiveConference, effectiveSettings.EndActiveConferenceSettings).WithGoogleRequestParam("name", request => request.Name);
Modify_ApiCall(ref _callEndActiveConference);
Modify_EndActiveConferenceApiCall(ref _callEndActiveConference);
+ _callCreateMember = clientHelper.BuildApiCall("CreateMember", grpcClient.CreateMemberAsync, grpcClient.CreateMember, effectiveSettings.CreateMemberSettings).WithGoogleRequestParam("parent", request => request.Parent);
+ Modify_ApiCall(ref _callCreateMember);
+ Modify_CreateMemberApiCall(ref _callCreateMember);
+ _callGetMember = clientHelper.BuildApiCall("GetMember", grpcClient.GetMemberAsync, grpcClient.GetMember, effectiveSettings.GetMemberSettings).WithGoogleRequestParam("name", request => request.Name);
+ Modify_ApiCall(ref _callGetMember);
+ Modify_GetMemberApiCall(ref _callGetMember);
+ _callListMembers = clientHelper.BuildApiCall("ListMembers", grpcClient.ListMembersAsync, grpcClient.ListMembers, effectiveSettings.ListMembersSettings).WithGoogleRequestParam("parent", request => request.Parent);
+ Modify_ApiCall(ref _callListMembers);
+ Modify_ListMembersApiCall(ref _callListMembers);
+ _callDeleteMember = clientHelper.BuildApiCall("DeleteMember", grpcClient.DeleteMemberAsync, grpcClient.DeleteMember, effectiveSettings.DeleteMemberSettings).WithGoogleRequestParam("name", request => request.Name);
+ Modify_ApiCall(ref _callDeleteMember);
+ Modify_DeleteMemberApiCall(ref _callDeleteMember);
OnConstruction(grpcClient, effectiveSettings, clientHelper);
}
@@ -685,6 +1614,14 @@ public SpacesServiceClientImpl(SpacesService.SpacesServiceClient grpcClient, Spa
partial void Modify_EndActiveConferenceApiCall(ref gaxgrpc::ApiCall call);
+ partial void Modify_CreateMemberApiCall(ref gaxgrpc::ApiCall call);
+
+ partial void Modify_GetMemberApiCall(ref gaxgrpc::ApiCall call);
+
+ partial void Modify_ListMembersApiCall(ref gaxgrpc::ApiCall call);
+
+ partial void Modify_DeleteMemberApiCall(ref gaxgrpc::ApiCall call);
+
partial void OnConstruction(SpacesService.SpacesServiceClient grpcClient, SpacesServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);
/// The underlying gRPC SpacesService client
@@ -698,8 +1635,15 @@ public SpacesServiceClientImpl(SpacesService.SpacesServiceClient grpcClient, Spa
partial void Modify_EndActiveConferenceRequest(ref EndActiveConferenceRequest request, ref gaxgrpc::CallSettings settings);
+ partial void Modify_CreateMemberRequest(ref CreateMemberRequest request, ref gaxgrpc::CallSettings settings);
+
+ partial void Modify_GetMemberRequest(ref GetMemberRequest request, ref gaxgrpc::CallSettings settings);
+
+ partial void Modify_ListMembersRequest(ref ListMembersRequest request, ref gaxgrpc::CallSettings settings);
+
+ partial void Modify_DeleteMemberRequest(ref DeleteMemberRequest request, ref gaxgrpc::CallSettings settings);
+
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Creates a space.
///
/// The request object containing all of the parameters for the API call.
@@ -712,7 +1656,6 @@ public override Space CreateSpace(CreateSpaceRequest request, gaxgrpc::CallSetti
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
/// Creates a space.
///
/// The request object containing all of the parameters for the API call.
@@ -725,8 +1668,10 @@ public override Space CreateSpace(CreateSpaceRequest request, gaxgrpc::CallSetti
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Gets a space by `space_id` or `meeting_code`.
+ /// Gets details about a meeting space.
+ ///
+ /// For an example, see [Get a meeting
+ /// space](https://developers.google.com/meet/api/guides/meeting-spaces#get-meeting-space).
///
/// The request object containing all of the parameters for the API call.
/// If not null, applies overrides to this RPC call.
@@ -738,8 +1683,10 @@ public override Space GetSpace(GetSpaceRequest request, gaxgrpc::CallSettings ca
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Gets a space by `space_id` or `meeting_code`.
+ /// Gets details about a meeting space.
+ ///
+ /// For an example, see [Get a meeting
+ /// space](https://developers.google.com/meet/api/guides/meeting-spaces#get-meeting-space).
///
/// The request object containing all of the parameters for the API call.
/// If not null, applies overrides to this RPC call.
@@ -751,8 +1698,10 @@ public override Space GetSpace(GetSpaceRequest request, gaxgrpc::CallSettings ca
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Updates a space.
+ /// Updates details about a meeting space.
+ ///
+ /// For an example, see [Update a meeting
+ /// space](https://developers.google.com/meet/api/guides/meeting-spaces#update-meeting-space).
///
/// The request object containing all of the parameters for the API call.
/// If not null, applies overrides to this RPC call.
@@ -764,8 +1713,10 @@ public override Space UpdateSpace(UpdateSpaceRequest request, gaxgrpc::CallSetti
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Updates a space.
+ /// Updates details about a meeting space.
+ ///
+ /// For an example, see [Update a meeting
+ /// space](https://developers.google.com/meet/api/guides/meeting-spaces#update-meeting-space).
///
/// The request object containing all of the parameters for the API call.
/// If not null, applies overrides to this RPC call.
@@ -777,8 +1728,10 @@ public override Space UpdateSpace(UpdateSpaceRequest request, gaxgrpc::CallSetti
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Ends an active conference (if there is one).
+ /// Ends an active conference (if there's one).
+ ///
+ /// For an example, see [End active
+ /// conference](https://developers.google.com/meet/api/guides/meeting-spaces#end-active-conference).
///
/// The request object containing all of the parameters for the API call.
/// If not null, applies overrides to this RPC call.
@@ -790,8 +1743,10 @@ public override void EndActiveConference(EndActiveConferenceRequest request, gax
}
///
- /// [Developer Preview](https://developers.google.com/workspace/preview).
- /// Ends an active conference (if there is one).
+ /// Ends an active conference (if there's one).
+ ///
+ /// For an example, see [End active
+ /// conference](https://developers.google.com/meet/api/guides/meeting-spaces#end-active-conference).
///
/// The request object containing all of the parameters for the API call.
/// If not null, applies overrides to this RPC call.
@@ -801,5 +1756,151 @@ public override void EndActiveConference(EndActiveConferenceRequest request, gax
Modify_EndActiveConferenceRequest(ref request, ref callSettings);
return _callEndActiveConference.Async(request, callSettings);
}
+
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// Create a member.
+ ///
+ /// This API supports the `fields` parameter in
+ /// [SystemParameterContext](https://cloud.google.com/apis/docs/system-parameters).
+ /// When the `fields` parameter is omitted, this API response will default to
+ /// "name,email,role,user".
+ ///
+ /// The request object containing all of the parameters for the API call.
+ /// If not null, applies overrides to this RPC call.
+ /// The RPC response.
+ public override Member CreateMember(CreateMemberRequest request, gaxgrpc::CallSettings callSettings = null)
+ {
+ Modify_CreateMemberRequest(ref request, ref callSettings);
+ return _callCreateMember.Sync(request, callSettings);
+ }
+
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// Create a member.
+ ///
+ /// This API supports the `fields` parameter in
+ /// [SystemParameterContext](https://cloud.google.com/apis/docs/system-parameters).
+ /// When the `fields` parameter is omitted, this API response will default to
+ /// "name,email,role,user".
+ ///
+ /// The request object containing all of the parameters for the API call.
+ /// If not null, applies overrides to this RPC call.
+ /// A Task containing the RPC response.
+ public override stt::Task CreateMemberAsync(CreateMemberRequest request, gaxgrpc::CallSettings callSettings = null)
+ {
+ Modify_CreateMemberRequest(ref request, ref callSettings);
+ return _callCreateMember.Async(request, callSettings);
+ }
+
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// Get a member.
+ ///
+ /// This API supports the `fields` parameter in
+ /// [SystemParameterContext](https://cloud.google.com/apis/docs/system-parameters).
+ /// When the `fields` parameter is omitted, this API response will default to
+ /// "name,email,role,user".
+ ///
+ /// The request object containing all of the parameters for the API call.
+ /// If not null, applies overrides to this RPC call.
+ /// The RPC response.
+ public override Member GetMember(GetMemberRequest request, gaxgrpc::CallSettings callSettings = null)
+ {
+ Modify_GetMemberRequest(ref request, ref callSettings);
+ return _callGetMember.Sync(request, callSettings);
+ }
+
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// Get a member.
+ ///
+ /// This API supports the `fields` parameter in
+ /// [SystemParameterContext](https://cloud.google.com/apis/docs/system-parameters).
+ /// When the `fields` parameter is omitted, this API response will default to
+ /// "name,email,role,user".
+ ///
+ /// The request object containing all of the parameters for the API call.
+ /// If not null, applies overrides to this RPC call.
+ /// A Task containing the RPC response.
+ public override stt::Task GetMemberAsync(GetMemberRequest request, gaxgrpc::CallSettings callSettings = null)
+ {
+ Modify_GetMemberRequest(ref request, ref callSettings);
+ return _callGetMember.Async(request, callSettings);
+ }
+
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// List members.
+ ///
+ /// This API supports the `fields` parameter in
+ /// [SystemParameterContext](https://cloud.google.com/apis/docs/system-parameters).
+ /// When the `fields` parameter is omitted this API response will default to
+ /// "name,email,role,user".
+ ///
+ /// The request object containing all of the parameters for the API call.
+ /// If not null, applies overrides to this RPC call.
+ /// A pageable sequence of resources.
+ public override gax::PagedEnumerable ListMembers(ListMembersRequest request, gaxgrpc::CallSettings callSettings = null)
+ {
+ Modify_ListMembersRequest(ref request, ref callSettings);
+ return new gaxgrpc::GrpcPagedEnumerable(_callListMembers, request, callSettings);
+ }
+
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// List members.
+ ///
+ /// This API supports the `fields` parameter in
+ /// [SystemParameterContext](https://cloud.google.com/apis/docs/system-parameters).
+ /// When the `fields` parameter is omitted this API response will default to
+ /// "name,email,role,user".
+ ///
+ /// The request object containing all of the parameters for the API call.
+ /// If not null, applies overrides to this RPC call.
+ /// A pageable asynchronous sequence of resources.
+ public override gax::PagedAsyncEnumerable ListMembersAsync(ListMembersRequest request, gaxgrpc::CallSettings callSettings = null)
+ {
+ Modify_ListMembersRequest(ref request, ref callSettings);
+ return new gaxgrpc::GrpcPagedAsyncEnumerable(_callListMembers, request, callSettings);
+ }
+
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// Delete the member who was previously assigned roles in the space.
+ ///
+ /// The request object containing all of the parameters for the API call.
+ /// If not null, applies overrides to this RPC call.
+ /// The RPC response.
+ public override void DeleteMember(DeleteMemberRequest request, gaxgrpc::CallSettings callSettings = null)
+ {
+ Modify_DeleteMemberRequest(ref request, ref callSettings);
+ _callDeleteMember.Sync(request, callSettings);
+ }
+
+ ///
+ /// [Developer Preview](https://developers.google.com/workspace/preview):
+ /// Delete the member who was previously assigned roles in the space.
+ ///
+ /// The request object containing all of the parameters for the API call.
+ /// If not null, applies overrides to this RPC call.
+ /// A Task containing the RPC response.
+ public override stt::Task DeleteMemberAsync(DeleteMemberRequest request, gaxgrpc::CallSettings callSettings = null)
+ {
+ Modify_DeleteMemberRequest(ref request, ref callSettings);
+ return _callDeleteMember.Async(request, callSettings);
+ }
+ }
+
+ public partial class ListMembersRequest : gaxgrpc::IPageRequest
+ {
+ }
+
+ public partial class ListMembersResponse : gaxgrpc::IPageResponse
+ {
+ /// Returns an enumerator that iterates through the resources in this response.
+ public scg::IEnumerator GetEnumerator() => Members.GetEnumerator();
+
+ sc::IEnumerator sc::IEnumerable.GetEnumerator() => GetEnumerator();
}
}
diff --git a/apis/Google.Apps.Meet.V2Beta/gapic_metadata.json b/apis/Google.Apps.Meet.V2Beta/gapic_metadata.json
index eb29ae191197..8cf958c67290 100644
--- a/apis/Google.Apps.Meet.V2Beta/gapic_metadata.json
+++ b/apis/Google.Apps.Meet.V2Beta/gapic_metadata.json
@@ -91,24 +91,48 @@
"grpc": {
"libraryClient": "SpacesServiceClient",
"rpcs": {
+ "CreateMember": {
+ "methods": [
+ "CreateMember",
+ "CreateMemberAsync"
+ ]
+ },
"CreateSpace": {
"methods": [
"CreateSpace",
"CreateSpaceAsync"
]
},
+ "DeleteMember": {
+ "methods": [
+ "DeleteMember",
+ "DeleteMemberAsync"
+ ]
+ },
"EndActiveConference": {
"methods": [
"EndActiveConference",
"EndActiveConferenceAsync"
]
},
+ "GetMember": {
+ "methods": [
+ "GetMember",
+ "GetMemberAsync"
+ ]
+ },
"GetSpace": {
"methods": [
"GetSpace",
"GetSpaceAsync"
]
},
+ "ListMembers": {
+ "methods": [
+ "ListMembers",
+ "ListMembersAsync"
+ ]
+ },
"UpdateSpace": {
"methods": [
"UpdateSpace",
diff --git a/apis/Google.Apps.Script.Type/.OwlBot.yaml b/apis/Google.Apps.Script.Type/.OwlBot.yaml
index a83cf8a93ef0..f2e7d59b2dd3 100644
--- a/apis/Google.Apps.Script.Type/.OwlBot.yaml
+++ b/apis/Google.Apps.Script.Type/.OwlBot.yaml
@@ -1,5 +1,5 @@
-# Copyright 2024 Google LLC
+# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/apis/Google.Apps.Script.Type/Google.Apps.Script.Type/ScriptManifest.g.cs b/apis/Google.Apps.Script.Type/Google.Apps.Script.Type/ScriptManifest.g.cs
index 3ef7322a26d7..bfa8796b88bd 100644
--- a/apis/Google.Apps.Script.Type/Google.Apps.Script.Type/ScriptManifest.g.cs
+++ b/apis/Google.Apps.Script.Type/Google.Apps.Script.Type/ScriptManifest.g.cs
@@ -70,7 +70,7 @@ public enum HttpAuthorizationHeader {
///
[pbr::OriginalName("HTTP_AUTHORIZATION_HEADER_UNSPECIFIED")] Unspecified = 0,
///
- /// Send an ID token for the project-specific Google Workspace Add-ons system
+ /// Send an ID token for the project-specific Google Workspace add-ons system
/// service account (default)
///
[pbr::OriginalName("SYSTEM_ID_TOKEN")] SystemIdToken = 1,
diff --git a/apis/Google.Apps.Script.Type/docs/index.md b/apis/Google.Apps.Script.Type/docs/index.md
deleted file mode 100644
index 3f285da2513f..000000000000
--- a/apis/Google.Apps.Script.Type/docs/index.md
+++ /dev/null
@@ -1 +0,0 @@
-{{non-product-stub}}
\ No newline at end of file
diff --git a/apis/Google.Area120.Tables.V1Alpha1/.OwlBot.yaml b/apis/Google.Area120.Tables.V1Alpha1/.OwlBot.yaml
index 8965575f9f9c..b4bfa8818661 100644
--- a/apis/Google.Area120.Tables.V1Alpha1/.OwlBot.yaml
+++ b/apis/Google.Area120.Tables.V1Alpha1/.OwlBot.yaml
@@ -1,5 +1,5 @@
-# Copyright 2024 Google LLC
+# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.BatchCreateRowsRequestObjectAsyncSnippet.g.cs b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.BatchCreateRowsRequestObjectAsyncSnippet.g.cs
index 4e12edde9f63..c52e86e2fe66 100644
--- a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.BatchCreateRowsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.BatchCreateRowsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.BatchCreateRowsRequestObjectSnippet.g.cs b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.BatchCreateRowsRequestObjectSnippet.g.cs
index 47b70edc6618..4d7b9895463f 100644
--- a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.BatchCreateRowsRequestObjectSnippet.g.cs
+++ b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.BatchCreateRowsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.BatchDeleteRowsRequestObjectAsyncSnippet.g.cs b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.BatchDeleteRowsRequestObjectAsyncSnippet.g.cs
index f6231b5a74cc..41656ef8b339 100644
--- a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.BatchDeleteRowsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.BatchDeleteRowsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.BatchDeleteRowsRequestObjectSnippet.g.cs b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.BatchDeleteRowsRequestObjectSnippet.g.cs
index b0cf5296b8b9..78116a955117 100644
--- a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.BatchDeleteRowsRequestObjectSnippet.g.cs
+++ b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.BatchDeleteRowsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.BatchUpdateRowsRequestObjectAsyncSnippet.g.cs b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.BatchUpdateRowsRequestObjectAsyncSnippet.g.cs
index 611813688ad3..c737e07e50e3 100644
--- a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.BatchUpdateRowsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.BatchUpdateRowsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.BatchUpdateRowsRequestObjectSnippet.g.cs b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.BatchUpdateRowsRequestObjectSnippet.g.cs
index 8a426bbe390f..a695c16af729 100644
--- a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.BatchUpdateRowsRequestObjectSnippet.g.cs
+++ b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.BatchUpdateRowsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.CreateRowAsyncSnippet.g.cs b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.CreateRowAsyncSnippet.g.cs
index e9d320d4e2a3..1e5be48f8521 100644
--- a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.CreateRowAsyncSnippet.g.cs
+++ b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.CreateRowAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.CreateRowRequestObjectAsyncSnippet.g.cs b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.CreateRowRequestObjectAsyncSnippet.g.cs
index 369cc82bf24a..a8c1638f5613 100644
--- a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.CreateRowRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.CreateRowRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.CreateRowRequestObjectSnippet.g.cs b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.CreateRowRequestObjectSnippet.g.cs
index e95dd245e1b3..a3e4e96d64f0 100644
--- a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.CreateRowRequestObjectSnippet.g.cs
+++ b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.CreateRowRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.CreateRowSnippet.g.cs b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.CreateRowSnippet.g.cs
index fab14651535b..09410913bcf7 100644
--- a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.CreateRowSnippet.g.cs
+++ b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.CreateRowSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.DeleteRowAsyncSnippet.g.cs b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.DeleteRowAsyncSnippet.g.cs
index ec4e8deea41b..411924421f6b 100644
--- a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.DeleteRowAsyncSnippet.g.cs
+++ b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.DeleteRowAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.DeleteRowRequestObjectAsyncSnippet.g.cs b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.DeleteRowRequestObjectAsyncSnippet.g.cs
index 832ff1f05361..b19aad8e1de7 100644
--- a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.DeleteRowRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.DeleteRowRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.DeleteRowRequestObjectSnippet.g.cs b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.DeleteRowRequestObjectSnippet.g.cs
index 4264141cd898..66fbe49676f4 100644
--- a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.DeleteRowRequestObjectSnippet.g.cs
+++ b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.DeleteRowRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.DeleteRowResourceNamesAsyncSnippet.g.cs b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.DeleteRowResourceNamesAsyncSnippet.g.cs
index 1179df7e161d..9077cabbed39 100644
--- a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.DeleteRowResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.DeleteRowResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.DeleteRowResourceNamesSnippet.g.cs b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.DeleteRowResourceNamesSnippet.g.cs
index dc7d6a2fa46f..38c9a2617bc0 100644
--- a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.DeleteRowResourceNamesSnippet.g.cs
+++ b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.DeleteRowResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.DeleteRowSnippet.g.cs b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.DeleteRowSnippet.g.cs
index e897de169ec6..4335a06cdadc 100644
--- a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.DeleteRowSnippet.g.cs
+++ b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.DeleteRowSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetRowAsyncSnippet.g.cs b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetRowAsyncSnippet.g.cs
index f3650c39cc26..85c0a631d74a 100644
--- a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetRowAsyncSnippet.g.cs
+++ b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetRowAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetRowRequestObjectAsyncSnippet.g.cs b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetRowRequestObjectAsyncSnippet.g.cs
index 102ffac9155e..d2bdc6cd72e3 100644
--- a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetRowRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetRowRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetRowRequestObjectSnippet.g.cs b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetRowRequestObjectSnippet.g.cs
index 56d120889ac4..732050a4de80 100644
--- a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetRowRequestObjectSnippet.g.cs
+++ b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetRowRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetRowResourceNamesAsyncSnippet.g.cs b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetRowResourceNamesAsyncSnippet.g.cs
index 196deb8c3e06..608519d87606 100644
--- a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetRowResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetRowResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetRowResourceNamesSnippet.g.cs b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetRowResourceNamesSnippet.g.cs
index 9e8212d12bb0..f2519b9d17b9 100644
--- a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetRowResourceNamesSnippet.g.cs
+++ b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetRowResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetRowSnippet.g.cs b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetRowSnippet.g.cs
index d42df98a0aaf..b0f4e03066a3 100644
--- a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetRowSnippet.g.cs
+++ b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetRowSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetTableAsyncSnippet.g.cs b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetTableAsyncSnippet.g.cs
index 338e28d37385..1725eef305c5 100644
--- a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetTableAsyncSnippet.g.cs
+++ b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetTableAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetTableRequestObjectAsyncSnippet.g.cs b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetTableRequestObjectAsyncSnippet.g.cs
index 1b17458a65ef..a0fc66a2027c 100644
--- a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetTableRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetTableRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetTableRequestObjectSnippet.g.cs b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetTableRequestObjectSnippet.g.cs
index 14d9bb0de267..d610b0f8c3ff 100644
--- a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetTableRequestObjectSnippet.g.cs
+++ b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetTableRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetTableResourceNamesAsyncSnippet.g.cs b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetTableResourceNamesAsyncSnippet.g.cs
index 3bc3470b630f..0007b039ec32 100644
--- a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetTableResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetTableResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetTableResourceNamesSnippet.g.cs b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetTableResourceNamesSnippet.g.cs
index adfe1cc9debd..1ec18e3ac483 100644
--- a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetTableResourceNamesSnippet.g.cs
+++ b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetTableResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetTableSnippet.g.cs b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetTableSnippet.g.cs
index b16df36c4656..7a83a7465e6b 100644
--- a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetTableSnippet.g.cs
+++ b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetTableSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetWorkspaceAsyncSnippet.g.cs b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetWorkspaceAsyncSnippet.g.cs
index 5d672bbb09de..35120698b02f 100644
--- a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetWorkspaceAsyncSnippet.g.cs
+++ b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetWorkspaceAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetWorkspaceRequestObjectAsyncSnippet.g.cs b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetWorkspaceRequestObjectAsyncSnippet.g.cs
index 025ed2070da6..9933bd77c4b7 100644
--- a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetWorkspaceRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetWorkspaceRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetWorkspaceRequestObjectSnippet.g.cs b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetWorkspaceRequestObjectSnippet.g.cs
index 8183f40e1ce4..a440bd43e4ee 100644
--- a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetWorkspaceRequestObjectSnippet.g.cs
+++ b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetWorkspaceRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetWorkspaceResourceNamesAsyncSnippet.g.cs b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetWorkspaceResourceNamesAsyncSnippet.g.cs
index 0893d538b857..6eed736bef8c 100644
--- a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetWorkspaceResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetWorkspaceResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetWorkspaceResourceNamesSnippet.g.cs b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetWorkspaceResourceNamesSnippet.g.cs
index 14309535c555..ec46c8f1f422 100644
--- a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetWorkspaceResourceNamesSnippet.g.cs
+++ b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetWorkspaceResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetWorkspaceSnippet.g.cs b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetWorkspaceSnippet.g.cs
index 4b36dbfabac9..c32b4c76388d 100644
--- a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetWorkspaceSnippet.g.cs
+++ b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.GetWorkspaceSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.ListRowsAsyncSnippet.g.cs b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.ListRowsAsyncSnippet.g.cs
index def5dff62099..ada02a89fa8b 100644
--- a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.ListRowsAsyncSnippet.g.cs
+++ b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.ListRowsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.ListRowsRequestObjectAsyncSnippet.g.cs b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.ListRowsRequestObjectAsyncSnippet.g.cs
index 7d3a49b33a22..b03dee388df9 100644
--- a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.ListRowsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.ListRowsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.ListRowsRequestObjectSnippet.g.cs b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.ListRowsRequestObjectSnippet.g.cs
index 3fe1a73e5f24..07e70b1c2e6e 100644
--- a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.ListRowsRequestObjectSnippet.g.cs
+++ b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.ListRowsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.ListRowsSnippet.g.cs b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.ListRowsSnippet.g.cs
index 5d83c2edba96..e075a39ada08 100644
--- a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.ListRowsSnippet.g.cs
+++ b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.ListRowsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.ListTablesRequestObjectAsyncSnippet.g.cs b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.ListTablesRequestObjectAsyncSnippet.g.cs
index 105b5ddb666b..a28de60264f6 100644
--- a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.ListTablesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.ListTablesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.ListTablesRequestObjectSnippet.g.cs b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.ListTablesRequestObjectSnippet.g.cs
index 3b435fc4f08d..d1261f82e3af 100644
--- a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.ListTablesRequestObjectSnippet.g.cs
+++ b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.ListTablesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.ListWorkspacesRequestObjectAsyncSnippet.g.cs b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.ListWorkspacesRequestObjectAsyncSnippet.g.cs
index 795662f3d508..fad7945e2e62 100644
--- a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.ListWorkspacesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.ListWorkspacesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.ListWorkspacesRequestObjectSnippet.g.cs b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.ListWorkspacesRequestObjectSnippet.g.cs
index 8e5e779c9a2f..b8a00f300a09 100644
--- a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.ListWorkspacesRequestObjectSnippet.g.cs
+++ b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.ListWorkspacesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.UpdateRowAsyncSnippet.g.cs b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.UpdateRowAsyncSnippet.g.cs
index 0a87101da811..aedb5321274c 100644
--- a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.UpdateRowAsyncSnippet.g.cs
+++ b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.UpdateRowAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.UpdateRowRequestObjectAsyncSnippet.g.cs b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.UpdateRowRequestObjectAsyncSnippet.g.cs
index 3a97bcbade43..0c06cf0c59b5 100644
--- a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.UpdateRowRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.UpdateRowRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.UpdateRowRequestObjectSnippet.g.cs b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.UpdateRowRequestObjectSnippet.g.cs
index 57373f6b45b2..f3717316da37 100644
--- a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.UpdateRowRequestObjectSnippet.g.cs
+++ b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.UpdateRowRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.UpdateRowSnippet.g.cs b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.UpdateRowSnippet.g.cs
index 76fdf34a4534..0a18e21d1f50 100644
--- a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.UpdateRowSnippet.g.cs
+++ b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.GeneratedSnippets/TablesServiceClient.UpdateRowSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.Snippets/TablesServiceClientSnippets.g.cs b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.Snippets/TablesServiceClientSnippets.g.cs
index c2bca1a17918..ce4c7bb4be3c 100644
--- a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.Snippets/TablesServiceClientSnippets.g.cs
+++ b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1.Snippets/TablesServiceClientSnippets.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1/PackageApiMetadata.g.cs b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1/PackageApiMetadata.g.cs
index 1724b02a7b28..3a1d173e5ce0 100644
--- a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1/PackageApiMetadata.g.cs
+++ b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1/PackageApiMetadata.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1/ServiceCollectionExtensions.g.cs b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1/ServiceCollectionExtensions.g.cs
index 24f9c7c10a0c..b7ed814ca5fd 100644
--- a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1/ServiceCollectionExtensions.g.cs
+++ b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1/ServiceCollectionExtensions.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1/TablesResourceNames.g.cs b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1/TablesResourceNames.g.cs
index ae06bfa2a5cb..4315e966b518 100644
--- a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1/TablesResourceNames.g.cs
+++ b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1/TablesResourceNames.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1/TablesServiceClient.g.cs b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1/TablesServiceClient.g.cs
index 0cb3c0e49f5d..863ce1d4854e 100644
--- a/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1/TablesServiceClient.g.cs
+++ b/apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1/TablesServiceClient.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Area120.Tables.V1Alpha1/docs/index.md b/apis/Google.Area120.Tables.V1Alpha1/docs/index.md
deleted file mode 100644
index 3f285da2513f..000000000000
--- a/apis/Google.Area120.Tables.V1Alpha1/docs/index.md
+++ /dev/null
@@ -1 +0,0 @@
-{{non-product-stub}}
\ No newline at end of file
diff --git a/apis/Google.Cloud.AIPlatform.V1/.OwlBot.yaml b/apis/Google.Cloud.AIPlatform.V1/.OwlBot.yaml
index db5fcc4e32ae..7ee12d8a52aa 100644
--- a/apis/Google.Cloud.AIPlatform.V1/.OwlBot.yaml
+++ b/apis/Google.Cloud.AIPlatform.V1/.OwlBot.yaml
@@ -1,5 +1,5 @@
-# Copyright 2024 Google LLC
+# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.CreateDatasetAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.CreateDatasetAsyncSnippet.g.cs
index 439a25b6c844..27fb99e803c7 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.CreateDatasetAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.CreateDatasetAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.CreateDatasetRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.CreateDatasetRequestObjectAsyncSnippet.g.cs
index 91e417c99a0c..39563c90d7cf 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.CreateDatasetRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.CreateDatasetRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.CreateDatasetRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.CreateDatasetRequestObjectSnippet.g.cs
index 3121c1e42fe2..1cf6d775c00e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.CreateDatasetRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.CreateDatasetRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.CreateDatasetResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.CreateDatasetResourceNamesAsyncSnippet.g.cs
index efae391273b7..894161288d02 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.CreateDatasetResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.CreateDatasetResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.CreateDatasetResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.CreateDatasetResourceNamesSnippet.g.cs
index 728df9f7b78d..1373579b3c67 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.CreateDatasetResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.CreateDatasetResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.CreateDatasetSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.CreateDatasetSnippet.g.cs
index b2d3cafc2da7..d8b1bfa9766f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.CreateDatasetSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.CreateDatasetSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.CreateDatasetVersionAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.CreateDatasetVersionAsyncSnippet.g.cs
index c40fd0c731d4..bdf840ac3414 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.CreateDatasetVersionAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.CreateDatasetVersionAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.CreateDatasetVersionRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.CreateDatasetVersionRequestObjectAsyncSnippet.g.cs
index 07b9d538192e..60d625e82665 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.CreateDatasetVersionRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.CreateDatasetVersionRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.CreateDatasetVersionRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.CreateDatasetVersionRequestObjectSnippet.g.cs
index 60c2554e48ba..f42daa76c7dc 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.CreateDatasetVersionRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.CreateDatasetVersionRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.CreateDatasetVersionResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.CreateDatasetVersionResourceNamesAsyncSnippet.g.cs
index 51c074bd1a3f..9e322228379d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.CreateDatasetVersionResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.CreateDatasetVersionResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.CreateDatasetVersionResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.CreateDatasetVersionResourceNamesSnippet.g.cs
index 16c243a65def..fabc7582de11 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.CreateDatasetVersionResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.CreateDatasetVersionResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.CreateDatasetVersionSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.CreateDatasetVersionSnippet.g.cs
index c3103a05b962..14d6e86d5808 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.CreateDatasetVersionSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.CreateDatasetVersionSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteDatasetAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteDatasetAsyncSnippet.g.cs
index a1b7d470482d..499f638a5478 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteDatasetAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteDatasetAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteDatasetRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteDatasetRequestObjectAsyncSnippet.g.cs
index 4615a3fd72a7..2fc8f6cd1f80 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteDatasetRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteDatasetRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteDatasetRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteDatasetRequestObjectSnippet.g.cs
index 401af711ecc6..d8db1639c9ef 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteDatasetRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteDatasetRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteDatasetResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteDatasetResourceNamesAsyncSnippet.g.cs
index 3808b3f3f8fb..de3daf8c3e53 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteDatasetResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteDatasetResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteDatasetResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteDatasetResourceNamesSnippet.g.cs
index 20fa88ac77db..cac2a800d731 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteDatasetResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteDatasetResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteDatasetSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteDatasetSnippet.g.cs
index b74dd50b4ed1..3184db5de533 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteDatasetSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteDatasetSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteDatasetVersionAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteDatasetVersionAsyncSnippet.g.cs
index 6658e06533d1..76ee3980538b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteDatasetVersionAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteDatasetVersionAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteDatasetVersionRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteDatasetVersionRequestObjectAsyncSnippet.g.cs
index 4d764a97c675..184b211eeff0 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteDatasetVersionRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteDatasetVersionRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteDatasetVersionRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteDatasetVersionRequestObjectSnippet.g.cs
index 1a30390264ee..c1902407b0a9 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteDatasetVersionRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteDatasetVersionRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteDatasetVersionResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteDatasetVersionResourceNamesAsyncSnippet.g.cs
index 3e29cd6c955a..48a7422d2927 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteDatasetVersionResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteDatasetVersionResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteDatasetVersionResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteDatasetVersionResourceNamesSnippet.g.cs
index 335005bec905..bb9c52b0a02e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteDatasetVersionResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteDatasetVersionResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteDatasetVersionSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteDatasetVersionSnippet.g.cs
index 9066cd452b45..9ed751da7b7c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteDatasetVersionSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteDatasetVersionSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteSavedQueryAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteSavedQueryAsyncSnippet.g.cs
index 4371612b1605..bae7807b87cf 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteSavedQueryAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteSavedQueryAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteSavedQueryRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteSavedQueryRequestObjectAsyncSnippet.g.cs
index 07422715f305..eb11829dd1c0 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteSavedQueryRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteSavedQueryRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteSavedQueryRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteSavedQueryRequestObjectSnippet.g.cs
index 97a5e980b628..3703620d8a0b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteSavedQueryRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteSavedQueryRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteSavedQueryResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteSavedQueryResourceNamesAsyncSnippet.g.cs
index e0cb9d98f18a..4af6a5937a07 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteSavedQueryResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteSavedQueryResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteSavedQueryResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteSavedQueryResourceNamesSnippet.g.cs
index 0937d7c8efa6..789194b99009 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteSavedQueryResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteSavedQueryResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteSavedQuerySnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteSavedQuerySnippet.g.cs
index cb50c95bceb9..2ce2af60b84d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteSavedQuerySnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.DeleteSavedQuerySnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ExportDataAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ExportDataAsyncSnippet.g.cs
index 2feef8090f01..a47f43c3efb1 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ExportDataAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ExportDataAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ExportDataRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ExportDataRequestObjectAsyncSnippet.g.cs
index 2d61e4367371..66a43d885e0d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ExportDataRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ExportDataRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ExportDataRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ExportDataRequestObjectSnippet.g.cs
index 45c24b908b6a..c2ca35592f03 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ExportDataRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ExportDataRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ExportDataResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ExportDataResourceNamesAsyncSnippet.g.cs
index aafe9a4dc07a..67072b42ad8b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ExportDataResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ExportDataResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ExportDataResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ExportDataResourceNamesSnippet.g.cs
index a8a4bdbb8817..b8b3eab6886b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ExportDataResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ExportDataResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ExportDataSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ExportDataSnippet.g.cs
index d8bfb7050360..08536fd17911 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ExportDataSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ExportDataSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetAnnotationSpecAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetAnnotationSpecAsyncSnippet.g.cs
index 125491d9c474..39b830eaf65f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetAnnotationSpecAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetAnnotationSpecAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetAnnotationSpecRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetAnnotationSpecRequestObjectAsyncSnippet.g.cs
index 9560e69fd9a2..ffa294ea1e2f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetAnnotationSpecRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetAnnotationSpecRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetAnnotationSpecRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetAnnotationSpecRequestObjectSnippet.g.cs
index 32be8be2e74c..c3261ba46b7e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetAnnotationSpecRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetAnnotationSpecRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetAnnotationSpecResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetAnnotationSpecResourceNamesAsyncSnippet.g.cs
index 3ca54d3b2078..ca417e7bfc3c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetAnnotationSpecResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetAnnotationSpecResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetAnnotationSpecResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetAnnotationSpecResourceNamesSnippet.g.cs
index 9afba67ad908..215d88e38b1d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetAnnotationSpecResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetAnnotationSpecResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetAnnotationSpecSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetAnnotationSpecSnippet.g.cs
index 5919262d1a2b..8c682b981b70 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetAnnotationSpecSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetAnnotationSpecSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetDatasetAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetDatasetAsyncSnippet.g.cs
index d1c6682d5629..991c521f5a3c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetDatasetAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetDatasetAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetDatasetRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetDatasetRequestObjectAsyncSnippet.g.cs
index e933f46b5631..0e173540ab64 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetDatasetRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetDatasetRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetDatasetRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetDatasetRequestObjectSnippet.g.cs
index 26baad61f6ab..b2a33dd3bf01 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetDatasetRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetDatasetRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetDatasetResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetDatasetResourceNamesAsyncSnippet.g.cs
index 9a4df16d513c..da103bcbe3bc 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetDatasetResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetDatasetResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetDatasetResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetDatasetResourceNamesSnippet.g.cs
index f438b87b5efb..9b84e2ce1820 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetDatasetResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetDatasetResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetDatasetSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetDatasetSnippet.g.cs
index e1bfbf5dc22d..2a89b4f7bdac 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetDatasetSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetDatasetSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetDatasetVersionAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetDatasetVersionAsyncSnippet.g.cs
index a54764c1b0e8..121339e1c047 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetDatasetVersionAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetDatasetVersionAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetDatasetVersionRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetDatasetVersionRequestObjectAsyncSnippet.g.cs
index 0260a506b907..370900b26816 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetDatasetVersionRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetDatasetVersionRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetDatasetVersionRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetDatasetVersionRequestObjectSnippet.g.cs
index b6ef5bef6921..10222d5958f1 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetDatasetVersionRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetDatasetVersionRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetDatasetVersionResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetDatasetVersionResourceNamesAsyncSnippet.g.cs
index 957f8788f500..fff6e4b4a23a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetDatasetVersionResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetDatasetVersionResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetDatasetVersionResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetDatasetVersionResourceNamesSnippet.g.cs
index 4bff577b6565..7e1820192988 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetDatasetVersionResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetDatasetVersionResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetDatasetVersionSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetDatasetVersionSnippet.g.cs
index 91f725f0869a..f1ec7946b2b7 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetDatasetVersionSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.GetDatasetVersionSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ImportDataAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ImportDataAsyncSnippet.g.cs
index e0b19c2776e7..279af88da952 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ImportDataAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ImportDataAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ImportDataRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ImportDataRequestObjectAsyncSnippet.g.cs
index d32337fb1077..174f134660ec 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ImportDataRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ImportDataRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ImportDataRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ImportDataRequestObjectSnippet.g.cs
index e2e46e29cf73..be72fa6de758 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ImportDataRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ImportDataRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ImportDataResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ImportDataResourceNamesAsyncSnippet.g.cs
index 5690027d00fc..3add22fab891 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ImportDataResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ImportDataResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ImportDataResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ImportDataResourceNamesSnippet.g.cs
index 8a975a8fa877..41a8f2e119e4 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ImportDataResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ImportDataResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ImportDataSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ImportDataSnippet.g.cs
index 4f41ad3fdc1d..58c429de3849 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ImportDataSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ImportDataSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListAnnotationsAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListAnnotationsAsyncSnippet.g.cs
index d9d978507786..aa64360d1dd9 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListAnnotationsAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListAnnotationsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListAnnotationsRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListAnnotationsRequestObjectAsyncSnippet.g.cs
index f3ccdaa48549..a4390c4d23ac 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListAnnotationsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListAnnotationsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListAnnotationsRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListAnnotationsRequestObjectSnippet.g.cs
index 7abc58a4307e..a1fcad06a4c1 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListAnnotationsRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListAnnotationsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListAnnotationsResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListAnnotationsResourceNamesAsyncSnippet.g.cs
index b9a98e8a1e25..6c7a1182805b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListAnnotationsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListAnnotationsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListAnnotationsResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListAnnotationsResourceNamesSnippet.g.cs
index 15dbd5666824..d9b46d2595f2 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListAnnotationsResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListAnnotationsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListAnnotationsSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListAnnotationsSnippet.g.cs
index b02f8327aaeb..02e34a23b7e3 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListAnnotationsSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListAnnotationsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDataItemsAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDataItemsAsyncSnippet.g.cs
index 6ac9bd6873d9..f56b392ecdba 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDataItemsAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDataItemsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDataItemsRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDataItemsRequestObjectAsyncSnippet.g.cs
index 400da0c55353..9c45aae8153d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDataItemsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDataItemsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDataItemsRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDataItemsRequestObjectSnippet.g.cs
index a661ff0020e8..481bf7e310bd 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDataItemsRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDataItemsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDataItemsResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDataItemsResourceNamesAsyncSnippet.g.cs
index e717eccbd032..b519166dc4ef 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDataItemsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDataItemsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDataItemsResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDataItemsResourceNamesSnippet.g.cs
index 52998f9d4516..96472ac7ea7d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDataItemsResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDataItemsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDataItemsSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDataItemsSnippet.g.cs
index 0a2e80c48eb1..d0b118a90f44 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDataItemsSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDataItemsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDatasetVersionsAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDatasetVersionsAsyncSnippet.g.cs
index ee4d5179afbe..3cb72fecbbe5 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDatasetVersionsAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDatasetVersionsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDatasetVersionsRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDatasetVersionsRequestObjectAsyncSnippet.g.cs
index 76a2da8c03c5..97f6ce65f10f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDatasetVersionsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDatasetVersionsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDatasetVersionsRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDatasetVersionsRequestObjectSnippet.g.cs
index 465c91e5370d..0a28d3015e0c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDatasetVersionsRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDatasetVersionsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDatasetVersionsResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDatasetVersionsResourceNamesAsyncSnippet.g.cs
index bc0aeb2080df..0027d468dc15 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDatasetVersionsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDatasetVersionsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDatasetVersionsResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDatasetVersionsResourceNamesSnippet.g.cs
index 872a8c1eb9dd..9a3038c596fc 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDatasetVersionsResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDatasetVersionsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDatasetVersionsSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDatasetVersionsSnippet.g.cs
index f6f9f542720f..906e6797d263 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDatasetVersionsSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDatasetVersionsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDatasetsAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDatasetsAsyncSnippet.g.cs
index b4c694f12743..85098741e367 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDatasetsAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDatasetsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDatasetsRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDatasetsRequestObjectAsyncSnippet.g.cs
index 6a3f7f5a5414..22e56de04271 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDatasetsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDatasetsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDatasetsRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDatasetsRequestObjectSnippet.g.cs
index 31c333b3a058..60eec4a988a8 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDatasetsRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDatasetsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDatasetsResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDatasetsResourceNamesAsyncSnippet.g.cs
index 4164cf15361f..5c5c365477e6 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDatasetsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDatasetsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDatasetsResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDatasetsResourceNamesSnippet.g.cs
index 540018e35379..985f5d07b1d7 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDatasetsResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDatasetsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDatasetsSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDatasetsSnippet.g.cs
index 3af281d83fcd..4d6f4753fbaf 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDatasetsSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListDatasetsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListSavedQueriesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListSavedQueriesAsyncSnippet.g.cs
index faa1e3528185..dcd8614b7e8f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListSavedQueriesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListSavedQueriesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListSavedQueriesRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListSavedQueriesRequestObjectAsyncSnippet.g.cs
index 0964a199dbf1..2f75b4a87ef4 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListSavedQueriesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListSavedQueriesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListSavedQueriesRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListSavedQueriesRequestObjectSnippet.g.cs
index a70af7025fd8..639cc1a29719 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListSavedQueriesRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListSavedQueriesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListSavedQueriesResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListSavedQueriesResourceNamesAsyncSnippet.g.cs
index ef88aad21b35..a8a08463c7fe 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListSavedQueriesResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListSavedQueriesResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListSavedQueriesResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListSavedQueriesResourceNamesSnippet.g.cs
index f83047c5d12d..2b0414ec59a8 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListSavedQueriesResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListSavedQueriesResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListSavedQueriesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListSavedQueriesSnippet.g.cs
index c879d802359c..7d57851fa7c0 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListSavedQueriesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.ListSavedQueriesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.RestoreDatasetVersionAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.RestoreDatasetVersionAsyncSnippet.g.cs
index 312363b2e793..684be8cc17cc 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.RestoreDatasetVersionAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.RestoreDatasetVersionAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.RestoreDatasetVersionRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.RestoreDatasetVersionRequestObjectAsyncSnippet.g.cs
index 13b779f0024b..90ecd4d35115 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.RestoreDatasetVersionRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.RestoreDatasetVersionRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.RestoreDatasetVersionRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.RestoreDatasetVersionRequestObjectSnippet.g.cs
index 58823e907df0..1a22a312f9e3 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.RestoreDatasetVersionRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.RestoreDatasetVersionRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.RestoreDatasetVersionResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.RestoreDatasetVersionResourceNamesAsyncSnippet.g.cs
index 2efa537853c5..3a50e5d2ec66 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.RestoreDatasetVersionResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.RestoreDatasetVersionResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.RestoreDatasetVersionResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.RestoreDatasetVersionResourceNamesSnippet.g.cs
index d2beba91333c..8569a96c5a6b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.RestoreDatasetVersionResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.RestoreDatasetVersionResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.RestoreDatasetVersionSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.RestoreDatasetVersionSnippet.g.cs
index 84edcec63da6..980a60a57493 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.RestoreDatasetVersionSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.RestoreDatasetVersionSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.SearchDataItemsRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.SearchDataItemsRequestObjectAsyncSnippet.g.cs
index 9b05b678b979..5851cfcafd85 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.SearchDataItemsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.SearchDataItemsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.SearchDataItemsRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.SearchDataItemsRequestObjectSnippet.g.cs
index 3087ba13756f..448c3bc98e8b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.SearchDataItemsRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.SearchDataItemsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.UpdateDatasetAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.UpdateDatasetAsyncSnippet.g.cs
index 81f1eea7ecd7..52c349616ecc 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.UpdateDatasetAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.UpdateDatasetAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.UpdateDatasetRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.UpdateDatasetRequestObjectAsyncSnippet.g.cs
index 7daefe126227..7910916a0354 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.UpdateDatasetRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.UpdateDatasetRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.UpdateDatasetRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.UpdateDatasetRequestObjectSnippet.g.cs
index 25113507141d..ff26534883a0 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.UpdateDatasetRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.UpdateDatasetRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.UpdateDatasetSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.UpdateDatasetSnippet.g.cs
index 88eff9c1f832..d56497c1f185 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.UpdateDatasetSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.UpdateDatasetSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.UpdateDatasetVersionAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.UpdateDatasetVersionAsyncSnippet.g.cs
index 5ec4dd05a990..429faa8d4b26 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.UpdateDatasetVersionAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.UpdateDatasetVersionAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.UpdateDatasetVersionRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.UpdateDatasetVersionRequestObjectAsyncSnippet.g.cs
index 4895264b846e..f027f19c1a8b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.UpdateDatasetVersionRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.UpdateDatasetVersionRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.UpdateDatasetVersionRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.UpdateDatasetVersionRequestObjectSnippet.g.cs
index 57c14cc5ec68..1fe386f26926 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.UpdateDatasetVersionRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.UpdateDatasetVersionRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.UpdateDatasetVersionSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.UpdateDatasetVersionSnippet.g.cs
index c1d21c16e1c6..60f95e397c49 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.UpdateDatasetVersionSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DatasetServiceClient.UpdateDatasetVersionSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.CreateDeploymentResourcePoolAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.CreateDeploymentResourcePoolAsyncSnippet.g.cs
index 9422414955dd..c9c77f35f8f7 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.CreateDeploymentResourcePoolAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.CreateDeploymentResourcePoolAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.CreateDeploymentResourcePoolRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.CreateDeploymentResourcePoolRequestObjectAsyncSnippet.g.cs
index f62e3f26c9e4..510c01ee27ce 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.CreateDeploymentResourcePoolRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.CreateDeploymentResourcePoolRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.CreateDeploymentResourcePoolRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.CreateDeploymentResourcePoolRequestObjectSnippet.g.cs
index 1c3d08d4e25a..41536e6b71e8 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.CreateDeploymentResourcePoolRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.CreateDeploymentResourcePoolRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.CreateDeploymentResourcePoolResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.CreateDeploymentResourcePoolResourceNamesAsyncSnippet.g.cs
index 4f9e4bc33189..ed1b691ffe7e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.CreateDeploymentResourcePoolResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.CreateDeploymentResourcePoolResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.CreateDeploymentResourcePoolResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.CreateDeploymentResourcePoolResourceNamesSnippet.g.cs
index 1f7a7bf0b186..9c38883709b7 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.CreateDeploymentResourcePoolResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.CreateDeploymentResourcePoolResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.CreateDeploymentResourcePoolSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.CreateDeploymentResourcePoolSnippet.g.cs
index a8b8008cc769..4181faab8daf 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.CreateDeploymentResourcePoolSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.CreateDeploymentResourcePoolSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.DeleteDeploymentResourcePoolAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.DeleteDeploymentResourcePoolAsyncSnippet.g.cs
index 530b5904ad13..6164288d9a37 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.DeleteDeploymentResourcePoolAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.DeleteDeploymentResourcePoolAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.DeleteDeploymentResourcePoolRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.DeleteDeploymentResourcePoolRequestObjectAsyncSnippet.g.cs
index 1401eda107a1..cd0e52b990c6 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.DeleteDeploymentResourcePoolRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.DeleteDeploymentResourcePoolRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.DeleteDeploymentResourcePoolRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.DeleteDeploymentResourcePoolRequestObjectSnippet.g.cs
index 740c597a6775..dce1f6f6f536 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.DeleteDeploymentResourcePoolRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.DeleteDeploymentResourcePoolRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.DeleteDeploymentResourcePoolResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.DeleteDeploymentResourcePoolResourceNamesAsyncSnippet.g.cs
index 98215783205c..4f84d66c6858 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.DeleteDeploymentResourcePoolResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.DeleteDeploymentResourcePoolResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.DeleteDeploymentResourcePoolResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.DeleteDeploymentResourcePoolResourceNamesSnippet.g.cs
index 26f94436e433..e5679523d08c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.DeleteDeploymentResourcePoolResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.DeleteDeploymentResourcePoolResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.DeleteDeploymentResourcePoolSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.DeleteDeploymentResourcePoolSnippet.g.cs
index 8aab258b5a1e..3ad95126a58b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.DeleteDeploymentResourcePoolSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.DeleteDeploymentResourcePoolSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.GetDeploymentResourcePoolAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.GetDeploymentResourcePoolAsyncSnippet.g.cs
index 34645c91b3bb..414a8d2cd8b2 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.GetDeploymentResourcePoolAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.GetDeploymentResourcePoolAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.GetDeploymentResourcePoolRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.GetDeploymentResourcePoolRequestObjectAsyncSnippet.g.cs
index 5f0e7607762c..ceb32c5de738 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.GetDeploymentResourcePoolRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.GetDeploymentResourcePoolRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.GetDeploymentResourcePoolRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.GetDeploymentResourcePoolRequestObjectSnippet.g.cs
index ee179f9c889a..b334befb7bd6 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.GetDeploymentResourcePoolRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.GetDeploymentResourcePoolRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.GetDeploymentResourcePoolResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.GetDeploymentResourcePoolResourceNamesAsyncSnippet.g.cs
index 54b2cc8c7199..9cea83a7e2cd 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.GetDeploymentResourcePoolResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.GetDeploymentResourcePoolResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.GetDeploymentResourcePoolResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.GetDeploymentResourcePoolResourceNamesSnippet.g.cs
index b3eceaafedd5..7f8e5b91c2a3 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.GetDeploymentResourcePoolResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.GetDeploymentResourcePoolResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.GetDeploymentResourcePoolSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.GetDeploymentResourcePoolSnippet.g.cs
index b4bc351a547e..86487d126a2d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.GetDeploymentResourcePoolSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.GetDeploymentResourcePoolSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.ListDeploymentResourcePoolsAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.ListDeploymentResourcePoolsAsyncSnippet.g.cs
index 1ef37921739d..53bef22159e9 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.ListDeploymentResourcePoolsAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.ListDeploymentResourcePoolsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.ListDeploymentResourcePoolsRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.ListDeploymentResourcePoolsRequestObjectAsyncSnippet.g.cs
index 9cbc3073cf6a..717e49b18ba3 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.ListDeploymentResourcePoolsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.ListDeploymentResourcePoolsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.ListDeploymentResourcePoolsRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.ListDeploymentResourcePoolsRequestObjectSnippet.g.cs
index bc9e2d609f88..7f49f93485bd 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.ListDeploymentResourcePoolsRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.ListDeploymentResourcePoolsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.ListDeploymentResourcePoolsResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.ListDeploymentResourcePoolsResourceNamesAsyncSnippet.g.cs
index 3dffaa129d3d..91d7b70f57de 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.ListDeploymentResourcePoolsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.ListDeploymentResourcePoolsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.ListDeploymentResourcePoolsResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.ListDeploymentResourcePoolsResourceNamesSnippet.g.cs
index 922781c98dc6..c5c12247d418 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.ListDeploymentResourcePoolsResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.ListDeploymentResourcePoolsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.ListDeploymentResourcePoolsSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.ListDeploymentResourcePoolsSnippet.g.cs
index 73dc58e12b70..df956311830d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.ListDeploymentResourcePoolsSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.ListDeploymentResourcePoolsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.QueryDeployedModelsAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.QueryDeployedModelsAsyncSnippet.g.cs
index b3c181032d58..3f0ae7909f61 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.QueryDeployedModelsAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.QueryDeployedModelsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.QueryDeployedModelsRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.QueryDeployedModelsRequestObjectAsyncSnippet.g.cs
index 7265a37ce64e..bb81b015e370 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.QueryDeployedModelsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.QueryDeployedModelsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.QueryDeployedModelsRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.QueryDeployedModelsRequestObjectSnippet.g.cs
index e2b6b2c7c2c4..19e25425b2e7 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.QueryDeployedModelsRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.QueryDeployedModelsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.QueryDeployedModelsSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.QueryDeployedModelsSnippet.g.cs
index 6cff61bc3807..490abeeaad44 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.QueryDeployedModelsSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.QueryDeployedModelsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.UpdateDeploymentResourcePoolAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.UpdateDeploymentResourcePoolAsyncSnippet.g.cs
index 6dcfb5b94730..36d5f32a528c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.UpdateDeploymentResourcePoolAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.UpdateDeploymentResourcePoolAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.UpdateDeploymentResourcePoolRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.UpdateDeploymentResourcePoolRequestObjectAsyncSnippet.g.cs
index b68fd7f43bca..ae3bf631ba22 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.UpdateDeploymentResourcePoolRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.UpdateDeploymentResourcePoolRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.UpdateDeploymentResourcePoolRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.UpdateDeploymentResourcePoolRequestObjectSnippet.g.cs
index 1131a2160dc1..cb04157b68c6 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.UpdateDeploymentResourcePoolRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.UpdateDeploymentResourcePoolRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.UpdateDeploymentResourcePoolSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.UpdateDeploymentResourcePoolSnippet.g.cs
index 7cad257cb1f9..4523762f5c37 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.UpdateDeploymentResourcePoolSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/DeploymentResourcePoolServiceClient.UpdateDeploymentResourcePoolSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.CreateEndpoint1AsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.CreateEndpoint1AsyncSnippet.g.cs
index 58730af51df6..0c3a045242f0 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.CreateEndpoint1AsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.CreateEndpoint1AsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.CreateEndpoint1ResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.CreateEndpoint1ResourceNamesAsyncSnippet.g.cs
index cc46dffed682..063dfad5562c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.CreateEndpoint1ResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.CreateEndpoint1ResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.CreateEndpoint1ResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.CreateEndpoint1ResourceNamesSnippet.g.cs
index ff2f00c87779..626005a31d20 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.CreateEndpoint1ResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.CreateEndpoint1ResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.CreateEndpoint1Snippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.CreateEndpoint1Snippet.g.cs
index 4491811e6d19..08a784f2c9f4 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.CreateEndpoint1Snippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.CreateEndpoint1Snippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.CreateEndpoint2AsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.CreateEndpoint2AsyncSnippet.g.cs
index 604ff8075dfb..712cf9bbb2dc 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.CreateEndpoint2AsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.CreateEndpoint2AsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.CreateEndpoint2ResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.CreateEndpoint2ResourceNamesAsyncSnippet.g.cs
index b64656204b79..2f172cd6b0b6 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.CreateEndpoint2ResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.CreateEndpoint2ResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.CreateEndpoint2ResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.CreateEndpoint2ResourceNamesSnippet.g.cs
index 4fa2b873608a..26c702af5c39 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.CreateEndpoint2ResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.CreateEndpoint2ResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.CreateEndpoint2Snippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.CreateEndpoint2Snippet.g.cs
index 785f74a7c315..3c57bc5e7f01 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.CreateEndpoint2Snippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.CreateEndpoint2Snippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.CreateEndpointRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.CreateEndpointRequestObjectAsyncSnippet.g.cs
index 0eb5ef492085..0b1b45bd28cd 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.CreateEndpointRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.CreateEndpointRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.CreateEndpointRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.CreateEndpointRequestObjectSnippet.g.cs
index d58dd5135fb5..b0ba2f914ece 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.CreateEndpointRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.CreateEndpointRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.DeleteEndpointAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.DeleteEndpointAsyncSnippet.g.cs
index ca99738208a0..92707dc59b1d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.DeleteEndpointAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.DeleteEndpointAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.DeleteEndpointRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.DeleteEndpointRequestObjectAsyncSnippet.g.cs
index 78ee6f54b890..3f5856f3f1be 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.DeleteEndpointRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.DeleteEndpointRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.DeleteEndpointRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.DeleteEndpointRequestObjectSnippet.g.cs
index 59df992992f0..0560bfbc0464 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.DeleteEndpointRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.DeleteEndpointRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.DeleteEndpointResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.DeleteEndpointResourceNamesAsyncSnippet.g.cs
index 2f7dbd6df25b..e9ec1f64b033 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.DeleteEndpointResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.DeleteEndpointResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.DeleteEndpointResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.DeleteEndpointResourceNamesSnippet.g.cs
index 0c0b55199358..143a1a652548 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.DeleteEndpointResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.DeleteEndpointResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.DeleteEndpointSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.DeleteEndpointSnippet.g.cs
index 6843a5126629..2c0969245ea6 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.DeleteEndpointSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.DeleteEndpointSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.DeployModelAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.DeployModelAsyncSnippet.g.cs
index 21381741c1a8..d86ea44aab1e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.DeployModelAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.DeployModelAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.DeployModelRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.DeployModelRequestObjectAsyncSnippet.g.cs
index 5eda23e4dcef..fd5c42e48615 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.DeployModelRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.DeployModelRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.DeployModelRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.DeployModelRequestObjectSnippet.g.cs
index 4c10a03575a0..98836934c8c7 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.DeployModelRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.DeployModelRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.DeployModelResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.DeployModelResourceNamesAsyncSnippet.g.cs
index c0744f466900..f53d8dad5258 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.DeployModelResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.DeployModelResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.DeployModelResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.DeployModelResourceNamesSnippet.g.cs
index 933e8a88fa70..595a23cba56e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.DeployModelResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.DeployModelResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.DeployModelSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.DeployModelSnippet.g.cs
index 00f84e4246fc..2817c7485880 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.DeployModelSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.DeployModelSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.GetEndpointAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.GetEndpointAsyncSnippet.g.cs
index f126e4e31f69..2559d13bda75 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.GetEndpointAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.GetEndpointAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.GetEndpointRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.GetEndpointRequestObjectAsyncSnippet.g.cs
index 0799e4e7f2cb..c01bfd21a50d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.GetEndpointRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.GetEndpointRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.GetEndpointRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.GetEndpointRequestObjectSnippet.g.cs
index 8ff01e78811d..70f78312f1c8 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.GetEndpointRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.GetEndpointRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.GetEndpointResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.GetEndpointResourceNamesAsyncSnippet.g.cs
index 9680af28a684..679338175984 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.GetEndpointResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.GetEndpointResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.GetEndpointResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.GetEndpointResourceNamesSnippet.g.cs
index e513247d9c92..b1355cd91a72 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.GetEndpointResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.GetEndpointResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.GetEndpointSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.GetEndpointSnippet.g.cs
index a6c4ce3d7f49..844c706800a4 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.GetEndpointSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.GetEndpointSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.ListEndpointsAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.ListEndpointsAsyncSnippet.g.cs
index f4b9532d133d..574c9daedf7a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.ListEndpointsAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.ListEndpointsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.ListEndpointsRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.ListEndpointsRequestObjectAsyncSnippet.g.cs
index 6af6389a1bae..eff36db4747b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.ListEndpointsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.ListEndpointsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.ListEndpointsRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.ListEndpointsRequestObjectSnippet.g.cs
index b49664d8f122..fa400da55893 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.ListEndpointsRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.ListEndpointsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.ListEndpointsResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.ListEndpointsResourceNamesAsyncSnippet.g.cs
index bd3de4af4702..3bc15c68f703 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.ListEndpointsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.ListEndpointsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.ListEndpointsResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.ListEndpointsResourceNamesSnippet.g.cs
index 0507ce6a6a3e..0d615a3f2cb1 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.ListEndpointsResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.ListEndpointsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.ListEndpointsSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.ListEndpointsSnippet.g.cs
index 2898bc38ffc8..39b8a27cf46e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.ListEndpointsSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.ListEndpointsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.MutateDeployedModelAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.MutateDeployedModelAsyncSnippet.g.cs
index eb615a3cd445..41b25b290bc4 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.MutateDeployedModelAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.MutateDeployedModelAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.MutateDeployedModelRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.MutateDeployedModelRequestObjectAsyncSnippet.g.cs
index 1a1738963fe3..b53326216c49 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.MutateDeployedModelRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.MutateDeployedModelRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.MutateDeployedModelRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.MutateDeployedModelRequestObjectSnippet.g.cs
index 754fdb137878..8c5b1830c22a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.MutateDeployedModelRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.MutateDeployedModelRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.MutateDeployedModelResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.MutateDeployedModelResourceNamesAsyncSnippet.g.cs
index 3ca98ba24eda..e5358c2edbd4 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.MutateDeployedModelResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.MutateDeployedModelResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.MutateDeployedModelResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.MutateDeployedModelResourceNamesSnippet.g.cs
index c71cd08fce48..b55b079ce6d1 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.MutateDeployedModelResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.MutateDeployedModelResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.MutateDeployedModelSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.MutateDeployedModelSnippet.g.cs
index 756e26fd02b9..c3bd53001e85 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.MutateDeployedModelSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.MutateDeployedModelSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UndeployModelAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UndeployModelAsyncSnippet.g.cs
index 7f5b24d64802..dd9c29aae47a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UndeployModelAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UndeployModelAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UndeployModelRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UndeployModelRequestObjectAsyncSnippet.g.cs
index 701efbba924b..e3bd538229e3 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UndeployModelRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UndeployModelRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UndeployModelRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UndeployModelRequestObjectSnippet.g.cs
index 794e5505dfc6..d4285a5bba70 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UndeployModelRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UndeployModelRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UndeployModelResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UndeployModelResourceNamesAsyncSnippet.g.cs
index c16dacebc905..e1d52c776920 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UndeployModelResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UndeployModelResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UndeployModelResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UndeployModelResourceNamesSnippet.g.cs
index ab4dcedef9de..47c50500419e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UndeployModelResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UndeployModelResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UndeployModelSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UndeployModelSnippet.g.cs
index ba086f278385..f6ea86ac431e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UndeployModelSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UndeployModelSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UpdateEndpointAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UpdateEndpointAsyncSnippet.g.cs
index 68b3160a7923..08aeb06f91a4 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UpdateEndpointAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UpdateEndpointAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UpdateEndpointLongRunningAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UpdateEndpointLongRunningAsyncSnippet.g.cs
index 7a7d4ff39143..001655d49e85 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UpdateEndpointLongRunningAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UpdateEndpointLongRunningAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UpdateEndpointLongRunningRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UpdateEndpointLongRunningRequestObjectAsyncSnippet.g.cs
index 73814138ee40..24051ebe36cb 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UpdateEndpointLongRunningRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UpdateEndpointLongRunningRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UpdateEndpointLongRunningRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UpdateEndpointLongRunningRequestObjectSnippet.g.cs
index c36fa0cc3a32..4d14848f3446 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UpdateEndpointLongRunningRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UpdateEndpointLongRunningRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UpdateEndpointLongRunningSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UpdateEndpointLongRunningSnippet.g.cs
index d6d6f1091763..164bfd58a91e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UpdateEndpointLongRunningSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UpdateEndpointLongRunningSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UpdateEndpointRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UpdateEndpointRequestObjectAsyncSnippet.g.cs
index 16dd1e00c15b..26646ed1481d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UpdateEndpointRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UpdateEndpointRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UpdateEndpointRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UpdateEndpointRequestObjectSnippet.g.cs
index 0426ef196d74..7d9425a0dece 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UpdateEndpointRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UpdateEndpointRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UpdateEndpointSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UpdateEndpointSnippet.g.cs
index b829879efe40..6c72b9731a04 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UpdateEndpointSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EndpointServiceClient.UpdateEndpointSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EvaluationServiceClient.EvaluateInstancesRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EvaluationServiceClient.EvaluateInstancesRequestObjectAsyncSnippet.g.cs
index 85812ed9e012..a6a7eb27faa0 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EvaluationServiceClient.EvaluateInstancesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EvaluationServiceClient.EvaluateInstancesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EvaluationServiceClient.EvaluateInstancesRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EvaluationServiceClient.EvaluateInstancesRequestObjectSnippet.g.cs
index 463a7026dbcd..864e3f2b3a67 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EvaluationServiceClient.EvaluateInstancesRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/EvaluationServiceClient.EvaluateInstancesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.CreateFeatureOnlineStoreAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.CreateFeatureOnlineStoreAsyncSnippet.g.cs
index 36e62b0364e6..7ea8f180ff6c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.CreateFeatureOnlineStoreAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.CreateFeatureOnlineStoreAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.CreateFeatureOnlineStoreRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.CreateFeatureOnlineStoreRequestObjectAsyncSnippet.g.cs
index bb8612549291..38ca97efdd04 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.CreateFeatureOnlineStoreRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.CreateFeatureOnlineStoreRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.CreateFeatureOnlineStoreRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.CreateFeatureOnlineStoreRequestObjectSnippet.g.cs
index 806e977bc54f..87887cbea0c3 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.CreateFeatureOnlineStoreRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.CreateFeatureOnlineStoreRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.CreateFeatureOnlineStoreResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.CreateFeatureOnlineStoreResourceNamesAsyncSnippet.g.cs
index 5047598941ba..58f7c9f0ec7b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.CreateFeatureOnlineStoreResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.CreateFeatureOnlineStoreResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.CreateFeatureOnlineStoreResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.CreateFeatureOnlineStoreResourceNamesSnippet.g.cs
index d6e554c6a892..7bc396966e93 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.CreateFeatureOnlineStoreResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.CreateFeatureOnlineStoreResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.CreateFeatureOnlineStoreSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.CreateFeatureOnlineStoreSnippet.g.cs
index 33561f63b3d2..5141b551aa0e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.CreateFeatureOnlineStoreSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.CreateFeatureOnlineStoreSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.CreateFeatureViewAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.CreateFeatureViewAsyncSnippet.g.cs
index f73817fb6933..d79a342a9fdf 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.CreateFeatureViewAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.CreateFeatureViewAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.CreateFeatureViewRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.CreateFeatureViewRequestObjectAsyncSnippet.g.cs
index e0d23ce6287e..4a8de6a6482e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.CreateFeatureViewRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.CreateFeatureViewRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.CreateFeatureViewRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.CreateFeatureViewRequestObjectSnippet.g.cs
index 126a1365b122..dfdfe74ae723 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.CreateFeatureViewRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.CreateFeatureViewRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.CreateFeatureViewResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.CreateFeatureViewResourceNamesAsyncSnippet.g.cs
index ee004b43fbae..23c6e0808f8e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.CreateFeatureViewResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.CreateFeatureViewResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.CreateFeatureViewResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.CreateFeatureViewResourceNamesSnippet.g.cs
index 30c072f43a00..2d5563f17fc4 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.CreateFeatureViewResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.CreateFeatureViewResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.CreateFeatureViewSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.CreateFeatureViewSnippet.g.cs
index effc27c66137..4a627487fc3b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.CreateFeatureViewSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.CreateFeatureViewSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.DeleteFeatureOnlineStoreAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.DeleteFeatureOnlineStoreAsyncSnippet.g.cs
index a8b4593dfbb3..18e84b235e53 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.DeleteFeatureOnlineStoreAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.DeleteFeatureOnlineStoreAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.DeleteFeatureOnlineStoreRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.DeleteFeatureOnlineStoreRequestObjectAsyncSnippet.g.cs
index 774c3030cb64..c915ef628e4d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.DeleteFeatureOnlineStoreRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.DeleteFeatureOnlineStoreRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.DeleteFeatureOnlineStoreRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.DeleteFeatureOnlineStoreRequestObjectSnippet.g.cs
index 60514c1733bd..99bf83756246 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.DeleteFeatureOnlineStoreRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.DeleteFeatureOnlineStoreRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.DeleteFeatureOnlineStoreResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.DeleteFeatureOnlineStoreResourceNamesAsyncSnippet.g.cs
index d0c1b8e1d99f..470ca10941e5 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.DeleteFeatureOnlineStoreResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.DeleteFeatureOnlineStoreResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.DeleteFeatureOnlineStoreResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.DeleteFeatureOnlineStoreResourceNamesSnippet.g.cs
index 3c33d9b927a1..51073f0ea760 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.DeleteFeatureOnlineStoreResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.DeleteFeatureOnlineStoreResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.DeleteFeatureOnlineStoreSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.DeleteFeatureOnlineStoreSnippet.g.cs
index fb6b6e8b3ea1..7d55b22f9af8 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.DeleteFeatureOnlineStoreSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.DeleteFeatureOnlineStoreSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.DeleteFeatureViewAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.DeleteFeatureViewAsyncSnippet.g.cs
index 76f4edda73e1..8c6474e9882d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.DeleteFeatureViewAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.DeleteFeatureViewAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.DeleteFeatureViewRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.DeleteFeatureViewRequestObjectAsyncSnippet.g.cs
index 5b5bb9af8086..ef1b5dc3b6d1 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.DeleteFeatureViewRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.DeleteFeatureViewRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.DeleteFeatureViewRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.DeleteFeatureViewRequestObjectSnippet.g.cs
index d984e7180216..1b9f30ed9549 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.DeleteFeatureViewRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.DeleteFeatureViewRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.DeleteFeatureViewResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.DeleteFeatureViewResourceNamesAsyncSnippet.g.cs
index 1a7c9c136689..226883e8fff9 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.DeleteFeatureViewResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.DeleteFeatureViewResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.DeleteFeatureViewResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.DeleteFeatureViewResourceNamesSnippet.g.cs
index 80148e7215a3..b7680b969c87 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.DeleteFeatureViewResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.DeleteFeatureViewResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.DeleteFeatureViewSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.DeleteFeatureViewSnippet.g.cs
index 2261c3b61626..3e35fb11c1d4 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.DeleteFeatureViewSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.DeleteFeatureViewSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureOnlineStoreAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureOnlineStoreAsyncSnippet.g.cs
index dfc61c2c3b69..8c48b6c2c409 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureOnlineStoreAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureOnlineStoreAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureOnlineStoreRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureOnlineStoreRequestObjectAsyncSnippet.g.cs
index 5077d8d6c6b6..40fdea4e74a3 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureOnlineStoreRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureOnlineStoreRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureOnlineStoreRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureOnlineStoreRequestObjectSnippet.g.cs
index c08016240af1..0de41e885bd2 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureOnlineStoreRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureOnlineStoreRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureOnlineStoreResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureOnlineStoreResourceNamesAsyncSnippet.g.cs
index 9853774cdbca..8452a97cb7bc 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureOnlineStoreResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureOnlineStoreResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureOnlineStoreResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureOnlineStoreResourceNamesSnippet.g.cs
index 7f30dfe8ed85..c9dc74b9c8dc 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureOnlineStoreResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureOnlineStoreResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureOnlineStoreSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureOnlineStoreSnippet.g.cs
index 300650fa4405..8b51af1ceeac 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureOnlineStoreSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureOnlineStoreSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureViewAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureViewAsyncSnippet.g.cs
index 8c304bd27168..6adbbb9bc766 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureViewAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureViewAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureViewRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureViewRequestObjectAsyncSnippet.g.cs
index a2f4de7b6623..4206b284835c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureViewRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureViewRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureViewRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureViewRequestObjectSnippet.g.cs
index 642d7f178444..0838b33ace50 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureViewRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureViewRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureViewResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureViewResourceNamesAsyncSnippet.g.cs
index 761353cdccf5..8c56313c8b07 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureViewResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureViewResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureViewResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureViewResourceNamesSnippet.g.cs
index b37cd71225b1..bd518219188b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureViewResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureViewResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureViewSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureViewSnippet.g.cs
index 8b05c25e120d..edb8524398f1 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureViewSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureViewSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureViewSyncAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureViewSyncAsyncSnippet.g.cs
index b6c27f537450..00d664678344 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureViewSyncAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureViewSyncAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureViewSyncRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureViewSyncRequestObjectAsyncSnippet.g.cs
index f442f15ca751..870a6f38cb84 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureViewSyncRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureViewSyncRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureViewSyncRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureViewSyncRequestObjectSnippet.g.cs
index 3e0eac4c09b3..dedd9f4292c3 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureViewSyncRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureViewSyncRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureViewSyncResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureViewSyncResourceNamesAsyncSnippet.g.cs
index 4d6b4347d82f..f4e55e6ee527 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureViewSyncResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureViewSyncResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureViewSyncResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureViewSyncResourceNamesSnippet.g.cs
index 91ccfb1bd22b..a9a329b85d3e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureViewSyncResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureViewSyncResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureViewSyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureViewSyncSnippet.g.cs
index 298abdf4f144..5970274b044e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureViewSyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.GetFeatureViewSyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureOnlineStoresAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureOnlineStoresAsyncSnippet.g.cs
index 0cbd477cf8ec..4274fa98a076 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureOnlineStoresAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureOnlineStoresAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureOnlineStoresRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureOnlineStoresRequestObjectAsyncSnippet.g.cs
index a2ddfa9963f9..6d0048efb555 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureOnlineStoresRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureOnlineStoresRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureOnlineStoresRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureOnlineStoresRequestObjectSnippet.g.cs
index c521002440d4..995f2c629748 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureOnlineStoresRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureOnlineStoresRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureOnlineStoresResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureOnlineStoresResourceNamesAsyncSnippet.g.cs
index fb3dc7aa7ded..0821de7a6d08 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureOnlineStoresResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureOnlineStoresResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureOnlineStoresResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureOnlineStoresResourceNamesSnippet.g.cs
index 5eccdc1f69ba..b7caabcbc6cd 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureOnlineStoresResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureOnlineStoresResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureOnlineStoresSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureOnlineStoresSnippet.g.cs
index 0f198c7d7ec8..f2195f4a9413 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureOnlineStoresSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureOnlineStoresSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureViewSyncsAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureViewSyncsAsyncSnippet.g.cs
index 70634aae14c8..934a069f357b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureViewSyncsAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureViewSyncsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureViewSyncsRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureViewSyncsRequestObjectAsyncSnippet.g.cs
index 30856d151034..d751464eae53 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureViewSyncsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureViewSyncsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureViewSyncsRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureViewSyncsRequestObjectSnippet.g.cs
index f610b49e94a4..53cb7549755c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureViewSyncsRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureViewSyncsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureViewSyncsResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureViewSyncsResourceNamesAsyncSnippet.g.cs
index 72a66d5552b3..ebdbf7bbb87c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureViewSyncsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureViewSyncsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureViewSyncsResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureViewSyncsResourceNamesSnippet.g.cs
index 983989ab4e73..2a92ce2f8ff5 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureViewSyncsResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureViewSyncsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureViewSyncsSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureViewSyncsSnippet.g.cs
index c60eacf5ee65..65a4b9f1a712 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureViewSyncsSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureViewSyncsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureViewsAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureViewsAsyncSnippet.g.cs
index 9bbddc43be4b..35d66835547b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureViewsAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureViewsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureViewsRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureViewsRequestObjectAsyncSnippet.g.cs
index d0dc7a10c808..63fb029a1a54 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureViewsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureViewsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureViewsRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureViewsRequestObjectSnippet.g.cs
index a4a13113fe58..4291f26db885 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureViewsRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureViewsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureViewsResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureViewsResourceNamesAsyncSnippet.g.cs
index a5a4c0e2a176..c910efc2b687 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureViewsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureViewsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureViewsResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureViewsResourceNamesSnippet.g.cs
index fa9a3dcf965c..0edd7b943376 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureViewsResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureViewsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureViewsSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureViewsSnippet.g.cs
index 70f48ff478e5..dc40ff112581 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureViewsSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.ListFeatureViewsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.SyncFeatureViewAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.SyncFeatureViewAsyncSnippet.g.cs
index d51ad153abbc..9d6338a25854 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.SyncFeatureViewAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.SyncFeatureViewAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.SyncFeatureViewRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.SyncFeatureViewRequestObjectAsyncSnippet.g.cs
index 340ea53ee963..4826dadb9a14 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.SyncFeatureViewRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.SyncFeatureViewRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.SyncFeatureViewRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.SyncFeatureViewRequestObjectSnippet.g.cs
index 69b738d923b8..15ab738b7657 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.SyncFeatureViewRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.SyncFeatureViewRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.SyncFeatureViewResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.SyncFeatureViewResourceNamesAsyncSnippet.g.cs
index edecd8eea1d4..8c7b15862aa8 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.SyncFeatureViewResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.SyncFeatureViewResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.SyncFeatureViewResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.SyncFeatureViewResourceNamesSnippet.g.cs
index 4d17afaab190..ce04b05be728 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.SyncFeatureViewResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.SyncFeatureViewResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.SyncFeatureViewSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.SyncFeatureViewSnippet.g.cs
index d11f852802af..a2d244fa6a8c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.SyncFeatureViewSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.SyncFeatureViewSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.UpdateFeatureOnlineStoreAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.UpdateFeatureOnlineStoreAsyncSnippet.g.cs
index fa0d0ba54e3b..4d3c2885e6e2 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.UpdateFeatureOnlineStoreAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.UpdateFeatureOnlineStoreAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.UpdateFeatureOnlineStoreRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.UpdateFeatureOnlineStoreRequestObjectAsyncSnippet.g.cs
index ae55b8770076..f1ce4912d5c2 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.UpdateFeatureOnlineStoreRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.UpdateFeatureOnlineStoreRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.UpdateFeatureOnlineStoreRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.UpdateFeatureOnlineStoreRequestObjectSnippet.g.cs
index e923ccf34a7b..c6a2c6070e81 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.UpdateFeatureOnlineStoreRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.UpdateFeatureOnlineStoreRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.UpdateFeatureOnlineStoreSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.UpdateFeatureOnlineStoreSnippet.g.cs
index 30488488e049..870a7a1c1fdd 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.UpdateFeatureOnlineStoreSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.UpdateFeatureOnlineStoreSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.UpdateFeatureViewAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.UpdateFeatureViewAsyncSnippet.g.cs
index 59c0da193026..8a7d15814b0a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.UpdateFeatureViewAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.UpdateFeatureViewAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.UpdateFeatureViewRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.UpdateFeatureViewRequestObjectAsyncSnippet.g.cs
index 1675c5421d39..9148f908c5d7 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.UpdateFeatureViewRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.UpdateFeatureViewRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.UpdateFeatureViewRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.UpdateFeatureViewRequestObjectSnippet.g.cs
index d44137700062..fce56cc8e67c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.UpdateFeatureViewRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.UpdateFeatureViewRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.UpdateFeatureViewSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.UpdateFeatureViewSnippet.g.cs
index 7d634c462654..eb9ddff54392 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.UpdateFeatureViewSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreAdminServiceClient.UpdateFeatureViewSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreServiceClient.FetchFeatureValuesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreServiceClient.FetchFeatureValuesAsyncSnippet.g.cs
index 62d7e57b9111..136b2643004e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreServiceClient.FetchFeatureValuesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreServiceClient.FetchFeatureValuesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreServiceClient.FetchFeatureValuesRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreServiceClient.FetchFeatureValuesRequestObjectAsyncSnippet.g.cs
index 259dd4bebc10..5ac1eed7ee53 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreServiceClient.FetchFeatureValuesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreServiceClient.FetchFeatureValuesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreServiceClient.FetchFeatureValuesRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreServiceClient.FetchFeatureValuesRequestObjectSnippet.g.cs
index 82d8244e4437..e6d816c7e697 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreServiceClient.FetchFeatureValuesRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreServiceClient.FetchFeatureValuesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreServiceClient.FetchFeatureValuesResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreServiceClient.FetchFeatureValuesResourceNamesAsyncSnippet.g.cs
index fd42439c7269..7ae8722f823e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreServiceClient.FetchFeatureValuesResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreServiceClient.FetchFeatureValuesResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreServiceClient.FetchFeatureValuesResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreServiceClient.FetchFeatureValuesResourceNamesSnippet.g.cs
index 534e78adb3df..1d34e3a6d990 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreServiceClient.FetchFeatureValuesResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreServiceClient.FetchFeatureValuesResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreServiceClient.FetchFeatureValuesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreServiceClient.FetchFeatureValuesSnippet.g.cs
index 610c066c52e8..144f599b99dd 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreServiceClient.FetchFeatureValuesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreServiceClient.FetchFeatureValuesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreServiceClient.SearchNearestEntitiesRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreServiceClient.SearchNearestEntitiesRequestObjectAsyncSnippet.g.cs
index b6f6fe40308b..cad741e5b901 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreServiceClient.SearchNearestEntitiesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreServiceClient.SearchNearestEntitiesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreServiceClient.SearchNearestEntitiesRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreServiceClient.SearchNearestEntitiesRequestObjectSnippet.g.cs
index c45388398149..1d4a35384b79 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreServiceClient.SearchNearestEntitiesRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureOnlineStoreServiceClient.SearchNearestEntitiesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.BatchCreateFeaturesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.BatchCreateFeaturesAsyncSnippet.g.cs
index 30c603bd5f98..761ba8e93e14 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.BatchCreateFeaturesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.BatchCreateFeaturesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.BatchCreateFeaturesRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.BatchCreateFeaturesRequestObjectAsyncSnippet.g.cs
index 0e96a765a311..46b7c45ef45e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.BatchCreateFeaturesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.BatchCreateFeaturesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.BatchCreateFeaturesRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.BatchCreateFeaturesRequestObjectSnippet.g.cs
index 874e317d6925..1bf929944715 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.BatchCreateFeaturesRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.BatchCreateFeaturesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.BatchCreateFeaturesResourceNames1AsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.BatchCreateFeaturesResourceNames1AsyncSnippet.g.cs
index 83595c4ede7a..e9d37e4ebfde 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.BatchCreateFeaturesResourceNames1AsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.BatchCreateFeaturesResourceNames1AsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.BatchCreateFeaturesResourceNames1Snippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.BatchCreateFeaturesResourceNames1Snippet.g.cs
index 8382b1861ec9..068d2b55eb6b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.BatchCreateFeaturesResourceNames1Snippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.BatchCreateFeaturesResourceNames1Snippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.BatchCreateFeaturesResourceNames2AsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.BatchCreateFeaturesResourceNames2AsyncSnippet.g.cs
index 806961094b5f..f392ca38af46 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.BatchCreateFeaturesResourceNames2AsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.BatchCreateFeaturesResourceNames2AsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.BatchCreateFeaturesResourceNames2Snippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.BatchCreateFeaturesResourceNames2Snippet.g.cs
index d4c5355b2b3a..35fdcc951964 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.BatchCreateFeaturesResourceNames2Snippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.BatchCreateFeaturesResourceNames2Snippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.BatchCreateFeaturesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.BatchCreateFeaturesSnippet.g.cs
index abfab1bd8f48..beb36b6801b5 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.BatchCreateFeaturesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.BatchCreateFeaturesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureAsyncSnippet.g.cs
index 44b744ae06f5..0c60b0cfc626 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureGroupAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureGroupAsyncSnippet.g.cs
index 9958b5d85398..e8dfca8afe4b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureGroupAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureGroupAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureGroupRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureGroupRequestObjectAsyncSnippet.g.cs
index 6656593b1d0f..b2c24f4b3666 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureGroupRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureGroupRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureGroupRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureGroupRequestObjectSnippet.g.cs
index 275347d64339..2e0b92c600c3 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureGroupRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureGroupRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureGroupResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureGroupResourceNamesAsyncSnippet.g.cs
index 13905b7314d0..1be9a01e5c2a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureGroupResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureGroupResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureGroupResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureGroupResourceNamesSnippet.g.cs
index ca15195acd8f..7f929a5fd7fb 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureGroupResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureGroupResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureGroupSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureGroupSnippet.g.cs
index a82f20381a41..2a0a1beee292 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureGroupSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureGroupSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureRequestObjectAsyncSnippet.g.cs
index 703857dd8150..9b167132a67f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureRequestObjectSnippet.g.cs
index d4a23e33b8ab..b76e4f0daa64 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureResourceNames1AsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureResourceNames1AsyncSnippet.g.cs
index 02759c6adad2..f7c399183a93 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureResourceNames1AsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureResourceNames1AsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureResourceNames1Snippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureResourceNames1Snippet.g.cs
index 5f7735ec7699..647b8d4ce4b5 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureResourceNames1Snippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureResourceNames1Snippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureResourceNames2AsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureResourceNames2AsyncSnippet.g.cs
index 85a515766bfe..4c2944c5ded3 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureResourceNames2AsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureResourceNames2AsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureResourceNames2Snippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureResourceNames2Snippet.g.cs
index 763abd3e10bf..9219aeddee62 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureResourceNames2Snippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureResourceNames2Snippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureSnippet.g.cs
index d0badc84863f..2354e3e2e351 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.CreateFeatureSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.DeleteFeatureAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.DeleteFeatureAsyncSnippet.g.cs
index 63e46a31cc6c..32d0727f50b2 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.DeleteFeatureAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.DeleteFeatureAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.DeleteFeatureGroupAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.DeleteFeatureGroupAsyncSnippet.g.cs
index e1619e8d0b98..e4e826589969 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.DeleteFeatureGroupAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.DeleteFeatureGroupAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.DeleteFeatureGroupRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.DeleteFeatureGroupRequestObjectAsyncSnippet.g.cs
index c6813f26b7a1..85d9460b84ac 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.DeleteFeatureGroupRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.DeleteFeatureGroupRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.DeleteFeatureGroupRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.DeleteFeatureGroupRequestObjectSnippet.g.cs
index 8ca1554b3000..beca2b961344 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.DeleteFeatureGroupRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.DeleteFeatureGroupRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.DeleteFeatureGroupResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.DeleteFeatureGroupResourceNamesAsyncSnippet.g.cs
index 88a1e9f9675e..946991310a92 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.DeleteFeatureGroupResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.DeleteFeatureGroupResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.DeleteFeatureGroupResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.DeleteFeatureGroupResourceNamesSnippet.g.cs
index 32f682ac46c8..07377b03a7c9 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.DeleteFeatureGroupResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.DeleteFeatureGroupResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.DeleteFeatureGroupSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.DeleteFeatureGroupSnippet.g.cs
index c5371a153ddc..cabb28b6ffe4 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.DeleteFeatureGroupSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.DeleteFeatureGroupSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.DeleteFeatureRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.DeleteFeatureRequestObjectAsyncSnippet.g.cs
index b428269f5483..12b648036042 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.DeleteFeatureRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.DeleteFeatureRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.DeleteFeatureRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.DeleteFeatureRequestObjectSnippet.g.cs
index 0d584f842c8e..ef475c388ff2 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.DeleteFeatureRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.DeleteFeatureRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.DeleteFeatureResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.DeleteFeatureResourceNamesAsyncSnippet.g.cs
index b940c06ec838..556c43e696fb 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.DeleteFeatureResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.DeleteFeatureResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.DeleteFeatureResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.DeleteFeatureResourceNamesSnippet.g.cs
index 6e0916b7008b..5ed02915a07e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.DeleteFeatureResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.DeleteFeatureResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.DeleteFeatureSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.DeleteFeatureSnippet.g.cs
index f541bca1fa95..10a59ee6285f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.DeleteFeatureSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.DeleteFeatureSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.GetFeatureAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.GetFeatureAsyncSnippet.g.cs
index fafaf23de8c4..6c2fc74b0b79 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.GetFeatureAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.GetFeatureAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.GetFeatureGroupAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.GetFeatureGroupAsyncSnippet.g.cs
index faf26a09413c..dbd5982bcdd7 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.GetFeatureGroupAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.GetFeatureGroupAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.GetFeatureGroupRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.GetFeatureGroupRequestObjectAsyncSnippet.g.cs
index e300fafb06e3..7bab542f11fb 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.GetFeatureGroupRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.GetFeatureGroupRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.GetFeatureGroupRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.GetFeatureGroupRequestObjectSnippet.g.cs
index 5393b3c701df..d64cb1fd1d96 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.GetFeatureGroupRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.GetFeatureGroupRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.GetFeatureGroupResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.GetFeatureGroupResourceNamesAsyncSnippet.g.cs
index 1e99d016a981..e4977f36b63c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.GetFeatureGroupResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.GetFeatureGroupResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.GetFeatureGroupResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.GetFeatureGroupResourceNamesSnippet.g.cs
index ba0842032be6..ad0311c0c9b8 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.GetFeatureGroupResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.GetFeatureGroupResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.GetFeatureGroupSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.GetFeatureGroupSnippet.g.cs
index d852a0b47525..97d7bd9d9d9b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.GetFeatureGroupSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.GetFeatureGroupSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.GetFeatureRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.GetFeatureRequestObjectAsyncSnippet.g.cs
index 8ef760e37c72..f4a31de000c4 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.GetFeatureRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.GetFeatureRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.GetFeatureRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.GetFeatureRequestObjectSnippet.g.cs
index c5175a36c0ff..5fccc8ced305 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.GetFeatureRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.GetFeatureRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.GetFeatureResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.GetFeatureResourceNamesAsyncSnippet.g.cs
index 1d786d8f389d..68199107163a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.GetFeatureResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.GetFeatureResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.GetFeatureResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.GetFeatureResourceNamesSnippet.g.cs
index 3c47b9ab5c9f..300bbcc3c724 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.GetFeatureResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.GetFeatureResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.GetFeatureSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.GetFeatureSnippet.g.cs
index e8592fd0c15f..52dd19638607 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.GetFeatureSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.GetFeatureSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeatureGroupsAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeatureGroupsAsyncSnippet.g.cs
index a6e845c4b040..0d9ded37d340 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeatureGroupsAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeatureGroupsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeatureGroupsRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeatureGroupsRequestObjectAsyncSnippet.g.cs
index 172e8c65c075..2ecbab9ab60f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeatureGroupsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeatureGroupsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeatureGroupsRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeatureGroupsRequestObjectSnippet.g.cs
index 0601466ec21a..775fb46e6d89 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeatureGroupsRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeatureGroupsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeatureGroupsResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeatureGroupsResourceNamesAsyncSnippet.g.cs
index 82d7bc924a81..1d6b4aa11580 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeatureGroupsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeatureGroupsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeatureGroupsResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeatureGroupsResourceNamesSnippet.g.cs
index 23383239f6ed..be935248cbbe 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeatureGroupsResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeatureGroupsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeatureGroupsSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeatureGroupsSnippet.g.cs
index 289720865b80..a4e7d442e8e7 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeatureGroupsSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeatureGroupsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeaturesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeaturesAsyncSnippet.g.cs
index 6b210ba3ddc6..b2de75f23892 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeaturesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeaturesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeaturesRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeaturesRequestObjectAsyncSnippet.g.cs
index f88b44350444..f69c0661c8e7 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeaturesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeaturesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeaturesRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeaturesRequestObjectSnippet.g.cs
index 78710334c168..a945d57be255 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeaturesRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeaturesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeaturesResourceNames1AsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeaturesResourceNames1AsyncSnippet.g.cs
index b1fe880f979d..a995f4e06f8a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeaturesResourceNames1AsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeaturesResourceNames1AsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeaturesResourceNames1Snippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeaturesResourceNames1Snippet.g.cs
index 1620687ba008..f3cd1a800222 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeaturesResourceNames1Snippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeaturesResourceNames1Snippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeaturesResourceNames2AsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeaturesResourceNames2AsyncSnippet.g.cs
index d95e054af50d..7f843b727368 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeaturesResourceNames2AsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeaturesResourceNames2AsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeaturesResourceNames2Snippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeaturesResourceNames2Snippet.g.cs
index c8f7b33f60f7..017bbac90f54 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeaturesResourceNames2Snippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeaturesResourceNames2Snippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeaturesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeaturesSnippet.g.cs
index 93007b2f1d5e..08fba1e6f6c0 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeaturesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.ListFeaturesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.UpdateFeatureAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.UpdateFeatureAsyncSnippet.g.cs
index 2b657f7c4e5a..f56402de3da6 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.UpdateFeatureAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.UpdateFeatureAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.UpdateFeatureGroupAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.UpdateFeatureGroupAsyncSnippet.g.cs
index 5c721dd92aae..0405aeb10570 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.UpdateFeatureGroupAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.UpdateFeatureGroupAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.UpdateFeatureGroupRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.UpdateFeatureGroupRequestObjectAsyncSnippet.g.cs
index 972a0b66c1ae..7806092c930e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.UpdateFeatureGroupRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.UpdateFeatureGroupRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.UpdateFeatureGroupRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.UpdateFeatureGroupRequestObjectSnippet.g.cs
index ea07e210df1c..6c57dd3e81e5 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.UpdateFeatureGroupRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.UpdateFeatureGroupRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.UpdateFeatureGroupSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.UpdateFeatureGroupSnippet.g.cs
index 3e28f67a5aee..3974d8cd16d6 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.UpdateFeatureGroupSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.UpdateFeatureGroupSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.UpdateFeatureRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.UpdateFeatureRequestObjectAsyncSnippet.g.cs
index aab8b6f8cc84..91e65a7849c9 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.UpdateFeatureRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.UpdateFeatureRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.UpdateFeatureRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.UpdateFeatureRequestObjectSnippet.g.cs
index a41cc6a28f03..7c84a49d5cbf 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.UpdateFeatureRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.UpdateFeatureRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.UpdateFeatureSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.UpdateFeatureSnippet.g.cs
index e3aeed1b454b..d0c88a4eb704 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.UpdateFeatureSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeatureRegistryServiceClient.UpdateFeatureSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.ReadFeatureValuesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.ReadFeatureValuesAsyncSnippet.g.cs
index ee0e253d0c4b..97cb04e258be 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.ReadFeatureValuesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.ReadFeatureValuesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.ReadFeatureValuesRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.ReadFeatureValuesRequestObjectAsyncSnippet.g.cs
index 1fcb3c16d19c..8b213d4983a3 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.ReadFeatureValuesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.ReadFeatureValuesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.ReadFeatureValuesRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.ReadFeatureValuesRequestObjectSnippet.g.cs
index 6e7f37191325..a6b679690a61 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.ReadFeatureValuesRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.ReadFeatureValuesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.ReadFeatureValuesResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.ReadFeatureValuesResourceNamesAsyncSnippet.g.cs
index 2a3183fa9ef3..d2012fa27d15 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.ReadFeatureValuesResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.ReadFeatureValuesResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.ReadFeatureValuesResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.ReadFeatureValuesResourceNamesSnippet.g.cs
index d5fc006d4510..fe339c17f259 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.ReadFeatureValuesResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.ReadFeatureValuesResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.ReadFeatureValuesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.ReadFeatureValuesSnippet.g.cs
index 3ce5601f856b..260a9c069de6 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.ReadFeatureValuesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.ReadFeatureValuesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.StreamingReadFeatureValuesRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.StreamingReadFeatureValuesRequestObjectSnippet.g.cs
index a6edfcd472d8..728e081ab41c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.StreamingReadFeatureValuesRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.StreamingReadFeatureValuesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.StreamingReadFeatureValuesResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.StreamingReadFeatureValuesResourceNamesSnippet.g.cs
index 2134069ebc06..1e61c6c866e9 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.StreamingReadFeatureValuesResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.StreamingReadFeatureValuesResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.StreamingReadFeatureValuesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.StreamingReadFeatureValuesSnippet.g.cs
index 67411d5f56e7..a1319d17d002 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.StreamingReadFeatureValuesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.StreamingReadFeatureValuesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.WriteFeatureValuesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.WriteFeatureValuesAsyncSnippet.g.cs
index 1c9ef346cbf2..90582443eda2 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.WriteFeatureValuesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.WriteFeatureValuesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.WriteFeatureValuesRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.WriteFeatureValuesRequestObjectAsyncSnippet.g.cs
index ec60162052ae..632cd0d3f909 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.WriteFeatureValuesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.WriteFeatureValuesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.WriteFeatureValuesRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.WriteFeatureValuesRequestObjectSnippet.g.cs
index 54d24505ec81..cf761ff4ab4d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.WriteFeatureValuesRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.WriteFeatureValuesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.WriteFeatureValuesResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.WriteFeatureValuesResourceNamesAsyncSnippet.g.cs
index 43ef3278c8b8..0426ba760b27 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.WriteFeatureValuesResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.WriteFeatureValuesResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.WriteFeatureValuesResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.WriteFeatureValuesResourceNamesSnippet.g.cs
index 70cbb9e55725..de65aa7463e6 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.WriteFeatureValuesResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.WriteFeatureValuesResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.WriteFeatureValuesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.WriteFeatureValuesSnippet.g.cs
index de5126f0fde8..98cee62f7f04 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.WriteFeatureValuesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreOnlineServingServiceClient.WriteFeatureValuesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchCreateFeaturesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchCreateFeaturesAsyncSnippet.g.cs
index 88b93468eebb..ca0740cca86d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchCreateFeaturesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchCreateFeaturesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchCreateFeaturesRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchCreateFeaturesRequestObjectAsyncSnippet.g.cs
index d1fbd4e3f28e..cb0ab976a345 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchCreateFeaturesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchCreateFeaturesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchCreateFeaturesRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchCreateFeaturesRequestObjectSnippet.g.cs
index 3de67f296d43..9e4e97ab5b67 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchCreateFeaturesRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchCreateFeaturesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchCreateFeaturesResourceNames1AsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchCreateFeaturesResourceNames1AsyncSnippet.g.cs
index 80a0494937f9..0ad1a3f08efe 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchCreateFeaturesResourceNames1AsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchCreateFeaturesResourceNames1AsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchCreateFeaturesResourceNames1Snippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchCreateFeaturesResourceNames1Snippet.g.cs
index 2ee0776593df..0475dc9ff541 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchCreateFeaturesResourceNames1Snippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchCreateFeaturesResourceNames1Snippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchCreateFeaturesResourceNames2AsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchCreateFeaturesResourceNames2AsyncSnippet.g.cs
index 861cebba2f8d..f0ba55e36324 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchCreateFeaturesResourceNames2AsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchCreateFeaturesResourceNames2AsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchCreateFeaturesResourceNames2Snippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchCreateFeaturesResourceNames2Snippet.g.cs
index a159cc47449e..fbdd2966d339 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchCreateFeaturesResourceNames2Snippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchCreateFeaturesResourceNames2Snippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchCreateFeaturesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchCreateFeaturesSnippet.g.cs
index a7352d6afc4a..d00bec35c25f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchCreateFeaturesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchCreateFeaturesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchReadFeatureValuesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchReadFeatureValuesAsyncSnippet.g.cs
index b85c0f2159ad..dacc9fda072d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchReadFeatureValuesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchReadFeatureValuesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchReadFeatureValuesRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchReadFeatureValuesRequestObjectAsyncSnippet.g.cs
index 9ad80c6c5dcf..80bf200871e4 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchReadFeatureValuesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchReadFeatureValuesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchReadFeatureValuesRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchReadFeatureValuesRequestObjectSnippet.g.cs
index a861db0e9bee..6692ade32eab 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchReadFeatureValuesRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchReadFeatureValuesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchReadFeatureValuesResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchReadFeatureValuesResourceNamesAsyncSnippet.g.cs
index 2617b8d9fbb6..7008266a8963 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchReadFeatureValuesResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchReadFeatureValuesResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchReadFeatureValuesResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchReadFeatureValuesResourceNamesSnippet.g.cs
index 857a85e682a4..e718f4ab2178 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchReadFeatureValuesResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchReadFeatureValuesResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchReadFeatureValuesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchReadFeatureValuesSnippet.g.cs
index dd5abf220bbe..e8db3f7e1d86 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchReadFeatureValuesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.BatchReadFeatureValuesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateEntityType1AsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateEntityType1AsyncSnippet.g.cs
index 30e1a6e7dcbd..99c55f328173 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateEntityType1AsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateEntityType1AsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateEntityType1ResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateEntityType1ResourceNamesAsyncSnippet.g.cs
index f5a634b50bb2..4a6926c513f0 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateEntityType1ResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateEntityType1ResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateEntityType1ResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateEntityType1ResourceNamesSnippet.g.cs
index 6c729131f921..2e990383fcd5 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateEntityType1ResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateEntityType1ResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateEntityType1Snippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateEntityType1Snippet.g.cs
index 13d28ae21924..18bc80fadab7 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateEntityType1Snippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateEntityType1Snippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateEntityType2AsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateEntityType2AsyncSnippet.g.cs
index 155c31bb4324..d1e5fc0f1626 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateEntityType2AsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateEntityType2AsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateEntityType2ResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateEntityType2ResourceNamesAsyncSnippet.g.cs
index fb2d7f596b65..87e17b3f0a52 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateEntityType2ResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateEntityType2ResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateEntityType2ResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateEntityType2ResourceNamesSnippet.g.cs
index 784f89e1cb26..cdec30616f3c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateEntityType2ResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateEntityType2ResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateEntityType2Snippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateEntityType2Snippet.g.cs
index 13325836ea30..4e34adc47df8 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateEntityType2Snippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateEntityType2Snippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateEntityTypeRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateEntityTypeRequestObjectAsyncSnippet.g.cs
index ca9f7277a609..d94d4fbd747b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateEntityTypeRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateEntityTypeRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateEntityTypeRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateEntityTypeRequestObjectSnippet.g.cs
index befe0e890c8f..627edcc3b190 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateEntityTypeRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateEntityTypeRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeature1AsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeature1AsyncSnippet.g.cs
index c0cf9528fc94..a9a4b3baf00e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeature1AsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeature1AsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeature1ResourceNames1AsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeature1ResourceNames1AsyncSnippet.g.cs
index 5d119e9dac3d..8d03e6f4c009 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeature1ResourceNames1AsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeature1ResourceNames1AsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeature1ResourceNames1Snippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeature1ResourceNames1Snippet.g.cs
index 60ad2f7baa11..9d08f797738f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeature1ResourceNames1Snippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeature1ResourceNames1Snippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeature1ResourceNames2AsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeature1ResourceNames2AsyncSnippet.g.cs
index 353d48771842..73b038a8eefb 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeature1ResourceNames2AsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeature1ResourceNames2AsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeature1ResourceNames2Snippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeature1ResourceNames2Snippet.g.cs
index f4b4f918e02b..7dfcd8bdaae9 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeature1ResourceNames2Snippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeature1ResourceNames2Snippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeature1Snippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeature1Snippet.g.cs
index 71f335d2ee9a..caff680eacf6 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeature1Snippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeature1Snippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeature2AsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeature2AsyncSnippet.g.cs
index 77c295b07e65..ddede08d8539 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeature2AsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeature2AsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeature2ResourceNames1AsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeature2ResourceNames1AsyncSnippet.g.cs
index 37bb9477227a..f576241d25a9 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeature2ResourceNames1AsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeature2ResourceNames1AsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeature2ResourceNames1Snippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeature2ResourceNames1Snippet.g.cs
index b650dc8e6b3a..be488cfabccd 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeature2ResourceNames1Snippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeature2ResourceNames1Snippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeature2ResourceNames2AsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeature2ResourceNames2AsyncSnippet.g.cs
index e4efdabd6bc1..d76d08cf4296 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeature2ResourceNames2AsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeature2ResourceNames2AsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeature2ResourceNames2Snippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeature2ResourceNames2Snippet.g.cs
index 2af70903e41e..e5b23b673199 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeature2ResourceNames2Snippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeature2ResourceNames2Snippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeature2Snippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeature2Snippet.g.cs
index 0f9319a4a3f7..509181728ceb 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeature2Snippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeature2Snippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeatureRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeatureRequestObjectAsyncSnippet.g.cs
index 5ca09032865d..7081b7c9c4e7 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeatureRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeatureRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeatureRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeatureRequestObjectSnippet.g.cs
index 3e10543ca574..3af2ee65eac1 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeatureRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeatureRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeaturestore1AsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeaturestore1AsyncSnippet.g.cs
index 029b9db67bd0..8a2eaac916aa 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeaturestore1AsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeaturestore1AsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeaturestore1ResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeaturestore1ResourceNamesAsyncSnippet.g.cs
index 9b6330df15c3..71dfb6f0f8a3 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeaturestore1ResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeaturestore1ResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeaturestore1ResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeaturestore1ResourceNamesSnippet.g.cs
index 429cf49bbaa0..6ab04a31bd76 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeaturestore1ResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeaturestore1ResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeaturestore1Snippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeaturestore1Snippet.g.cs
index 7861927e60f8..c03608495ece 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeaturestore1Snippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeaturestore1Snippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeaturestore2AsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeaturestore2AsyncSnippet.g.cs
index deffcb1e52bd..da2a54454f12 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeaturestore2AsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeaturestore2AsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeaturestore2ResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeaturestore2ResourceNamesAsyncSnippet.g.cs
index bcf4c8dec1f0..182303f32503 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeaturestore2ResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeaturestore2ResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeaturestore2ResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeaturestore2ResourceNamesSnippet.g.cs
index 548f17195bfb..7bf32258c4f1 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeaturestore2ResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeaturestore2ResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeaturestore2Snippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeaturestore2Snippet.g.cs
index 6507daed277d..dde8895c8630 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeaturestore2Snippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeaturestore2Snippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeaturestoreRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeaturestoreRequestObjectAsyncSnippet.g.cs
index a236b22fdf65..6048d90d7710 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeaturestoreRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeaturestoreRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeaturestoreRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeaturestoreRequestObjectSnippet.g.cs
index 42d0f16cdcef..cc0e7d1baf22 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeaturestoreRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.CreateFeaturestoreRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteEntityType1AsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteEntityType1AsyncSnippet.g.cs
index 731860bc0dd9..6de3043378b6 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteEntityType1AsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteEntityType1AsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteEntityType1ResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteEntityType1ResourceNamesAsyncSnippet.g.cs
index a0e454ebf7b5..d5be077650fe 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteEntityType1ResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteEntityType1ResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteEntityType1ResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteEntityType1ResourceNamesSnippet.g.cs
index 602ac6da4de8..8dbcdcd98871 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteEntityType1ResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteEntityType1ResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteEntityType1Snippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteEntityType1Snippet.g.cs
index c20a59cb4d00..578cf922dc54 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteEntityType1Snippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteEntityType1Snippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteEntityType2AsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteEntityType2AsyncSnippet.g.cs
index a257f14a0f01..b9bb8cc2d87e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteEntityType2AsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteEntityType2AsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteEntityType2ResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteEntityType2ResourceNamesAsyncSnippet.g.cs
index 2f866b5ef187..3a4c45123ebd 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteEntityType2ResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteEntityType2ResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteEntityType2ResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteEntityType2ResourceNamesSnippet.g.cs
index 377915425beb..98772e974b1b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteEntityType2ResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteEntityType2ResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteEntityType2Snippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteEntityType2Snippet.g.cs
index 8f573e7bb624..f3d403b3ac76 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteEntityType2Snippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteEntityType2Snippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteEntityTypeRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteEntityTypeRequestObjectAsyncSnippet.g.cs
index af4298009747..2dd3f824f89a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteEntityTypeRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteEntityTypeRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteEntityTypeRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteEntityTypeRequestObjectSnippet.g.cs
index 298365e05575..5668b9da0b0a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteEntityTypeRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteEntityTypeRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeatureAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeatureAsyncSnippet.g.cs
index 322634dbac53..41a6ae5477ec 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeatureAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeatureAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeatureRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeatureRequestObjectAsyncSnippet.g.cs
index 3cefb903d20f..ab216df13b0e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeatureRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeatureRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeatureRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeatureRequestObjectSnippet.g.cs
index fb90fa72bfa9..d0223209b2fa 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeatureRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeatureRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeatureResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeatureResourceNamesAsyncSnippet.g.cs
index ba6da8184c96..47c5e5511ed2 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeatureResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeatureResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeatureResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeatureResourceNamesSnippet.g.cs
index 4876cced76bc..68f47e37d290 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeatureResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeatureResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeatureSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeatureSnippet.g.cs
index 6d3b3cfc5fb7..93a85a38bbbd 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeatureSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeatureSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeatureValuesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeatureValuesAsyncSnippet.g.cs
index 0b2461c185b8..9e012ec31555 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeatureValuesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeatureValuesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeatureValuesRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeatureValuesRequestObjectAsyncSnippet.g.cs
index dfb613b4504b..7c31f880e0d7 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeatureValuesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeatureValuesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeatureValuesRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeatureValuesRequestObjectSnippet.g.cs
index 10585eaab1ed..b0cfbe8d55c0 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeatureValuesRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeatureValuesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeatureValuesResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeatureValuesResourceNamesAsyncSnippet.g.cs
index f033fac04108..1e006066ac96 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeatureValuesResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeatureValuesResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeatureValuesResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeatureValuesResourceNamesSnippet.g.cs
index a7b21f810352..dadc805c8698 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeatureValuesResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeatureValuesResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeatureValuesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeatureValuesSnippet.g.cs
index 033be8508877..e448f54acd5d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeatureValuesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeatureValuesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeaturestore1AsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeaturestore1AsyncSnippet.g.cs
index ae316fddb66e..e3b942cbf2fc 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeaturestore1AsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeaturestore1AsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeaturestore1ResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeaturestore1ResourceNamesAsyncSnippet.g.cs
index 0ac53713bc41..8a76a278dd21 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeaturestore1ResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeaturestore1ResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeaturestore1ResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeaturestore1ResourceNamesSnippet.g.cs
index d02bc252e67e..33209443e025 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeaturestore1ResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeaturestore1ResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeaturestore1Snippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeaturestore1Snippet.g.cs
index 9b299f6491da..8db348ed558e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeaturestore1Snippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeaturestore1Snippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeaturestore2AsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeaturestore2AsyncSnippet.g.cs
index 5b33a0a48016..f4565d12c53f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeaturestore2AsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeaturestore2AsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeaturestore2ResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeaturestore2ResourceNamesAsyncSnippet.g.cs
index e4f63daf8a78..e55caf14f2bb 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeaturestore2ResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeaturestore2ResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeaturestore2ResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeaturestore2ResourceNamesSnippet.g.cs
index 77e6e67cc128..c589b97cc0d1 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeaturestore2ResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeaturestore2ResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeaturestore2Snippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeaturestore2Snippet.g.cs
index 984159464b78..56a55ff084c8 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeaturestore2Snippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeaturestore2Snippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeaturestoreRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeaturestoreRequestObjectAsyncSnippet.g.cs
index 7866b0bec32f..efdb1c9f8a4c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeaturestoreRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeaturestoreRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeaturestoreRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeaturestoreRequestObjectSnippet.g.cs
index 1c288ceb7ae9..e2773a0e6d94 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeaturestoreRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.DeleteFeaturestoreRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ExportFeatureValuesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ExportFeatureValuesAsyncSnippet.g.cs
index 4948509cb19c..3bf2facceb27 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ExportFeatureValuesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ExportFeatureValuesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ExportFeatureValuesRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ExportFeatureValuesRequestObjectAsyncSnippet.g.cs
index 620b5500059e..fdff609b590a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ExportFeatureValuesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ExportFeatureValuesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ExportFeatureValuesRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ExportFeatureValuesRequestObjectSnippet.g.cs
index b6f3ba97ffb5..a7a4f0413cbd 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ExportFeatureValuesRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ExportFeatureValuesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ExportFeatureValuesResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ExportFeatureValuesResourceNamesAsyncSnippet.g.cs
index fffb73fb0196..e3fc0b1053c6 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ExportFeatureValuesResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ExportFeatureValuesResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ExportFeatureValuesResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ExportFeatureValuesResourceNamesSnippet.g.cs
index e9fdb088c0f6..2103701b7f44 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ExportFeatureValuesResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ExportFeatureValuesResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ExportFeatureValuesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ExportFeatureValuesSnippet.g.cs
index 79d58f865511..a650e8e33607 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ExportFeatureValuesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ExportFeatureValuesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetEntityTypeAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetEntityTypeAsyncSnippet.g.cs
index b459d88bb2b5..3a0f49a28333 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetEntityTypeAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetEntityTypeAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetEntityTypeRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetEntityTypeRequestObjectAsyncSnippet.g.cs
index 0a1373f7c4da..961eb659ba0b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetEntityTypeRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetEntityTypeRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetEntityTypeRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetEntityTypeRequestObjectSnippet.g.cs
index 6e323e520b76..b00d336f921e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetEntityTypeRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetEntityTypeRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetEntityTypeResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetEntityTypeResourceNamesAsyncSnippet.g.cs
index f2d48bf83304..c7e1d2c43036 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetEntityTypeResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetEntityTypeResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetEntityTypeResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetEntityTypeResourceNamesSnippet.g.cs
index 47b82129489d..17990a54944d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetEntityTypeResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetEntityTypeResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetEntityTypeSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetEntityTypeSnippet.g.cs
index bf76d2401446..9f9aea91a93f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetEntityTypeSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetEntityTypeSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetFeatureAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetFeatureAsyncSnippet.g.cs
index 7062187816f5..6a45223fa5a9 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetFeatureAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetFeatureAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetFeatureRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetFeatureRequestObjectAsyncSnippet.g.cs
index faf55b9bdef3..3bc2b2a76ac9 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetFeatureRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetFeatureRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetFeatureRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetFeatureRequestObjectSnippet.g.cs
index 18da3b38e8ac..6f3f2951092c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetFeatureRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetFeatureRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetFeatureResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetFeatureResourceNamesAsyncSnippet.g.cs
index 22f6f381ccd3..efe3ee9e3085 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetFeatureResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetFeatureResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetFeatureResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetFeatureResourceNamesSnippet.g.cs
index ee3a4b76dfb8..9da9a6350a72 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetFeatureResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetFeatureResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetFeatureSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetFeatureSnippet.g.cs
index 2654ffd1cd78..ec73a944c5a0 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetFeatureSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetFeatureSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetFeaturestoreAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetFeaturestoreAsyncSnippet.g.cs
index 3a9bb1c209bf..e0ee176aa4b3 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetFeaturestoreAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetFeaturestoreAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetFeaturestoreRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetFeaturestoreRequestObjectAsyncSnippet.g.cs
index d6522a80ac0c..72cfdbdaab46 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetFeaturestoreRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetFeaturestoreRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetFeaturestoreRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetFeaturestoreRequestObjectSnippet.g.cs
index 89249dc8487f..41834983c0ab 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetFeaturestoreRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetFeaturestoreRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetFeaturestoreResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetFeaturestoreResourceNamesAsyncSnippet.g.cs
index beca4652fdd3..cd3229f071e9 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetFeaturestoreResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetFeaturestoreResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetFeaturestoreResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetFeaturestoreResourceNamesSnippet.g.cs
index 36e12e98709c..fc2303924250 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetFeaturestoreResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetFeaturestoreResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetFeaturestoreSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetFeaturestoreSnippet.g.cs
index a92a6405bae7..fbe64e3fe843 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetFeaturestoreSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.GetFeaturestoreSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ImportFeatureValuesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ImportFeatureValuesAsyncSnippet.g.cs
index 1b9ac1b67b4e..f4d117c1bf93 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ImportFeatureValuesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ImportFeatureValuesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ImportFeatureValuesRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ImportFeatureValuesRequestObjectAsyncSnippet.g.cs
index d063b6a92ba3..4deb09f45973 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ImportFeatureValuesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ImportFeatureValuesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ImportFeatureValuesRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ImportFeatureValuesRequestObjectSnippet.g.cs
index 89611ea0198b..d7c485c9c98f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ImportFeatureValuesRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ImportFeatureValuesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ImportFeatureValuesResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ImportFeatureValuesResourceNamesAsyncSnippet.g.cs
index 095cafde597a..82f7b0cfdbd9 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ImportFeatureValuesResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ImportFeatureValuesResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ImportFeatureValuesResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ImportFeatureValuesResourceNamesSnippet.g.cs
index 62e1bf4fabce..abd8ffa14a32 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ImportFeatureValuesResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ImportFeatureValuesResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ImportFeatureValuesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ImportFeatureValuesSnippet.g.cs
index a0f125723f7f..2e3a48537f48 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ImportFeatureValuesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ImportFeatureValuesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListEntityTypesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListEntityTypesAsyncSnippet.g.cs
index fc094fc2f105..d977c3dd890f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListEntityTypesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListEntityTypesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListEntityTypesRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListEntityTypesRequestObjectAsyncSnippet.g.cs
index 4cbb06f50087..4f71465bdf26 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListEntityTypesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListEntityTypesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListEntityTypesRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListEntityTypesRequestObjectSnippet.g.cs
index 0651750dd62c..28b9d88390c7 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListEntityTypesRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListEntityTypesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListEntityTypesResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListEntityTypesResourceNamesAsyncSnippet.g.cs
index 0235b6ec1367..e4fffbb6a68a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListEntityTypesResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListEntityTypesResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListEntityTypesResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListEntityTypesResourceNamesSnippet.g.cs
index e5a9e161df0d..bbfdf2746704 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListEntityTypesResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListEntityTypesResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListEntityTypesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListEntityTypesSnippet.g.cs
index c19c0b4f7072..9cb80506cde7 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListEntityTypesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListEntityTypesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturesAsyncSnippet.g.cs
index 10434262112f..22ad587cf170 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturesRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturesRequestObjectAsyncSnippet.g.cs
index 08dbf4e31153..df136ccc1f1c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturesRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturesRequestObjectSnippet.g.cs
index c6b079760929..9577f3fa451e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturesRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturesResourceNames1AsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturesResourceNames1AsyncSnippet.g.cs
index ec24eed6f674..040f7958197c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturesResourceNames1AsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturesResourceNames1AsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturesResourceNames1Snippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturesResourceNames1Snippet.g.cs
index 9e3059af362e..1d207696f510 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturesResourceNames1Snippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturesResourceNames1Snippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturesResourceNames2AsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturesResourceNames2AsyncSnippet.g.cs
index a943d39bf022..7b6979b581af 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturesResourceNames2AsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturesResourceNames2AsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturesResourceNames2Snippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturesResourceNames2Snippet.g.cs
index 27ce514013c8..d61eb1e44335 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturesResourceNames2Snippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturesResourceNames2Snippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturesSnippet.g.cs
index 43eec4898d53..1b4faed39ac0 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturestoresAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturestoresAsyncSnippet.g.cs
index a5a66426f2c0..0ce9571cbffc 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturestoresAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturestoresAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturestoresRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturestoresRequestObjectAsyncSnippet.g.cs
index 1cb2c9ed928c..dfbe567a4a52 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturestoresRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturestoresRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturestoresRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturestoresRequestObjectSnippet.g.cs
index ae803f90762c..2aefc41651c5 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturestoresRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturestoresRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturestoresResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturestoresResourceNamesAsyncSnippet.g.cs
index e89eeb4e5ead..6cf4a0305c50 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturestoresResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturestoresResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturestoresResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturestoresResourceNamesSnippet.g.cs
index 78893537c93b..a860e0921d73 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturestoresResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturestoresResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturestoresSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturestoresSnippet.g.cs
index 2ae66b6bb3ba..151f95481669 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturestoresSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.ListFeaturestoresSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.SearchFeatures1AsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.SearchFeatures1AsyncSnippet.g.cs
index be11a94e02c6..ee59abd11241 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.SearchFeatures1AsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.SearchFeatures1AsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.SearchFeatures1ResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.SearchFeatures1ResourceNamesAsyncSnippet.g.cs
index 8d934cb13071..8ab7daf0f1ae 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.SearchFeatures1ResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.SearchFeatures1ResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.SearchFeatures1ResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.SearchFeatures1ResourceNamesSnippet.g.cs
index 57571cc61180..35fa9ce2009c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.SearchFeatures1ResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.SearchFeatures1ResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.SearchFeatures1Snippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.SearchFeatures1Snippet.g.cs
index 0ed559e7dd77..770b5b3f8096 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.SearchFeatures1Snippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.SearchFeatures1Snippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.SearchFeatures2AsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.SearchFeatures2AsyncSnippet.g.cs
index 1341ee3aa59d..f97a1c563473 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.SearchFeatures2AsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.SearchFeatures2AsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.SearchFeatures2ResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.SearchFeatures2ResourceNamesAsyncSnippet.g.cs
index 010d495f1eaf..c14b8ab30715 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.SearchFeatures2ResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.SearchFeatures2ResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.SearchFeatures2ResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.SearchFeatures2ResourceNamesSnippet.g.cs
index f81fc9210bd5..3e23518b61d4 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.SearchFeatures2ResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.SearchFeatures2ResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.SearchFeatures2Snippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.SearchFeatures2Snippet.g.cs
index ed0418bafc00..07623940d1ee 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.SearchFeatures2Snippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.SearchFeatures2Snippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.SearchFeaturesRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.SearchFeaturesRequestObjectAsyncSnippet.g.cs
index deb52e4bdb5e..52e7e52618ea 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.SearchFeaturesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.SearchFeaturesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.SearchFeaturesRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.SearchFeaturesRequestObjectSnippet.g.cs
index 3269102f4ed4..3aab4a42153f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.SearchFeaturesRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.SearchFeaturesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.UpdateEntityTypeAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.UpdateEntityTypeAsyncSnippet.g.cs
index 75775cbadd97..13b32fa5702a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.UpdateEntityTypeAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.UpdateEntityTypeAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.UpdateEntityTypeRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.UpdateEntityTypeRequestObjectAsyncSnippet.g.cs
index d86f15c2d16d..be1b597cdf1e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.UpdateEntityTypeRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.UpdateEntityTypeRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.UpdateEntityTypeRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.UpdateEntityTypeRequestObjectSnippet.g.cs
index 9cf14ad2c39a..2c03a569bcd4 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.UpdateEntityTypeRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.UpdateEntityTypeRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.UpdateEntityTypeSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.UpdateEntityTypeSnippet.g.cs
index cb5393885cbb..6517206d6bc4 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.UpdateEntityTypeSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.UpdateEntityTypeSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.UpdateFeatureAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.UpdateFeatureAsyncSnippet.g.cs
index 780863e8529b..9ac2b2a5eb49 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.UpdateFeatureAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.UpdateFeatureAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.UpdateFeatureRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.UpdateFeatureRequestObjectAsyncSnippet.g.cs
index 99a1e149f3d2..2c54115be00f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.UpdateFeatureRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.UpdateFeatureRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.UpdateFeatureRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.UpdateFeatureRequestObjectSnippet.g.cs
index a9113e56ec4e..197d4fa7582c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.UpdateFeatureRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.UpdateFeatureRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.UpdateFeatureSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.UpdateFeatureSnippet.g.cs
index db0b60dfdedc..748c866f37a5 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.UpdateFeatureSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.UpdateFeatureSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.UpdateFeaturestoreAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.UpdateFeaturestoreAsyncSnippet.g.cs
index 485afca924e1..8e1831e7d1c0 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.UpdateFeaturestoreAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.UpdateFeaturestoreAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.UpdateFeaturestoreRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.UpdateFeaturestoreRequestObjectAsyncSnippet.g.cs
index 04b060f390f9..e85c785ec28b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.UpdateFeaturestoreRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.UpdateFeaturestoreRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.UpdateFeaturestoreRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.UpdateFeaturestoreRequestObjectSnippet.g.cs
index d284792fc5c7..6d7eef22f468 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.UpdateFeaturestoreRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.UpdateFeaturestoreRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.UpdateFeaturestoreSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.UpdateFeaturestoreSnippet.g.cs
index 4737aa2d3ca1..805e559a3bde 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.UpdateFeaturestoreSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/FeaturestoreServiceClient.UpdateFeaturestoreSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.CreateCachedContentAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.CreateCachedContentAsyncSnippet.g.cs
new file mode 100644
index 000000000000..62c7e8eb8ff7
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.CreateCachedContentAsyncSnippet.g.cs
@@ -0,0 +1,45 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_GenAiCacheService_CreateCachedContent_async_flattened]
+ using Google.Cloud.AIPlatform.V1;
+ using System.Threading.Tasks;
+
+ public sealed partial class GeneratedGenAiCacheServiceClientSnippets
+ {
+ /// Snippet for CreateCachedContentAsync
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public async Task CreateCachedContentAsync()
+ {
+ // Create client
+ GenAiCacheServiceClient genAiCacheServiceClient = await GenAiCacheServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ string parent = "projects/[PROJECT]/locations/[LOCATION]";
+ CachedContent cachedContent = new CachedContent();
+ // Make the request
+ CachedContent response = await genAiCacheServiceClient.CreateCachedContentAsync(parent, cachedContent);
+ }
+ }
+ // [END aiplatform_v1_generated_GenAiCacheService_CreateCachedContent_async_flattened]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.CreateCachedContentRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.CreateCachedContentRequestObjectAsyncSnippet.g.cs
new file mode 100644
index 000000000000..98d003835e5b
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.CreateCachedContentRequestObjectAsyncSnippet.g.cs
@@ -0,0 +1,49 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_GenAiCacheService_CreateCachedContent_async]
+ using Google.Api.Gax.ResourceNames;
+ using Google.Cloud.AIPlatform.V1;
+ using System.Threading.Tasks;
+
+ public sealed partial class GeneratedGenAiCacheServiceClientSnippets
+ {
+ /// Snippet for CreateCachedContentAsync
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public async Task CreateCachedContentRequestObjectAsync()
+ {
+ // Create client
+ GenAiCacheServiceClient genAiCacheServiceClient = await GenAiCacheServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ CreateCachedContentRequest request = new CreateCachedContentRequest
+ {
+ ParentAsLocationName = LocationName.FromProjectLocation("[PROJECT]", "[LOCATION]"),
+ CachedContent = new CachedContent(),
+ };
+ // Make the request
+ CachedContent response = await genAiCacheServiceClient.CreateCachedContentAsync(request);
+ }
+ }
+ // [END aiplatform_v1_generated_GenAiCacheService_CreateCachedContent_async]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.CreateCachedContentRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.CreateCachedContentRequestObjectSnippet.g.cs
new file mode 100644
index 000000000000..b851036490dc
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.CreateCachedContentRequestObjectSnippet.g.cs
@@ -0,0 +1,48 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_GenAiCacheService_CreateCachedContent_sync]
+ using Google.Api.Gax.ResourceNames;
+ using Google.Cloud.AIPlatform.V1;
+
+ public sealed partial class GeneratedGenAiCacheServiceClientSnippets
+ {
+ /// Snippet for CreateCachedContent
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public void CreateCachedContentRequestObject()
+ {
+ // Create client
+ GenAiCacheServiceClient genAiCacheServiceClient = GenAiCacheServiceClient.Create();
+ // Initialize request argument(s)
+ CreateCachedContentRequest request = new CreateCachedContentRequest
+ {
+ ParentAsLocationName = LocationName.FromProjectLocation("[PROJECT]", "[LOCATION]"),
+ CachedContent = new CachedContent(),
+ };
+ // Make the request
+ CachedContent response = genAiCacheServiceClient.CreateCachedContent(request);
+ }
+ }
+ // [END aiplatform_v1_generated_GenAiCacheService_CreateCachedContent_sync]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.CreateCachedContentResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.CreateCachedContentResourceNamesAsyncSnippet.g.cs
new file mode 100644
index 000000000000..3a7a906d14b2
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.CreateCachedContentResourceNamesAsyncSnippet.g.cs
@@ -0,0 +1,46 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_GenAiCacheService_CreateCachedContent_async_flattened_resourceNames]
+ using Google.Api.Gax.ResourceNames;
+ using Google.Cloud.AIPlatform.V1;
+ using System.Threading.Tasks;
+
+ public sealed partial class GeneratedGenAiCacheServiceClientSnippets
+ {
+ /// Snippet for CreateCachedContentAsync
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public async Task CreateCachedContentResourceNamesAsync()
+ {
+ // Create client
+ GenAiCacheServiceClient genAiCacheServiceClient = await GenAiCacheServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ LocationName parent = LocationName.FromProjectLocation("[PROJECT]", "[LOCATION]");
+ CachedContent cachedContent = new CachedContent();
+ // Make the request
+ CachedContent response = await genAiCacheServiceClient.CreateCachedContentAsync(parent, cachedContent);
+ }
+ }
+ // [END aiplatform_v1_generated_GenAiCacheService_CreateCachedContent_async_flattened_resourceNames]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.CreateCachedContentResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.CreateCachedContentResourceNamesSnippet.g.cs
new file mode 100644
index 000000000000..246294646576
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.CreateCachedContentResourceNamesSnippet.g.cs
@@ -0,0 +1,45 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_GenAiCacheService_CreateCachedContent_sync_flattened_resourceNames]
+ using Google.Api.Gax.ResourceNames;
+ using Google.Cloud.AIPlatform.V1;
+
+ public sealed partial class GeneratedGenAiCacheServiceClientSnippets
+ {
+ /// Snippet for CreateCachedContent
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public void CreateCachedContentResourceNames()
+ {
+ // Create client
+ GenAiCacheServiceClient genAiCacheServiceClient = GenAiCacheServiceClient.Create();
+ // Initialize request argument(s)
+ LocationName parent = LocationName.FromProjectLocation("[PROJECT]", "[LOCATION]");
+ CachedContent cachedContent = new CachedContent();
+ // Make the request
+ CachedContent response = genAiCacheServiceClient.CreateCachedContent(parent, cachedContent);
+ }
+ }
+ // [END aiplatform_v1_generated_GenAiCacheService_CreateCachedContent_sync_flattened_resourceNames]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.CreateCachedContentSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.CreateCachedContentSnippet.g.cs
new file mode 100644
index 000000000000..403c823f1478
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.CreateCachedContentSnippet.g.cs
@@ -0,0 +1,44 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_GenAiCacheService_CreateCachedContent_sync_flattened]
+ using Google.Cloud.AIPlatform.V1;
+
+ public sealed partial class GeneratedGenAiCacheServiceClientSnippets
+ {
+ /// Snippet for CreateCachedContent
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public void CreateCachedContent()
+ {
+ // Create client
+ GenAiCacheServiceClient genAiCacheServiceClient = GenAiCacheServiceClient.Create();
+ // Initialize request argument(s)
+ string parent = "projects/[PROJECT]/locations/[LOCATION]";
+ CachedContent cachedContent = new CachedContent();
+ // Make the request
+ CachedContent response = genAiCacheServiceClient.CreateCachedContent(parent, cachedContent);
+ }
+ }
+ // [END aiplatform_v1_generated_GenAiCacheService_CreateCachedContent_sync_flattened]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.DeleteCachedContentAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.DeleteCachedContentAsyncSnippet.g.cs
new file mode 100644
index 000000000000..ba2379310dd6
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.DeleteCachedContentAsyncSnippet.g.cs
@@ -0,0 +1,44 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_GenAiCacheService_DeleteCachedContent_async_flattened]
+ using Google.Cloud.AIPlatform.V1;
+ using System.Threading.Tasks;
+
+ public sealed partial class GeneratedGenAiCacheServiceClientSnippets
+ {
+ /// Snippet for DeleteCachedContentAsync
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public async Task DeleteCachedContentAsync()
+ {
+ // Create client
+ GenAiCacheServiceClient genAiCacheServiceClient = await GenAiCacheServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ string name = "projects/[PROJECT]/locations/[LOCATION]/cachedContents/[CACHED_CONTENT]";
+ // Make the request
+ await genAiCacheServiceClient.DeleteCachedContentAsync(name);
+ }
+ }
+ // [END aiplatform_v1_generated_GenAiCacheService_DeleteCachedContent_async_flattened]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.DeleteCachedContentRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.DeleteCachedContentRequestObjectAsyncSnippet.g.cs
new file mode 100644
index 000000000000..82095b2262ad
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.DeleteCachedContentRequestObjectAsyncSnippet.g.cs
@@ -0,0 +1,47 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_GenAiCacheService_DeleteCachedContent_async]
+ using Google.Cloud.AIPlatform.V1;
+ using System.Threading.Tasks;
+
+ public sealed partial class GeneratedGenAiCacheServiceClientSnippets
+ {
+ /// Snippet for DeleteCachedContentAsync
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public async Task DeleteCachedContentRequestObjectAsync()
+ {
+ // Create client
+ GenAiCacheServiceClient genAiCacheServiceClient = await GenAiCacheServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ DeleteCachedContentRequest request = new DeleteCachedContentRequest
+ {
+ CachedContentName = CachedContentName.FromProjectLocationCachedContent("[PROJECT]", "[LOCATION]", "[CACHED_CONTENT]"),
+ };
+ // Make the request
+ await genAiCacheServiceClient.DeleteCachedContentAsync(request);
+ }
+ }
+ // [END aiplatform_v1_generated_GenAiCacheService_DeleteCachedContent_async]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.DeleteCachedContentRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.DeleteCachedContentRequestObjectSnippet.g.cs
new file mode 100644
index 000000000000..fa51d5121ed9
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.DeleteCachedContentRequestObjectSnippet.g.cs
@@ -0,0 +1,46 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_GenAiCacheService_DeleteCachedContent_sync]
+ using Google.Cloud.AIPlatform.V1;
+
+ public sealed partial class GeneratedGenAiCacheServiceClientSnippets
+ {
+ /// Snippet for DeleteCachedContent
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public void DeleteCachedContentRequestObject()
+ {
+ // Create client
+ GenAiCacheServiceClient genAiCacheServiceClient = GenAiCacheServiceClient.Create();
+ // Initialize request argument(s)
+ DeleteCachedContentRequest request = new DeleteCachedContentRequest
+ {
+ CachedContentName = CachedContentName.FromProjectLocationCachedContent("[PROJECT]", "[LOCATION]", "[CACHED_CONTENT]"),
+ };
+ // Make the request
+ genAiCacheServiceClient.DeleteCachedContent(request);
+ }
+ }
+ // [END aiplatform_v1_generated_GenAiCacheService_DeleteCachedContent_sync]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.DeleteCachedContentResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.DeleteCachedContentResourceNamesAsyncSnippet.g.cs
new file mode 100644
index 000000000000..9fd549c11f85
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.DeleteCachedContentResourceNamesAsyncSnippet.g.cs
@@ -0,0 +1,44 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_GenAiCacheService_DeleteCachedContent_async_flattened_resourceNames]
+ using Google.Cloud.AIPlatform.V1;
+ using System.Threading.Tasks;
+
+ public sealed partial class GeneratedGenAiCacheServiceClientSnippets
+ {
+ /// Snippet for DeleteCachedContentAsync
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public async Task DeleteCachedContentResourceNamesAsync()
+ {
+ // Create client
+ GenAiCacheServiceClient genAiCacheServiceClient = await GenAiCacheServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ CachedContentName name = CachedContentName.FromProjectLocationCachedContent("[PROJECT]", "[LOCATION]", "[CACHED_CONTENT]");
+ // Make the request
+ await genAiCacheServiceClient.DeleteCachedContentAsync(name);
+ }
+ }
+ // [END aiplatform_v1_generated_GenAiCacheService_DeleteCachedContent_async_flattened_resourceNames]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.DeleteCachedContentResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.DeleteCachedContentResourceNamesSnippet.g.cs
new file mode 100644
index 000000000000..a97c768b44fa
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.DeleteCachedContentResourceNamesSnippet.g.cs
@@ -0,0 +1,43 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_GenAiCacheService_DeleteCachedContent_sync_flattened_resourceNames]
+ using Google.Cloud.AIPlatform.V1;
+
+ public sealed partial class GeneratedGenAiCacheServiceClientSnippets
+ {
+ /// Snippet for DeleteCachedContent
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public void DeleteCachedContentResourceNames()
+ {
+ // Create client
+ GenAiCacheServiceClient genAiCacheServiceClient = GenAiCacheServiceClient.Create();
+ // Initialize request argument(s)
+ CachedContentName name = CachedContentName.FromProjectLocationCachedContent("[PROJECT]", "[LOCATION]", "[CACHED_CONTENT]");
+ // Make the request
+ genAiCacheServiceClient.DeleteCachedContent(name);
+ }
+ }
+ // [END aiplatform_v1_generated_GenAiCacheService_DeleteCachedContent_sync_flattened_resourceNames]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.DeleteCachedContentSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.DeleteCachedContentSnippet.g.cs
new file mode 100644
index 000000000000..130b08b153a9
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.DeleteCachedContentSnippet.g.cs
@@ -0,0 +1,43 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_GenAiCacheService_DeleteCachedContent_sync_flattened]
+ using Google.Cloud.AIPlatform.V1;
+
+ public sealed partial class GeneratedGenAiCacheServiceClientSnippets
+ {
+ /// Snippet for DeleteCachedContent
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public void DeleteCachedContent()
+ {
+ // Create client
+ GenAiCacheServiceClient genAiCacheServiceClient = GenAiCacheServiceClient.Create();
+ // Initialize request argument(s)
+ string name = "projects/[PROJECT]/locations/[LOCATION]/cachedContents/[CACHED_CONTENT]";
+ // Make the request
+ genAiCacheServiceClient.DeleteCachedContent(name);
+ }
+ }
+ // [END aiplatform_v1_generated_GenAiCacheService_DeleteCachedContent_sync_flattened]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.GetCachedContentAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.GetCachedContentAsyncSnippet.g.cs
new file mode 100644
index 000000000000..6565fbf06391
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.GetCachedContentAsyncSnippet.g.cs
@@ -0,0 +1,44 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_GenAiCacheService_GetCachedContent_async_flattened]
+ using Google.Cloud.AIPlatform.V1;
+ using System.Threading.Tasks;
+
+ public sealed partial class GeneratedGenAiCacheServiceClientSnippets
+ {
+ /// Snippet for GetCachedContentAsync
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public async Task GetCachedContentAsync()
+ {
+ // Create client
+ GenAiCacheServiceClient genAiCacheServiceClient = await GenAiCacheServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ string name = "projects/[PROJECT]/locations/[LOCATION]/cachedContents/[CACHED_CONTENT]";
+ // Make the request
+ CachedContent response = await genAiCacheServiceClient.GetCachedContentAsync(name);
+ }
+ }
+ // [END aiplatform_v1_generated_GenAiCacheService_GetCachedContent_async_flattened]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.GetCachedContentRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.GetCachedContentRequestObjectAsyncSnippet.g.cs
new file mode 100644
index 000000000000..74f27821a7a8
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.GetCachedContentRequestObjectAsyncSnippet.g.cs
@@ -0,0 +1,47 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_GenAiCacheService_GetCachedContent_async]
+ using Google.Cloud.AIPlatform.V1;
+ using System.Threading.Tasks;
+
+ public sealed partial class GeneratedGenAiCacheServiceClientSnippets
+ {
+ /// Snippet for GetCachedContentAsync
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public async Task GetCachedContentRequestObjectAsync()
+ {
+ // Create client
+ GenAiCacheServiceClient genAiCacheServiceClient = await GenAiCacheServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ GetCachedContentRequest request = new GetCachedContentRequest
+ {
+ CachedContentName = CachedContentName.FromProjectLocationCachedContent("[PROJECT]", "[LOCATION]", "[CACHED_CONTENT]"),
+ };
+ // Make the request
+ CachedContent response = await genAiCacheServiceClient.GetCachedContentAsync(request);
+ }
+ }
+ // [END aiplatform_v1_generated_GenAiCacheService_GetCachedContent_async]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.GetCachedContentRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.GetCachedContentRequestObjectSnippet.g.cs
new file mode 100644
index 000000000000..256f534dec61
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.GetCachedContentRequestObjectSnippet.g.cs
@@ -0,0 +1,46 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_GenAiCacheService_GetCachedContent_sync]
+ using Google.Cloud.AIPlatform.V1;
+
+ public sealed partial class GeneratedGenAiCacheServiceClientSnippets
+ {
+ /// Snippet for GetCachedContent
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public void GetCachedContentRequestObject()
+ {
+ // Create client
+ GenAiCacheServiceClient genAiCacheServiceClient = GenAiCacheServiceClient.Create();
+ // Initialize request argument(s)
+ GetCachedContentRequest request = new GetCachedContentRequest
+ {
+ CachedContentName = CachedContentName.FromProjectLocationCachedContent("[PROJECT]", "[LOCATION]", "[CACHED_CONTENT]"),
+ };
+ // Make the request
+ CachedContent response = genAiCacheServiceClient.GetCachedContent(request);
+ }
+ }
+ // [END aiplatform_v1_generated_GenAiCacheService_GetCachedContent_sync]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.GetCachedContentResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.GetCachedContentResourceNamesAsyncSnippet.g.cs
new file mode 100644
index 000000000000..0feb6d4bafb2
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.GetCachedContentResourceNamesAsyncSnippet.g.cs
@@ -0,0 +1,44 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_GenAiCacheService_GetCachedContent_async_flattened_resourceNames]
+ using Google.Cloud.AIPlatform.V1;
+ using System.Threading.Tasks;
+
+ public sealed partial class GeneratedGenAiCacheServiceClientSnippets
+ {
+ /// Snippet for GetCachedContentAsync
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public async Task GetCachedContentResourceNamesAsync()
+ {
+ // Create client
+ GenAiCacheServiceClient genAiCacheServiceClient = await GenAiCacheServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ CachedContentName name = CachedContentName.FromProjectLocationCachedContent("[PROJECT]", "[LOCATION]", "[CACHED_CONTENT]");
+ // Make the request
+ CachedContent response = await genAiCacheServiceClient.GetCachedContentAsync(name);
+ }
+ }
+ // [END aiplatform_v1_generated_GenAiCacheService_GetCachedContent_async_flattened_resourceNames]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.GetCachedContentResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.GetCachedContentResourceNamesSnippet.g.cs
new file mode 100644
index 000000000000..54a15846ca99
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.GetCachedContentResourceNamesSnippet.g.cs
@@ -0,0 +1,43 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_GenAiCacheService_GetCachedContent_sync_flattened_resourceNames]
+ using Google.Cloud.AIPlatform.V1;
+
+ public sealed partial class GeneratedGenAiCacheServiceClientSnippets
+ {
+ /// Snippet for GetCachedContent
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public void GetCachedContentResourceNames()
+ {
+ // Create client
+ GenAiCacheServiceClient genAiCacheServiceClient = GenAiCacheServiceClient.Create();
+ // Initialize request argument(s)
+ CachedContentName name = CachedContentName.FromProjectLocationCachedContent("[PROJECT]", "[LOCATION]", "[CACHED_CONTENT]");
+ // Make the request
+ CachedContent response = genAiCacheServiceClient.GetCachedContent(name);
+ }
+ }
+ // [END aiplatform_v1_generated_GenAiCacheService_GetCachedContent_sync_flattened_resourceNames]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.GetCachedContentSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.GetCachedContentSnippet.g.cs
new file mode 100644
index 000000000000..e523c8ff3919
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.GetCachedContentSnippet.g.cs
@@ -0,0 +1,43 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_GenAiCacheService_GetCachedContent_sync_flattened]
+ using Google.Cloud.AIPlatform.V1;
+
+ public sealed partial class GeneratedGenAiCacheServiceClientSnippets
+ {
+ /// Snippet for GetCachedContent
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public void GetCachedContent()
+ {
+ // Create client
+ GenAiCacheServiceClient genAiCacheServiceClient = GenAiCacheServiceClient.Create();
+ // Initialize request argument(s)
+ string name = "projects/[PROJECT]/locations/[LOCATION]/cachedContents/[CACHED_CONTENT]";
+ // Make the request
+ CachedContent response = genAiCacheServiceClient.GetCachedContent(name);
+ }
+ }
+ // [END aiplatform_v1_generated_GenAiCacheService_GetCachedContent_sync_flattened]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.ListCachedContentsAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.ListCachedContentsAsyncSnippet.g.cs
new file mode 100644
index 000000000000..e704b21b7296
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.ListCachedContentsAsyncSnippet.g.cs
@@ -0,0 +1,79 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_GenAiCacheService_ListCachedContents_async_flattened]
+ using Google.Api.Gax;
+ using Google.Cloud.AIPlatform.V1;
+ using System;
+ using System.Linq;
+ using System.Threading.Tasks;
+
+ public sealed partial class GeneratedGenAiCacheServiceClientSnippets
+ {
+ /// Snippet for ListCachedContentsAsync
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public async Task ListCachedContentsAsync()
+ {
+ // Create client
+ GenAiCacheServiceClient genAiCacheServiceClient = await GenAiCacheServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ string parent = "projects/[PROJECT]/locations/[LOCATION]";
+ // Make the request
+ PagedAsyncEnumerable response = genAiCacheServiceClient.ListCachedContentsAsync(parent);
+
+ // Iterate over all response items, lazily performing RPCs as required
+ await response.ForEachAsync((CachedContent item) =>
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ });
+
+ // Or iterate over pages (of server-defined size), performing one RPC per page
+ await response.AsRawResponses().ForEachAsync((ListCachedContentsResponse page) =>
+ {
+ // Do something with each page of items
+ Console.WriteLine("A page of results:");
+ foreach (CachedContent item in page)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ });
+
+ // Or retrieve a single page of known size (unless it's the final page), performing as many RPCs as required
+ int pageSize = 10;
+ Page singlePage = await response.ReadPageAsync(pageSize);
+ // Do something with the page of items
+ Console.WriteLine($"A page of {pageSize} results (unless it's the final page):");
+ foreach (CachedContent item in singlePage)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ // Store the pageToken, for when the next page is required.
+ string nextPageToken = singlePage.NextPageToken;
+ }
+ }
+ // [END aiplatform_v1_generated_GenAiCacheService_ListCachedContents_async_flattened]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.ListCachedContentsRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.ListCachedContentsRequestObjectAsyncSnippet.g.cs
new file mode 100644
index 000000000000..0d260e2ba0e8
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.ListCachedContentsRequestObjectAsyncSnippet.g.cs
@@ -0,0 +1,83 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_GenAiCacheService_ListCachedContents_async]
+ using Google.Api.Gax;
+ using Google.Api.Gax.ResourceNames;
+ using Google.Cloud.AIPlatform.V1;
+ using System;
+ using System.Linq;
+ using System.Threading.Tasks;
+
+ public sealed partial class GeneratedGenAiCacheServiceClientSnippets
+ {
+ /// Snippet for ListCachedContentsAsync
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public async Task ListCachedContentsRequestObjectAsync()
+ {
+ // Create client
+ GenAiCacheServiceClient genAiCacheServiceClient = await GenAiCacheServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ ListCachedContentsRequest request = new ListCachedContentsRequest
+ {
+ ParentAsLocationName = LocationName.FromProjectLocation("[PROJECT]", "[LOCATION]"),
+ };
+ // Make the request
+ PagedAsyncEnumerable response = genAiCacheServiceClient.ListCachedContentsAsync(request);
+
+ // Iterate over all response items, lazily performing RPCs as required
+ await response.ForEachAsync((CachedContent item) =>
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ });
+
+ // Or iterate over pages (of server-defined size), performing one RPC per page
+ await response.AsRawResponses().ForEachAsync((ListCachedContentsResponse page) =>
+ {
+ // Do something with each page of items
+ Console.WriteLine("A page of results:");
+ foreach (CachedContent item in page)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ });
+
+ // Or retrieve a single page of known size (unless it's the final page), performing as many RPCs as required
+ int pageSize = 10;
+ Page singlePage = await response.ReadPageAsync(pageSize);
+ // Do something with the page of items
+ Console.WriteLine($"A page of {pageSize} results (unless it's the final page):");
+ foreach (CachedContent item in singlePage)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ // Store the pageToken, for when the next page is required.
+ string nextPageToken = singlePage.NextPageToken;
+ }
+ }
+ // [END aiplatform_v1_generated_GenAiCacheService_ListCachedContents_async]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.ListCachedContentsRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.ListCachedContentsRequestObjectSnippet.g.cs
new file mode 100644
index 000000000000..2b3ce8d4a749
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.ListCachedContentsRequestObjectSnippet.g.cs
@@ -0,0 +1,81 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_GenAiCacheService_ListCachedContents_sync]
+ using Google.Api.Gax;
+ using Google.Api.Gax.ResourceNames;
+ using Google.Cloud.AIPlatform.V1;
+ using System;
+
+ public sealed partial class GeneratedGenAiCacheServiceClientSnippets
+ {
+ /// Snippet for ListCachedContents
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public void ListCachedContentsRequestObject()
+ {
+ // Create client
+ GenAiCacheServiceClient genAiCacheServiceClient = GenAiCacheServiceClient.Create();
+ // Initialize request argument(s)
+ ListCachedContentsRequest request = new ListCachedContentsRequest
+ {
+ ParentAsLocationName = LocationName.FromProjectLocation("[PROJECT]", "[LOCATION]"),
+ };
+ // Make the request
+ PagedEnumerable response = genAiCacheServiceClient.ListCachedContents(request);
+
+ // Iterate over all response items, lazily performing RPCs as required
+ foreach (CachedContent item in response)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+
+ // Or iterate over pages (of server-defined size), performing one RPC per page
+ foreach (ListCachedContentsResponse page in response.AsRawResponses())
+ {
+ // Do something with each page of items
+ Console.WriteLine("A page of results:");
+ foreach (CachedContent item in page)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ }
+
+ // Or retrieve a single page of known size (unless it's the final page), performing as many RPCs as required
+ int pageSize = 10;
+ Page singlePage = response.ReadPage(pageSize);
+ // Do something with the page of items
+ Console.WriteLine($"A page of {pageSize} results (unless it's the final page):");
+ foreach (CachedContent item in singlePage)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ // Store the pageToken, for when the next page is required.
+ string nextPageToken = singlePage.NextPageToken;
+ }
+ }
+ // [END aiplatform_v1_generated_GenAiCacheService_ListCachedContents_sync]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.ListCachedContentsResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.ListCachedContentsResourceNamesAsyncSnippet.g.cs
new file mode 100644
index 000000000000..3347591dfb36
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.ListCachedContentsResourceNamesAsyncSnippet.g.cs
@@ -0,0 +1,80 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_GenAiCacheService_ListCachedContents_async_flattened_resourceNames]
+ using Google.Api.Gax;
+ using Google.Api.Gax.ResourceNames;
+ using Google.Cloud.AIPlatform.V1;
+ using System;
+ using System.Linq;
+ using System.Threading.Tasks;
+
+ public sealed partial class GeneratedGenAiCacheServiceClientSnippets
+ {
+ /// Snippet for ListCachedContentsAsync
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public async Task ListCachedContentsResourceNamesAsync()
+ {
+ // Create client
+ GenAiCacheServiceClient genAiCacheServiceClient = await GenAiCacheServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ LocationName parent = LocationName.FromProjectLocation("[PROJECT]", "[LOCATION]");
+ // Make the request
+ PagedAsyncEnumerable response = genAiCacheServiceClient.ListCachedContentsAsync(parent);
+
+ // Iterate over all response items, lazily performing RPCs as required
+ await response.ForEachAsync((CachedContent item) =>
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ });
+
+ // Or iterate over pages (of server-defined size), performing one RPC per page
+ await response.AsRawResponses().ForEachAsync((ListCachedContentsResponse page) =>
+ {
+ // Do something with each page of items
+ Console.WriteLine("A page of results:");
+ foreach (CachedContent item in page)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ });
+
+ // Or retrieve a single page of known size (unless it's the final page), performing as many RPCs as required
+ int pageSize = 10;
+ Page singlePage = await response.ReadPageAsync(pageSize);
+ // Do something with the page of items
+ Console.WriteLine($"A page of {pageSize} results (unless it's the final page):");
+ foreach (CachedContent item in singlePage)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ // Store the pageToken, for when the next page is required.
+ string nextPageToken = singlePage.NextPageToken;
+ }
+ }
+ // [END aiplatform_v1_generated_GenAiCacheService_ListCachedContents_async_flattened_resourceNames]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.ListCachedContentsResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.ListCachedContentsResourceNamesSnippet.g.cs
new file mode 100644
index 000000000000..775514bc1249
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.ListCachedContentsResourceNamesSnippet.g.cs
@@ -0,0 +1,78 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_GenAiCacheService_ListCachedContents_sync_flattened_resourceNames]
+ using Google.Api.Gax;
+ using Google.Api.Gax.ResourceNames;
+ using Google.Cloud.AIPlatform.V1;
+ using System;
+
+ public sealed partial class GeneratedGenAiCacheServiceClientSnippets
+ {
+ /// Snippet for ListCachedContents
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public void ListCachedContentsResourceNames()
+ {
+ // Create client
+ GenAiCacheServiceClient genAiCacheServiceClient = GenAiCacheServiceClient.Create();
+ // Initialize request argument(s)
+ LocationName parent = LocationName.FromProjectLocation("[PROJECT]", "[LOCATION]");
+ // Make the request
+ PagedEnumerable response = genAiCacheServiceClient.ListCachedContents(parent);
+
+ // Iterate over all response items, lazily performing RPCs as required
+ foreach (CachedContent item in response)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+
+ // Or iterate over pages (of server-defined size), performing one RPC per page
+ foreach (ListCachedContentsResponse page in response.AsRawResponses())
+ {
+ // Do something with each page of items
+ Console.WriteLine("A page of results:");
+ foreach (CachedContent item in page)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ }
+
+ // Or retrieve a single page of known size (unless it's the final page), performing as many RPCs as required
+ int pageSize = 10;
+ Page singlePage = response.ReadPage(pageSize);
+ // Do something with the page of items
+ Console.WriteLine($"A page of {pageSize} results (unless it's the final page):");
+ foreach (CachedContent item in singlePage)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ // Store the pageToken, for when the next page is required.
+ string nextPageToken = singlePage.NextPageToken;
+ }
+ }
+ // [END aiplatform_v1_generated_GenAiCacheService_ListCachedContents_sync_flattened_resourceNames]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.ListCachedContentsSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.ListCachedContentsSnippet.g.cs
new file mode 100644
index 000000000000..4ee4cffca5af
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.ListCachedContentsSnippet.g.cs
@@ -0,0 +1,77 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_GenAiCacheService_ListCachedContents_sync_flattened]
+ using Google.Api.Gax;
+ using Google.Cloud.AIPlatform.V1;
+ using System;
+
+ public sealed partial class GeneratedGenAiCacheServiceClientSnippets
+ {
+ /// Snippet for ListCachedContents
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public void ListCachedContents()
+ {
+ // Create client
+ GenAiCacheServiceClient genAiCacheServiceClient = GenAiCacheServiceClient.Create();
+ // Initialize request argument(s)
+ string parent = "projects/[PROJECT]/locations/[LOCATION]";
+ // Make the request
+ PagedEnumerable response = genAiCacheServiceClient.ListCachedContents(parent);
+
+ // Iterate over all response items, lazily performing RPCs as required
+ foreach (CachedContent item in response)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+
+ // Or iterate over pages (of server-defined size), performing one RPC per page
+ foreach (ListCachedContentsResponse page in response.AsRawResponses())
+ {
+ // Do something with each page of items
+ Console.WriteLine("A page of results:");
+ foreach (CachedContent item in page)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ }
+
+ // Or retrieve a single page of known size (unless it's the final page), performing as many RPCs as required
+ int pageSize = 10;
+ Page singlePage = response.ReadPage(pageSize);
+ // Do something with the page of items
+ Console.WriteLine($"A page of {pageSize} results (unless it's the final page):");
+ foreach (CachedContent item in singlePage)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ // Store the pageToken, for when the next page is required.
+ string nextPageToken = singlePage.NextPageToken;
+ }
+ }
+ // [END aiplatform_v1_generated_GenAiCacheService_ListCachedContents_sync_flattened]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.UpdateCachedContentAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.UpdateCachedContentAsyncSnippet.g.cs
new file mode 100644
index 000000000000..cf263495ab9d
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.UpdateCachedContentAsyncSnippet.g.cs
@@ -0,0 +1,46 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_GenAiCacheService_UpdateCachedContent_async_flattened]
+ using Google.Cloud.AIPlatform.V1;
+ using Google.Protobuf.WellKnownTypes;
+ using System.Threading.Tasks;
+
+ public sealed partial class GeneratedGenAiCacheServiceClientSnippets
+ {
+ /// Snippet for UpdateCachedContentAsync
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public async Task UpdateCachedContentAsync()
+ {
+ // Create client
+ GenAiCacheServiceClient genAiCacheServiceClient = await GenAiCacheServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ CachedContent cachedContent = new CachedContent();
+ FieldMask updateMask = new FieldMask();
+ // Make the request
+ CachedContent response = await genAiCacheServiceClient.UpdateCachedContentAsync(cachedContent, updateMask);
+ }
+ }
+ // [END aiplatform_v1_generated_GenAiCacheService_UpdateCachedContent_async_flattened]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.UpdateCachedContentRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.UpdateCachedContentRequestObjectAsyncSnippet.g.cs
new file mode 100644
index 000000000000..f20e39115b35
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.UpdateCachedContentRequestObjectAsyncSnippet.g.cs
@@ -0,0 +1,49 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_GenAiCacheService_UpdateCachedContent_async]
+ using Google.Cloud.AIPlatform.V1;
+ using Google.Protobuf.WellKnownTypes;
+ using System.Threading.Tasks;
+
+ public sealed partial class GeneratedGenAiCacheServiceClientSnippets
+ {
+ /// Snippet for UpdateCachedContentAsync
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public async Task UpdateCachedContentRequestObjectAsync()
+ {
+ // Create client
+ GenAiCacheServiceClient genAiCacheServiceClient = await GenAiCacheServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ UpdateCachedContentRequest request = new UpdateCachedContentRequest
+ {
+ CachedContent = new CachedContent(),
+ UpdateMask = new FieldMask(),
+ };
+ // Make the request
+ CachedContent response = await genAiCacheServiceClient.UpdateCachedContentAsync(request);
+ }
+ }
+ // [END aiplatform_v1_generated_GenAiCacheService_UpdateCachedContent_async]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.UpdateCachedContentRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.UpdateCachedContentRequestObjectSnippet.g.cs
new file mode 100644
index 000000000000..366fc3a01630
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.UpdateCachedContentRequestObjectSnippet.g.cs
@@ -0,0 +1,48 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_GenAiCacheService_UpdateCachedContent_sync]
+ using Google.Cloud.AIPlatform.V1;
+ using Google.Protobuf.WellKnownTypes;
+
+ public sealed partial class GeneratedGenAiCacheServiceClientSnippets
+ {
+ /// Snippet for UpdateCachedContent
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public void UpdateCachedContentRequestObject()
+ {
+ // Create client
+ GenAiCacheServiceClient genAiCacheServiceClient = GenAiCacheServiceClient.Create();
+ // Initialize request argument(s)
+ UpdateCachedContentRequest request = new UpdateCachedContentRequest
+ {
+ CachedContent = new CachedContent(),
+ UpdateMask = new FieldMask(),
+ };
+ // Make the request
+ CachedContent response = genAiCacheServiceClient.UpdateCachedContent(request);
+ }
+ }
+ // [END aiplatform_v1_generated_GenAiCacheService_UpdateCachedContent_sync]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.UpdateCachedContentSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.UpdateCachedContentSnippet.g.cs
new file mode 100644
index 000000000000..183b700ab2ec
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiCacheServiceClient.UpdateCachedContentSnippet.g.cs
@@ -0,0 +1,45 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_GenAiCacheService_UpdateCachedContent_sync_flattened]
+ using Google.Cloud.AIPlatform.V1;
+ using Google.Protobuf.WellKnownTypes;
+
+ public sealed partial class GeneratedGenAiCacheServiceClientSnippets
+ {
+ /// Snippet for UpdateCachedContent
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public void UpdateCachedContent()
+ {
+ // Create client
+ GenAiCacheServiceClient genAiCacheServiceClient = GenAiCacheServiceClient.Create();
+ // Initialize request argument(s)
+ CachedContent cachedContent = new CachedContent();
+ FieldMask updateMask = new FieldMask();
+ // Make the request
+ CachedContent response = genAiCacheServiceClient.UpdateCachedContent(cachedContent, updateMask);
+ }
+ }
+ // [END aiplatform_v1_generated_GenAiCacheService_UpdateCachedContent_sync_flattened]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.CancelTuningJobAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.CancelTuningJobAsyncSnippet.g.cs
index eabb48371197..f39e33280152 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.CancelTuningJobAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.CancelTuningJobAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.CancelTuningJobRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.CancelTuningJobRequestObjectAsyncSnippet.g.cs
index 2d7024221839..97dbbbaf2edf 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.CancelTuningJobRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.CancelTuningJobRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.CancelTuningJobRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.CancelTuningJobRequestObjectSnippet.g.cs
index dd1ec4e3eca7..06961c8ece98 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.CancelTuningJobRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.CancelTuningJobRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.CancelTuningJobResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.CancelTuningJobResourceNamesAsyncSnippet.g.cs
index 8a11a896b20a..5514fce9e60a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.CancelTuningJobResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.CancelTuningJobResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.CancelTuningJobResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.CancelTuningJobResourceNamesSnippet.g.cs
index de1c1b11bab3..67c0ee6691be 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.CancelTuningJobResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.CancelTuningJobResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.CancelTuningJobSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.CancelTuningJobSnippet.g.cs
index 200a32fe9db0..517bb8e8faab 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.CancelTuningJobSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.CancelTuningJobSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.CreateTuningJobAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.CreateTuningJobAsyncSnippet.g.cs
index 337d832d9916..1832768828be 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.CreateTuningJobAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.CreateTuningJobAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.CreateTuningJobRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.CreateTuningJobRequestObjectAsyncSnippet.g.cs
index ed126111bf64..634ee818b38e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.CreateTuningJobRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.CreateTuningJobRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.CreateTuningJobRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.CreateTuningJobRequestObjectSnippet.g.cs
index c2c9588b2da2..c1a69142d00c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.CreateTuningJobRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.CreateTuningJobRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.CreateTuningJobResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.CreateTuningJobResourceNamesAsyncSnippet.g.cs
index a1ee5712f148..a877ce6d4f83 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.CreateTuningJobResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.CreateTuningJobResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.CreateTuningJobResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.CreateTuningJobResourceNamesSnippet.g.cs
index a42b164422e9..0eb7db59596c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.CreateTuningJobResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.CreateTuningJobResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.CreateTuningJobSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.CreateTuningJobSnippet.g.cs
index fb98d63c8edb..e7a27cd82a09 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.CreateTuningJobSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.CreateTuningJobSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.GetTuningJobAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.GetTuningJobAsyncSnippet.g.cs
index d21b7979d3df..d450fe0cb5d3 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.GetTuningJobAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.GetTuningJobAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.GetTuningJobRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.GetTuningJobRequestObjectAsyncSnippet.g.cs
index f438d502bbd1..20b3c91cf17e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.GetTuningJobRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.GetTuningJobRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.GetTuningJobRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.GetTuningJobRequestObjectSnippet.g.cs
index 739db500b769..14ef9762e70d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.GetTuningJobRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.GetTuningJobRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.GetTuningJobResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.GetTuningJobResourceNamesAsyncSnippet.g.cs
index bed4a3422693..7e67c778e6a5 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.GetTuningJobResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.GetTuningJobResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.GetTuningJobResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.GetTuningJobResourceNamesSnippet.g.cs
index abfd4d0799db..148704032727 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.GetTuningJobResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.GetTuningJobResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.GetTuningJobSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.GetTuningJobSnippet.g.cs
index 5c7eb3120197..bcd77579f8ab 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.GetTuningJobSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.GetTuningJobSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.ListTuningJobsAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.ListTuningJobsAsyncSnippet.g.cs
index a86341371755..3107c4e0a54a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.ListTuningJobsAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.ListTuningJobsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.ListTuningJobsRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.ListTuningJobsRequestObjectAsyncSnippet.g.cs
index ac36f9e24b9b..5a82d8e71bbb 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.ListTuningJobsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.ListTuningJobsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.ListTuningJobsRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.ListTuningJobsRequestObjectSnippet.g.cs
index 62335bd5ee73..2ecddc8592c9 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.ListTuningJobsRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.ListTuningJobsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.ListTuningJobsResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.ListTuningJobsResourceNamesAsyncSnippet.g.cs
index 684f9c7f8629..8405bacede7d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.ListTuningJobsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.ListTuningJobsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.ListTuningJobsResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.ListTuningJobsResourceNamesSnippet.g.cs
index e30dbcc8c534..258610b6d439 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.ListTuningJobsResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.ListTuningJobsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.ListTuningJobsSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.ListTuningJobsSnippet.g.cs
index e8818c607cff..a784edbdbef3 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.ListTuningJobsSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.ListTuningJobsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.RebaseTunedModelAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.RebaseTunedModelAsyncSnippet.g.cs
index 066f6d4f407a..f60293fb5c1d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.RebaseTunedModelAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.RebaseTunedModelAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.RebaseTunedModelRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.RebaseTunedModelRequestObjectAsyncSnippet.g.cs
index 1d06ba288714..d62fce671c49 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.RebaseTunedModelRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.RebaseTunedModelRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.RebaseTunedModelRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.RebaseTunedModelRequestObjectSnippet.g.cs
index 95c1943751a6..5b3edb2b3167 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.RebaseTunedModelRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.RebaseTunedModelRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.RebaseTunedModelResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.RebaseTunedModelResourceNamesAsyncSnippet.g.cs
index 47e6d4916740..74433bda1f34 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.RebaseTunedModelResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.RebaseTunedModelResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.RebaseTunedModelResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.RebaseTunedModelResourceNamesSnippet.g.cs
index 06644bea5c57..47a262aaf820 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.RebaseTunedModelResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.RebaseTunedModelResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.RebaseTunedModelSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.RebaseTunedModelSnippet.g.cs
index 39f0813b9c6e..d1ce64e0b23e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.RebaseTunedModelSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/GenAiTuningServiceClient.RebaseTunedModelSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.CreateIndexEndpointAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.CreateIndexEndpointAsyncSnippet.g.cs
index 7b87a4dabc4e..885a4edcebfa 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.CreateIndexEndpointAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.CreateIndexEndpointAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.CreateIndexEndpointRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.CreateIndexEndpointRequestObjectAsyncSnippet.g.cs
index 3e5e333956ee..4feb86899b2c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.CreateIndexEndpointRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.CreateIndexEndpointRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.CreateIndexEndpointRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.CreateIndexEndpointRequestObjectSnippet.g.cs
index 51626f78d99f..274a454f7469 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.CreateIndexEndpointRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.CreateIndexEndpointRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.CreateIndexEndpointResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.CreateIndexEndpointResourceNamesAsyncSnippet.g.cs
index c39b6115bfa9..cc57521daf13 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.CreateIndexEndpointResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.CreateIndexEndpointResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.CreateIndexEndpointResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.CreateIndexEndpointResourceNamesSnippet.g.cs
index e5a3dcfd34c6..312d5fb8fa91 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.CreateIndexEndpointResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.CreateIndexEndpointResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.CreateIndexEndpointSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.CreateIndexEndpointSnippet.g.cs
index 866bf864c9c4..6c3c9fc8ee20 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.CreateIndexEndpointSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.CreateIndexEndpointSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.DeleteIndexEndpointAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.DeleteIndexEndpointAsyncSnippet.g.cs
index c648bef9db9b..1dd4f62407b9 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.DeleteIndexEndpointAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.DeleteIndexEndpointAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.DeleteIndexEndpointRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.DeleteIndexEndpointRequestObjectAsyncSnippet.g.cs
index 2205dc4984fb..5e1cd8ef82ea 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.DeleteIndexEndpointRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.DeleteIndexEndpointRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.DeleteIndexEndpointRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.DeleteIndexEndpointRequestObjectSnippet.g.cs
index a73453a05ef0..ddd1cfb3da64 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.DeleteIndexEndpointRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.DeleteIndexEndpointRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.DeleteIndexEndpointResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.DeleteIndexEndpointResourceNamesAsyncSnippet.g.cs
index 0c5c61777fd8..0535c7d7c79e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.DeleteIndexEndpointResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.DeleteIndexEndpointResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.DeleteIndexEndpointResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.DeleteIndexEndpointResourceNamesSnippet.g.cs
index 78aecfa39f71..539a0c82c92c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.DeleteIndexEndpointResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.DeleteIndexEndpointResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.DeleteIndexEndpointSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.DeleteIndexEndpointSnippet.g.cs
index 0fbba429f23e..56710c2608b7 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.DeleteIndexEndpointSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.DeleteIndexEndpointSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.DeployIndexAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.DeployIndexAsyncSnippet.g.cs
index ce4f5d78e685..4c6ee503f065 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.DeployIndexAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.DeployIndexAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.DeployIndexRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.DeployIndexRequestObjectAsyncSnippet.g.cs
index 130f0597862f..06cd2459700a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.DeployIndexRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.DeployIndexRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.DeployIndexRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.DeployIndexRequestObjectSnippet.g.cs
index 799a1cc02156..8d6d49c9d40c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.DeployIndexRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.DeployIndexRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.DeployIndexResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.DeployIndexResourceNamesAsyncSnippet.g.cs
index 3f4a230e6184..ea8d8a076b0d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.DeployIndexResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.DeployIndexResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.DeployIndexResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.DeployIndexResourceNamesSnippet.g.cs
index f3f16a3f8b52..745fbc7ba9ed 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.DeployIndexResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.DeployIndexResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.DeployIndexSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.DeployIndexSnippet.g.cs
index b16288456ad8..995ed23240d4 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.DeployIndexSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.DeployIndexSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.GetIndexEndpointAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.GetIndexEndpointAsyncSnippet.g.cs
index 5df414e3e2a5..6d5eb9a20ed7 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.GetIndexEndpointAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.GetIndexEndpointAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.GetIndexEndpointRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.GetIndexEndpointRequestObjectAsyncSnippet.g.cs
index f0d9c4006381..dc49643c5edb 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.GetIndexEndpointRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.GetIndexEndpointRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.GetIndexEndpointRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.GetIndexEndpointRequestObjectSnippet.g.cs
index ccd62d390fdc..6efe0ffcd61f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.GetIndexEndpointRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.GetIndexEndpointRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.GetIndexEndpointResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.GetIndexEndpointResourceNamesAsyncSnippet.g.cs
index f6f0dc3c7e69..36477a9c9842 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.GetIndexEndpointResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.GetIndexEndpointResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.GetIndexEndpointResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.GetIndexEndpointResourceNamesSnippet.g.cs
index 4345ad34e212..f6db4fd01239 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.GetIndexEndpointResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.GetIndexEndpointResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.GetIndexEndpointSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.GetIndexEndpointSnippet.g.cs
index d5d93ebdcf58..47f3131563ab 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.GetIndexEndpointSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.GetIndexEndpointSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.ListIndexEndpointsAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.ListIndexEndpointsAsyncSnippet.g.cs
index b9429eb15633..2860a1d27384 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.ListIndexEndpointsAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.ListIndexEndpointsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.ListIndexEndpointsRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.ListIndexEndpointsRequestObjectAsyncSnippet.g.cs
index 27a51d713b45..41963ec3e431 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.ListIndexEndpointsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.ListIndexEndpointsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.ListIndexEndpointsRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.ListIndexEndpointsRequestObjectSnippet.g.cs
index 10ecae89cc5d..a1a9a73aedfd 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.ListIndexEndpointsRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.ListIndexEndpointsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.ListIndexEndpointsResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.ListIndexEndpointsResourceNamesAsyncSnippet.g.cs
index 88c62febb15b..d6cafa4c720b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.ListIndexEndpointsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.ListIndexEndpointsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.ListIndexEndpointsResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.ListIndexEndpointsResourceNamesSnippet.g.cs
index d6c9879a4666..120c897fda92 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.ListIndexEndpointsResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.ListIndexEndpointsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.ListIndexEndpointsSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.ListIndexEndpointsSnippet.g.cs
index 6fad54cd54bd..99d9ec95eb44 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.ListIndexEndpointsSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.ListIndexEndpointsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.MutateDeployedIndexAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.MutateDeployedIndexAsyncSnippet.g.cs
index 9bfd4072af61..9e827069383e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.MutateDeployedIndexAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.MutateDeployedIndexAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.MutateDeployedIndexRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.MutateDeployedIndexRequestObjectAsyncSnippet.g.cs
index 72d2ebe2f85b..bcf86f248974 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.MutateDeployedIndexRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.MutateDeployedIndexRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.MutateDeployedIndexRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.MutateDeployedIndexRequestObjectSnippet.g.cs
index aeeb6f2ad265..344ac1f977b1 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.MutateDeployedIndexRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.MutateDeployedIndexRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.MutateDeployedIndexResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.MutateDeployedIndexResourceNamesAsyncSnippet.g.cs
index 57fa9c0ba01f..6b23171bd772 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.MutateDeployedIndexResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.MutateDeployedIndexResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.MutateDeployedIndexResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.MutateDeployedIndexResourceNamesSnippet.g.cs
index 1896d5a65239..82e547043e92 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.MutateDeployedIndexResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.MutateDeployedIndexResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.MutateDeployedIndexSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.MutateDeployedIndexSnippet.g.cs
index 78658c242189..1c1390848046 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.MutateDeployedIndexSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.MutateDeployedIndexSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.UndeployIndexAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.UndeployIndexAsyncSnippet.g.cs
index 04c83a1eb35e..ce41203d9b6b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.UndeployIndexAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.UndeployIndexAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.UndeployIndexRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.UndeployIndexRequestObjectAsyncSnippet.g.cs
index 7e4fbf90f5f8..7692d8190810 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.UndeployIndexRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.UndeployIndexRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.UndeployIndexRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.UndeployIndexRequestObjectSnippet.g.cs
index bbbdae9e14f8..39190d150d6a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.UndeployIndexRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.UndeployIndexRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.UndeployIndexResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.UndeployIndexResourceNamesAsyncSnippet.g.cs
index 3b2e22fbf8d7..6171acb0050d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.UndeployIndexResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.UndeployIndexResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.UndeployIndexResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.UndeployIndexResourceNamesSnippet.g.cs
index ac0141fa0aff..037cad22c2ab 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.UndeployIndexResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.UndeployIndexResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.UndeployIndexSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.UndeployIndexSnippet.g.cs
index 0fe3de74a714..2ba25fec40d6 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.UndeployIndexSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.UndeployIndexSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.UpdateIndexEndpointAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.UpdateIndexEndpointAsyncSnippet.g.cs
index 9dd1d89d96a8..d3f34205df64 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.UpdateIndexEndpointAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.UpdateIndexEndpointAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.UpdateIndexEndpointRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.UpdateIndexEndpointRequestObjectAsyncSnippet.g.cs
index 0a0078f3474f..9412925c1bb5 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.UpdateIndexEndpointRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.UpdateIndexEndpointRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.UpdateIndexEndpointRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.UpdateIndexEndpointRequestObjectSnippet.g.cs
index 24276f124375..16a32b87a2f4 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.UpdateIndexEndpointRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.UpdateIndexEndpointRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.UpdateIndexEndpointSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.UpdateIndexEndpointSnippet.g.cs
index 66ddb873005c..355118255da3 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.UpdateIndexEndpointSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexEndpointServiceClient.UpdateIndexEndpointSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.CreateIndexAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.CreateIndexAsyncSnippet.g.cs
index 13ac9be5e674..df7cd8e3cc8d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.CreateIndexAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.CreateIndexAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.CreateIndexRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.CreateIndexRequestObjectAsyncSnippet.g.cs
index def746de8990..db691185107f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.CreateIndexRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.CreateIndexRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.CreateIndexRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.CreateIndexRequestObjectSnippet.g.cs
index 89de7fda6a9e..c099a660668e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.CreateIndexRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.CreateIndexRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.CreateIndexResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.CreateIndexResourceNamesAsyncSnippet.g.cs
index 8c51768ac4e9..ce9da71b3c2f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.CreateIndexResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.CreateIndexResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.CreateIndexResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.CreateIndexResourceNamesSnippet.g.cs
index 4ddc1891de3f..c28d3fb9b4f0 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.CreateIndexResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.CreateIndexResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.CreateIndexSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.CreateIndexSnippet.g.cs
index 2ad7e0cb75e5..d57fe32eca5a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.CreateIndexSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.CreateIndexSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.DeleteIndexAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.DeleteIndexAsyncSnippet.g.cs
index c3765334ed4e..bfad3a44e2fa 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.DeleteIndexAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.DeleteIndexAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.DeleteIndexRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.DeleteIndexRequestObjectAsyncSnippet.g.cs
index 20205f59a5a0..c558b8d9e4a1 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.DeleteIndexRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.DeleteIndexRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.DeleteIndexRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.DeleteIndexRequestObjectSnippet.g.cs
index 58be8de9a0bf..66d67166217a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.DeleteIndexRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.DeleteIndexRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.DeleteIndexResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.DeleteIndexResourceNamesAsyncSnippet.g.cs
index 7f6e0c4fa6f0..7bb691377951 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.DeleteIndexResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.DeleteIndexResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.DeleteIndexResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.DeleteIndexResourceNamesSnippet.g.cs
index f4e659ecd84a..0de95d4ceffe 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.DeleteIndexResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.DeleteIndexResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.DeleteIndexSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.DeleteIndexSnippet.g.cs
index e98e7fa7b1bc..7b7296eb34ce 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.DeleteIndexSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.DeleteIndexSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.GetIndexAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.GetIndexAsyncSnippet.g.cs
index 4f90b97128c3..5f9583190e19 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.GetIndexAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.GetIndexAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.GetIndexRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.GetIndexRequestObjectAsyncSnippet.g.cs
index 10fc0e341367..45e826f63d48 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.GetIndexRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.GetIndexRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.GetIndexRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.GetIndexRequestObjectSnippet.g.cs
index 394dcb5e9b34..db4111fffdf3 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.GetIndexRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.GetIndexRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.GetIndexResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.GetIndexResourceNamesAsyncSnippet.g.cs
index 3c3ff8a024b4..f5842180c13c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.GetIndexResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.GetIndexResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.GetIndexResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.GetIndexResourceNamesSnippet.g.cs
index 7e738760a9d6..a809d09ac172 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.GetIndexResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.GetIndexResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.GetIndexSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.GetIndexSnippet.g.cs
index 47fca9323a04..5d9f9e324d20 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.GetIndexSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.GetIndexSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.ListIndexesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.ListIndexesAsyncSnippet.g.cs
index e7bcc9b10e27..07da8f0510d0 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.ListIndexesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.ListIndexesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.ListIndexesRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.ListIndexesRequestObjectAsyncSnippet.g.cs
index 6ce706cd7a63..e3eee3a6c08d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.ListIndexesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.ListIndexesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.ListIndexesRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.ListIndexesRequestObjectSnippet.g.cs
index 927f550a8aa6..02e0aa603560 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.ListIndexesRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.ListIndexesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.ListIndexesResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.ListIndexesResourceNamesAsyncSnippet.g.cs
index 31e81ae4a1c7..6370f0c5b1cc 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.ListIndexesResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.ListIndexesResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.ListIndexesResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.ListIndexesResourceNamesSnippet.g.cs
index 03be586c042f..4762ad70eb3d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.ListIndexesResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.ListIndexesResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.ListIndexesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.ListIndexesSnippet.g.cs
index 00d346c9b40c..c4b7b0c178fb 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.ListIndexesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.ListIndexesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.RemoveDatapointsRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.RemoveDatapointsRequestObjectAsyncSnippet.g.cs
index 32b1d11d44a4..db5e414f9f0f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.RemoveDatapointsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.RemoveDatapointsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.RemoveDatapointsRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.RemoveDatapointsRequestObjectSnippet.g.cs
index ca884b5669d7..e4d0aee24fb4 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.RemoveDatapointsRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.RemoveDatapointsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.UpdateIndexAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.UpdateIndexAsyncSnippet.g.cs
index fe361ff7eeb7..37411d85645d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.UpdateIndexAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.UpdateIndexAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.UpdateIndexRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.UpdateIndexRequestObjectAsyncSnippet.g.cs
index a3b8df0c866c..4b176c0249dc 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.UpdateIndexRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.UpdateIndexRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.UpdateIndexRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.UpdateIndexRequestObjectSnippet.g.cs
index ac7c01571314..fbc331f54c8b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.UpdateIndexRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.UpdateIndexRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.UpdateIndexSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.UpdateIndexSnippet.g.cs
index 6054be6139af..7613259850db 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.UpdateIndexSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.UpdateIndexSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.UpsertDatapointsRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.UpsertDatapointsRequestObjectAsyncSnippet.g.cs
index cf39193d7115..1ce3e02adc33 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.UpsertDatapointsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.UpsertDatapointsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.UpsertDatapointsRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.UpsertDatapointsRequestObjectSnippet.g.cs
index 68cf4a707b5b..45ee3a5a0966 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.UpsertDatapointsRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/IndexServiceClient.UpsertDatapointsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelBatchPredictionJobAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelBatchPredictionJobAsyncSnippet.g.cs
index 30905190f65c..69d6eedc2763 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelBatchPredictionJobAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelBatchPredictionJobAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelBatchPredictionJobRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelBatchPredictionJobRequestObjectAsyncSnippet.g.cs
index d6c89d7af1d9..d41327dfcd59 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelBatchPredictionJobRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelBatchPredictionJobRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelBatchPredictionJobRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelBatchPredictionJobRequestObjectSnippet.g.cs
index 28d35c186768..2c500ef05db3 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelBatchPredictionJobRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelBatchPredictionJobRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelBatchPredictionJobResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelBatchPredictionJobResourceNamesAsyncSnippet.g.cs
index 36e46acfb07e..97ce38eda1ca 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelBatchPredictionJobResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelBatchPredictionJobResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelBatchPredictionJobResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelBatchPredictionJobResourceNamesSnippet.g.cs
index 7d1995ca9cdb..f85683f4a8be 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelBatchPredictionJobResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelBatchPredictionJobResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelBatchPredictionJobSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelBatchPredictionJobSnippet.g.cs
index ededa28cca1f..f65fa0cdcfd6 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelBatchPredictionJobSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelBatchPredictionJobSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelCustomJobAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelCustomJobAsyncSnippet.g.cs
index 8ac4aca00399..7fb7c33b0c8a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelCustomJobAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelCustomJobAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelCustomJobRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelCustomJobRequestObjectAsyncSnippet.g.cs
index 9ccf405945ce..ceb918ae08e4 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelCustomJobRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelCustomJobRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelCustomJobRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelCustomJobRequestObjectSnippet.g.cs
index 8deb102abddb..0ccbcbb9db1a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelCustomJobRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelCustomJobRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelCustomJobResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelCustomJobResourceNamesAsyncSnippet.g.cs
index 85dcaf1d3cf6..fb08e9a79b37 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelCustomJobResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelCustomJobResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelCustomJobResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelCustomJobResourceNamesSnippet.g.cs
index 2d296e4c3520..c574192e74bb 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelCustomJobResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelCustomJobResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelCustomJobSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelCustomJobSnippet.g.cs
index f7ebf2bee4b0..c5e4890a2356 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelCustomJobSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelCustomJobSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelDataLabelingJobAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelDataLabelingJobAsyncSnippet.g.cs
index c7f783d702ff..d16221f5df35 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelDataLabelingJobAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelDataLabelingJobAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelDataLabelingJobRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelDataLabelingJobRequestObjectAsyncSnippet.g.cs
index 863ce2d31b36..e77299e4b300 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelDataLabelingJobRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelDataLabelingJobRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelDataLabelingJobRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelDataLabelingJobRequestObjectSnippet.g.cs
index cd192f5f2ce2..6fed38e8b085 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelDataLabelingJobRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelDataLabelingJobRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelDataLabelingJobResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelDataLabelingJobResourceNamesAsyncSnippet.g.cs
index c7b297a06112..d6b5e311c34b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelDataLabelingJobResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelDataLabelingJobResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelDataLabelingJobResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelDataLabelingJobResourceNamesSnippet.g.cs
index d58e12396be4..95d164595035 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelDataLabelingJobResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelDataLabelingJobResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelDataLabelingJobSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelDataLabelingJobSnippet.g.cs
index 7b27dc3bb171..fa27297f9bef 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelDataLabelingJobSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelDataLabelingJobSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelHyperparameterTuningJobAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelHyperparameterTuningJobAsyncSnippet.g.cs
index b838a4da2275..e892a753aad4 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelHyperparameterTuningJobAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelHyperparameterTuningJobAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelHyperparameterTuningJobRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelHyperparameterTuningJobRequestObjectAsyncSnippet.g.cs
index fbf260049485..05655964c44b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelHyperparameterTuningJobRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelHyperparameterTuningJobRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelHyperparameterTuningJobRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelHyperparameterTuningJobRequestObjectSnippet.g.cs
index 6f01f029fae5..aa13e7dd1afa 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelHyperparameterTuningJobRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelHyperparameterTuningJobRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelHyperparameterTuningJobResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelHyperparameterTuningJobResourceNamesAsyncSnippet.g.cs
index b1371ab8d072..1564d417d3b7 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelHyperparameterTuningJobResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelHyperparameterTuningJobResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelHyperparameterTuningJobResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelHyperparameterTuningJobResourceNamesSnippet.g.cs
index c5b5612215b5..1c8f3e067d6c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelHyperparameterTuningJobResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelHyperparameterTuningJobResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelHyperparameterTuningJobSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelHyperparameterTuningJobSnippet.g.cs
index d34984a613d6..4ff2888c89c3 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelHyperparameterTuningJobSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelHyperparameterTuningJobSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelNasJobAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelNasJobAsyncSnippet.g.cs
index 723abe244428..fc11400ad263 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelNasJobAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelNasJobAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelNasJobRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelNasJobRequestObjectAsyncSnippet.g.cs
index f91639c9da4b..40de377dd7f9 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelNasJobRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelNasJobRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelNasJobRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelNasJobRequestObjectSnippet.g.cs
index bcb4f63cc35a..c5f0ae636541 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelNasJobRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelNasJobRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelNasJobResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelNasJobResourceNamesAsyncSnippet.g.cs
index 8a404125b056..e48e8218b210 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelNasJobResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelNasJobResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelNasJobResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelNasJobResourceNamesSnippet.g.cs
index 275c3b4e4d8e..db688d63a34b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelNasJobResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelNasJobResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelNasJobSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelNasJobSnippet.g.cs
index 7a3113eda041..e3644204e81f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelNasJobSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CancelNasJobSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateBatchPredictionJobAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateBatchPredictionJobAsyncSnippet.g.cs
index f753e2980d1a..597f579b1d90 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateBatchPredictionJobAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateBatchPredictionJobAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateBatchPredictionJobRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateBatchPredictionJobRequestObjectAsyncSnippet.g.cs
index 9dba9898fd50..bced9438a5d1 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateBatchPredictionJobRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateBatchPredictionJobRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateBatchPredictionJobRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateBatchPredictionJobRequestObjectSnippet.g.cs
index c236608325c8..a5cbbc795a3e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateBatchPredictionJobRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateBatchPredictionJobRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateBatchPredictionJobResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateBatchPredictionJobResourceNamesAsyncSnippet.g.cs
index 1a749787d3e6..23a9019eeaf1 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateBatchPredictionJobResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateBatchPredictionJobResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateBatchPredictionJobResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateBatchPredictionJobResourceNamesSnippet.g.cs
index f5d4edc427fb..5f36b30c0938 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateBatchPredictionJobResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateBatchPredictionJobResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateBatchPredictionJobSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateBatchPredictionJobSnippet.g.cs
index f4237b0de157..081a74285568 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateBatchPredictionJobSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateBatchPredictionJobSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateCustomJobAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateCustomJobAsyncSnippet.g.cs
index bd784b8c94d0..b655235e9c03 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateCustomJobAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateCustomJobAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateCustomJobRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateCustomJobRequestObjectAsyncSnippet.g.cs
index 81fc6f0aed9c..bed1c970d287 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateCustomJobRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateCustomJobRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateCustomJobRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateCustomJobRequestObjectSnippet.g.cs
index 072dba56c2e4..e7c0339b7629 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateCustomJobRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateCustomJobRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateCustomJobResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateCustomJobResourceNamesAsyncSnippet.g.cs
index 6ca9aa280817..eb7879d32a6b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateCustomJobResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateCustomJobResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateCustomJobResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateCustomJobResourceNamesSnippet.g.cs
index 2b8b3a05f1e1..5a77deb35ec9 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateCustomJobResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateCustomJobResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateCustomJobSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateCustomJobSnippet.g.cs
index 93b7dcddc61f..aaeeb1391122 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateCustomJobSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateCustomJobSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateDataLabelingJobAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateDataLabelingJobAsyncSnippet.g.cs
index dd3c9f135dee..eeb505b3ad2c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateDataLabelingJobAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateDataLabelingJobAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateDataLabelingJobRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateDataLabelingJobRequestObjectAsyncSnippet.g.cs
index 6910ece168da..a0d2a9409d35 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateDataLabelingJobRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateDataLabelingJobRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateDataLabelingJobRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateDataLabelingJobRequestObjectSnippet.g.cs
index 50be0b46483b..0c04f53bf4a5 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateDataLabelingJobRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateDataLabelingJobRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateDataLabelingJobResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateDataLabelingJobResourceNamesAsyncSnippet.g.cs
index 5e1768bb3a41..9ad03218f977 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateDataLabelingJobResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateDataLabelingJobResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateDataLabelingJobResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateDataLabelingJobResourceNamesSnippet.g.cs
index 90b65a905333..6832b01e7666 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateDataLabelingJobResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateDataLabelingJobResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateDataLabelingJobSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateDataLabelingJobSnippet.g.cs
index 784e4cd4bc12..149d0823155f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateDataLabelingJobSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateDataLabelingJobSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateHyperparameterTuningJobAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateHyperparameterTuningJobAsyncSnippet.g.cs
index c58f463830e1..72f540dbe450 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateHyperparameterTuningJobAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateHyperparameterTuningJobAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateHyperparameterTuningJobRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateHyperparameterTuningJobRequestObjectAsyncSnippet.g.cs
index e6b8c71620dc..f76661c4ff06 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateHyperparameterTuningJobRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateHyperparameterTuningJobRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateHyperparameterTuningJobRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateHyperparameterTuningJobRequestObjectSnippet.g.cs
index 973697b02e7c..d7bf15943d82 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateHyperparameterTuningJobRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateHyperparameterTuningJobRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateHyperparameterTuningJobResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateHyperparameterTuningJobResourceNamesAsyncSnippet.g.cs
index bc198c461f43..7c7af3f4d169 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateHyperparameterTuningJobResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateHyperparameterTuningJobResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateHyperparameterTuningJobResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateHyperparameterTuningJobResourceNamesSnippet.g.cs
index 86b009088226..e4d667dafdde 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateHyperparameterTuningJobResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateHyperparameterTuningJobResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateHyperparameterTuningJobSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateHyperparameterTuningJobSnippet.g.cs
index ed76be243830..387d51aa4a01 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateHyperparameterTuningJobSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateHyperparameterTuningJobSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateModelDeploymentMonitoringJobAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateModelDeploymentMonitoringJobAsyncSnippet.g.cs
index ea96bd5b2e49..039161f35509 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateModelDeploymentMonitoringJobAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateModelDeploymentMonitoringJobAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateModelDeploymentMonitoringJobRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateModelDeploymentMonitoringJobRequestObjectAsyncSnippet.g.cs
index e028f60af07a..636f232df86f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateModelDeploymentMonitoringJobRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateModelDeploymentMonitoringJobRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateModelDeploymentMonitoringJobRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateModelDeploymentMonitoringJobRequestObjectSnippet.g.cs
index 050e76254de7..b7f475d8ae8f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateModelDeploymentMonitoringJobRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateModelDeploymentMonitoringJobRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateModelDeploymentMonitoringJobResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateModelDeploymentMonitoringJobResourceNamesAsyncSnippet.g.cs
index 3ef4f83f14ea..4bd1fde1ceea 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateModelDeploymentMonitoringJobResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateModelDeploymentMonitoringJobResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateModelDeploymentMonitoringJobResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateModelDeploymentMonitoringJobResourceNamesSnippet.g.cs
index 29d4ea475160..d56972e00a8f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateModelDeploymentMonitoringJobResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateModelDeploymentMonitoringJobResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateModelDeploymentMonitoringJobSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateModelDeploymentMonitoringJobSnippet.g.cs
index 529ff351aeba..07562fe8b073 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateModelDeploymentMonitoringJobSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateModelDeploymentMonitoringJobSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateNasJobAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateNasJobAsyncSnippet.g.cs
index e59fb25ff86e..942b838840ee 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateNasJobAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateNasJobAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateNasJobRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateNasJobRequestObjectAsyncSnippet.g.cs
index 45003efbf8d4..a0bf2552dc7f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateNasJobRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateNasJobRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateNasJobRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateNasJobRequestObjectSnippet.g.cs
index fda4b9881d36..7437b31d7721 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateNasJobRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateNasJobRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateNasJobResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateNasJobResourceNamesAsyncSnippet.g.cs
index 8ee1318beb69..e5956c132061 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateNasJobResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateNasJobResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateNasJobResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateNasJobResourceNamesSnippet.g.cs
index b5994d08de10..a91fd6f872d2 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateNasJobResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateNasJobResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateNasJobSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateNasJobSnippet.g.cs
index 34d4319beeb1..d9b528d457a1 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateNasJobSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.CreateNasJobSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteBatchPredictionJobAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteBatchPredictionJobAsyncSnippet.g.cs
index e921ec7b1701..ae01446de449 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteBatchPredictionJobAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteBatchPredictionJobAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteBatchPredictionJobRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteBatchPredictionJobRequestObjectAsyncSnippet.g.cs
index 4eec7ed086e8..732cbe961cf0 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteBatchPredictionJobRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteBatchPredictionJobRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteBatchPredictionJobRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteBatchPredictionJobRequestObjectSnippet.g.cs
index b11538ef1cae..ff66376f97f9 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteBatchPredictionJobRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteBatchPredictionJobRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteBatchPredictionJobResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteBatchPredictionJobResourceNamesAsyncSnippet.g.cs
index 2e3ffe934dc8..5d5044d2d9f9 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteBatchPredictionJobResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteBatchPredictionJobResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteBatchPredictionJobResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteBatchPredictionJobResourceNamesSnippet.g.cs
index 84fba2b35800..eb7817016926 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteBatchPredictionJobResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteBatchPredictionJobResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteBatchPredictionJobSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteBatchPredictionJobSnippet.g.cs
index 6036c793ac23..0f15d9f4efdb 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteBatchPredictionJobSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteBatchPredictionJobSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteCustomJobAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteCustomJobAsyncSnippet.g.cs
index 5dfc92865207..a6ec75141ab5 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteCustomJobAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteCustomJobAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteCustomJobRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteCustomJobRequestObjectAsyncSnippet.g.cs
index 1dd9e0db5118..f2e5638307b9 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteCustomJobRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteCustomJobRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteCustomJobRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteCustomJobRequestObjectSnippet.g.cs
index 01e2aaef3021..dd5953962561 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteCustomJobRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteCustomJobRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteCustomJobResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteCustomJobResourceNamesAsyncSnippet.g.cs
index 399ffb4c9ad7..6373513bd49a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteCustomJobResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteCustomJobResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteCustomJobResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteCustomJobResourceNamesSnippet.g.cs
index 490a9750c523..b698af761a8a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteCustomJobResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteCustomJobResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteCustomJobSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteCustomJobSnippet.g.cs
index 3bb403ba945d..19c48d2e4e1a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteCustomJobSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteCustomJobSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteDataLabelingJobAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteDataLabelingJobAsyncSnippet.g.cs
index 755b9919c160..b1908fa7f986 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteDataLabelingJobAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteDataLabelingJobAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteDataLabelingJobRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteDataLabelingJobRequestObjectAsyncSnippet.g.cs
index 8860b505e0e6..5ecad7d6bc47 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteDataLabelingJobRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteDataLabelingJobRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteDataLabelingJobRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteDataLabelingJobRequestObjectSnippet.g.cs
index 27b95a1bf296..442694cb052b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteDataLabelingJobRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteDataLabelingJobRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteDataLabelingJobResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteDataLabelingJobResourceNamesAsyncSnippet.g.cs
index 64f7f53c7d3b..8fc1f919347b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteDataLabelingJobResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteDataLabelingJobResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteDataLabelingJobResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteDataLabelingJobResourceNamesSnippet.g.cs
index 5e8cff18e6cb..8d4f30d96225 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteDataLabelingJobResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteDataLabelingJobResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteDataLabelingJobSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteDataLabelingJobSnippet.g.cs
index 28ba89b20b59..74053776a3a2 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteDataLabelingJobSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteDataLabelingJobSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteHyperparameterTuningJobAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteHyperparameterTuningJobAsyncSnippet.g.cs
index 82ff42390672..a5eb1df2de20 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteHyperparameterTuningJobAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteHyperparameterTuningJobAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteHyperparameterTuningJobRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteHyperparameterTuningJobRequestObjectAsyncSnippet.g.cs
index b900cd912143..527c47ab4614 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteHyperparameterTuningJobRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteHyperparameterTuningJobRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteHyperparameterTuningJobRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteHyperparameterTuningJobRequestObjectSnippet.g.cs
index 6796b1cef40c..d83e787c2bf6 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteHyperparameterTuningJobRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteHyperparameterTuningJobRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteHyperparameterTuningJobResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteHyperparameterTuningJobResourceNamesAsyncSnippet.g.cs
index a018f784d14b..ec8e75d53fce 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteHyperparameterTuningJobResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteHyperparameterTuningJobResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteHyperparameterTuningJobResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteHyperparameterTuningJobResourceNamesSnippet.g.cs
index 6f0a69957c52..aba3db4f6d57 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteHyperparameterTuningJobResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteHyperparameterTuningJobResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteHyperparameterTuningJobSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteHyperparameterTuningJobSnippet.g.cs
index d4620dd6ef35..9d5272aeddd4 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteHyperparameterTuningJobSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteHyperparameterTuningJobSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteModelDeploymentMonitoringJobAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteModelDeploymentMonitoringJobAsyncSnippet.g.cs
index a168ac4d8bd5..1c006bb3b886 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteModelDeploymentMonitoringJobAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteModelDeploymentMonitoringJobAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteModelDeploymentMonitoringJobRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteModelDeploymentMonitoringJobRequestObjectAsyncSnippet.g.cs
index b32a89d1863b..06a6763047e6 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteModelDeploymentMonitoringJobRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteModelDeploymentMonitoringJobRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteModelDeploymentMonitoringJobRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteModelDeploymentMonitoringJobRequestObjectSnippet.g.cs
index df9af1f21c3b..dff3790862bc 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteModelDeploymentMonitoringJobRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteModelDeploymentMonitoringJobRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteModelDeploymentMonitoringJobResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteModelDeploymentMonitoringJobResourceNamesAsyncSnippet.g.cs
index bc01f8f2e440..b8ff6b03c5e0 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteModelDeploymentMonitoringJobResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteModelDeploymentMonitoringJobResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteModelDeploymentMonitoringJobResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteModelDeploymentMonitoringJobResourceNamesSnippet.g.cs
index 1b49f062a6b8..7ea75ee2e1f1 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteModelDeploymentMonitoringJobResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteModelDeploymentMonitoringJobResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteModelDeploymentMonitoringJobSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteModelDeploymentMonitoringJobSnippet.g.cs
index c96b70bc6e7e..b5ec936de622 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteModelDeploymentMonitoringJobSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteModelDeploymentMonitoringJobSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteNasJobAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteNasJobAsyncSnippet.g.cs
index 253870afca7d..4d2a154aeb02 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteNasJobAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteNasJobAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteNasJobRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteNasJobRequestObjectAsyncSnippet.g.cs
index c9aec56a9768..b153a9675754 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteNasJobRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteNasJobRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteNasJobRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteNasJobRequestObjectSnippet.g.cs
index a7b7c6f04708..00759627ff2b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteNasJobRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteNasJobRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteNasJobResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteNasJobResourceNamesAsyncSnippet.g.cs
index 17c2221195bd..ec40ddb2bcf2 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteNasJobResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteNasJobResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteNasJobResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteNasJobResourceNamesSnippet.g.cs
index c3f7fd9a4720..9a5443ecda7c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteNasJobResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteNasJobResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteNasJobSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteNasJobSnippet.g.cs
index 9d7d3f7a82e7..bdb883c92fc3 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteNasJobSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.DeleteNasJobSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetBatchPredictionJobAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetBatchPredictionJobAsyncSnippet.g.cs
index 3ab12659d5d8..23e27cb027e7 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetBatchPredictionJobAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetBatchPredictionJobAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetBatchPredictionJobRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetBatchPredictionJobRequestObjectAsyncSnippet.g.cs
index 9664ef5bd4f0..c8e1f418c73e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetBatchPredictionJobRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetBatchPredictionJobRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetBatchPredictionJobRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetBatchPredictionJobRequestObjectSnippet.g.cs
index 9b377432fbdb..8e02d336a706 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetBatchPredictionJobRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetBatchPredictionJobRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetBatchPredictionJobResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetBatchPredictionJobResourceNamesAsyncSnippet.g.cs
index 8b42fd17d00a..2b3e168ea3bc 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetBatchPredictionJobResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetBatchPredictionJobResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetBatchPredictionJobResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetBatchPredictionJobResourceNamesSnippet.g.cs
index 832f8ce90eaa..466bdee27110 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetBatchPredictionJobResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetBatchPredictionJobResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetBatchPredictionJobSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetBatchPredictionJobSnippet.g.cs
index 5cc45eebefad..f4b81dd3becd 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetBatchPredictionJobSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetBatchPredictionJobSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetCustomJobAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetCustomJobAsyncSnippet.g.cs
index 49532d01004c..d8f3bcea95bc 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetCustomJobAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetCustomJobAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetCustomJobRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetCustomJobRequestObjectAsyncSnippet.g.cs
index 7a5846a427c8..57a212f2eca2 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetCustomJobRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetCustomJobRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetCustomJobRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetCustomJobRequestObjectSnippet.g.cs
index d042cdaf1e24..82afa96df84b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetCustomJobRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetCustomJobRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetCustomJobResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetCustomJobResourceNamesAsyncSnippet.g.cs
index a673866e44e7..ae0b93831c91 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetCustomJobResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetCustomJobResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetCustomJobResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetCustomJobResourceNamesSnippet.g.cs
index ece0cb761604..bd148a56aa8f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetCustomJobResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetCustomJobResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetCustomJobSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetCustomJobSnippet.g.cs
index e36986021037..669197a5baef 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetCustomJobSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetCustomJobSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetDataLabelingJobAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetDataLabelingJobAsyncSnippet.g.cs
index 8a40263e63db..a26472fd20ef 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetDataLabelingJobAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetDataLabelingJobAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetDataLabelingJobRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetDataLabelingJobRequestObjectAsyncSnippet.g.cs
index a6771d2ffd89..13a1ba309700 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetDataLabelingJobRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetDataLabelingJobRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetDataLabelingJobRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetDataLabelingJobRequestObjectSnippet.g.cs
index 62077d55baf8..f2f14409d269 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetDataLabelingJobRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetDataLabelingJobRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetDataLabelingJobResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetDataLabelingJobResourceNamesAsyncSnippet.g.cs
index b201444e7310..a27d31f16e1d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetDataLabelingJobResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetDataLabelingJobResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetDataLabelingJobResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetDataLabelingJobResourceNamesSnippet.g.cs
index df63712d6591..d82dfa3df4da 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetDataLabelingJobResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetDataLabelingJobResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetDataLabelingJobSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetDataLabelingJobSnippet.g.cs
index d16f3e6ce7ca..cff1cdc75b59 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetDataLabelingJobSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetDataLabelingJobSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetHyperparameterTuningJobAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetHyperparameterTuningJobAsyncSnippet.g.cs
index 06bbc8f18c85..d8259c381335 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetHyperparameterTuningJobAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetHyperparameterTuningJobAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetHyperparameterTuningJobRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetHyperparameterTuningJobRequestObjectAsyncSnippet.g.cs
index 17a8946f736a..2409e7c62af8 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetHyperparameterTuningJobRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetHyperparameterTuningJobRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetHyperparameterTuningJobRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetHyperparameterTuningJobRequestObjectSnippet.g.cs
index 8cbd808b6c0a..52ade8f7fcc5 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetHyperparameterTuningJobRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetHyperparameterTuningJobRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetHyperparameterTuningJobResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetHyperparameterTuningJobResourceNamesAsyncSnippet.g.cs
index e3879263b2b8..d3f8a0812692 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetHyperparameterTuningJobResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetHyperparameterTuningJobResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetHyperparameterTuningJobResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetHyperparameterTuningJobResourceNamesSnippet.g.cs
index 713ffa903821..2840207775d3 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetHyperparameterTuningJobResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetHyperparameterTuningJobResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetHyperparameterTuningJobSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetHyperparameterTuningJobSnippet.g.cs
index 54a2b2e80caa..3d9c0a195c1f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetHyperparameterTuningJobSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetHyperparameterTuningJobSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetModelDeploymentMonitoringJobAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetModelDeploymentMonitoringJobAsyncSnippet.g.cs
index 6629bf22f23e..0da99e2b03be 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetModelDeploymentMonitoringJobAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetModelDeploymentMonitoringJobAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetModelDeploymentMonitoringJobRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetModelDeploymentMonitoringJobRequestObjectAsyncSnippet.g.cs
index b7059047adc4..4223fed1b3db 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetModelDeploymentMonitoringJobRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetModelDeploymentMonitoringJobRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetModelDeploymentMonitoringJobRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetModelDeploymentMonitoringJobRequestObjectSnippet.g.cs
index ca1b9fa93fa1..bbd6f91201b1 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetModelDeploymentMonitoringJobRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetModelDeploymentMonitoringJobRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetModelDeploymentMonitoringJobResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetModelDeploymentMonitoringJobResourceNamesAsyncSnippet.g.cs
index a8139de85f4e..3250284e213e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetModelDeploymentMonitoringJobResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetModelDeploymentMonitoringJobResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetModelDeploymentMonitoringJobResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetModelDeploymentMonitoringJobResourceNamesSnippet.g.cs
index 5609f52e5972..1acc8f449ac1 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetModelDeploymentMonitoringJobResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetModelDeploymentMonitoringJobResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetModelDeploymentMonitoringJobSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetModelDeploymentMonitoringJobSnippet.g.cs
index 8bb1b7597b46..545f12bacb08 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetModelDeploymentMonitoringJobSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetModelDeploymentMonitoringJobSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetNasJobAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetNasJobAsyncSnippet.g.cs
index 3984f2de5d7f..32a2491b4661 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetNasJobAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetNasJobAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetNasJobRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetNasJobRequestObjectAsyncSnippet.g.cs
index 1c4db2d2cb6d..5540e5c3fd45 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetNasJobRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetNasJobRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetNasJobRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetNasJobRequestObjectSnippet.g.cs
index 5b9d88752b0e..3bbdd690b7cc 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetNasJobRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetNasJobRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetNasJobResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetNasJobResourceNamesAsyncSnippet.g.cs
index 41f105c2a5c3..bb9f04a0744c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetNasJobResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetNasJobResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetNasJobResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetNasJobResourceNamesSnippet.g.cs
index 320be4b85543..07a527a0220a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetNasJobResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetNasJobResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetNasJobSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetNasJobSnippet.g.cs
index 7ef405840d23..631172417147 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetNasJobSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetNasJobSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetNasTrialDetailAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetNasTrialDetailAsyncSnippet.g.cs
index 4dedf1d743e2..722e56118b96 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetNasTrialDetailAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetNasTrialDetailAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetNasTrialDetailRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetNasTrialDetailRequestObjectAsyncSnippet.g.cs
index 799347707326..b2533bfdad0e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetNasTrialDetailRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetNasTrialDetailRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetNasTrialDetailRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetNasTrialDetailRequestObjectSnippet.g.cs
index 4ed2e0c52b39..74112fc6dd38 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetNasTrialDetailRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetNasTrialDetailRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetNasTrialDetailResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetNasTrialDetailResourceNamesAsyncSnippet.g.cs
index 137439ea5d7b..4fc872655942 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetNasTrialDetailResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetNasTrialDetailResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetNasTrialDetailResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetNasTrialDetailResourceNamesSnippet.g.cs
index a1a5d1a7c96e..2d3b366782cc 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetNasTrialDetailResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetNasTrialDetailResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetNasTrialDetailSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetNasTrialDetailSnippet.g.cs
index e5af516fd67c..32322a2cbe43 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetNasTrialDetailSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.GetNasTrialDetailSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListBatchPredictionJobsAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListBatchPredictionJobsAsyncSnippet.g.cs
index 9ff13837646c..64842dbc7953 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListBatchPredictionJobsAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListBatchPredictionJobsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListBatchPredictionJobsRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListBatchPredictionJobsRequestObjectAsyncSnippet.g.cs
index 9c7125705d0d..b6367b693add 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListBatchPredictionJobsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListBatchPredictionJobsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListBatchPredictionJobsRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListBatchPredictionJobsRequestObjectSnippet.g.cs
index 17f092f4911b..2693189666f4 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListBatchPredictionJobsRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListBatchPredictionJobsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListBatchPredictionJobsResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListBatchPredictionJobsResourceNamesAsyncSnippet.g.cs
index 509683216ea3..973c9c438c96 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListBatchPredictionJobsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListBatchPredictionJobsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListBatchPredictionJobsResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListBatchPredictionJobsResourceNamesSnippet.g.cs
index 3034d5398c10..2b9060c7b82b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListBatchPredictionJobsResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListBatchPredictionJobsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListBatchPredictionJobsSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListBatchPredictionJobsSnippet.g.cs
index 68a503a4a7af..94fe72d0abea 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListBatchPredictionJobsSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListBatchPredictionJobsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListCustomJobsAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListCustomJobsAsyncSnippet.g.cs
index 107e02f6ab1d..0ec759c30046 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListCustomJobsAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListCustomJobsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListCustomJobsRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListCustomJobsRequestObjectAsyncSnippet.g.cs
index 3f39592f08e6..cba134d44e03 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListCustomJobsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListCustomJobsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListCustomJobsRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListCustomJobsRequestObjectSnippet.g.cs
index c09ff71b4721..ed05ecd1ba78 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListCustomJobsRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListCustomJobsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListCustomJobsResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListCustomJobsResourceNamesAsyncSnippet.g.cs
index 958d75c34dda..1508937f6723 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListCustomJobsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListCustomJobsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListCustomJobsResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListCustomJobsResourceNamesSnippet.g.cs
index 2b5a97c697c6..644dcef7ac0f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListCustomJobsResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListCustomJobsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListCustomJobsSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListCustomJobsSnippet.g.cs
index 0fd4dc897e91..400f3e1a2a5c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListCustomJobsSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListCustomJobsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListDataLabelingJobsAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListDataLabelingJobsAsyncSnippet.g.cs
index de0ebb6b9615..7a5bb7e87290 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListDataLabelingJobsAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListDataLabelingJobsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListDataLabelingJobsRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListDataLabelingJobsRequestObjectAsyncSnippet.g.cs
index 160614196131..65c2d724fe5d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListDataLabelingJobsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListDataLabelingJobsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListDataLabelingJobsRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListDataLabelingJobsRequestObjectSnippet.g.cs
index 75acd1473c14..adaddd77c3ef 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListDataLabelingJobsRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListDataLabelingJobsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListDataLabelingJobsResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListDataLabelingJobsResourceNamesAsyncSnippet.g.cs
index cb1d9f5a1986..8a574fe75a3d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListDataLabelingJobsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListDataLabelingJobsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListDataLabelingJobsResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListDataLabelingJobsResourceNamesSnippet.g.cs
index 03ada882338a..5dc0655dab85 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListDataLabelingJobsResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListDataLabelingJobsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListDataLabelingJobsSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListDataLabelingJobsSnippet.g.cs
index 38ff05a67000..de594f27ebc0 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListDataLabelingJobsSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListDataLabelingJobsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListHyperparameterTuningJobsAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListHyperparameterTuningJobsAsyncSnippet.g.cs
index 91f576db2906..30b06465df4e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListHyperparameterTuningJobsAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListHyperparameterTuningJobsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListHyperparameterTuningJobsRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListHyperparameterTuningJobsRequestObjectAsyncSnippet.g.cs
index 9b4a16137493..572ebf95783a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListHyperparameterTuningJobsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListHyperparameterTuningJobsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListHyperparameterTuningJobsRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListHyperparameterTuningJobsRequestObjectSnippet.g.cs
index 614285ce844b..c56e8cf03e55 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListHyperparameterTuningJobsRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListHyperparameterTuningJobsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListHyperparameterTuningJobsResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListHyperparameterTuningJobsResourceNamesAsyncSnippet.g.cs
index 303624c90477..8fd5454aab26 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListHyperparameterTuningJobsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListHyperparameterTuningJobsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListHyperparameterTuningJobsResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListHyperparameterTuningJobsResourceNamesSnippet.g.cs
index 8c8ef339bd70..64d8650e66da 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListHyperparameterTuningJobsResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListHyperparameterTuningJobsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListHyperparameterTuningJobsSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListHyperparameterTuningJobsSnippet.g.cs
index f58ea5fb804a..6c64dd90a8cd 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListHyperparameterTuningJobsSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListHyperparameterTuningJobsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListModelDeploymentMonitoringJobsAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListModelDeploymentMonitoringJobsAsyncSnippet.g.cs
index 05bb60aa25de..56eed6f56109 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListModelDeploymentMonitoringJobsAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListModelDeploymentMonitoringJobsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListModelDeploymentMonitoringJobsRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListModelDeploymentMonitoringJobsRequestObjectAsyncSnippet.g.cs
index 2c8050015d1f..b7bc49b3e400 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListModelDeploymentMonitoringJobsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListModelDeploymentMonitoringJobsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListModelDeploymentMonitoringJobsRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListModelDeploymentMonitoringJobsRequestObjectSnippet.g.cs
index ff4bbb2080e8..a6dab091fab0 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListModelDeploymentMonitoringJobsRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListModelDeploymentMonitoringJobsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListModelDeploymentMonitoringJobsResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListModelDeploymentMonitoringJobsResourceNamesAsyncSnippet.g.cs
index 3c6fb8ee5795..da58083bc02e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListModelDeploymentMonitoringJobsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListModelDeploymentMonitoringJobsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListModelDeploymentMonitoringJobsResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListModelDeploymentMonitoringJobsResourceNamesSnippet.g.cs
index a1af9670164e..0e24641b6231 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListModelDeploymentMonitoringJobsResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListModelDeploymentMonitoringJobsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListModelDeploymentMonitoringJobsSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListModelDeploymentMonitoringJobsSnippet.g.cs
index c4d5c6d6499e..d0bd9fe698f0 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListModelDeploymentMonitoringJobsSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListModelDeploymentMonitoringJobsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListNasJobsAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListNasJobsAsyncSnippet.g.cs
index b02336879d3c..46ff29bde607 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListNasJobsAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListNasJobsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListNasJobsRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListNasJobsRequestObjectAsyncSnippet.g.cs
index d6763364e3c3..e773c0329dcd 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListNasJobsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListNasJobsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListNasJobsRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListNasJobsRequestObjectSnippet.g.cs
index 6740124b7d15..995027accc4b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListNasJobsRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListNasJobsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListNasJobsResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListNasJobsResourceNamesAsyncSnippet.g.cs
index 0d5f8d0d20fc..f157bf10ff2d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListNasJobsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListNasJobsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListNasJobsResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListNasJobsResourceNamesSnippet.g.cs
index a6995a1b4302..66029d9f5d0e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListNasJobsResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListNasJobsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListNasJobsSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListNasJobsSnippet.g.cs
index f849b85fbbb4..ba47ddda20ab 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListNasJobsSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListNasJobsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListNasTrialDetailsAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListNasTrialDetailsAsyncSnippet.g.cs
index 9851a58146fa..95e5b08941bc 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListNasTrialDetailsAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListNasTrialDetailsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListNasTrialDetailsRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListNasTrialDetailsRequestObjectAsyncSnippet.g.cs
index 91014e4a9e96..2e5bc102ef35 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListNasTrialDetailsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListNasTrialDetailsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListNasTrialDetailsRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListNasTrialDetailsRequestObjectSnippet.g.cs
index 285733e27ae9..0c87936d5485 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListNasTrialDetailsRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListNasTrialDetailsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListNasTrialDetailsResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListNasTrialDetailsResourceNamesAsyncSnippet.g.cs
index 18525a64ab49..3f2d41e15bb4 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListNasTrialDetailsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListNasTrialDetailsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListNasTrialDetailsResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListNasTrialDetailsResourceNamesSnippet.g.cs
index a29f8d705c24..0e1d8ee7fde2 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListNasTrialDetailsResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListNasTrialDetailsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListNasTrialDetailsSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListNasTrialDetailsSnippet.g.cs
index 687da93f5a20..78db4a694556 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListNasTrialDetailsSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ListNasTrialDetailsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.PauseModelDeploymentMonitoringJobAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.PauseModelDeploymentMonitoringJobAsyncSnippet.g.cs
index 052495a7d999..0c5d2f02cbb5 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.PauseModelDeploymentMonitoringJobAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.PauseModelDeploymentMonitoringJobAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.PauseModelDeploymentMonitoringJobRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.PauseModelDeploymentMonitoringJobRequestObjectAsyncSnippet.g.cs
index b124343a9c61..155bd61281c2 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.PauseModelDeploymentMonitoringJobRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.PauseModelDeploymentMonitoringJobRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.PauseModelDeploymentMonitoringJobRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.PauseModelDeploymentMonitoringJobRequestObjectSnippet.g.cs
index 86d2d8aca24d..409195101265 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.PauseModelDeploymentMonitoringJobRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.PauseModelDeploymentMonitoringJobRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.PauseModelDeploymentMonitoringJobResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.PauseModelDeploymentMonitoringJobResourceNamesAsyncSnippet.g.cs
index b41901b6385e..9c1f0a3931ff 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.PauseModelDeploymentMonitoringJobResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.PauseModelDeploymentMonitoringJobResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.PauseModelDeploymentMonitoringJobResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.PauseModelDeploymentMonitoringJobResourceNamesSnippet.g.cs
index c76145eeccbc..1adb199e652a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.PauseModelDeploymentMonitoringJobResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.PauseModelDeploymentMonitoringJobResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.PauseModelDeploymentMonitoringJobSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.PauseModelDeploymentMonitoringJobSnippet.g.cs
index f204c6b596d4..4f6a25d9a63f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.PauseModelDeploymentMonitoringJobSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.PauseModelDeploymentMonitoringJobSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ResumeModelDeploymentMonitoringJobAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ResumeModelDeploymentMonitoringJobAsyncSnippet.g.cs
index 47e503ba92aa..12f5d6645efc 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ResumeModelDeploymentMonitoringJobAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ResumeModelDeploymentMonitoringJobAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ResumeModelDeploymentMonitoringJobRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ResumeModelDeploymentMonitoringJobRequestObjectAsyncSnippet.g.cs
index 478742d7ef29..caead0e1d9b7 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ResumeModelDeploymentMonitoringJobRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ResumeModelDeploymentMonitoringJobRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ResumeModelDeploymentMonitoringJobRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ResumeModelDeploymentMonitoringJobRequestObjectSnippet.g.cs
index bdef27b32b2c..63dcae9abd41 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ResumeModelDeploymentMonitoringJobRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ResumeModelDeploymentMonitoringJobRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ResumeModelDeploymentMonitoringJobResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ResumeModelDeploymentMonitoringJobResourceNamesAsyncSnippet.g.cs
index 1e9414930204..a28d6c200266 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ResumeModelDeploymentMonitoringJobResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ResumeModelDeploymentMonitoringJobResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ResumeModelDeploymentMonitoringJobResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ResumeModelDeploymentMonitoringJobResourceNamesSnippet.g.cs
index edab7a6c95f2..746394c8e4cb 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ResumeModelDeploymentMonitoringJobResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ResumeModelDeploymentMonitoringJobResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ResumeModelDeploymentMonitoringJobSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ResumeModelDeploymentMonitoringJobSnippet.g.cs
index e80489932041..94b9625bce11 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ResumeModelDeploymentMonitoringJobSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.ResumeModelDeploymentMonitoringJobSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.SearchModelDeploymentMonitoringStatsAnomaliesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.SearchModelDeploymentMonitoringStatsAnomaliesAsyncSnippet.g.cs
index 2c5b096bb724..05e858e21fa3 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.SearchModelDeploymentMonitoringStatsAnomaliesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.SearchModelDeploymentMonitoringStatsAnomaliesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.SearchModelDeploymentMonitoringStatsAnomaliesRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.SearchModelDeploymentMonitoringStatsAnomaliesRequestObjectAsyncSnippet.g.cs
index 14153c6abd7e..651f0befc7b5 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.SearchModelDeploymentMonitoringStatsAnomaliesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.SearchModelDeploymentMonitoringStatsAnomaliesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.SearchModelDeploymentMonitoringStatsAnomaliesRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.SearchModelDeploymentMonitoringStatsAnomaliesRequestObjectSnippet.g.cs
index c4c3242cd4f5..ef28a0b19ef5 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.SearchModelDeploymentMonitoringStatsAnomaliesRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.SearchModelDeploymentMonitoringStatsAnomaliesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.SearchModelDeploymentMonitoringStatsAnomaliesResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.SearchModelDeploymentMonitoringStatsAnomaliesResourceNamesAsyncSnippet.g.cs
index 7c89fcd6689a..aeeeed0fa5a7 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.SearchModelDeploymentMonitoringStatsAnomaliesResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.SearchModelDeploymentMonitoringStatsAnomaliesResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.SearchModelDeploymentMonitoringStatsAnomaliesResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.SearchModelDeploymentMonitoringStatsAnomaliesResourceNamesSnippet.g.cs
index c017021154fc..1a7a15f4caa0 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.SearchModelDeploymentMonitoringStatsAnomaliesResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.SearchModelDeploymentMonitoringStatsAnomaliesResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.SearchModelDeploymentMonitoringStatsAnomaliesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.SearchModelDeploymentMonitoringStatsAnomaliesSnippet.g.cs
index 4701a3b0148a..9eb7e197eb87 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.SearchModelDeploymentMonitoringStatsAnomaliesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.SearchModelDeploymentMonitoringStatsAnomaliesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.UpdateModelDeploymentMonitoringJobAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.UpdateModelDeploymentMonitoringJobAsyncSnippet.g.cs
index 4d906e2b6ab9..a1df6d58df50 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.UpdateModelDeploymentMonitoringJobAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.UpdateModelDeploymentMonitoringJobAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.UpdateModelDeploymentMonitoringJobRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.UpdateModelDeploymentMonitoringJobRequestObjectAsyncSnippet.g.cs
index 3fc0a279c15d..4db973aa909d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.UpdateModelDeploymentMonitoringJobRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.UpdateModelDeploymentMonitoringJobRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.UpdateModelDeploymentMonitoringJobRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.UpdateModelDeploymentMonitoringJobRequestObjectSnippet.g.cs
index cb723ff3e188..bbff8e0543bc 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.UpdateModelDeploymentMonitoringJobRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.UpdateModelDeploymentMonitoringJobRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.UpdateModelDeploymentMonitoringJobSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.UpdateModelDeploymentMonitoringJobSnippet.g.cs
index e5ba7ff86656..9b5f5dcf6706 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.UpdateModelDeploymentMonitoringJobSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/JobServiceClient.UpdateModelDeploymentMonitoringJobSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/LlmUtilityServiceClient.ComputeTokensAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/LlmUtilityServiceClient.ComputeTokensAsyncSnippet.g.cs
index 27ee154d86b2..f7854b409cfd 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/LlmUtilityServiceClient.ComputeTokensAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/LlmUtilityServiceClient.ComputeTokensAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/LlmUtilityServiceClient.ComputeTokensRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/LlmUtilityServiceClient.ComputeTokensRequestObjectAsyncSnippet.g.cs
index b4f1c9feb318..30af282ad545 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/LlmUtilityServiceClient.ComputeTokensRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/LlmUtilityServiceClient.ComputeTokensRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/LlmUtilityServiceClient.ComputeTokensRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/LlmUtilityServiceClient.ComputeTokensRequestObjectSnippet.g.cs
index 3bdc832c338a..aae01f0ad19f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/LlmUtilityServiceClient.ComputeTokensRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/LlmUtilityServiceClient.ComputeTokensRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/LlmUtilityServiceClient.ComputeTokensResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/LlmUtilityServiceClient.ComputeTokensResourceNamesAsyncSnippet.g.cs
index d8fe45ea4cab..85f98ee155cc 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/LlmUtilityServiceClient.ComputeTokensResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/LlmUtilityServiceClient.ComputeTokensResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/LlmUtilityServiceClient.ComputeTokensResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/LlmUtilityServiceClient.ComputeTokensResourceNamesSnippet.g.cs
index 2457885269a9..e49e723baa85 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/LlmUtilityServiceClient.ComputeTokensResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/LlmUtilityServiceClient.ComputeTokensResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/LlmUtilityServiceClient.ComputeTokensSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/LlmUtilityServiceClient.ComputeTokensSnippet.g.cs
index ca807e7a4fd2..cce73b6eb82a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/LlmUtilityServiceClient.ComputeTokensSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/LlmUtilityServiceClient.ComputeTokensSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/LlmUtilityServiceClient.CountTokensAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/LlmUtilityServiceClient.CountTokensAsyncSnippet.g.cs
index 1481e90ae128..15aa4fc0a420 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/LlmUtilityServiceClient.CountTokensAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/LlmUtilityServiceClient.CountTokensAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/LlmUtilityServiceClient.CountTokensRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/LlmUtilityServiceClient.CountTokensRequestObjectAsyncSnippet.g.cs
index 57df46ed3f0e..0d92ca4cc677 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/LlmUtilityServiceClient.CountTokensRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/LlmUtilityServiceClient.CountTokensRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/LlmUtilityServiceClient.CountTokensRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/LlmUtilityServiceClient.CountTokensRequestObjectSnippet.g.cs
index cf1a47d5ae82..14d50b4afd07 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/LlmUtilityServiceClient.CountTokensRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/LlmUtilityServiceClient.CountTokensRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/LlmUtilityServiceClient.CountTokensResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/LlmUtilityServiceClient.CountTokensResourceNamesAsyncSnippet.g.cs
index a41a59f3f148..8ef62d67a6fa 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/LlmUtilityServiceClient.CountTokensResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/LlmUtilityServiceClient.CountTokensResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/LlmUtilityServiceClient.CountTokensResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/LlmUtilityServiceClient.CountTokensResourceNamesSnippet.g.cs
index 316d732fcc76..d0ccdd6c996a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/LlmUtilityServiceClient.CountTokensResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/LlmUtilityServiceClient.CountTokensResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/LlmUtilityServiceClient.CountTokensSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/LlmUtilityServiceClient.CountTokensSnippet.g.cs
index 437ede5c081d..0aee54e16dec 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/LlmUtilityServiceClient.CountTokensSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/LlmUtilityServiceClient.CountTokensSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MatchServiceClient.FindNeighborsRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MatchServiceClient.FindNeighborsRequestObjectAsyncSnippet.g.cs
index 24c8d1d8eb92..c74ef47817db 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MatchServiceClient.FindNeighborsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MatchServiceClient.FindNeighborsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MatchServiceClient.FindNeighborsRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MatchServiceClient.FindNeighborsRequestObjectSnippet.g.cs
index 17668a8dff76..c9ece5130e7c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MatchServiceClient.FindNeighborsRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MatchServiceClient.FindNeighborsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MatchServiceClient.ReadIndexDatapointsRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MatchServiceClient.ReadIndexDatapointsRequestObjectAsyncSnippet.g.cs
index 6e8b5ae225bd..49e3c04173ad 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MatchServiceClient.ReadIndexDatapointsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MatchServiceClient.ReadIndexDatapointsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MatchServiceClient.ReadIndexDatapointsRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MatchServiceClient.ReadIndexDatapointsRequestObjectSnippet.g.cs
index 63a4d6023235..dbbcb13085e3 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MatchServiceClient.ReadIndexDatapointsRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MatchServiceClient.ReadIndexDatapointsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddContextArtifactsAndExecutionsAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddContextArtifactsAndExecutionsAsyncSnippet.g.cs
index c2add7a26846..5abb52dc9d66 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddContextArtifactsAndExecutionsAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddContextArtifactsAndExecutionsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddContextArtifactsAndExecutionsRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddContextArtifactsAndExecutionsRequestObjectAsyncSnippet.g.cs
index 3467451370bb..53c55e2fae89 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddContextArtifactsAndExecutionsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddContextArtifactsAndExecutionsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddContextArtifactsAndExecutionsRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddContextArtifactsAndExecutionsRequestObjectSnippet.g.cs
index a2f186559559..26a00762bfa9 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddContextArtifactsAndExecutionsRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddContextArtifactsAndExecutionsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddContextArtifactsAndExecutionsResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddContextArtifactsAndExecutionsResourceNamesAsyncSnippet.g.cs
index 5d27d14446ca..558953053f7f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddContextArtifactsAndExecutionsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddContextArtifactsAndExecutionsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddContextArtifactsAndExecutionsResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddContextArtifactsAndExecutionsResourceNamesSnippet.g.cs
index 41b8eac80480..a30be6e9de3d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddContextArtifactsAndExecutionsResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddContextArtifactsAndExecutionsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddContextArtifactsAndExecutionsSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddContextArtifactsAndExecutionsSnippet.g.cs
index d514db622fd4..64755355ea70 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddContextArtifactsAndExecutionsSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddContextArtifactsAndExecutionsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddContextChildrenAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddContextChildrenAsyncSnippet.g.cs
index 6a5037d0ce9a..4f5700ecfd9e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddContextChildrenAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddContextChildrenAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddContextChildrenRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddContextChildrenRequestObjectAsyncSnippet.g.cs
index 44550f0df159..9fc27595812a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddContextChildrenRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddContextChildrenRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddContextChildrenRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddContextChildrenRequestObjectSnippet.g.cs
index c1e531ce31be..4e79ec136a8c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddContextChildrenRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddContextChildrenRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddContextChildrenResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddContextChildrenResourceNamesAsyncSnippet.g.cs
index 6130d056db8b..18cdc9b07380 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddContextChildrenResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddContextChildrenResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddContextChildrenResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddContextChildrenResourceNamesSnippet.g.cs
index 649dde18ee72..63068d7356af 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddContextChildrenResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddContextChildrenResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddContextChildrenSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddContextChildrenSnippet.g.cs
index 84c9e3e760b6..72f9e6fd5219 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddContextChildrenSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddContextChildrenSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddExecutionEventsAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddExecutionEventsAsyncSnippet.g.cs
index fc051d37728b..553af2cbc7b8 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddExecutionEventsAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddExecutionEventsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddExecutionEventsRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddExecutionEventsRequestObjectAsyncSnippet.g.cs
index 5a9583e41a51..89cee16eb5ee 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddExecutionEventsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddExecutionEventsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddExecutionEventsRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddExecutionEventsRequestObjectSnippet.g.cs
index b8f9c2d9e9bf..df352ece293c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddExecutionEventsRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddExecutionEventsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddExecutionEventsResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddExecutionEventsResourceNamesAsyncSnippet.g.cs
index b109a2a5349c..fa0d4cbe1662 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddExecutionEventsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddExecutionEventsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddExecutionEventsResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddExecutionEventsResourceNamesSnippet.g.cs
index 290947f34693..929eed76f137 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddExecutionEventsResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddExecutionEventsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddExecutionEventsSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddExecutionEventsSnippet.g.cs
index bb82a0e04644..cb4932174c83 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddExecutionEventsSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.AddExecutionEventsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateArtifactAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateArtifactAsyncSnippet.g.cs
index 60c64f3e106d..2544059fa142 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateArtifactAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateArtifactAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateArtifactRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateArtifactRequestObjectAsyncSnippet.g.cs
index c20515657b70..2a90a9fe433b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateArtifactRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateArtifactRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateArtifactRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateArtifactRequestObjectSnippet.g.cs
index 0a1551df6f1f..2cae258139a9 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateArtifactRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateArtifactRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateArtifactResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateArtifactResourceNamesAsyncSnippet.g.cs
index 7f9bd8622133..1537c71a05a6 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateArtifactResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateArtifactResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateArtifactResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateArtifactResourceNamesSnippet.g.cs
index f94fb8a0e040..ccf12c4b18a5 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateArtifactResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateArtifactResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateArtifactSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateArtifactSnippet.g.cs
index f5e9413b0946..4ab7467b1571 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateArtifactSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateArtifactSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateContextAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateContextAsyncSnippet.g.cs
index 463c02dcb377..735716321ffe 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateContextAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateContextAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateContextRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateContextRequestObjectAsyncSnippet.g.cs
index 3316332232b7..99ae0d26e5fc 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateContextRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateContextRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateContextRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateContextRequestObjectSnippet.g.cs
index ddd645c9770c..6a63d3f9e71b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateContextRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateContextRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateContextResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateContextResourceNamesAsyncSnippet.g.cs
index c801486c8f43..1b15a2cfeea4 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateContextResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateContextResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateContextResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateContextResourceNamesSnippet.g.cs
index a125c3a1f8c3..489f35c98630 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateContextResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateContextResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateContextSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateContextSnippet.g.cs
index ab9740425309..3c59a4a4b94a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateContextSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateContextSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateExecutionAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateExecutionAsyncSnippet.g.cs
index dd9874584dc9..2373488f68bf 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateExecutionAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateExecutionAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateExecutionRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateExecutionRequestObjectAsyncSnippet.g.cs
index d153ad98ff71..cb02171e0324 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateExecutionRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateExecutionRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateExecutionRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateExecutionRequestObjectSnippet.g.cs
index 41882359f67c..32e87ace6763 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateExecutionRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateExecutionRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateExecutionResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateExecutionResourceNamesAsyncSnippet.g.cs
index e6600babf924..4c5e93cd0243 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateExecutionResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateExecutionResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateExecutionResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateExecutionResourceNamesSnippet.g.cs
index 5ffa9d858770..d2babd864ad2 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateExecutionResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateExecutionResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateExecutionSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateExecutionSnippet.g.cs
index 5a8338d4f143..e1f563b041b0 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateExecutionSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateExecutionSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateMetadataSchemaAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateMetadataSchemaAsyncSnippet.g.cs
index 7367bb449fe1..732bd1d1d206 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateMetadataSchemaAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateMetadataSchemaAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateMetadataSchemaRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateMetadataSchemaRequestObjectAsyncSnippet.g.cs
index 94e14dad9221..17d85f3914c4 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateMetadataSchemaRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateMetadataSchemaRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateMetadataSchemaRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateMetadataSchemaRequestObjectSnippet.g.cs
index 45f0cb97d9a6..d33955216862 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateMetadataSchemaRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateMetadataSchemaRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateMetadataSchemaResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateMetadataSchemaResourceNamesAsyncSnippet.g.cs
index 0877cdddb018..15ee8f0f8526 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateMetadataSchemaResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateMetadataSchemaResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateMetadataSchemaResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateMetadataSchemaResourceNamesSnippet.g.cs
index e463b9375f53..6d4f6db3c047 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateMetadataSchemaResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateMetadataSchemaResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateMetadataSchemaSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateMetadataSchemaSnippet.g.cs
index 1616a1cb921f..0b5b872f2307 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateMetadataSchemaSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateMetadataSchemaSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateMetadataStoreAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateMetadataStoreAsyncSnippet.g.cs
index 768bee116beb..f2335dc5eb78 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateMetadataStoreAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateMetadataStoreAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateMetadataStoreRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateMetadataStoreRequestObjectAsyncSnippet.g.cs
index 3e91292f5412..822fd21a9320 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateMetadataStoreRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateMetadataStoreRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateMetadataStoreRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateMetadataStoreRequestObjectSnippet.g.cs
index a5d45618801d..4c63f4cd2be0 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateMetadataStoreRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateMetadataStoreRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateMetadataStoreResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateMetadataStoreResourceNamesAsyncSnippet.g.cs
index bb98434de1d6..f65ed52e421f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateMetadataStoreResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateMetadataStoreResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateMetadataStoreResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateMetadataStoreResourceNamesSnippet.g.cs
index 33b3267260e5..fb82a804b793 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateMetadataStoreResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateMetadataStoreResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateMetadataStoreSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateMetadataStoreSnippet.g.cs
index 680fbe2b500a..019ff4e24b8e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateMetadataStoreSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.CreateMetadataStoreSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteArtifactAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteArtifactAsyncSnippet.g.cs
index e99cc5c44ad8..879dae5515f9 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteArtifactAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteArtifactAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteArtifactRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteArtifactRequestObjectAsyncSnippet.g.cs
index c9bdfdd05954..f0e1b606a30d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteArtifactRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteArtifactRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteArtifactRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteArtifactRequestObjectSnippet.g.cs
index b74e934e90ba..e56579fbf050 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteArtifactRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteArtifactRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteArtifactResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteArtifactResourceNamesAsyncSnippet.g.cs
index 2cbb30ef1f87..fbb4516b5088 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteArtifactResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteArtifactResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteArtifactResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteArtifactResourceNamesSnippet.g.cs
index e31491f48421..96dafbf4d407 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteArtifactResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteArtifactResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteArtifactSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteArtifactSnippet.g.cs
index 4d0c4e4739dc..b47018f0d23e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteArtifactSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteArtifactSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteContextAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteContextAsyncSnippet.g.cs
index 19ae7c794f7e..3347795cbfa3 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteContextAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteContextAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteContextRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteContextRequestObjectAsyncSnippet.g.cs
index bd3d84570e84..f3b48e5d61cf 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteContextRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteContextRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteContextRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteContextRequestObjectSnippet.g.cs
index 89e6c973733b..eb71d257b052 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteContextRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteContextRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteContextResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteContextResourceNamesAsyncSnippet.g.cs
index db9acef4bbd2..91ac7d98ba6c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteContextResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteContextResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteContextResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteContextResourceNamesSnippet.g.cs
index 60a41697338f..3061bcb07b96 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteContextResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteContextResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteContextSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteContextSnippet.g.cs
index c0a271e84e6e..05cdead4b64c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteContextSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteContextSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteExecutionAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteExecutionAsyncSnippet.g.cs
index 3ee20f096280..99d82baa061d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteExecutionAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteExecutionAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteExecutionRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteExecutionRequestObjectAsyncSnippet.g.cs
index 97229aad8371..b3451495ebd5 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteExecutionRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteExecutionRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteExecutionRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteExecutionRequestObjectSnippet.g.cs
index 8d78d58b890e..ceb5c2cedb81 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteExecutionRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteExecutionRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteExecutionResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteExecutionResourceNamesAsyncSnippet.g.cs
index e2d7d3b14a59..ce7a3e8e7a63 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteExecutionResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteExecutionResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteExecutionResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteExecutionResourceNamesSnippet.g.cs
index c05e1c2986b3..fd31f9f1933a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteExecutionResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteExecutionResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteExecutionSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteExecutionSnippet.g.cs
index 3480220c4495..aaffa1c17005 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteExecutionSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteExecutionSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteMetadataStoreAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteMetadataStoreAsyncSnippet.g.cs
index 22c76924b24b..ff0080a32e50 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteMetadataStoreAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteMetadataStoreAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteMetadataStoreRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteMetadataStoreRequestObjectAsyncSnippet.g.cs
index 0ac953db39ae..a16e69fc6915 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteMetadataStoreRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteMetadataStoreRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteMetadataStoreRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteMetadataStoreRequestObjectSnippet.g.cs
index d7349593ba5f..b57a1f32128f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteMetadataStoreRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteMetadataStoreRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteMetadataStoreResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteMetadataStoreResourceNamesAsyncSnippet.g.cs
index c4f3f6d1f117..27f1f20acebb 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteMetadataStoreResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteMetadataStoreResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteMetadataStoreResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteMetadataStoreResourceNamesSnippet.g.cs
index ade9fef1dd69..99cad1f5c97f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteMetadataStoreResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteMetadataStoreResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteMetadataStoreSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteMetadataStoreSnippet.g.cs
index b9faa45bda24..3f476ed71af8 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteMetadataStoreSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.DeleteMetadataStoreSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetArtifactAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetArtifactAsyncSnippet.g.cs
index b332ee868173..6cc88b97b1e2 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetArtifactAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetArtifactAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetArtifactRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetArtifactRequestObjectAsyncSnippet.g.cs
index 86509f981c53..6b2a0d289536 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetArtifactRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetArtifactRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetArtifactRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetArtifactRequestObjectSnippet.g.cs
index 48fca7fff752..26b8105747bb 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetArtifactRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetArtifactRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetArtifactResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetArtifactResourceNamesAsyncSnippet.g.cs
index 54c13c4516ce..c7b6b592e73c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetArtifactResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetArtifactResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetArtifactResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetArtifactResourceNamesSnippet.g.cs
index aa53621f7630..fd6ecf3a90ed 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetArtifactResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetArtifactResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetArtifactSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetArtifactSnippet.g.cs
index d797da7b842d..43a32c1f4118 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetArtifactSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetArtifactSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetContextAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetContextAsyncSnippet.g.cs
index 495f2dacabc7..0576f3954edb 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetContextAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetContextAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetContextRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetContextRequestObjectAsyncSnippet.g.cs
index e2035acc00ae..98024f9518ab 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetContextRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetContextRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetContextRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetContextRequestObjectSnippet.g.cs
index 7f3b6dd3e041..2d5e7eea6584 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetContextRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetContextRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetContextResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetContextResourceNamesAsyncSnippet.g.cs
index faa8735d9034..f7b981b70e5a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetContextResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetContextResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetContextResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetContextResourceNamesSnippet.g.cs
index 1372988c2092..0396eceee6f4 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetContextResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetContextResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetContextSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetContextSnippet.g.cs
index 4e19d779384f..251419faaaf4 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetContextSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetContextSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetExecutionAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetExecutionAsyncSnippet.g.cs
index a0753ecae3e4..a5677441eddd 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetExecutionAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetExecutionAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetExecutionRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetExecutionRequestObjectAsyncSnippet.g.cs
index a566a197e758..d3cd386401db 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetExecutionRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetExecutionRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetExecutionRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetExecutionRequestObjectSnippet.g.cs
index 4f086ed1b714..7554d4b9b092 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetExecutionRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetExecutionRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetExecutionResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetExecutionResourceNamesAsyncSnippet.g.cs
index a4d877f3bae8..51450f89b6d9 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetExecutionResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetExecutionResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetExecutionResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetExecutionResourceNamesSnippet.g.cs
index 16f0e9129901..5db2b701891e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetExecutionResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetExecutionResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetExecutionSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetExecutionSnippet.g.cs
index 66c6b444ddb4..6631fc3d477c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetExecutionSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetExecutionSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetMetadataSchemaAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetMetadataSchemaAsyncSnippet.g.cs
index 303a0c93913e..88fa4eea13ce 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetMetadataSchemaAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetMetadataSchemaAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetMetadataSchemaRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetMetadataSchemaRequestObjectAsyncSnippet.g.cs
index 3bb30e9ad900..aadbb9c1c3c7 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetMetadataSchemaRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetMetadataSchemaRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetMetadataSchemaRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetMetadataSchemaRequestObjectSnippet.g.cs
index 05d7986dc726..47bfc612304a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetMetadataSchemaRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetMetadataSchemaRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetMetadataSchemaResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetMetadataSchemaResourceNamesAsyncSnippet.g.cs
index 05651ed4a189..181a64a1fa02 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetMetadataSchemaResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetMetadataSchemaResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetMetadataSchemaResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetMetadataSchemaResourceNamesSnippet.g.cs
index e409bd7b4367..6ad3a1322097 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetMetadataSchemaResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetMetadataSchemaResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetMetadataSchemaSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetMetadataSchemaSnippet.g.cs
index ccf28fdfabaa..8da5daabe01e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetMetadataSchemaSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetMetadataSchemaSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetMetadataStoreAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetMetadataStoreAsyncSnippet.g.cs
index a4c17414dea5..9a03a5d0ab57 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetMetadataStoreAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetMetadataStoreAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetMetadataStoreRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetMetadataStoreRequestObjectAsyncSnippet.g.cs
index 67ea34064e15..29cb6b3e5c2e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetMetadataStoreRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetMetadataStoreRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetMetadataStoreRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetMetadataStoreRequestObjectSnippet.g.cs
index 938457ddba4c..88623482e293 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetMetadataStoreRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetMetadataStoreRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetMetadataStoreResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetMetadataStoreResourceNamesAsyncSnippet.g.cs
index 13836aba32fa..f52b39d2961e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetMetadataStoreResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetMetadataStoreResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetMetadataStoreResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetMetadataStoreResourceNamesSnippet.g.cs
index f863e1635081..3110c005d6ff 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetMetadataStoreResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetMetadataStoreResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetMetadataStoreSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetMetadataStoreSnippet.g.cs
index 7d0a8f70c27f..6cd09aaffffa 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetMetadataStoreSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.GetMetadataStoreSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListArtifactsAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListArtifactsAsyncSnippet.g.cs
index a83061cee88a..ee2d29700188 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListArtifactsAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListArtifactsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListArtifactsRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListArtifactsRequestObjectAsyncSnippet.g.cs
index 2f632eafd592..e5d1dd9978ed 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListArtifactsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListArtifactsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListArtifactsRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListArtifactsRequestObjectSnippet.g.cs
index 046da15cfb40..d89466b0b25b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListArtifactsRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListArtifactsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListArtifactsResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListArtifactsResourceNamesAsyncSnippet.g.cs
index 4de84a4f871a..3930d8d12464 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListArtifactsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListArtifactsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListArtifactsResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListArtifactsResourceNamesSnippet.g.cs
index 429b5d5f854a..88efdc88e30e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListArtifactsResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListArtifactsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListArtifactsSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListArtifactsSnippet.g.cs
index 6e5061037965..01935097e005 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListArtifactsSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListArtifactsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListContextsAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListContextsAsyncSnippet.g.cs
index 525908e307a3..68e141080dba 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListContextsAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListContextsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListContextsRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListContextsRequestObjectAsyncSnippet.g.cs
index 66f12d47f503..c65fea1f0d5d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListContextsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListContextsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListContextsRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListContextsRequestObjectSnippet.g.cs
index fe74a0a55d66..c9b07b758b39 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListContextsRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListContextsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListContextsResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListContextsResourceNamesAsyncSnippet.g.cs
index 4151618e99a4..c9fa93bc09fd 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListContextsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListContextsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListContextsResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListContextsResourceNamesSnippet.g.cs
index 25bac1d3f7aa..f8620f8f3ac3 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListContextsResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListContextsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListContextsSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListContextsSnippet.g.cs
index 483c2e99b512..1679ce88fdbf 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListContextsSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListContextsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListExecutionsAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListExecutionsAsyncSnippet.g.cs
index f0e1f7a33de5..89f0ddd1b930 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListExecutionsAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListExecutionsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListExecutionsRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListExecutionsRequestObjectAsyncSnippet.g.cs
index 0ac240f694dc..f7eb6572857f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListExecutionsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListExecutionsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListExecutionsRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListExecutionsRequestObjectSnippet.g.cs
index 6c890faf07b3..cf9953ef6fd7 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListExecutionsRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListExecutionsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListExecutionsResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListExecutionsResourceNamesAsyncSnippet.g.cs
index ce75feefe043..2be0acbf1c93 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListExecutionsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListExecutionsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListExecutionsResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListExecutionsResourceNamesSnippet.g.cs
index 036d19df4e6d..1ac84f4d6a63 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListExecutionsResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListExecutionsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListExecutionsSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListExecutionsSnippet.g.cs
index 1cc9556fca70..e6ecd3e90ec5 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListExecutionsSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListExecutionsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListMetadataSchemasAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListMetadataSchemasAsyncSnippet.g.cs
index 123129d5c5cf..f26d8eb203f4 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListMetadataSchemasAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListMetadataSchemasAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListMetadataSchemasRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListMetadataSchemasRequestObjectAsyncSnippet.g.cs
index 6321b1b30340..ebd2b69b4513 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListMetadataSchemasRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListMetadataSchemasRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListMetadataSchemasRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListMetadataSchemasRequestObjectSnippet.g.cs
index 7da2b79583aa..4d9ce11542fb 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListMetadataSchemasRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListMetadataSchemasRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListMetadataSchemasResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListMetadataSchemasResourceNamesAsyncSnippet.g.cs
index 36df00ff501a..c2e9ad449d90 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListMetadataSchemasResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListMetadataSchemasResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListMetadataSchemasResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListMetadataSchemasResourceNamesSnippet.g.cs
index aef5638435bd..9f92c73d8cf4 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListMetadataSchemasResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListMetadataSchemasResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListMetadataSchemasSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListMetadataSchemasSnippet.g.cs
index 786aebb858f6..41e65e31be48 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListMetadataSchemasSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListMetadataSchemasSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListMetadataStoresAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListMetadataStoresAsyncSnippet.g.cs
index 07d3116409e6..7571ef6de9f8 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListMetadataStoresAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListMetadataStoresAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListMetadataStoresRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListMetadataStoresRequestObjectAsyncSnippet.g.cs
index 50dbd410d13e..a39683941a6b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListMetadataStoresRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListMetadataStoresRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListMetadataStoresRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListMetadataStoresRequestObjectSnippet.g.cs
index 0a5fad5149ca..e4780e2fbf56 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListMetadataStoresRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListMetadataStoresRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListMetadataStoresResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListMetadataStoresResourceNamesAsyncSnippet.g.cs
index f308c74633ff..c47e58abe1fb 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListMetadataStoresResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListMetadataStoresResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListMetadataStoresResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListMetadataStoresResourceNamesSnippet.g.cs
index fdd51fb9d99f..72dd0cd88dc9 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListMetadataStoresResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListMetadataStoresResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListMetadataStoresSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListMetadataStoresSnippet.g.cs
index 4f31cba59971..081cdaf28c76 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListMetadataStoresSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.ListMetadataStoresSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeArtifactsAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeArtifactsAsyncSnippet.g.cs
index b235cd61088d..a76865caee6f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeArtifactsAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeArtifactsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeArtifactsRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeArtifactsRequestObjectAsyncSnippet.g.cs
index 80a1cae3b1a4..4fed058fc8e7 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeArtifactsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeArtifactsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeArtifactsRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeArtifactsRequestObjectSnippet.g.cs
index 279859ac50cd..5e1808bfb3ac 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeArtifactsRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeArtifactsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeArtifactsResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeArtifactsResourceNamesAsyncSnippet.g.cs
index 7814dbebdd74..ba5d70cbceca 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeArtifactsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeArtifactsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeArtifactsResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeArtifactsResourceNamesSnippet.g.cs
index 318035abd464..71d55815b43e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeArtifactsResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeArtifactsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeArtifactsSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeArtifactsSnippet.g.cs
index aeaac8d4a805..7fa07bb18759 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeArtifactsSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeArtifactsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeContextsAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeContextsAsyncSnippet.g.cs
index 9fe695ab862f..6e30a8468555 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeContextsAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeContextsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeContextsRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeContextsRequestObjectAsyncSnippet.g.cs
index ed3cb75c07bf..e5f7afc6c85e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeContextsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeContextsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeContextsRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeContextsRequestObjectSnippet.g.cs
index 9eef4e04bfce..04a3c1064a38 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeContextsRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeContextsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeContextsResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeContextsResourceNamesAsyncSnippet.g.cs
index 3a5ef8aea209..3e630331c5c2 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeContextsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeContextsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeContextsResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeContextsResourceNamesSnippet.g.cs
index 2763b39daa12..43620cf35bf3 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeContextsResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeContextsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeContextsSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeContextsSnippet.g.cs
index cfc24b47e430..f47157c79a7f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeContextsSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeContextsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeExecutionsAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeExecutionsAsyncSnippet.g.cs
index f5cbf2fa2e1d..a45e720c1219 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeExecutionsAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeExecutionsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeExecutionsRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeExecutionsRequestObjectAsyncSnippet.g.cs
index 62917a040273..fcad8c370e46 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeExecutionsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeExecutionsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeExecutionsRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeExecutionsRequestObjectSnippet.g.cs
index 54bc39d693b7..15babe581683 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeExecutionsRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeExecutionsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeExecutionsResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeExecutionsResourceNamesAsyncSnippet.g.cs
index edeace7fbe52..d1c5965da2d6 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeExecutionsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeExecutionsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeExecutionsResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeExecutionsResourceNamesSnippet.g.cs
index e477c3594671..5ef5f1a6a49f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeExecutionsResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeExecutionsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeExecutionsSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeExecutionsSnippet.g.cs
index 53061178b9f4..cbad96d3c757 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeExecutionsSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.PurgeExecutionsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryArtifactLineageSubgraphAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryArtifactLineageSubgraphAsyncSnippet.g.cs
index 22f04d106bf4..ee9350d84fa0 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryArtifactLineageSubgraphAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryArtifactLineageSubgraphAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryArtifactLineageSubgraphRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryArtifactLineageSubgraphRequestObjectAsyncSnippet.g.cs
index 5ba94f191c5f..d5e9fd5d885b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryArtifactLineageSubgraphRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryArtifactLineageSubgraphRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryArtifactLineageSubgraphRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryArtifactLineageSubgraphRequestObjectSnippet.g.cs
index 843f2b4a4adf..58718ae8c1ff 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryArtifactLineageSubgraphRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryArtifactLineageSubgraphRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryArtifactLineageSubgraphResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryArtifactLineageSubgraphResourceNamesAsyncSnippet.g.cs
index a2d45e0953bd..a2f98c5db4fc 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryArtifactLineageSubgraphResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryArtifactLineageSubgraphResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryArtifactLineageSubgraphResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryArtifactLineageSubgraphResourceNamesSnippet.g.cs
index d247278c38bd..1d6729925767 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryArtifactLineageSubgraphResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryArtifactLineageSubgraphResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryArtifactLineageSubgraphSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryArtifactLineageSubgraphSnippet.g.cs
index 08887effd87f..96bd0f408688 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryArtifactLineageSubgraphSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryArtifactLineageSubgraphSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryContextLineageSubgraphAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryContextLineageSubgraphAsyncSnippet.g.cs
index 55dd0df877e0..730fe47429b1 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryContextLineageSubgraphAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryContextLineageSubgraphAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryContextLineageSubgraphRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryContextLineageSubgraphRequestObjectAsyncSnippet.g.cs
index 8e0b028d5e6a..ceba93f1b37a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryContextLineageSubgraphRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryContextLineageSubgraphRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryContextLineageSubgraphRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryContextLineageSubgraphRequestObjectSnippet.g.cs
index 604b8a927df5..e1f8bd96bbd5 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryContextLineageSubgraphRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryContextLineageSubgraphRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryContextLineageSubgraphResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryContextLineageSubgraphResourceNamesAsyncSnippet.g.cs
index d192e208ae6b..3fdb43ba2454 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryContextLineageSubgraphResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryContextLineageSubgraphResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryContextLineageSubgraphResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryContextLineageSubgraphResourceNamesSnippet.g.cs
index 02012796ced1..5dea2433d5ca 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryContextLineageSubgraphResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryContextLineageSubgraphResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryContextLineageSubgraphSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryContextLineageSubgraphSnippet.g.cs
index c8bce028e825..6cf5cf517486 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryContextLineageSubgraphSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryContextLineageSubgraphSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryExecutionInputsAndOutputsAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryExecutionInputsAndOutputsAsyncSnippet.g.cs
index bb81889ae7a7..1689223f5af2 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryExecutionInputsAndOutputsAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryExecutionInputsAndOutputsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryExecutionInputsAndOutputsRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryExecutionInputsAndOutputsRequestObjectAsyncSnippet.g.cs
index bd4702751059..316e37c9682f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryExecutionInputsAndOutputsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryExecutionInputsAndOutputsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryExecutionInputsAndOutputsRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryExecutionInputsAndOutputsRequestObjectSnippet.g.cs
index 93be14397d65..b052777f6ec7 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryExecutionInputsAndOutputsRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryExecutionInputsAndOutputsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryExecutionInputsAndOutputsResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryExecutionInputsAndOutputsResourceNamesAsyncSnippet.g.cs
index dd2bc3c6c729..bc2e5ac7504a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryExecutionInputsAndOutputsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryExecutionInputsAndOutputsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryExecutionInputsAndOutputsResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryExecutionInputsAndOutputsResourceNamesSnippet.g.cs
index 190198695622..e132a4c1739d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryExecutionInputsAndOutputsResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryExecutionInputsAndOutputsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryExecutionInputsAndOutputsSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryExecutionInputsAndOutputsSnippet.g.cs
index 374fa463765f..5f5fa63bdbb7 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryExecutionInputsAndOutputsSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.QueryExecutionInputsAndOutputsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.RemoveContextChildrenAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.RemoveContextChildrenAsyncSnippet.g.cs
index 6bf8041ba47e..de55351def75 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.RemoveContextChildrenAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.RemoveContextChildrenAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.RemoveContextChildrenRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.RemoveContextChildrenRequestObjectAsyncSnippet.g.cs
index 59bb7c68cdec..841cb5f99537 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.RemoveContextChildrenRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.RemoveContextChildrenRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.RemoveContextChildrenRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.RemoveContextChildrenRequestObjectSnippet.g.cs
index ab65e64b51d4..146c6e6d4def 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.RemoveContextChildrenRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.RemoveContextChildrenRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.RemoveContextChildrenResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.RemoveContextChildrenResourceNamesAsyncSnippet.g.cs
index 4d30430c5bb2..891509c6551a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.RemoveContextChildrenResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.RemoveContextChildrenResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.RemoveContextChildrenResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.RemoveContextChildrenResourceNamesSnippet.g.cs
index 2d1c35ff0731..5d17b2cb2f5f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.RemoveContextChildrenResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.RemoveContextChildrenResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.RemoveContextChildrenSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.RemoveContextChildrenSnippet.g.cs
index c9a41d38aa7d..dc4d23d2e803 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.RemoveContextChildrenSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.RemoveContextChildrenSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.UpdateArtifactAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.UpdateArtifactAsyncSnippet.g.cs
index e2a9a25a787f..deada6f578dd 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.UpdateArtifactAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.UpdateArtifactAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.UpdateArtifactRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.UpdateArtifactRequestObjectAsyncSnippet.g.cs
index b217cecc376e..8e152790eccf 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.UpdateArtifactRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.UpdateArtifactRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.UpdateArtifactRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.UpdateArtifactRequestObjectSnippet.g.cs
index d3bcdee0744d..8518bf1c9656 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.UpdateArtifactRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.UpdateArtifactRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.UpdateArtifactSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.UpdateArtifactSnippet.g.cs
index b86aa580c091..756dec04024c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.UpdateArtifactSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.UpdateArtifactSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.UpdateContextAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.UpdateContextAsyncSnippet.g.cs
index df34a8185328..9ca644edf599 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.UpdateContextAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.UpdateContextAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.UpdateContextRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.UpdateContextRequestObjectAsyncSnippet.g.cs
index fb38feb6256b..9ca1b84c2b1f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.UpdateContextRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.UpdateContextRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.UpdateContextRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.UpdateContextRequestObjectSnippet.g.cs
index b1d482207864..d7c72d5e02c0 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.UpdateContextRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.UpdateContextRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.UpdateContextSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.UpdateContextSnippet.g.cs
index 93798e8176dc..900f3e18c749 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.UpdateContextSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.UpdateContextSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.UpdateExecutionAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.UpdateExecutionAsyncSnippet.g.cs
index 6c193f139f86..bc98529848c5 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.UpdateExecutionAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.UpdateExecutionAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.UpdateExecutionRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.UpdateExecutionRequestObjectAsyncSnippet.g.cs
index 75419251e0e4..51526a39cb05 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.UpdateExecutionRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.UpdateExecutionRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.UpdateExecutionRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.UpdateExecutionRequestObjectSnippet.g.cs
index f50524b9402b..10005aa993cf 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.UpdateExecutionRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.UpdateExecutionRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.UpdateExecutionSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.UpdateExecutionSnippet.g.cs
index 054411359ecd..65fd1cbbd3a2 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.UpdateExecutionSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MetadataServiceClient.UpdateExecutionSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MigrationServiceClient.BatchMigrateResourcesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MigrationServiceClient.BatchMigrateResourcesAsyncSnippet.g.cs
index e4998cc7400f..2e759f8a004a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MigrationServiceClient.BatchMigrateResourcesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MigrationServiceClient.BatchMigrateResourcesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MigrationServiceClient.BatchMigrateResourcesRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MigrationServiceClient.BatchMigrateResourcesRequestObjectAsyncSnippet.g.cs
index 63be9f9e41b3..040904b4cb84 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MigrationServiceClient.BatchMigrateResourcesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MigrationServiceClient.BatchMigrateResourcesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MigrationServiceClient.BatchMigrateResourcesRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MigrationServiceClient.BatchMigrateResourcesRequestObjectSnippet.g.cs
index 139c35206ace..501c8e052b86 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MigrationServiceClient.BatchMigrateResourcesRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MigrationServiceClient.BatchMigrateResourcesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MigrationServiceClient.BatchMigrateResourcesResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MigrationServiceClient.BatchMigrateResourcesResourceNamesAsyncSnippet.g.cs
index a6ca858d4e24..bb805d9735e2 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MigrationServiceClient.BatchMigrateResourcesResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MigrationServiceClient.BatchMigrateResourcesResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MigrationServiceClient.BatchMigrateResourcesResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MigrationServiceClient.BatchMigrateResourcesResourceNamesSnippet.g.cs
index dae1c0c79a9d..f7da7757ebb1 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MigrationServiceClient.BatchMigrateResourcesResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MigrationServiceClient.BatchMigrateResourcesResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MigrationServiceClient.BatchMigrateResourcesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MigrationServiceClient.BatchMigrateResourcesSnippet.g.cs
index 2ed937c4c6e7..48a36ca7597e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MigrationServiceClient.BatchMigrateResourcesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MigrationServiceClient.BatchMigrateResourcesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MigrationServiceClient.SearchMigratableResourcesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MigrationServiceClient.SearchMigratableResourcesAsyncSnippet.g.cs
index 3173ed4e6a3f..187d6af61cc3 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MigrationServiceClient.SearchMigratableResourcesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MigrationServiceClient.SearchMigratableResourcesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MigrationServiceClient.SearchMigratableResourcesRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MigrationServiceClient.SearchMigratableResourcesRequestObjectAsyncSnippet.g.cs
index 6ce5f659448c..62b130ebaaf1 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MigrationServiceClient.SearchMigratableResourcesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MigrationServiceClient.SearchMigratableResourcesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MigrationServiceClient.SearchMigratableResourcesRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MigrationServiceClient.SearchMigratableResourcesRequestObjectSnippet.g.cs
index 803eb5be27ea..259d38f6da37 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MigrationServiceClient.SearchMigratableResourcesRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MigrationServiceClient.SearchMigratableResourcesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MigrationServiceClient.SearchMigratableResourcesResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MigrationServiceClient.SearchMigratableResourcesResourceNamesAsyncSnippet.g.cs
index f9c1ed4b71a0..12d03a78ca0c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MigrationServiceClient.SearchMigratableResourcesResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MigrationServiceClient.SearchMigratableResourcesResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MigrationServiceClient.SearchMigratableResourcesResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MigrationServiceClient.SearchMigratableResourcesResourceNamesSnippet.g.cs
index 9bb53c5bb591..64fcbc145b27 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MigrationServiceClient.SearchMigratableResourcesResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MigrationServiceClient.SearchMigratableResourcesResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MigrationServiceClient.SearchMigratableResourcesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MigrationServiceClient.SearchMigratableResourcesSnippet.g.cs
index 3f9960faa887..a9775ae6b545 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MigrationServiceClient.SearchMigratableResourcesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/MigrationServiceClient.SearchMigratableResourcesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelGardenServiceClient.GetPublisherModelAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelGardenServiceClient.GetPublisherModelAsyncSnippet.g.cs
index e86cddfd769e..053a2f55c469 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelGardenServiceClient.GetPublisherModelAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelGardenServiceClient.GetPublisherModelAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelGardenServiceClient.GetPublisherModelRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelGardenServiceClient.GetPublisherModelRequestObjectAsyncSnippet.g.cs
index 13b05056f1ff..dbb5205944d0 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelGardenServiceClient.GetPublisherModelRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelGardenServiceClient.GetPublisherModelRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelGardenServiceClient.GetPublisherModelRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelGardenServiceClient.GetPublisherModelRequestObjectSnippet.g.cs
index 517af2305feb..4e91fb656f9c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelGardenServiceClient.GetPublisherModelRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelGardenServiceClient.GetPublisherModelRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelGardenServiceClient.GetPublisherModelResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelGardenServiceClient.GetPublisherModelResourceNamesAsyncSnippet.g.cs
index 9abbd9772079..e3339ffb9a2e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelGardenServiceClient.GetPublisherModelResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelGardenServiceClient.GetPublisherModelResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelGardenServiceClient.GetPublisherModelResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelGardenServiceClient.GetPublisherModelResourceNamesSnippet.g.cs
index aedc11eeadf7..d22daed01a00 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelGardenServiceClient.GetPublisherModelResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelGardenServiceClient.GetPublisherModelResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelGardenServiceClient.GetPublisherModelSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelGardenServiceClient.GetPublisherModelSnippet.g.cs
index a203417f5549..4fc6b7504036 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelGardenServiceClient.GetPublisherModelSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelGardenServiceClient.GetPublisherModelSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.BatchImportEvaluatedAnnotationsAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.BatchImportEvaluatedAnnotationsAsyncSnippet.g.cs
index 4681a4314dcd..20dba3e12cc1 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.BatchImportEvaluatedAnnotationsAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.BatchImportEvaluatedAnnotationsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.BatchImportEvaluatedAnnotationsRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.BatchImportEvaluatedAnnotationsRequestObjectAsyncSnippet.g.cs
index eb71980061bb..75b58e9fb5b9 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.BatchImportEvaluatedAnnotationsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.BatchImportEvaluatedAnnotationsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.BatchImportEvaluatedAnnotationsRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.BatchImportEvaluatedAnnotationsRequestObjectSnippet.g.cs
index dee8cfa84231..e349af79fd6f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.BatchImportEvaluatedAnnotationsRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.BatchImportEvaluatedAnnotationsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.BatchImportEvaluatedAnnotationsResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.BatchImportEvaluatedAnnotationsResourceNamesAsyncSnippet.g.cs
index 5565cb74a4ad..f7aa4dc68abb 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.BatchImportEvaluatedAnnotationsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.BatchImportEvaluatedAnnotationsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.BatchImportEvaluatedAnnotationsResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.BatchImportEvaluatedAnnotationsResourceNamesSnippet.g.cs
index c51ccc058d42..0fcfdbe4eca1 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.BatchImportEvaluatedAnnotationsResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.BatchImportEvaluatedAnnotationsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.BatchImportEvaluatedAnnotationsSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.BatchImportEvaluatedAnnotationsSnippet.g.cs
index 2a480b5648b9..160ce2ac42b1 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.BatchImportEvaluatedAnnotationsSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.BatchImportEvaluatedAnnotationsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.BatchImportModelEvaluationSlicesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.BatchImportModelEvaluationSlicesAsyncSnippet.g.cs
index f069971ae338..7bbdbb671a35 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.BatchImportModelEvaluationSlicesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.BatchImportModelEvaluationSlicesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.BatchImportModelEvaluationSlicesRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.BatchImportModelEvaluationSlicesRequestObjectAsyncSnippet.g.cs
index 21c4a320e3c4..bc852a99a3ca 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.BatchImportModelEvaluationSlicesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.BatchImportModelEvaluationSlicesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.BatchImportModelEvaluationSlicesRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.BatchImportModelEvaluationSlicesRequestObjectSnippet.g.cs
index be1fbf360c88..6c6499e99fe2 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.BatchImportModelEvaluationSlicesRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.BatchImportModelEvaluationSlicesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.BatchImportModelEvaluationSlicesResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.BatchImportModelEvaluationSlicesResourceNamesAsyncSnippet.g.cs
index e4a3d4fb603c..c5f4a079cb65 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.BatchImportModelEvaluationSlicesResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.BatchImportModelEvaluationSlicesResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.BatchImportModelEvaluationSlicesResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.BatchImportModelEvaluationSlicesResourceNamesSnippet.g.cs
index 726d6d8ae638..e7bee618f1ac 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.BatchImportModelEvaluationSlicesResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.BatchImportModelEvaluationSlicesResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.BatchImportModelEvaluationSlicesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.BatchImportModelEvaluationSlicesSnippet.g.cs
index 12cfe05f9002..5396567ffcd3 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.BatchImportModelEvaluationSlicesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.BatchImportModelEvaluationSlicesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.CopyModelAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.CopyModelAsyncSnippet.g.cs
index b91a03e7ca38..f40e092af913 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.CopyModelAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.CopyModelAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.CopyModelRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.CopyModelRequestObjectAsyncSnippet.g.cs
index eded32ef8b48..3744bfa2a3d3 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.CopyModelRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.CopyModelRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.CopyModelRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.CopyModelRequestObjectSnippet.g.cs
index 2483d192c52d..fc78c8368764 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.CopyModelRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.CopyModelRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.CopyModelResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.CopyModelResourceNamesAsyncSnippet.g.cs
index 84323b3fe3be..3b9b3d6e9e4b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.CopyModelResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.CopyModelResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.CopyModelResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.CopyModelResourceNamesSnippet.g.cs
index fe904430ccd3..17fec78bdeb5 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.CopyModelResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.CopyModelResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.CopyModelSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.CopyModelSnippet.g.cs
index 65b5f668cae1..382000fdaca7 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.CopyModelSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.CopyModelSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.DeleteModelAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.DeleteModelAsyncSnippet.g.cs
index 91b38c3947f3..70c73b6d694b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.DeleteModelAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.DeleteModelAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.DeleteModelRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.DeleteModelRequestObjectAsyncSnippet.g.cs
index 33379cef02c7..63f36b5c1913 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.DeleteModelRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.DeleteModelRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.DeleteModelRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.DeleteModelRequestObjectSnippet.g.cs
index ce4b6d267968..90eb54936502 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.DeleteModelRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.DeleteModelRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.DeleteModelResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.DeleteModelResourceNamesAsyncSnippet.g.cs
index 582b80ff2078..b6684d5dbcf2 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.DeleteModelResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.DeleteModelResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.DeleteModelResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.DeleteModelResourceNamesSnippet.g.cs
index 4f3699735df3..79a9da249a64 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.DeleteModelResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.DeleteModelResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.DeleteModelSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.DeleteModelSnippet.g.cs
index 94f357fb0d52..a6bf82383dfc 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.DeleteModelSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.DeleteModelSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.DeleteModelVersionAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.DeleteModelVersionAsyncSnippet.g.cs
index 5a04fbbcfd03..76579e421932 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.DeleteModelVersionAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.DeleteModelVersionAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.DeleteModelVersionRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.DeleteModelVersionRequestObjectAsyncSnippet.g.cs
index 2e8310298f23..31ee50a32801 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.DeleteModelVersionRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.DeleteModelVersionRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.DeleteModelVersionRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.DeleteModelVersionRequestObjectSnippet.g.cs
index 75d48478df07..5b3add1eec95 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.DeleteModelVersionRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.DeleteModelVersionRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.DeleteModelVersionResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.DeleteModelVersionResourceNamesAsyncSnippet.g.cs
index 060b1e4bbd6e..d5098249d80d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.DeleteModelVersionResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.DeleteModelVersionResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.DeleteModelVersionResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.DeleteModelVersionResourceNamesSnippet.g.cs
index 48ea20a7d37b..e03e407f8400 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.DeleteModelVersionResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.DeleteModelVersionResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.DeleteModelVersionSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.DeleteModelVersionSnippet.g.cs
index 6d080014701c..443d120a32ad 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.DeleteModelVersionSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.DeleteModelVersionSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ExportModelAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ExportModelAsyncSnippet.g.cs
index 7b5cee883029..f48140577570 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ExportModelAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ExportModelAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ExportModelRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ExportModelRequestObjectAsyncSnippet.g.cs
index f1ae1f3b1326..fd18b1a3645e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ExportModelRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ExportModelRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ExportModelRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ExportModelRequestObjectSnippet.g.cs
index 2a115df74446..eb55180517d0 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ExportModelRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ExportModelRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ExportModelResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ExportModelResourceNamesAsyncSnippet.g.cs
index 3ff6e474d5cd..0c9a42d86ecc 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ExportModelResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ExportModelResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ExportModelResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ExportModelResourceNamesSnippet.g.cs
index 39ad1a84626d..6adbd8882d3b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ExportModelResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ExportModelResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ExportModelSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ExportModelSnippet.g.cs
index 6c3eaae4b060..ce33c40b297c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ExportModelSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ExportModelSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelAsyncSnippet.g.cs
index 3d143293faae..cc748443c79c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelEvaluationAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelEvaluationAsyncSnippet.g.cs
index 9df17fa1a74c..4e5d0ea47f9b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelEvaluationAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelEvaluationAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelEvaluationRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelEvaluationRequestObjectAsyncSnippet.g.cs
index d8f010a8f193..a003501613ed 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelEvaluationRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelEvaluationRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelEvaluationRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelEvaluationRequestObjectSnippet.g.cs
index 20bfafcf1140..2283926a3406 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelEvaluationRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelEvaluationRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelEvaluationResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelEvaluationResourceNamesAsyncSnippet.g.cs
index 8f005dc1dc49..a543a43101e5 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelEvaluationResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelEvaluationResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelEvaluationResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelEvaluationResourceNamesSnippet.g.cs
index 64cfae52b456..8bd6d8e5d0e6 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelEvaluationResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelEvaluationResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelEvaluationSliceAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelEvaluationSliceAsyncSnippet.g.cs
index 018f127e83e2..5c023beb87e9 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelEvaluationSliceAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelEvaluationSliceAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelEvaluationSliceRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelEvaluationSliceRequestObjectAsyncSnippet.g.cs
index 7f2c7562f1f7..424bf7f4bc0e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelEvaluationSliceRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelEvaluationSliceRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelEvaluationSliceRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelEvaluationSliceRequestObjectSnippet.g.cs
index 7cefa452bafc..a91284f98c5c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelEvaluationSliceRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelEvaluationSliceRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelEvaluationSliceResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelEvaluationSliceResourceNamesAsyncSnippet.g.cs
index 9ea548b67659..e677cb8daa51 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelEvaluationSliceResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelEvaluationSliceResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelEvaluationSliceResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelEvaluationSliceResourceNamesSnippet.g.cs
index 3076a18a49e1..2ebbce5af9b9 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelEvaluationSliceResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelEvaluationSliceResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelEvaluationSliceSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelEvaluationSliceSnippet.g.cs
index a5bea44335a0..9655d5c551c0 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelEvaluationSliceSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelEvaluationSliceSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelEvaluationSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelEvaluationSnippet.g.cs
index 6ce4c43d8506..14dd9df24535 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelEvaluationSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelEvaluationSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelRequestObjectAsyncSnippet.g.cs
index 148a4d6e8078..ed292b59a909 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelRequestObjectSnippet.g.cs
index d82c53b26053..79ebad9d4a24 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelResourceNamesAsyncSnippet.g.cs
index 9e6e1dea6300..645f5ad1bb4a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelResourceNamesSnippet.g.cs
index af62584482fe..1cc9dfa83250 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelSnippet.g.cs
index 8ed367dfbc6b..32e96e6070ce 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.GetModelSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ImportModelEvaluationAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ImportModelEvaluationAsyncSnippet.g.cs
index 173b1696e58c..b694d8dc4d14 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ImportModelEvaluationAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ImportModelEvaluationAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ImportModelEvaluationRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ImportModelEvaluationRequestObjectAsyncSnippet.g.cs
index 8e0034e91c28..1e384628739f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ImportModelEvaluationRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ImportModelEvaluationRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ImportModelEvaluationRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ImportModelEvaluationRequestObjectSnippet.g.cs
index 892650972864..76939d0ed5b9 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ImportModelEvaluationRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ImportModelEvaluationRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ImportModelEvaluationResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ImportModelEvaluationResourceNamesAsyncSnippet.g.cs
index 311a3b5f220f..359fb4e80df5 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ImportModelEvaluationResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ImportModelEvaluationResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ImportModelEvaluationResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ImportModelEvaluationResourceNamesSnippet.g.cs
index 25a6a8c2f78a..494fa5ff7fca 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ImportModelEvaluationResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ImportModelEvaluationResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ImportModelEvaluationSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ImportModelEvaluationSnippet.g.cs
index a96fa4501237..72b1a731eec5 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ImportModelEvaluationSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ImportModelEvaluationSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelEvaluationSlicesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelEvaluationSlicesAsyncSnippet.g.cs
index 448b873028dc..38bd7d6e23cb 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelEvaluationSlicesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelEvaluationSlicesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelEvaluationSlicesRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelEvaluationSlicesRequestObjectAsyncSnippet.g.cs
index 86aed316bc42..94644b497c58 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelEvaluationSlicesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelEvaluationSlicesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelEvaluationSlicesRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelEvaluationSlicesRequestObjectSnippet.g.cs
index e29ce70a584a..6558baf4c28a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelEvaluationSlicesRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelEvaluationSlicesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelEvaluationSlicesResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelEvaluationSlicesResourceNamesAsyncSnippet.g.cs
index 3d155a89980c..fa3a70e01c9d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelEvaluationSlicesResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelEvaluationSlicesResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelEvaluationSlicesResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelEvaluationSlicesResourceNamesSnippet.g.cs
index be2308282f0a..71a306755171 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelEvaluationSlicesResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelEvaluationSlicesResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelEvaluationSlicesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelEvaluationSlicesSnippet.g.cs
index bdf3714c9e76..2250348ca986 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelEvaluationSlicesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelEvaluationSlicesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelEvaluationsAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelEvaluationsAsyncSnippet.g.cs
index 4c9c18f8c3ee..25cb93af99c4 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelEvaluationsAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelEvaluationsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelEvaluationsRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelEvaluationsRequestObjectAsyncSnippet.g.cs
index ba2d06095a06..c8c73126acfc 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelEvaluationsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelEvaluationsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelEvaluationsRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelEvaluationsRequestObjectSnippet.g.cs
index f406fa0f56dc..b61e0d59e9e0 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelEvaluationsRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelEvaluationsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelEvaluationsResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelEvaluationsResourceNamesAsyncSnippet.g.cs
index 28d82cee383b..40e60b8feb18 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelEvaluationsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelEvaluationsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelEvaluationsResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelEvaluationsResourceNamesSnippet.g.cs
index 1cd6513b980e..833afe8fef7a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelEvaluationsResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelEvaluationsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelEvaluationsSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelEvaluationsSnippet.g.cs
index 2bf72a137747..5e5deae6ba68 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelEvaluationsSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelEvaluationsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelVersionCheckpointsAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelVersionCheckpointsAsyncSnippet.g.cs
new file mode 100644
index 000000000000..a0f08f358ada
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelVersionCheckpointsAsyncSnippet.g.cs
@@ -0,0 +1,79 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_ModelService_ListModelVersionCheckpoints_async_flattened]
+ using Google.Api.Gax;
+ using Google.Cloud.AIPlatform.V1;
+ using System;
+ using System.Linq;
+ using System.Threading.Tasks;
+
+ public sealed partial class GeneratedModelServiceClientSnippets
+ {
+ /// Snippet for ListModelVersionCheckpointsAsync
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public async Task ListModelVersionCheckpointsAsync()
+ {
+ // Create client
+ ModelServiceClient modelServiceClient = await ModelServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ string name = "projects/[PROJECT]/locations/[LOCATION]/models/[MODEL]";
+ // Make the request
+ PagedAsyncEnumerable response = modelServiceClient.ListModelVersionCheckpointsAsync(name);
+
+ // Iterate over all response items, lazily performing RPCs as required
+ await response.ForEachAsync((ModelVersionCheckpoint item) =>
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ });
+
+ // Or iterate over pages (of server-defined size), performing one RPC per page
+ await response.AsRawResponses().ForEachAsync((ListModelVersionCheckpointsResponse page) =>
+ {
+ // Do something with each page of items
+ Console.WriteLine("A page of results:");
+ foreach (ModelVersionCheckpoint item in page)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ });
+
+ // Or retrieve a single page of known size (unless it's the final page), performing as many RPCs as required
+ int pageSize = 10;
+ Page singlePage = await response.ReadPageAsync(pageSize);
+ // Do something with the page of items
+ Console.WriteLine($"A page of {pageSize} results (unless it's the final page):");
+ foreach (ModelVersionCheckpoint item in singlePage)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ // Store the pageToken, for when the next page is required.
+ string nextPageToken = singlePage.NextPageToken;
+ }
+ }
+ // [END aiplatform_v1_generated_ModelService_ListModelVersionCheckpoints_async_flattened]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelVersionCheckpointsRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelVersionCheckpointsRequestObjectAsyncSnippet.g.cs
new file mode 100644
index 000000000000..3e947f9b9815
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelVersionCheckpointsRequestObjectAsyncSnippet.g.cs
@@ -0,0 +1,82 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_ModelService_ListModelVersionCheckpoints_async]
+ using Google.Api.Gax;
+ using Google.Cloud.AIPlatform.V1;
+ using System;
+ using System.Linq;
+ using System.Threading.Tasks;
+
+ public sealed partial class GeneratedModelServiceClientSnippets
+ {
+ /// Snippet for ListModelVersionCheckpointsAsync
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public async Task ListModelVersionCheckpointsRequestObjectAsync()
+ {
+ // Create client
+ ModelServiceClient modelServiceClient = await ModelServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ ListModelVersionCheckpointsRequest request = new ListModelVersionCheckpointsRequest
+ {
+ ModelName = ModelName.FromProjectLocationModel("[PROJECT]", "[LOCATION]", "[MODEL]"),
+ };
+ // Make the request
+ PagedAsyncEnumerable response = modelServiceClient.ListModelVersionCheckpointsAsync(request);
+
+ // Iterate over all response items, lazily performing RPCs as required
+ await response.ForEachAsync((ModelVersionCheckpoint item) =>
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ });
+
+ // Or iterate over pages (of server-defined size), performing one RPC per page
+ await response.AsRawResponses().ForEachAsync((ListModelVersionCheckpointsResponse page) =>
+ {
+ // Do something with each page of items
+ Console.WriteLine("A page of results:");
+ foreach (ModelVersionCheckpoint item in page)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ });
+
+ // Or retrieve a single page of known size (unless it's the final page), performing as many RPCs as required
+ int pageSize = 10;
+ Page singlePage = await response.ReadPageAsync(pageSize);
+ // Do something with the page of items
+ Console.WriteLine($"A page of {pageSize} results (unless it's the final page):");
+ foreach (ModelVersionCheckpoint item in singlePage)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ // Store the pageToken, for when the next page is required.
+ string nextPageToken = singlePage.NextPageToken;
+ }
+ }
+ // [END aiplatform_v1_generated_ModelService_ListModelVersionCheckpoints_async]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelVersionCheckpointsRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelVersionCheckpointsRequestObjectSnippet.g.cs
new file mode 100644
index 000000000000..1b5284948701
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelVersionCheckpointsRequestObjectSnippet.g.cs
@@ -0,0 +1,80 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_ModelService_ListModelVersionCheckpoints_sync]
+ using Google.Api.Gax;
+ using Google.Cloud.AIPlatform.V1;
+ using System;
+
+ public sealed partial class GeneratedModelServiceClientSnippets
+ {
+ /// Snippet for ListModelVersionCheckpoints
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public void ListModelVersionCheckpointsRequestObject()
+ {
+ // Create client
+ ModelServiceClient modelServiceClient = ModelServiceClient.Create();
+ // Initialize request argument(s)
+ ListModelVersionCheckpointsRequest request = new ListModelVersionCheckpointsRequest
+ {
+ ModelName = ModelName.FromProjectLocationModel("[PROJECT]", "[LOCATION]", "[MODEL]"),
+ };
+ // Make the request
+ PagedEnumerable response = modelServiceClient.ListModelVersionCheckpoints(request);
+
+ // Iterate over all response items, lazily performing RPCs as required
+ foreach (ModelVersionCheckpoint item in response)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+
+ // Or iterate over pages (of server-defined size), performing one RPC per page
+ foreach (ListModelVersionCheckpointsResponse page in response.AsRawResponses())
+ {
+ // Do something with each page of items
+ Console.WriteLine("A page of results:");
+ foreach (ModelVersionCheckpoint item in page)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ }
+
+ // Or retrieve a single page of known size (unless it's the final page), performing as many RPCs as required
+ int pageSize = 10;
+ Page singlePage = response.ReadPage(pageSize);
+ // Do something with the page of items
+ Console.WriteLine($"A page of {pageSize} results (unless it's the final page):");
+ foreach (ModelVersionCheckpoint item in singlePage)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ // Store the pageToken, for when the next page is required.
+ string nextPageToken = singlePage.NextPageToken;
+ }
+ }
+ // [END aiplatform_v1_generated_ModelService_ListModelVersionCheckpoints_sync]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelVersionCheckpointsResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelVersionCheckpointsResourceNamesAsyncSnippet.g.cs
new file mode 100644
index 000000000000..cab5fab89638
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelVersionCheckpointsResourceNamesAsyncSnippet.g.cs
@@ -0,0 +1,79 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_ModelService_ListModelVersionCheckpoints_async_flattened_resourceNames]
+ using Google.Api.Gax;
+ using Google.Cloud.AIPlatform.V1;
+ using System;
+ using System.Linq;
+ using System.Threading.Tasks;
+
+ public sealed partial class GeneratedModelServiceClientSnippets
+ {
+ /// Snippet for ListModelVersionCheckpointsAsync
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public async Task ListModelVersionCheckpointsResourceNamesAsync()
+ {
+ // Create client
+ ModelServiceClient modelServiceClient = await ModelServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ ModelName name = ModelName.FromProjectLocationModel("[PROJECT]", "[LOCATION]", "[MODEL]");
+ // Make the request
+ PagedAsyncEnumerable response = modelServiceClient.ListModelVersionCheckpointsAsync(name);
+
+ // Iterate over all response items, lazily performing RPCs as required
+ await response.ForEachAsync((ModelVersionCheckpoint item) =>
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ });
+
+ // Or iterate over pages (of server-defined size), performing one RPC per page
+ await response.AsRawResponses().ForEachAsync((ListModelVersionCheckpointsResponse page) =>
+ {
+ // Do something with each page of items
+ Console.WriteLine("A page of results:");
+ foreach (ModelVersionCheckpoint item in page)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ });
+
+ // Or retrieve a single page of known size (unless it's the final page), performing as many RPCs as required
+ int pageSize = 10;
+ Page singlePage = await response.ReadPageAsync(pageSize);
+ // Do something with the page of items
+ Console.WriteLine($"A page of {pageSize} results (unless it's the final page):");
+ foreach (ModelVersionCheckpoint item in singlePage)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ // Store the pageToken, for when the next page is required.
+ string nextPageToken = singlePage.NextPageToken;
+ }
+ }
+ // [END aiplatform_v1_generated_ModelService_ListModelVersionCheckpoints_async_flattened_resourceNames]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelVersionCheckpointsResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelVersionCheckpointsResourceNamesSnippet.g.cs
new file mode 100644
index 000000000000..ee65ca3d29c6
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelVersionCheckpointsResourceNamesSnippet.g.cs
@@ -0,0 +1,77 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_ModelService_ListModelVersionCheckpoints_sync_flattened_resourceNames]
+ using Google.Api.Gax;
+ using Google.Cloud.AIPlatform.V1;
+ using System;
+
+ public sealed partial class GeneratedModelServiceClientSnippets
+ {
+ /// Snippet for ListModelVersionCheckpoints
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public void ListModelVersionCheckpointsResourceNames()
+ {
+ // Create client
+ ModelServiceClient modelServiceClient = ModelServiceClient.Create();
+ // Initialize request argument(s)
+ ModelName name = ModelName.FromProjectLocationModel("[PROJECT]", "[LOCATION]", "[MODEL]");
+ // Make the request
+ PagedEnumerable response = modelServiceClient.ListModelVersionCheckpoints(name);
+
+ // Iterate over all response items, lazily performing RPCs as required
+ foreach (ModelVersionCheckpoint item in response)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+
+ // Or iterate over pages (of server-defined size), performing one RPC per page
+ foreach (ListModelVersionCheckpointsResponse page in response.AsRawResponses())
+ {
+ // Do something with each page of items
+ Console.WriteLine("A page of results:");
+ foreach (ModelVersionCheckpoint item in page)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ }
+
+ // Or retrieve a single page of known size (unless it's the final page), performing as many RPCs as required
+ int pageSize = 10;
+ Page singlePage = response.ReadPage(pageSize);
+ // Do something with the page of items
+ Console.WriteLine($"A page of {pageSize} results (unless it's the final page):");
+ foreach (ModelVersionCheckpoint item in singlePage)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ // Store the pageToken, for when the next page is required.
+ string nextPageToken = singlePage.NextPageToken;
+ }
+ }
+ // [END aiplatform_v1_generated_ModelService_ListModelVersionCheckpoints_sync_flattened_resourceNames]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelVersionCheckpointsSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelVersionCheckpointsSnippet.g.cs
new file mode 100644
index 000000000000..c54be0b0f954
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelVersionCheckpointsSnippet.g.cs
@@ -0,0 +1,77 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_ModelService_ListModelVersionCheckpoints_sync_flattened]
+ using Google.Api.Gax;
+ using Google.Cloud.AIPlatform.V1;
+ using System;
+
+ public sealed partial class GeneratedModelServiceClientSnippets
+ {
+ /// Snippet for ListModelVersionCheckpoints
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public void ListModelVersionCheckpoints()
+ {
+ // Create client
+ ModelServiceClient modelServiceClient = ModelServiceClient.Create();
+ // Initialize request argument(s)
+ string name = "projects/[PROJECT]/locations/[LOCATION]/models/[MODEL]";
+ // Make the request
+ PagedEnumerable response = modelServiceClient.ListModelVersionCheckpoints(name);
+
+ // Iterate over all response items, lazily performing RPCs as required
+ foreach (ModelVersionCheckpoint item in response)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+
+ // Or iterate over pages (of server-defined size), performing one RPC per page
+ foreach (ListModelVersionCheckpointsResponse page in response.AsRawResponses())
+ {
+ // Do something with each page of items
+ Console.WriteLine("A page of results:");
+ foreach (ModelVersionCheckpoint item in page)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ }
+
+ // Or retrieve a single page of known size (unless it's the final page), performing as many RPCs as required
+ int pageSize = 10;
+ Page singlePage = response.ReadPage(pageSize);
+ // Do something with the page of items
+ Console.WriteLine($"A page of {pageSize} results (unless it's the final page):");
+ foreach (ModelVersionCheckpoint item in singlePage)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ // Store the pageToken, for when the next page is required.
+ string nextPageToken = singlePage.NextPageToken;
+ }
+ }
+ // [END aiplatform_v1_generated_ModelService_ListModelVersionCheckpoints_sync_flattened]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelVersionsAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelVersionsAsyncSnippet.g.cs
index dc42bb6fbaa6..330a78a2cfab 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelVersionsAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelVersionsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelVersionsRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelVersionsRequestObjectAsyncSnippet.g.cs
index 3d6ad3d6ac3f..9c7e168acf76 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelVersionsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelVersionsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelVersionsRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelVersionsRequestObjectSnippet.g.cs
index 49218278b0ba..3a60c9f41208 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelVersionsRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelVersionsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelVersionsResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelVersionsResourceNamesAsyncSnippet.g.cs
index 5533e3d6844c..440684fa4685 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelVersionsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelVersionsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelVersionsResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelVersionsResourceNamesSnippet.g.cs
index 39b76246e28f..c26cc08e9dbe 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelVersionsResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelVersionsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelVersionsSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelVersionsSnippet.g.cs
index 4c29260a94d6..9de62edd1ce5 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelVersionsSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelVersionsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelsAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelsAsyncSnippet.g.cs
index 09feb3f7b940..44703c13b711 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelsAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelsRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelsRequestObjectAsyncSnippet.g.cs
index 60387352cd91..cd84b0529339 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelsRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelsRequestObjectSnippet.g.cs
index 52d9cce1e40c..c099985c4a16 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelsRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelsResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelsResourceNamesAsyncSnippet.g.cs
index b3fa8f52e173..0931758ade6d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelsResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelsResourceNamesSnippet.g.cs
index c47e1d5aec5f..94335a24d22e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelsResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelsSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelsSnippet.g.cs
index 07de706a8aa3..1de17066fe3b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelsSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.ListModelsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.MergeVersionAliasesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.MergeVersionAliasesAsyncSnippet.g.cs
index bdb9efb9f391..05de456ffb8a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.MergeVersionAliasesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.MergeVersionAliasesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.MergeVersionAliasesRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.MergeVersionAliasesRequestObjectAsyncSnippet.g.cs
index b8d0e84f3969..f9b728dc0e16 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.MergeVersionAliasesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.MergeVersionAliasesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.MergeVersionAliasesRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.MergeVersionAliasesRequestObjectSnippet.g.cs
index 44802181d661..b8cc11cf6fd7 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.MergeVersionAliasesRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.MergeVersionAliasesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.MergeVersionAliasesResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.MergeVersionAliasesResourceNamesAsyncSnippet.g.cs
index 132a7d384269..92106c6e34bf 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.MergeVersionAliasesResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.MergeVersionAliasesResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.MergeVersionAliasesResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.MergeVersionAliasesResourceNamesSnippet.g.cs
index 4de2243adec3..48a55a68abc6 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.MergeVersionAliasesResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.MergeVersionAliasesResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.MergeVersionAliasesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.MergeVersionAliasesSnippet.g.cs
index 40ec5799ea3e..9fc317cd2e8a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.MergeVersionAliasesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.MergeVersionAliasesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UpdateExplanationDatasetAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UpdateExplanationDatasetAsyncSnippet.g.cs
index 0fda34c9ff80..63e4c821fa04 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UpdateExplanationDatasetAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UpdateExplanationDatasetAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UpdateExplanationDatasetRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UpdateExplanationDatasetRequestObjectAsyncSnippet.g.cs
index c4ce5f9f515c..b61ea5100cf4 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UpdateExplanationDatasetRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UpdateExplanationDatasetRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UpdateExplanationDatasetRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UpdateExplanationDatasetRequestObjectSnippet.g.cs
index e36f59227a71..eb77a7353a5b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UpdateExplanationDatasetRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UpdateExplanationDatasetRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UpdateExplanationDatasetResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UpdateExplanationDatasetResourceNamesAsyncSnippet.g.cs
index 01ac1f6be551..ce01a16d87f0 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UpdateExplanationDatasetResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UpdateExplanationDatasetResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UpdateExplanationDatasetResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UpdateExplanationDatasetResourceNamesSnippet.g.cs
index 95f3d65cc90f..3de462cae57e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UpdateExplanationDatasetResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UpdateExplanationDatasetResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UpdateExplanationDatasetSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UpdateExplanationDatasetSnippet.g.cs
index 1ee1ec15bd70..fdef87777f83 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UpdateExplanationDatasetSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UpdateExplanationDatasetSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UpdateModelAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UpdateModelAsyncSnippet.g.cs
index 202d69f47cad..75239630acbf 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UpdateModelAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UpdateModelAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UpdateModelRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UpdateModelRequestObjectAsyncSnippet.g.cs
index a11643282d6a..6dce13f7d9b5 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UpdateModelRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UpdateModelRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UpdateModelRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UpdateModelRequestObjectSnippet.g.cs
index 3ce1366b269a..ec06f898af7e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UpdateModelRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UpdateModelRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UpdateModelSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UpdateModelSnippet.g.cs
index 259bb049eeeb..d9b64ea3255f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UpdateModelSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UpdateModelSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UploadModelAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UploadModelAsyncSnippet.g.cs
index 5143e471ce34..7bec1e450aef 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UploadModelAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UploadModelAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UploadModelRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UploadModelRequestObjectAsyncSnippet.g.cs
index c1bfbd688a68..59818524b947 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UploadModelRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UploadModelRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UploadModelRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UploadModelRequestObjectSnippet.g.cs
index bc4f52efd273..f2b2915cb87e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UploadModelRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UploadModelRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UploadModelResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UploadModelResourceNamesAsyncSnippet.g.cs
index 2d7a43e347d9..5109092ce1c3 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UploadModelResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UploadModelResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UploadModelResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UploadModelResourceNamesSnippet.g.cs
index 7ea509c3dc35..c7f5878e748f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UploadModelResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UploadModelResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UploadModelSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UploadModelSnippet.g.cs
index 07f40eada500..5d9f80ba63d3 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UploadModelSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ModelServiceClient.UploadModelSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.AssignNotebookRuntimeAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.AssignNotebookRuntimeAsyncSnippet.g.cs
index d46e43a43aac..cfee091d94c4 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.AssignNotebookRuntimeAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.AssignNotebookRuntimeAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.AssignNotebookRuntimeRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.AssignNotebookRuntimeRequestObjectAsyncSnippet.g.cs
index c3753788fa34..a9b4defcbf9d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.AssignNotebookRuntimeRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.AssignNotebookRuntimeRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.AssignNotebookRuntimeRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.AssignNotebookRuntimeRequestObjectSnippet.g.cs
index f22ea757e961..dfadd62c82c7 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.AssignNotebookRuntimeRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.AssignNotebookRuntimeRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.AssignNotebookRuntimeResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.AssignNotebookRuntimeResourceNamesAsyncSnippet.g.cs
index 22d36e182346..48ddd7b54e9a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.AssignNotebookRuntimeResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.AssignNotebookRuntimeResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.AssignNotebookRuntimeResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.AssignNotebookRuntimeResourceNamesSnippet.g.cs
index 32d21daac6fb..b9effe89e449 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.AssignNotebookRuntimeResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.AssignNotebookRuntimeResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.AssignNotebookRuntimeSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.AssignNotebookRuntimeSnippet.g.cs
index cf25f1cfff3d..969d5f4fd507 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.AssignNotebookRuntimeSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.AssignNotebookRuntimeSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.CreateNotebookExecutionJobAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.CreateNotebookExecutionJobAsyncSnippet.g.cs
index a43c65b26b98..adf21ca86f9e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.CreateNotebookExecutionJobAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.CreateNotebookExecutionJobAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.CreateNotebookExecutionJobRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.CreateNotebookExecutionJobRequestObjectAsyncSnippet.g.cs
index c569bdc53ff7..dfe816e92216 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.CreateNotebookExecutionJobRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.CreateNotebookExecutionJobRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.CreateNotebookExecutionJobRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.CreateNotebookExecutionJobRequestObjectSnippet.g.cs
index b2dcf62c1464..e58cbc8b1d54 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.CreateNotebookExecutionJobRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.CreateNotebookExecutionJobRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.CreateNotebookExecutionJobResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.CreateNotebookExecutionJobResourceNamesAsyncSnippet.g.cs
index 902f17349e2f..b972b4034eed 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.CreateNotebookExecutionJobResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.CreateNotebookExecutionJobResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.CreateNotebookExecutionJobResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.CreateNotebookExecutionJobResourceNamesSnippet.g.cs
index 661c69b09865..691eff4a3da9 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.CreateNotebookExecutionJobResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.CreateNotebookExecutionJobResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.CreateNotebookExecutionJobSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.CreateNotebookExecutionJobSnippet.g.cs
index 2316e0ab7cc7..fcede912bccd 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.CreateNotebookExecutionJobSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.CreateNotebookExecutionJobSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.CreateNotebookRuntimeTemplateAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.CreateNotebookRuntimeTemplateAsyncSnippet.g.cs
index 3ee7a584b2b1..77762c705c5d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.CreateNotebookRuntimeTemplateAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.CreateNotebookRuntimeTemplateAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.CreateNotebookRuntimeTemplateRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.CreateNotebookRuntimeTemplateRequestObjectAsyncSnippet.g.cs
index c603a4ee1a23..199939cf640f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.CreateNotebookRuntimeTemplateRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.CreateNotebookRuntimeTemplateRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.CreateNotebookRuntimeTemplateRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.CreateNotebookRuntimeTemplateRequestObjectSnippet.g.cs
index 6fdaa76662c1..ed19598b7450 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.CreateNotebookRuntimeTemplateRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.CreateNotebookRuntimeTemplateRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.CreateNotebookRuntimeTemplateResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.CreateNotebookRuntimeTemplateResourceNamesAsyncSnippet.g.cs
index 6a6bcc9878d0..6c66e71da252 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.CreateNotebookRuntimeTemplateResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.CreateNotebookRuntimeTemplateResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.CreateNotebookRuntimeTemplateResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.CreateNotebookRuntimeTemplateResourceNamesSnippet.g.cs
index daf3de4bf60e..d1a56d875920 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.CreateNotebookRuntimeTemplateResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.CreateNotebookRuntimeTemplateResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.CreateNotebookRuntimeTemplateSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.CreateNotebookRuntimeTemplateSnippet.g.cs
index 8f8aaecef941..8bdf2a3a6aa2 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.CreateNotebookRuntimeTemplateSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.CreateNotebookRuntimeTemplateSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookExecutionJobAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookExecutionJobAsyncSnippet.g.cs
index 1222bf256883..ec324f7cc132 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookExecutionJobAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookExecutionJobAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookExecutionJobRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookExecutionJobRequestObjectAsyncSnippet.g.cs
index 554c0c050aca..13dd656d0ece 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookExecutionJobRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookExecutionJobRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookExecutionJobRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookExecutionJobRequestObjectSnippet.g.cs
index 3ae2fe323c89..a576938d0d5b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookExecutionJobRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookExecutionJobRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookExecutionJobResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookExecutionJobResourceNamesAsyncSnippet.g.cs
index 290bd5c74224..d2d03a4a4945 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookExecutionJobResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookExecutionJobResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookExecutionJobResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookExecutionJobResourceNamesSnippet.g.cs
index 8727dc0cb50b..f11a3c4a476b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookExecutionJobResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookExecutionJobResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookExecutionJobSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookExecutionJobSnippet.g.cs
index 4da57982e2a8..7777980fc41f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookExecutionJobSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookExecutionJobSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookRuntimeAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookRuntimeAsyncSnippet.g.cs
index dc9549400fea..cf8c16ee92bc 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookRuntimeAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookRuntimeAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookRuntimeRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookRuntimeRequestObjectAsyncSnippet.g.cs
index f32a22173c85..6a3064443dfd 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookRuntimeRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookRuntimeRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookRuntimeRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookRuntimeRequestObjectSnippet.g.cs
index 96328d6d2e93..2caf759abaf4 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookRuntimeRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookRuntimeRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookRuntimeResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookRuntimeResourceNamesAsyncSnippet.g.cs
index dcb1702d5b05..538ede320856 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookRuntimeResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookRuntimeResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookRuntimeResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookRuntimeResourceNamesSnippet.g.cs
index f53d3bcfe687..758f40afc96a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookRuntimeResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookRuntimeResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookRuntimeSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookRuntimeSnippet.g.cs
index d9a635cfec8d..bf3d5f653085 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookRuntimeSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookRuntimeSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookRuntimeTemplateAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookRuntimeTemplateAsyncSnippet.g.cs
index 0e5bc0504488..7bfd2744f5b4 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookRuntimeTemplateAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookRuntimeTemplateAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookRuntimeTemplateRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookRuntimeTemplateRequestObjectAsyncSnippet.g.cs
index 8705aa1150bd..1a6db8c62ce6 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookRuntimeTemplateRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookRuntimeTemplateRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookRuntimeTemplateRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookRuntimeTemplateRequestObjectSnippet.g.cs
index e7154922bfbe..47fb686142c3 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookRuntimeTemplateRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookRuntimeTemplateRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookRuntimeTemplateResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookRuntimeTemplateResourceNamesAsyncSnippet.g.cs
index 8d2183cd5990..13dcb5058b27 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookRuntimeTemplateResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookRuntimeTemplateResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookRuntimeTemplateResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookRuntimeTemplateResourceNamesSnippet.g.cs
index 1e643474e992..d6ec5c03c388 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookRuntimeTemplateResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookRuntimeTemplateResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookRuntimeTemplateSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookRuntimeTemplateSnippet.g.cs
index 74e3b9cb0213..dbfbe4b218e0 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookRuntimeTemplateSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.DeleteNotebookRuntimeTemplateSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookExecutionJobAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookExecutionJobAsyncSnippet.g.cs
index 335aeef1a2b6..476a06324c94 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookExecutionJobAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookExecutionJobAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookExecutionJobRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookExecutionJobRequestObjectAsyncSnippet.g.cs
index 04042e53e760..4679367d5406 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookExecutionJobRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookExecutionJobRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookExecutionJobRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookExecutionJobRequestObjectSnippet.g.cs
index 506645a30843..1cf752bbfaf3 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookExecutionJobRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookExecutionJobRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookExecutionJobResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookExecutionJobResourceNamesAsyncSnippet.g.cs
index 2a43de9f85a6..4f2e589139d8 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookExecutionJobResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookExecutionJobResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookExecutionJobResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookExecutionJobResourceNamesSnippet.g.cs
index 616aae063d10..1e5a223b37e3 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookExecutionJobResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookExecutionJobResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookExecutionJobSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookExecutionJobSnippet.g.cs
index 6c2cc416778f..7c3e34db886d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookExecutionJobSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookExecutionJobSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookRuntimeAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookRuntimeAsyncSnippet.g.cs
index 1fe13869a935..726240aa367b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookRuntimeAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookRuntimeAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookRuntimeRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookRuntimeRequestObjectAsyncSnippet.g.cs
index c309dfb0f6ec..8fbf47eb18ee 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookRuntimeRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookRuntimeRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookRuntimeRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookRuntimeRequestObjectSnippet.g.cs
index 540d7ddb886e..c0562d09344f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookRuntimeRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookRuntimeRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookRuntimeResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookRuntimeResourceNamesAsyncSnippet.g.cs
index 910d47bfceaa..3576e8223fd5 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookRuntimeResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookRuntimeResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookRuntimeResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookRuntimeResourceNamesSnippet.g.cs
index 2059ec05825f..61b56d8bfc84 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookRuntimeResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookRuntimeResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookRuntimeSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookRuntimeSnippet.g.cs
index 097e293837fe..e44e58a983b4 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookRuntimeSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookRuntimeSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookRuntimeTemplateAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookRuntimeTemplateAsyncSnippet.g.cs
index 4b58afb6bc00..14c7ae408872 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookRuntimeTemplateAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookRuntimeTemplateAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookRuntimeTemplateRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookRuntimeTemplateRequestObjectAsyncSnippet.g.cs
index 9e3ab577a9e9..2f13b2ebcdfc 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookRuntimeTemplateRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookRuntimeTemplateRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookRuntimeTemplateRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookRuntimeTemplateRequestObjectSnippet.g.cs
index 0b6cf2f4ddb4..118539ec1501 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookRuntimeTemplateRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookRuntimeTemplateRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookRuntimeTemplateResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookRuntimeTemplateResourceNamesAsyncSnippet.g.cs
index a077d75aa5ef..95cfdd7386b2 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookRuntimeTemplateResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookRuntimeTemplateResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookRuntimeTemplateResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookRuntimeTemplateResourceNamesSnippet.g.cs
index b8f76ae7ca6e..8f16111a918a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookRuntimeTemplateResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookRuntimeTemplateResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookRuntimeTemplateSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookRuntimeTemplateSnippet.g.cs
index 06b4ed4f9585..ecc79520ae52 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookRuntimeTemplateSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.GetNotebookRuntimeTemplateSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookExecutionJobsAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookExecutionJobsAsyncSnippet.g.cs
index 328877862c67..4882305eef80 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookExecutionJobsAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookExecutionJobsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookExecutionJobsRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookExecutionJobsRequestObjectAsyncSnippet.g.cs
index 2eaf07393444..731bbf2af69f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookExecutionJobsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookExecutionJobsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookExecutionJobsRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookExecutionJobsRequestObjectSnippet.g.cs
index 7b8e4b065b01..6c2982255b2a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookExecutionJobsRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookExecutionJobsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookExecutionJobsResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookExecutionJobsResourceNamesAsyncSnippet.g.cs
index a5e523d6397a..437921981939 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookExecutionJobsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookExecutionJobsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookExecutionJobsResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookExecutionJobsResourceNamesSnippet.g.cs
index fb7df8245835..9e3b151a750b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookExecutionJobsResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookExecutionJobsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookExecutionJobsSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookExecutionJobsSnippet.g.cs
index b5a5f1888c2b..26a6abe1119a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookExecutionJobsSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookExecutionJobsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookRuntimeTemplatesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookRuntimeTemplatesAsyncSnippet.g.cs
index 2e1ea2731cc5..29f71cad8e1c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookRuntimeTemplatesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookRuntimeTemplatesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookRuntimeTemplatesRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookRuntimeTemplatesRequestObjectAsyncSnippet.g.cs
index 5301a18a6f6c..a27d15842785 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookRuntimeTemplatesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookRuntimeTemplatesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookRuntimeTemplatesRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookRuntimeTemplatesRequestObjectSnippet.g.cs
index 23931160b472..8030eb6ae4d0 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookRuntimeTemplatesRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookRuntimeTemplatesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookRuntimeTemplatesResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookRuntimeTemplatesResourceNamesAsyncSnippet.g.cs
index 9f7505b4e14a..782535420537 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookRuntimeTemplatesResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookRuntimeTemplatesResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookRuntimeTemplatesResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookRuntimeTemplatesResourceNamesSnippet.g.cs
index adb9e3fce15d..4b85de57bdbb 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookRuntimeTemplatesResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookRuntimeTemplatesResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookRuntimeTemplatesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookRuntimeTemplatesSnippet.g.cs
index 5f3cfd83f476..a82757d83866 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookRuntimeTemplatesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookRuntimeTemplatesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookRuntimesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookRuntimesAsyncSnippet.g.cs
index 97f41778e564..9d669efd3be9 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookRuntimesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookRuntimesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookRuntimesRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookRuntimesRequestObjectAsyncSnippet.g.cs
index 0adf3144b5ff..23fbc1ef6f3e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookRuntimesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookRuntimesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookRuntimesRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookRuntimesRequestObjectSnippet.g.cs
index 212073f069d3..bd3dac8bfbf0 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookRuntimesRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookRuntimesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookRuntimesResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookRuntimesResourceNamesAsyncSnippet.g.cs
index bbe34d6b9c84..3584f8d355e7 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookRuntimesResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookRuntimesResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookRuntimesResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookRuntimesResourceNamesSnippet.g.cs
index ce63d5f81b25..cb576fe1d90a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookRuntimesResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookRuntimesResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookRuntimesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookRuntimesSnippet.g.cs
index 3f8aede5200c..0f1ee2520756 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookRuntimesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.ListNotebookRuntimesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.StartNotebookRuntimeAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.StartNotebookRuntimeAsyncSnippet.g.cs
index 097e54e19719..50709f26b100 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.StartNotebookRuntimeAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.StartNotebookRuntimeAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.StartNotebookRuntimeRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.StartNotebookRuntimeRequestObjectAsyncSnippet.g.cs
index ac0535c5cd60..9a6f89ed647e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.StartNotebookRuntimeRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.StartNotebookRuntimeRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.StartNotebookRuntimeRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.StartNotebookRuntimeRequestObjectSnippet.g.cs
index d21f55ab9398..a6f3846eaf60 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.StartNotebookRuntimeRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.StartNotebookRuntimeRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.StartNotebookRuntimeResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.StartNotebookRuntimeResourceNamesAsyncSnippet.g.cs
index 97606df2fc3c..b1e7a1600aa3 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.StartNotebookRuntimeResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.StartNotebookRuntimeResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.StartNotebookRuntimeResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.StartNotebookRuntimeResourceNamesSnippet.g.cs
index f7f29e65f6ea..14dcff70ae5f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.StartNotebookRuntimeResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.StartNotebookRuntimeResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.StartNotebookRuntimeSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.StartNotebookRuntimeSnippet.g.cs
index bcdbc7e0f4a2..d6c7febb52bc 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.StartNotebookRuntimeSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.StartNotebookRuntimeSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.StopNotebookRuntimeAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.StopNotebookRuntimeAsyncSnippet.g.cs
index 0e42c4628999..e4571b414eda 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.StopNotebookRuntimeAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.StopNotebookRuntimeAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.StopNotebookRuntimeRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.StopNotebookRuntimeRequestObjectAsyncSnippet.g.cs
index 39d2e204750b..3d0fe0988ab1 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.StopNotebookRuntimeRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.StopNotebookRuntimeRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.StopNotebookRuntimeRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.StopNotebookRuntimeRequestObjectSnippet.g.cs
index 67ce3f5a4770..6ec4c7397a04 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.StopNotebookRuntimeRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.StopNotebookRuntimeRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.StopNotebookRuntimeResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.StopNotebookRuntimeResourceNamesAsyncSnippet.g.cs
index 5489d7791343..80dd081efe4c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.StopNotebookRuntimeResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.StopNotebookRuntimeResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.StopNotebookRuntimeResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.StopNotebookRuntimeResourceNamesSnippet.g.cs
index c0f7df20153f..1aa2ad6ff7a1 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.StopNotebookRuntimeResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.StopNotebookRuntimeResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.StopNotebookRuntimeSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.StopNotebookRuntimeSnippet.g.cs
index 03b3ff4928e3..2078fc140f17 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.StopNotebookRuntimeSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.StopNotebookRuntimeSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.UpdateNotebookRuntimeTemplateAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.UpdateNotebookRuntimeTemplateAsyncSnippet.g.cs
index bb3cb8c75de3..86b43b9e9d18 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.UpdateNotebookRuntimeTemplateAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.UpdateNotebookRuntimeTemplateAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.UpdateNotebookRuntimeTemplateRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.UpdateNotebookRuntimeTemplateRequestObjectAsyncSnippet.g.cs
index 3c9ac41d2da4..7583d3f455a2 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.UpdateNotebookRuntimeTemplateRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.UpdateNotebookRuntimeTemplateRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.UpdateNotebookRuntimeTemplateRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.UpdateNotebookRuntimeTemplateRequestObjectSnippet.g.cs
index c45603808f7a..09ad023c5f27 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.UpdateNotebookRuntimeTemplateRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.UpdateNotebookRuntimeTemplateRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.UpdateNotebookRuntimeTemplateSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.UpdateNotebookRuntimeTemplateSnippet.g.cs
index 70c66c5782ac..d8ded57033e3 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.UpdateNotebookRuntimeTemplateSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.UpdateNotebookRuntimeTemplateSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.UpgradeNotebookRuntimeAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.UpgradeNotebookRuntimeAsyncSnippet.g.cs
index 158c930da8f8..00f6b98979bd 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.UpgradeNotebookRuntimeAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.UpgradeNotebookRuntimeAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.UpgradeNotebookRuntimeRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.UpgradeNotebookRuntimeRequestObjectAsyncSnippet.g.cs
index d61557c08ea7..fa2ad73b82ff 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.UpgradeNotebookRuntimeRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.UpgradeNotebookRuntimeRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.UpgradeNotebookRuntimeRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.UpgradeNotebookRuntimeRequestObjectSnippet.g.cs
index 14b41b3bfc28..f9b757feed54 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.UpgradeNotebookRuntimeRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.UpgradeNotebookRuntimeRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.UpgradeNotebookRuntimeResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.UpgradeNotebookRuntimeResourceNamesAsyncSnippet.g.cs
index eb676571482f..1b2330fb3955 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.UpgradeNotebookRuntimeResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.UpgradeNotebookRuntimeResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.UpgradeNotebookRuntimeResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.UpgradeNotebookRuntimeResourceNamesSnippet.g.cs
index 195a38e89b2b..a4cd8dd6bdf3 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.UpgradeNotebookRuntimeResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.UpgradeNotebookRuntimeResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.UpgradeNotebookRuntimeSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.UpgradeNotebookRuntimeSnippet.g.cs
index 91dfc92f3300..d0b47100cb60 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.UpgradeNotebookRuntimeSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/NotebookServiceClient.UpgradeNotebookRuntimeSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.CreatePersistentResourceAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.CreatePersistentResourceAsyncSnippet.g.cs
index e83dcd7c5fa8..fecba3ac7903 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.CreatePersistentResourceAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.CreatePersistentResourceAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.CreatePersistentResourceRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.CreatePersistentResourceRequestObjectAsyncSnippet.g.cs
index b7ed00e74467..ffec3af87332 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.CreatePersistentResourceRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.CreatePersistentResourceRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.CreatePersistentResourceRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.CreatePersistentResourceRequestObjectSnippet.g.cs
index c4ce62e314a4..a0ccdb64e547 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.CreatePersistentResourceRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.CreatePersistentResourceRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.CreatePersistentResourceResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.CreatePersistentResourceResourceNamesAsyncSnippet.g.cs
index 9f12b27af7bd..0d01b40c99e2 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.CreatePersistentResourceResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.CreatePersistentResourceResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.CreatePersistentResourceResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.CreatePersistentResourceResourceNamesSnippet.g.cs
index 1cbdbefda297..1719ad60dde4 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.CreatePersistentResourceResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.CreatePersistentResourceResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.CreatePersistentResourceSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.CreatePersistentResourceSnippet.g.cs
index e48b5b3f4071..fe60d488bc98 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.CreatePersistentResourceSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.CreatePersistentResourceSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.DeletePersistentResourceAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.DeletePersistentResourceAsyncSnippet.g.cs
index c68a3701a123..64dda5ef2a25 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.DeletePersistentResourceAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.DeletePersistentResourceAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.DeletePersistentResourceRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.DeletePersistentResourceRequestObjectAsyncSnippet.g.cs
index a5c98321f283..bdbbf4d00f0f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.DeletePersistentResourceRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.DeletePersistentResourceRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.DeletePersistentResourceRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.DeletePersistentResourceRequestObjectSnippet.g.cs
index 61fa24591a06..70b76c9e5a92 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.DeletePersistentResourceRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.DeletePersistentResourceRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.DeletePersistentResourceResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.DeletePersistentResourceResourceNamesAsyncSnippet.g.cs
index 78a76803f088..52c76160ebc3 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.DeletePersistentResourceResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.DeletePersistentResourceResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.DeletePersistentResourceResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.DeletePersistentResourceResourceNamesSnippet.g.cs
index 5ed6116c0e1c..d95d93cc3a4d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.DeletePersistentResourceResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.DeletePersistentResourceResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.DeletePersistentResourceSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.DeletePersistentResourceSnippet.g.cs
index 245c525904b7..62863f16ad8e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.DeletePersistentResourceSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.DeletePersistentResourceSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.GetPersistentResourceAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.GetPersistentResourceAsyncSnippet.g.cs
index a7ea6da38d66..d2de3a52b211 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.GetPersistentResourceAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.GetPersistentResourceAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.GetPersistentResourceRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.GetPersistentResourceRequestObjectAsyncSnippet.g.cs
index 53cdc39ddd9b..6cb1d18cfd9d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.GetPersistentResourceRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.GetPersistentResourceRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.GetPersistentResourceRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.GetPersistentResourceRequestObjectSnippet.g.cs
index 1ba0b90efda2..49661861e7e6 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.GetPersistentResourceRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.GetPersistentResourceRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.GetPersistentResourceResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.GetPersistentResourceResourceNamesAsyncSnippet.g.cs
index 5244cd59d5c7..c3830870be50 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.GetPersistentResourceResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.GetPersistentResourceResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.GetPersistentResourceResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.GetPersistentResourceResourceNamesSnippet.g.cs
index 7160cc2c93ef..99e0e2928c7b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.GetPersistentResourceResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.GetPersistentResourceResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.GetPersistentResourceSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.GetPersistentResourceSnippet.g.cs
index 1ca060b1bebb..72d2edceb0c1 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.GetPersistentResourceSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.GetPersistentResourceSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.ListPersistentResourcesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.ListPersistentResourcesAsyncSnippet.g.cs
index 838900645b5c..ad723037ae56 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.ListPersistentResourcesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.ListPersistentResourcesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.ListPersistentResourcesRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.ListPersistentResourcesRequestObjectAsyncSnippet.g.cs
index c10507d237e2..2b5511b3f4ed 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.ListPersistentResourcesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.ListPersistentResourcesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.ListPersistentResourcesRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.ListPersistentResourcesRequestObjectSnippet.g.cs
index d98b36033906..f9df2fc50177 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.ListPersistentResourcesRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.ListPersistentResourcesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.ListPersistentResourcesResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.ListPersistentResourcesResourceNamesAsyncSnippet.g.cs
index 098f59bebf5e..c009b72a6813 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.ListPersistentResourcesResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.ListPersistentResourcesResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.ListPersistentResourcesResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.ListPersistentResourcesResourceNamesSnippet.g.cs
index 07d6effa41d5..1a8c04f3484b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.ListPersistentResourcesResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.ListPersistentResourcesResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.ListPersistentResourcesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.ListPersistentResourcesSnippet.g.cs
index 0c58c0b1bba3..01261216549f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.ListPersistentResourcesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.ListPersistentResourcesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.RebootPersistentResourceAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.RebootPersistentResourceAsyncSnippet.g.cs
index 5f0e816e91e3..0d5016fea312 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.RebootPersistentResourceAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.RebootPersistentResourceAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.RebootPersistentResourceRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.RebootPersistentResourceRequestObjectAsyncSnippet.g.cs
index 7da3e7b0b1ac..88b36b026451 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.RebootPersistentResourceRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.RebootPersistentResourceRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.RebootPersistentResourceRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.RebootPersistentResourceRequestObjectSnippet.g.cs
index dd122d4fa97e..200029281e45 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.RebootPersistentResourceRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.RebootPersistentResourceRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.RebootPersistentResourceResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.RebootPersistentResourceResourceNamesAsyncSnippet.g.cs
index ade3ddeadbb2..8c3d5f3b6d34 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.RebootPersistentResourceResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.RebootPersistentResourceResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.RebootPersistentResourceResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.RebootPersistentResourceResourceNamesSnippet.g.cs
index 46f364c7362c..f00a603c2377 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.RebootPersistentResourceResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.RebootPersistentResourceResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.RebootPersistentResourceSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.RebootPersistentResourceSnippet.g.cs
index 85435562c3db..d0ed6682b653 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.RebootPersistentResourceSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.RebootPersistentResourceSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.UpdatePersistentResourceAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.UpdatePersistentResourceAsyncSnippet.g.cs
index 4e753685ccdf..09c38e729a9e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.UpdatePersistentResourceAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.UpdatePersistentResourceAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.UpdatePersistentResourceRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.UpdatePersistentResourceRequestObjectAsyncSnippet.g.cs
index b981eade91ad..fb52fb1389e6 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.UpdatePersistentResourceRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.UpdatePersistentResourceRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.UpdatePersistentResourceRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.UpdatePersistentResourceRequestObjectSnippet.g.cs
index b6d59be2ca26..77d2c2c8c8fc 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.UpdatePersistentResourceRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.UpdatePersistentResourceRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.UpdatePersistentResourceSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.UpdatePersistentResourceSnippet.g.cs
index 1afc6f13794f..c1b4cbfaabca 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.UpdatePersistentResourceSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PersistentResourceServiceClient.UpdatePersistentResourceSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.BatchCancelPipelineJobsAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.BatchCancelPipelineJobsAsyncSnippet.g.cs
index 687760416f40..2659c6b35cef 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.BatchCancelPipelineJobsAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.BatchCancelPipelineJobsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.BatchCancelPipelineJobsRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.BatchCancelPipelineJobsRequestObjectAsyncSnippet.g.cs
index 814800eaa025..47758aeb7e95 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.BatchCancelPipelineJobsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.BatchCancelPipelineJobsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.BatchCancelPipelineJobsRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.BatchCancelPipelineJobsRequestObjectSnippet.g.cs
index 2d7357843ab1..2f550b029651 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.BatchCancelPipelineJobsRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.BatchCancelPipelineJobsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.BatchCancelPipelineJobsResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.BatchCancelPipelineJobsResourceNamesAsyncSnippet.g.cs
index 277d1155b933..6f56515220a5 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.BatchCancelPipelineJobsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.BatchCancelPipelineJobsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.BatchCancelPipelineJobsResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.BatchCancelPipelineJobsResourceNamesSnippet.g.cs
index 0d318e99f3ef..67568f58c137 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.BatchCancelPipelineJobsResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.BatchCancelPipelineJobsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.BatchCancelPipelineJobsSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.BatchCancelPipelineJobsSnippet.g.cs
index 0de3fc90cbc3..70fa26a23047 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.BatchCancelPipelineJobsSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.BatchCancelPipelineJobsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.BatchDeletePipelineJobsAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.BatchDeletePipelineJobsAsyncSnippet.g.cs
index cb273286bf37..b3f5f8a67626 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.BatchDeletePipelineJobsAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.BatchDeletePipelineJobsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.BatchDeletePipelineJobsRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.BatchDeletePipelineJobsRequestObjectAsyncSnippet.g.cs
index d733e52032bc..5a4378b8535d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.BatchDeletePipelineJobsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.BatchDeletePipelineJobsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.BatchDeletePipelineJobsRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.BatchDeletePipelineJobsRequestObjectSnippet.g.cs
index d87436659315..dcf5adae6094 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.BatchDeletePipelineJobsRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.BatchDeletePipelineJobsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.BatchDeletePipelineJobsResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.BatchDeletePipelineJobsResourceNamesAsyncSnippet.g.cs
index 32774525a470..5b4fce3912c8 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.BatchDeletePipelineJobsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.BatchDeletePipelineJobsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.BatchDeletePipelineJobsResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.BatchDeletePipelineJobsResourceNamesSnippet.g.cs
index 8eb0db8f6e87..27c2121116ca 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.BatchDeletePipelineJobsResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.BatchDeletePipelineJobsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.BatchDeletePipelineJobsSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.BatchDeletePipelineJobsSnippet.g.cs
index 812adc984162..4e6401c7dcd0 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.BatchDeletePipelineJobsSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.BatchDeletePipelineJobsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CancelPipelineJobAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CancelPipelineJobAsyncSnippet.g.cs
index c93a7e331ad3..4b253c00c170 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CancelPipelineJobAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CancelPipelineJobAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CancelPipelineJobRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CancelPipelineJobRequestObjectAsyncSnippet.g.cs
index 9d59f031dd34..4eb7ce1a0f71 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CancelPipelineJobRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CancelPipelineJobRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CancelPipelineJobRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CancelPipelineJobRequestObjectSnippet.g.cs
index 25fc2ed3aec7..66353d94d062 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CancelPipelineJobRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CancelPipelineJobRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CancelPipelineJobResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CancelPipelineJobResourceNamesAsyncSnippet.g.cs
index d517ba0ba583..282a7fdd5aa5 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CancelPipelineJobResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CancelPipelineJobResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CancelPipelineJobResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CancelPipelineJobResourceNamesSnippet.g.cs
index 68cead4d6ea9..c82027e411e4 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CancelPipelineJobResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CancelPipelineJobResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CancelPipelineJobSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CancelPipelineJobSnippet.g.cs
index a602f78bf325..f1b5fdde2ecf 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CancelPipelineJobSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CancelPipelineJobSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CancelTrainingPipelineAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CancelTrainingPipelineAsyncSnippet.g.cs
index 86f364a7be22..b87c21c82ee0 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CancelTrainingPipelineAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CancelTrainingPipelineAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CancelTrainingPipelineRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CancelTrainingPipelineRequestObjectAsyncSnippet.g.cs
index 2b9eaa719377..de9f7c207b4d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CancelTrainingPipelineRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CancelTrainingPipelineRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CancelTrainingPipelineRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CancelTrainingPipelineRequestObjectSnippet.g.cs
index 9517758812f5..8d04142b9263 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CancelTrainingPipelineRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CancelTrainingPipelineRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CancelTrainingPipelineResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CancelTrainingPipelineResourceNamesAsyncSnippet.g.cs
index ad2779e35c43..178fab8534f7 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CancelTrainingPipelineResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CancelTrainingPipelineResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CancelTrainingPipelineResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CancelTrainingPipelineResourceNamesSnippet.g.cs
index 9bad49ce0ace..1ca793b6d9ed 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CancelTrainingPipelineResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CancelTrainingPipelineResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CancelTrainingPipelineSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CancelTrainingPipelineSnippet.g.cs
index 139984e8279f..5a4a0f1e839f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CancelTrainingPipelineSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CancelTrainingPipelineSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CreatePipelineJobAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CreatePipelineJobAsyncSnippet.g.cs
index 6625c52e898b..4b65241d9e66 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CreatePipelineJobAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CreatePipelineJobAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CreatePipelineJobRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CreatePipelineJobRequestObjectAsyncSnippet.g.cs
index e2d20d5716e7..00dd106ea4c0 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CreatePipelineJobRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CreatePipelineJobRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CreatePipelineJobRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CreatePipelineJobRequestObjectSnippet.g.cs
index b4ebbd8b4245..d0ab020e7a37 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CreatePipelineJobRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CreatePipelineJobRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CreatePipelineJobResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CreatePipelineJobResourceNamesAsyncSnippet.g.cs
index 8d08ace84e38..75148f5ffcd9 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CreatePipelineJobResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CreatePipelineJobResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CreatePipelineJobResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CreatePipelineJobResourceNamesSnippet.g.cs
index 161ae0ca7593..37c501f97116 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CreatePipelineJobResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CreatePipelineJobResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CreatePipelineJobSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CreatePipelineJobSnippet.g.cs
index f3417917b9ec..1d2a626caf5a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CreatePipelineJobSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CreatePipelineJobSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CreateTrainingPipelineAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CreateTrainingPipelineAsyncSnippet.g.cs
index e14a642402ee..110955f77577 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CreateTrainingPipelineAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CreateTrainingPipelineAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CreateTrainingPipelineRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CreateTrainingPipelineRequestObjectAsyncSnippet.g.cs
index 3f885143a423..56259280eb2c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CreateTrainingPipelineRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CreateTrainingPipelineRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CreateTrainingPipelineRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CreateTrainingPipelineRequestObjectSnippet.g.cs
index 09928c5b4741..028ba8ff4ea0 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CreateTrainingPipelineRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CreateTrainingPipelineRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CreateTrainingPipelineResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CreateTrainingPipelineResourceNamesAsyncSnippet.g.cs
index 59c87ec47640..0fca6ceb9418 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CreateTrainingPipelineResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CreateTrainingPipelineResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CreateTrainingPipelineResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CreateTrainingPipelineResourceNamesSnippet.g.cs
index 1b0ed4b885e6..3f2f2b4d3d19 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CreateTrainingPipelineResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CreateTrainingPipelineResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CreateTrainingPipelineSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CreateTrainingPipelineSnippet.g.cs
index 6bfcdfd8088d..b29238b57231 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CreateTrainingPipelineSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.CreateTrainingPipelineSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.DeletePipelineJobAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.DeletePipelineJobAsyncSnippet.g.cs
index 5e6c7f2123cc..0c92363ff290 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.DeletePipelineJobAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.DeletePipelineJobAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.DeletePipelineJobRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.DeletePipelineJobRequestObjectAsyncSnippet.g.cs
index c0aaf77d83e0..60c35cf7bf91 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.DeletePipelineJobRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.DeletePipelineJobRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.DeletePipelineJobRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.DeletePipelineJobRequestObjectSnippet.g.cs
index 57a0f20e0299..8f3fb6d7a317 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.DeletePipelineJobRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.DeletePipelineJobRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.DeletePipelineJobResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.DeletePipelineJobResourceNamesAsyncSnippet.g.cs
index 6a0fa7e9e64c..cc230becb94f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.DeletePipelineJobResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.DeletePipelineJobResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.DeletePipelineJobResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.DeletePipelineJobResourceNamesSnippet.g.cs
index 41cb65f30f75..0cce8f240399 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.DeletePipelineJobResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.DeletePipelineJobResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.DeletePipelineJobSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.DeletePipelineJobSnippet.g.cs
index bdad5e1e154d..7e14dbd438b2 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.DeletePipelineJobSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.DeletePipelineJobSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.DeleteTrainingPipelineAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.DeleteTrainingPipelineAsyncSnippet.g.cs
index 4cb1f3106c21..f5046609d410 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.DeleteTrainingPipelineAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.DeleteTrainingPipelineAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.DeleteTrainingPipelineRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.DeleteTrainingPipelineRequestObjectAsyncSnippet.g.cs
index d5d02f50f1fb..99d3ec361957 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.DeleteTrainingPipelineRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.DeleteTrainingPipelineRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.DeleteTrainingPipelineRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.DeleteTrainingPipelineRequestObjectSnippet.g.cs
index 76a747f5656a..ea09ec3673bb 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.DeleteTrainingPipelineRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.DeleteTrainingPipelineRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.DeleteTrainingPipelineResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.DeleteTrainingPipelineResourceNamesAsyncSnippet.g.cs
index beec55305ebc..5aa1e073128c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.DeleteTrainingPipelineResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.DeleteTrainingPipelineResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.DeleteTrainingPipelineResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.DeleteTrainingPipelineResourceNamesSnippet.g.cs
index 3a0d6b50a06d..001fcd661d9e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.DeleteTrainingPipelineResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.DeleteTrainingPipelineResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.DeleteTrainingPipelineSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.DeleteTrainingPipelineSnippet.g.cs
index bc839b7d84dd..36044e18fb5d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.DeleteTrainingPipelineSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.DeleteTrainingPipelineSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.GetPipelineJobAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.GetPipelineJobAsyncSnippet.g.cs
index 4e0bcac88b57..51eeb9fe125f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.GetPipelineJobAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.GetPipelineJobAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.GetPipelineJobRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.GetPipelineJobRequestObjectAsyncSnippet.g.cs
index ab44059cafcf..9c4aa7ee0632 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.GetPipelineJobRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.GetPipelineJobRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.GetPipelineJobRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.GetPipelineJobRequestObjectSnippet.g.cs
index cb10919a664d..62ff68de1ac7 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.GetPipelineJobRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.GetPipelineJobRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.GetPipelineJobResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.GetPipelineJobResourceNamesAsyncSnippet.g.cs
index fad3ab319a9c..1a1c0f887a54 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.GetPipelineJobResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.GetPipelineJobResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.GetPipelineJobResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.GetPipelineJobResourceNamesSnippet.g.cs
index a591a8b2cf31..3175e490fb63 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.GetPipelineJobResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.GetPipelineJobResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.GetPipelineJobSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.GetPipelineJobSnippet.g.cs
index 14e69208fdf9..90dc44b7e3ef 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.GetPipelineJobSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.GetPipelineJobSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.GetTrainingPipelineAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.GetTrainingPipelineAsyncSnippet.g.cs
index c02e7dc7af81..d50ed743e3b5 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.GetTrainingPipelineAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.GetTrainingPipelineAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.GetTrainingPipelineRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.GetTrainingPipelineRequestObjectAsyncSnippet.g.cs
index 5ffa51edc33d..4e2352f1d93a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.GetTrainingPipelineRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.GetTrainingPipelineRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.GetTrainingPipelineRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.GetTrainingPipelineRequestObjectSnippet.g.cs
index e91b540133d2..08e18d1c0557 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.GetTrainingPipelineRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.GetTrainingPipelineRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.GetTrainingPipelineResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.GetTrainingPipelineResourceNamesAsyncSnippet.g.cs
index e2792bf957c0..bd55f354971d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.GetTrainingPipelineResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.GetTrainingPipelineResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.GetTrainingPipelineResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.GetTrainingPipelineResourceNamesSnippet.g.cs
index 966d67bd4d86..6a90f11fda7e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.GetTrainingPipelineResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.GetTrainingPipelineResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.GetTrainingPipelineSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.GetTrainingPipelineSnippet.g.cs
index 73807fa2005c..b9342c0bacb6 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.GetTrainingPipelineSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.GetTrainingPipelineSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.ListPipelineJobsAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.ListPipelineJobsAsyncSnippet.g.cs
index 1d0beaf4e5bd..2b70084c1622 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.ListPipelineJobsAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.ListPipelineJobsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.ListPipelineJobsRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.ListPipelineJobsRequestObjectAsyncSnippet.g.cs
index a2eb917258d0..686952f3f6ee 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.ListPipelineJobsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.ListPipelineJobsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.ListPipelineJobsRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.ListPipelineJobsRequestObjectSnippet.g.cs
index 37a55acb1e2e..fffed5ee13b6 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.ListPipelineJobsRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.ListPipelineJobsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.ListPipelineJobsResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.ListPipelineJobsResourceNamesAsyncSnippet.g.cs
index 6c99112ee10b..2f12ec17caaa 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.ListPipelineJobsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.ListPipelineJobsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.ListPipelineJobsResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.ListPipelineJobsResourceNamesSnippet.g.cs
index 2887fa3ee17e..60a3ad28f14f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.ListPipelineJobsResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.ListPipelineJobsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.ListPipelineJobsSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.ListPipelineJobsSnippet.g.cs
index 654a9d45b82d..6c2ce418fdd8 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.ListPipelineJobsSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.ListPipelineJobsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.ListTrainingPipelinesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.ListTrainingPipelinesAsyncSnippet.g.cs
index 173881566944..687b0bb2e3f0 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.ListTrainingPipelinesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.ListTrainingPipelinesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.ListTrainingPipelinesRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.ListTrainingPipelinesRequestObjectAsyncSnippet.g.cs
index 0bb425d9ea22..18e04e2bc169 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.ListTrainingPipelinesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.ListTrainingPipelinesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.ListTrainingPipelinesRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.ListTrainingPipelinesRequestObjectSnippet.g.cs
index f362cb94c113..5967dcc3c883 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.ListTrainingPipelinesRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.ListTrainingPipelinesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.ListTrainingPipelinesResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.ListTrainingPipelinesResourceNamesAsyncSnippet.g.cs
index 621412cbba78..d33188790cc3 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.ListTrainingPipelinesResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.ListTrainingPipelinesResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.ListTrainingPipelinesResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.ListTrainingPipelinesResourceNamesSnippet.g.cs
index bd90a0e818c7..98d2407dc1c0 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.ListTrainingPipelinesResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.ListTrainingPipelinesResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.ListTrainingPipelinesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.ListTrainingPipelinesSnippet.g.cs
index a1cb92d249fc..e4742369e1dd 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.ListTrainingPipelinesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PipelineServiceClient.ListTrainingPipelinesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.DirectPredictRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.DirectPredictRequestObjectAsyncSnippet.g.cs
index 213ab9afd508..57cc179f27be 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.DirectPredictRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.DirectPredictRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.DirectPredictRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.DirectPredictRequestObjectSnippet.g.cs
index e22aa68cae4a..2673c4c74118 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.DirectPredictRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.DirectPredictRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.DirectRawPredictRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.DirectRawPredictRequestObjectAsyncSnippet.g.cs
index 13d8407a3dd4..8d6fa6e4403c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.DirectRawPredictRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.DirectRawPredictRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.DirectRawPredictRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.DirectRawPredictRequestObjectSnippet.g.cs
index dfc7b470eb7d..7d8f58287818 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.DirectRawPredictRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.DirectRawPredictRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.ExplainAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.ExplainAsyncSnippet.g.cs
index 3c95f1d09540..67e0ca4733cd 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.ExplainAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.ExplainAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.ExplainRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.ExplainRequestObjectAsyncSnippet.g.cs
index 9edf29bbd132..798fd77b475d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.ExplainRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.ExplainRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.ExplainRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.ExplainRequestObjectSnippet.g.cs
index a182711855c1..cf9fe79e26d3 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.ExplainRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.ExplainRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.ExplainResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.ExplainResourceNamesAsyncSnippet.g.cs
index 25d326a94b17..9952ab2f256e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.ExplainResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.ExplainResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.ExplainResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.ExplainResourceNamesSnippet.g.cs
index fb716529c8a4..1fdf1e4c815b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.ExplainResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.ExplainResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.ExplainSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.ExplainSnippet.g.cs
index a32e1b23c13c..bb20945a9b15 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.ExplainSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.ExplainSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.GenerateContentAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.GenerateContentAsyncSnippet.g.cs
index e863f6c1b3af..0c157947c35d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.GenerateContentAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.GenerateContentAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.GenerateContentRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.GenerateContentRequestObjectAsyncSnippet.g.cs
index 9a003c71e483..cc46501fb7db 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.GenerateContentRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.GenerateContentRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -47,6 +47,7 @@ public async Task GenerateContentRequestObjectAsync()
Tools = { new Tool(), },
ToolConfig = new ToolConfig(),
SystemInstruction = new Content(),
+ CachedContentAsCachedContentName = CachedContentName.FromProjectLocationCachedContent("[PROJECT]", "[LOCATION]", "[CACHED_CONTENT]"),
Labels = { { "", "" }, },
};
// Make the request
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.GenerateContentRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.GenerateContentRequestObjectSnippet.g.cs
index 4d53842d812d..5194826219d6 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.GenerateContentRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.GenerateContentRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -46,6 +46,7 @@ public void GenerateContentRequestObject()
Tools = { new Tool(), },
ToolConfig = new ToolConfig(),
SystemInstruction = new Content(),
+ CachedContentAsCachedContentName = CachedContentName.FromProjectLocationCachedContent("[PROJECT]", "[LOCATION]", "[CACHED_CONTENT]"),
Labels = { { "", "" }, },
};
// Make the request
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.GenerateContentSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.GenerateContentSnippet.g.cs
index cd5fc2c9203d..59bfaf1cb0ad 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.GenerateContentSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.GenerateContentSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.PredictAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.PredictAsyncSnippet.g.cs
index 5f1f876c5573..d058c5f24c08 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.PredictAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.PredictAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.PredictRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.PredictRequestObjectAsyncSnippet.g.cs
index 53cb29bd6272..b46cd71868d5 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.PredictRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.PredictRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.PredictRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.PredictRequestObjectSnippet.g.cs
index cd6fe6531abc..3b0978249fd1 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.PredictRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.PredictRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.PredictResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.PredictResourceNamesAsyncSnippet.g.cs
index 97b714983997..0a5c89fe459b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.PredictResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.PredictResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.PredictResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.PredictResourceNamesSnippet.g.cs
index e7a80b5b4c19..06e952ea3378 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.PredictResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.PredictResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.PredictSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.PredictSnippet.g.cs
index 4829f28419cf..5f48adc3aa9d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.PredictSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.PredictSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.RawPredictAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.RawPredictAsyncSnippet.g.cs
index 51baec0a354a..61e5c23b7ba6 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.RawPredictAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.RawPredictAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.RawPredictRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.RawPredictRequestObjectAsyncSnippet.g.cs
index 28df4adf799f..a3bb8a74cde2 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.RawPredictRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.RawPredictRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.RawPredictRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.RawPredictRequestObjectSnippet.g.cs
index d516f3ea44e5..6b7eff706254 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.RawPredictRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.RawPredictRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.RawPredictResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.RawPredictResourceNamesAsyncSnippet.g.cs
index 3a00d7d8dce9..55804fe7ac3f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.RawPredictResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.RawPredictResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.RawPredictResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.RawPredictResourceNamesSnippet.g.cs
index 81d3106912b1..531d2b2c1846 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.RawPredictResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.RawPredictResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.RawPredictSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.RawPredictSnippet.g.cs
index 3f202b601589..ed1aadb59bf1 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.RawPredictSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.RawPredictSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.ServerStreamingPredictRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.ServerStreamingPredictRequestObjectSnippet.g.cs
index 85820629fd4b..1dccfe4c579e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.ServerStreamingPredictRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.ServerStreamingPredictRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.StreamDirectPredictSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.StreamDirectPredictSnippet.g.cs
index c6b71003a529..adfd77377586 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.StreamDirectPredictSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.StreamDirectPredictSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.StreamDirectRawPredictSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.StreamDirectRawPredictSnippet.g.cs
index f0adc39e5acc..b41d1c008d49 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.StreamDirectRawPredictSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.StreamDirectRawPredictSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.StreamGenerateContentRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.StreamGenerateContentRequestObjectSnippet.g.cs
index 305f31f754d9..3e082dd6eac5 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.StreamGenerateContentRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.StreamGenerateContentRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -48,6 +48,7 @@ public async Task StreamGenerateContentRequestObject()
Tools = { new Tool(), },
ToolConfig = new ToolConfig(),
SystemInstruction = new Content(),
+ CachedContentAsCachedContentName = CachedContentName.FromProjectLocationCachedContent("[PROJECT]", "[LOCATION]", "[CACHED_CONTENT]"),
Labels = { { "", "" }, },
};
// Make the request, returning a streaming response
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.StreamGenerateContentSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.StreamGenerateContentSnippet.g.cs
index 0c6c8ad0be9a..f8bc1d0457f7 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.StreamGenerateContentSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.StreamGenerateContentSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.StreamRawPredictRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.StreamRawPredictRequestObjectSnippet.g.cs
index e7e50cfb4c24..9a84a706f2d1 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.StreamRawPredictRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.StreamRawPredictRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.StreamRawPredictResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.StreamRawPredictResourceNamesSnippet.g.cs
index 03a406fa801e..fd5d0611a138 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.StreamRawPredictResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.StreamRawPredictResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.StreamRawPredictSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.StreamRawPredictSnippet.g.cs
index 0c78aae2b10e..ad83398bf436 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.StreamRawPredictSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.StreamRawPredictSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.StreamingPredictSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.StreamingPredictSnippet.g.cs
index 8b178a991158..6b2311b3eb18 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.StreamingPredictSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.StreamingPredictSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.StreamingRawPredictSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.StreamingRawPredictSnippet.g.cs
index a3ba5aeaa8b0..901deb7db8e4 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.StreamingRawPredictSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/PredictionServiceClient.StreamingRawPredictSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineExecutionServiceClient.QueryReasoningEngineRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineExecutionServiceClient.QueryReasoningEngineRequestObjectAsyncSnippet.g.cs
new file mode 100644
index 000000000000..dbe6fd1f3b71
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineExecutionServiceClient.QueryReasoningEngineRequestObjectAsyncSnippet.g.cs
@@ -0,0 +1,50 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_ReasoningEngineExecutionService_QueryReasoningEngine_async]
+ using Google.Cloud.AIPlatform.V1;
+ using Google.Protobuf.WellKnownTypes;
+ using System.Threading.Tasks;
+
+ public sealed partial class GeneratedReasoningEngineExecutionServiceClientSnippets
+ {
+ /// Snippet for QueryReasoningEngineAsync
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public async Task QueryReasoningEngineRequestObjectAsync()
+ {
+ // Create client
+ ReasoningEngineExecutionServiceClient reasoningEngineExecutionServiceClient = await ReasoningEngineExecutionServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ QueryReasoningEngineRequest request = new QueryReasoningEngineRequest
+ {
+ ReasoningEngineName = ReasoningEngineName.FromProjectLocationReasoningEngine("[PROJECT]", "[LOCATION]", "[REASONING_ENGINE]"),
+ Input = new Struct(),
+ ClassMethod = "",
+ };
+ // Make the request
+ QueryReasoningEngineResponse response = await reasoningEngineExecutionServiceClient.QueryReasoningEngineAsync(request);
+ }
+ }
+ // [END aiplatform_v1_generated_ReasoningEngineExecutionService_QueryReasoningEngine_async]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineExecutionServiceClient.QueryReasoningEngineRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineExecutionServiceClient.QueryReasoningEngineRequestObjectSnippet.g.cs
new file mode 100644
index 000000000000..db9400ac31d1
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineExecutionServiceClient.QueryReasoningEngineRequestObjectSnippet.g.cs
@@ -0,0 +1,49 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_ReasoningEngineExecutionService_QueryReasoningEngine_sync]
+ using Google.Cloud.AIPlatform.V1;
+ using Google.Protobuf.WellKnownTypes;
+
+ public sealed partial class GeneratedReasoningEngineExecutionServiceClientSnippets
+ {
+ /// Snippet for QueryReasoningEngine
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public void QueryReasoningEngineRequestObject()
+ {
+ // Create client
+ ReasoningEngineExecutionServiceClient reasoningEngineExecutionServiceClient = ReasoningEngineExecutionServiceClient.Create();
+ // Initialize request argument(s)
+ QueryReasoningEngineRequest request = new QueryReasoningEngineRequest
+ {
+ ReasoningEngineName = ReasoningEngineName.FromProjectLocationReasoningEngine("[PROJECT]", "[LOCATION]", "[REASONING_ENGINE]"),
+ Input = new Struct(),
+ ClassMethod = "",
+ };
+ // Make the request
+ QueryReasoningEngineResponse response = reasoningEngineExecutionServiceClient.QueryReasoningEngine(request);
+ }
+ }
+ // [END aiplatform_v1_generated_ReasoningEngineExecutionService_QueryReasoningEngine_sync]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineExecutionServiceClient.StreamQueryReasoningEngineRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineExecutionServiceClient.StreamQueryReasoningEngineRequestObjectSnippet.g.cs
new file mode 100644
index 000000000000..e0ee6d73dc64
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineExecutionServiceClient.StreamQueryReasoningEngineRequestObjectSnippet.g.cs
@@ -0,0 +1,62 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_ReasoningEngineExecutionService_StreamQueryReasoningEngine_sync]
+ using Google.Api;
+ using Google.Api.Gax.Grpc;
+ using Google.Cloud.AIPlatform.V1;
+ using Google.Protobuf.WellKnownTypes;
+ using System.Threading.Tasks;
+
+ public sealed partial class GeneratedReasoningEngineExecutionServiceClientSnippets
+ {
+ /// Snippet for StreamQueryReasoningEngine
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public async Task StreamQueryReasoningEngineRequestObject()
+ {
+ // Create client
+ ReasoningEngineExecutionServiceClient reasoningEngineExecutionServiceClient = ReasoningEngineExecutionServiceClient.Create();
+ // Initialize request argument(s)
+ StreamQueryReasoningEngineRequest request = new StreamQueryReasoningEngineRequest
+ {
+ ReasoningEngineName = ReasoningEngineName.FromProjectLocationReasoningEngine("[PROJECT]", "[LOCATION]", "[REASONING_ENGINE]"),
+ Input = new Struct(),
+ ClassMethod = "",
+ };
+ // Make the request, returning a streaming response
+ using ReasoningEngineExecutionServiceClient.StreamQueryReasoningEngineStream response = reasoningEngineExecutionServiceClient.StreamQueryReasoningEngine(request);
+
+ // Read streaming responses from server until complete
+ // Note that C# 8 code can use await foreach
+ AsyncResponseStream responseStream = response.GetResponseStream();
+ while (await responseStream.MoveNextAsync())
+ {
+ HttpBody responseItem = responseStream.Current;
+ // Do something with streamed response
+ }
+ // The response stream has completed
+ }
+ }
+ // [END aiplatform_v1_generated_ReasoningEngineExecutionService_StreamQueryReasoningEngine_sync]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.CreateReasoningEngineAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.CreateReasoningEngineAsyncSnippet.g.cs
new file mode 100644
index 000000000000..abc9a2edc3d4
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.CreateReasoningEngineAsyncSnippet.g.cs
@@ -0,0 +1,62 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_ReasoningEngineService_CreateReasoningEngine_async_flattened]
+ using Google.Cloud.AIPlatform.V1;
+ using Google.LongRunning;
+ using System.Threading.Tasks;
+
+ public sealed partial class GeneratedReasoningEngineServiceClientSnippets
+ {
+ /// Snippet for CreateReasoningEngineAsync
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public async Task CreateReasoningEngineAsync()
+ {
+ // Create client
+ ReasoningEngineServiceClient reasoningEngineServiceClient = await ReasoningEngineServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ string parent = "projects/[PROJECT]/locations/[LOCATION]";
+ ReasoningEngine reasoningEngine = new ReasoningEngine();
+ // Make the request
+ Operation response = await reasoningEngineServiceClient.CreateReasoningEngineAsync(parent, reasoningEngine);
+
+ // Poll until the returned long-running operation is complete
+ Operation completedResponse = await response.PollUntilCompletedAsync();
+ // Retrieve the operation result
+ ReasoningEngine result = completedResponse.Result;
+
+ // Or get the name of the operation
+ string operationName = response.Name;
+ // This name can be stored, then the long-running operation retrieved later by name
+ Operation retrievedResponse = await reasoningEngineServiceClient.PollOnceCreateReasoningEngineAsync(operationName);
+ // Check if the retrieved long-running operation has completed
+ if (retrievedResponse.IsCompleted)
+ {
+ // If it has completed, then access the result
+ ReasoningEngine retrievedResult = retrievedResponse.Result;
+ }
+ }
+ }
+ // [END aiplatform_v1_generated_ReasoningEngineService_CreateReasoningEngine_async_flattened]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.CreateReasoningEngineRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.CreateReasoningEngineRequestObjectAsyncSnippet.g.cs
new file mode 100644
index 000000000000..519e6fcf7683
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.CreateReasoningEngineRequestObjectAsyncSnippet.g.cs
@@ -0,0 +1,66 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_ReasoningEngineService_CreateReasoningEngine_async]
+ using Google.Api.Gax.ResourceNames;
+ using Google.Cloud.AIPlatform.V1;
+ using Google.LongRunning;
+ using System.Threading.Tasks;
+
+ public sealed partial class GeneratedReasoningEngineServiceClientSnippets
+ {
+ /// Snippet for CreateReasoningEngineAsync
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public async Task CreateReasoningEngineRequestObjectAsync()
+ {
+ // Create client
+ ReasoningEngineServiceClient reasoningEngineServiceClient = await ReasoningEngineServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ CreateReasoningEngineRequest request = new CreateReasoningEngineRequest
+ {
+ ParentAsLocationName = LocationName.FromProjectLocation("[PROJECT]", "[LOCATION]"),
+ ReasoningEngine = new ReasoningEngine(),
+ };
+ // Make the request
+ Operation response = await reasoningEngineServiceClient.CreateReasoningEngineAsync(request);
+
+ // Poll until the returned long-running operation is complete
+ Operation completedResponse = await response.PollUntilCompletedAsync();
+ // Retrieve the operation result
+ ReasoningEngine result = completedResponse.Result;
+
+ // Or get the name of the operation
+ string operationName = response.Name;
+ // This name can be stored, then the long-running operation retrieved later by name
+ Operation retrievedResponse = await reasoningEngineServiceClient.PollOnceCreateReasoningEngineAsync(operationName);
+ // Check if the retrieved long-running operation has completed
+ if (retrievedResponse.IsCompleted)
+ {
+ // If it has completed, then access the result
+ ReasoningEngine retrievedResult = retrievedResponse.Result;
+ }
+ }
+ }
+ // [END aiplatform_v1_generated_ReasoningEngineService_CreateReasoningEngine_async]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.CreateReasoningEngineRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.CreateReasoningEngineRequestObjectSnippet.g.cs
new file mode 100644
index 000000000000..6eb178bab9c6
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.CreateReasoningEngineRequestObjectSnippet.g.cs
@@ -0,0 +1,65 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_ReasoningEngineService_CreateReasoningEngine_sync]
+ using Google.Api.Gax.ResourceNames;
+ using Google.Cloud.AIPlatform.V1;
+ using Google.LongRunning;
+
+ public sealed partial class GeneratedReasoningEngineServiceClientSnippets
+ {
+ /// Snippet for CreateReasoningEngine
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public void CreateReasoningEngineRequestObject()
+ {
+ // Create client
+ ReasoningEngineServiceClient reasoningEngineServiceClient = ReasoningEngineServiceClient.Create();
+ // Initialize request argument(s)
+ CreateReasoningEngineRequest request = new CreateReasoningEngineRequest
+ {
+ ParentAsLocationName = LocationName.FromProjectLocation("[PROJECT]", "[LOCATION]"),
+ ReasoningEngine = new ReasoningEngine(),
+ };
+ // Make the request
+ Operation response = reasoningEngineServiceClient.CreateReasoningEngine(request);
+
+ // Poll until the returned long-running operation is complete
+ Operation completedResponse = response.PollUntilCompleted();
+ // Retrieve the operation result
+ ReasoningEngine result = completedResponse.Result;
+
+ // Or get the name of the operation
+ string operationName = response.Name;
+ // This name can be stored, then the long-running operation retrieved later by name
+ Operation retrievedResponse = reasoningEngineServiceClient.PollOnceCreateReasoningEngine(operationName);
+ // Check if the retrieved long-running operation has completed
+ if (retrievedResponse.IsCompleted)
+ {
+ // If it has completed, then access the result
+ ReasoningEngine retrievedResult = retrievedResponse.Result;
+ }
+ }
+ }
+ // [END aiplatform_v1_generated_ReasoningEngineService_CreateReasoningEngine_sync]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.CreateReasoningEngineResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.CreateReasoningEngineResourceNamesAsyncSnippet.g.cs
new file mode 100644
index 000000000000..053d3c1fb33f
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.CreateReasoningEngineResourceNamesAsyncSnippet.g.cs
@@ -0,0 +1,63 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_ReasoningEngineService_CreateReasoningEngine_async_flattened_resourceNames]
+ using Google.Api.Gax.ResourceNames;
+ using Google.Cloud.AIPlatform.V1;
+ using Google.LongRunning;
+ using System.Threading.Tasks;
+
+ public sealed partial class GeneratedReasoningEngineServiceClientSnippets
+ {
+ /// Snippet for CreateReasoningEngineAsync
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public async Task CreateReasoningEngineResourceNamesAsync()
+ {
+ // Create client
+ ReasoningEngineServiceClient reasoningEngineServiceClient = await ReasoningEngineServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ LocationName parent = LocationName.FromProjectLocation("[PROJECT]", "[LOCATION]");
+ ReasoningEngine reasoningEngine = new ReasoningEngine();
+ // Make the request
+ Operation response = await reasoningEngineServiceClient.CreateReasoningEngineAsync(parent, reasoningEngine);
+
+ // Poll until the returned long-running operation is complete
+ Operation completedResponse = await response.PollUntilCompletedAsync();
+ // Retrieve the operation result
+ ReasoningEngine result = completedResponse.Result;
+
+ // Or get the name of the operation
+ string operationName = response.Name;
+ // This name can be stored, then the long-running operation retrieved later by name
+ Operation retrievedResponse = await reasoningEngineServiceClient.PollOnceCreateReasoningEngineAsync(operationName);
+ // Check if the retrieved long-running operation has completed
+ if (retrievedResponse.IsCompleted)
+ {
+ // If it has completed, then access the result
+ ReasoningEngine retrievedResult = retrievedResponse.Result;
+ }
+ }
+ }
+ // [END aiplatform_v1_generated_ReasoningEngineService_CreateReasoningEngine_async_flattened_resourceNames]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.CreateReasoningEngineResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.CreateReasoningEngineResourceNamesSnippet.g.cs
new file mode 100644
index 000000000000..a18d9fef2b88
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.CreateReasoningEngineResourceNamesSnippet.g.cs
@@ -0,0 +1,62 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_ReasoningEngineService_CreateReasoningEngine_sync_flattened_resourceNames]
+ using Google.Api.Gax.ResourceNames;
+ using Google.Cloud.AIPlatform.V1;
+ using Google.LongRunning;
+
+ public sealed partial class GeneratedReasoningEngineServiceClientSnippets
+ {
+ /// Snippet for CreateReasoningEngine
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public void CreateReasoningEngineResourceNames()
+ {
+ // Create client
+ ReasoningEngineServiceClient reasoningEngineServiceClient = ReasoningEngineServiceClient.Create();
+ // Initialize request argument(s)
+ LocationName parent = LocationName.FromProjectLocation("[PROJECT]", "[LOCATION]");
+ ReasoningEngine reasoningEngine = new ReasoningEngine();
+ // Make the request
+ Operation response = reasoningEngineServiceClient.CreateReasoningEngine(parent, reasoningEngine);
+
+ // Poll until the returned long-running operation is complete
+ Operation completedResponse = response.PollUntilCompleted();
+ // Retrieve the operation result
+ ReasoningEngine result = completedResponse.Result;
+
+ // Or get the name of the operation
+ string operationName = response.Name;
+ // This name can be stored, then the long-running operation retrieved later by name
+ Operation retrievedResponse = reasoningEngineServiceClient.PollOnceCreateReasoningEngine(operationName);
+ // Check if the retrieved long-running operation has completed
+ if (retrievedResponse.IsCompleted)
+ {
+ // If it has completed, then access the result
+ ReasoningEngine retrievedResult = retrievedResponse.Result;
+ }
+ }
+ }
+ // [END aiplatform_v1_generated_ReasoningEngineService_CreateReasoningEngine_sync_flattened_resourceNames]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.CreateReasoningEngineSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.CreateReasoningEngineSnippet.g.cs
new file mode 100644
index 000000000000..cb4f220c770b
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.CreateReasoningEngineSnippet.g.cs
@@ -0,0 +1,61 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_ReasoningEngineService_CreateReasoningEngine_sync_flattened]
+ using Google.Cloud.AIPlatform.V1;
+ using Google.LongRunning;
+
+ public sealed partial class GeneratedReasoningEngineServiceClientSnippets
+ {
+ /// Snippet for CreateReasoningEngine
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public void CreateReasoningEngine()
+ {
+ // Create client
+ ReasoningEngineServiceClient reasoningEngineServiceClient = ReasoningEngineServiceClient.Create();
+ // Initialize request argument(s)
+ string parent = "projects/[PROJECT]/locations/[LOCATION]";
+ ReasoningEngine reasoningEngine = new ReasoningEngine();
+ // Make the request
+ Operation response = reasoningEngineServiceClient.CreateReasoningEngine(parent, reasoningEngine);
+
+ // Poll until the returned long-running operation is complete
+ Operation completedResponse = response.PollUntilCompleted();
+ // Retrieve the operation result
+ ReasoningEngine result = completedResponse.Result;
+
+ // Or get the name of the operation
+ string operationName = response.Name;
+ // This name can be stored, then the long-running operation retrieved later by name
+ Operation retrievedResponse = reasoningEngineServiceClient.PollOnceCreateReasoningEngine(operationName);
+ // Check if the retrieved long-running operation has completed
+ if (retrievedResponse.IsCompleted)
+ {
+ // If it has completed, then access the result
+ ReasoningEngine retrievedResult = retrievedResponse.Result;
+ }
+ }
+ }
+ // [END aiplatform_v1_generated_ReasoningEngineService_CreateReasoningEngine_sync_flattened]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.DeleteReasoningEngineAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.DeleteReasoningEngineAsyncSnippet.g.cs
new file mode 100644
index 000000000000..1160ef4f3ddf
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.DeleteReasoningEngineAsyncSnippet.g.cs
@@ -0,0 +1,62 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_ReasoningEngineService_DeleteReasoningEngine_async_flattened]
+ using Google.Cloud.AIPlatform.V1;
+ using Google.LongRunning;
+ using Google.Protobuf.WellKnownTypes;
+ using System.Threading.Tasks;
+
+ public sealed partial class GeneratedReasoningEngineServiceClientSnippets
+ {
+ /// Snippet for DeleteReasoningEngineAsync
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public async Task DeleteReasoningEngineAsync()
+ {
+ // Create client
+ ReasoningEngineServiceClient reasoningEngineServiceClient = await ReasoningEngineServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ string name = "projects/[PROJECT]/locations/[LOCATION]/reasoningEngines/[REASONING_ENGINE]";
+ // Make the request
+ Operation response = await reasoningEngineServiceClient.DeleteReasoningEngineAsync(name);
+
+ // Poll until the returned long-running operation is complete
+ Operation completedResponse = await response.PollUntilCompletedAsync();
+ // Retrieve the operation result
+ Empty result = completedResponse.Result;
+
+ // Or get the name of the operation
+ string operationName = response.Name;
+ // This name can be stored, then the long-running operation retrieved later by name
+ Operation retrievedResponse = await reasoningEngineServiceClient.PollOnceDeleteReasoningEngineAsync(operationName);
+ // Check if the retrieved long-running operation has completed
+ if (retrievedResponse.IsCompleted)
+ {
+ // If it has completed, then access the result
+ Empty retrievedResult = retrievedResponse.Result;
+ }
+ }
+ }
+ // [END aiplatform_v1_generated_ReasoningEngineService_DeleteReasoningEngine_async_flattened]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.DeleteReasoningEngineRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.DeleteReasoningEngineRequestObjectAsyncSnippet.g.cs
new file mode 100644
index 000000000000..8a40cccf83a8
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.DeleteReasoningEngineRequestObjectAsyncSnippet.g.cs
@@ -0,0 +1,65 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_ReasoningEngineService_DeleteReasoningEngine_async]
+ using Google.Cloud.AIPlatform.V1;
+ using Google.LongRunning;
+ using Google.Protobuf.WellKnownTypes;
+ using System.Threading.Tasks;
+
+ public sealed partial class GeneratedReasoningEngineServiceClientSnippets
+ {
+ /// Snippet for DeleteReasoningEngineAsync
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public async Task DeleteReasoningEngineRequestObjectAsync()
+ {
+ // Create client
+ ReasoningEngineServiceClient reasoningEngineServiceClient = await ReasoningEngineServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ DeleteReasoningEngineRequest request = new DeleteReasoningEngineRequest
+ {
+ ReasoningEngineName = ReasoningEngineName.FromProjectLocationReasoningEngine("[PROJECT]", "[LOCATION]", "[REASONING_ENGINE]"),
+ };
+ // Make the request
+ Operation response = await reasoningEngineServiceClient.DeleteReasoningEngineAsync(request);
+
+ // Poll until the returned long-running operation is complete
+ Operation completedResponse = await response.PollUntilCompletedAsync();
+ // Retrieve the operation result
+ Empty result = completedResponse.Result;
+
+ // Or get the name of the operation
+ string operationName = response.Name;
+ // This name can be stored, then the long-running operation retrieved later by name
+ Operation retrievedResponse = await reasoningEngineServiceClient.PollOnceDeleteReasoningEngineAsync(operationName);
+ // Check if the retrieved long-running operation has completed
+ if (retrievedResponse.IsCompleted)
+ {
+ // If it has completed, then access the result
+ Empty retrievedResult = retrievedResponse.Result;
+ }
+ }
+ }
+ // [END aiplatform_v1_generated_ReasoningEngineService_DeleteReasoningEngine_async]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.DeleteReasoningEngineRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.DeleteReasoningEngineRequestObjectSnippet.g.cs
new file mode 100644
index 000000000000..994c1dc5ec7b
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.DeleteReasoningEngineRequestObjectSnippet.g.cs
@@ -0,0 +1,64 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_ReasoningEngineService_DeleteReasoningEngine_sync]
+ using Google.Cloud.AIPlatform.V1;
+ using Google.LongRunning;
+ using Google.Protobuf.WellKnownTypes;
+
+ public sealed partial class GeneratedReasoningEngineServiceClientSnippets
+ {
+ /// Snippet for DeleteReasoningEngine
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public void DeleteReasoningEngineRequestObject()
+ {
+ // Create client
+ ReasoningEngineServiceClient reasoningEngineServiceClient = ReasoningEngineServiceClient.Create();
+ // Initialize request argument(s)
+ DeleteReasoningEngineRequest request = new DeleteReasoningEngineRequest
+ {
+ ReasoningEngineName = ReasoningEngineName.FromProjectLocationReasoningEngine("[PROJECT]", "[LOCATION]", "[REASONING_ENGINE]"),
+ };
+ // Make the request
+ Operation response = reasoningEngineServiceClient.DeleteReasoningEngine(request);
+
+ // Poll until the returned long-running operation is complete
+ Operation completedResponse = response.PollUntilCompleted();
+ // Retrieve the operation result
+ Empty result = completedResponse.Result;
+
+ // Or get the name of the operation
+ string operationName = response.Name;
+ // This name can be stored, then the long-running operation retrieved later by name
+ Operation retrievedResponse = reasoningEngineServiceClient.PollOnceDeleteReasoningEngine(operationName);
+ // Check if the retrieved long-running operation has completed
+ if (retrievedResponse.IsCompleted)
+ {
+ // If it has completed, then access the result
+ Empty retrievedResult = retrievedResponse.Result;
+ }
+ }
+ }
+ // [END aiplatform_v1_generated_ReasoningEngineService_DeleteReasoningEngine_sync]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.DeleteReasoningEngineResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.DeleteReasoningEngineResourceNamesAsyncSnippet.g.cs
new file mode 100644
index 000000000000..64a554c27e3a
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.DeleteReasoningEngineResourceNamesAsyncSnippet.g.cs
@@ -0,0 +1,62 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_ReasoningEngineService_DeleteReasoningEngine_async_flattened_resourceNames]
+ using Google.Cloud.AIPlatform.V1;
+ using Google.LongRunning;
+ using Google.Protobuf.WellKnownTypes;
+ using System.Threading.Tasks;
+
+ public sealed partial class GeneratedReasoningEngineServiceClientSnippets
+ {
+ /// Snippet for DeleteReasoningEngineAsync
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public async Task DeleteReasoningEngineResourceNamesAsync()
+ {
+ // Create client
+ ReasoningEngineServiceClient reasoningEngineServiceClient = await ReasoningEngineServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ ReasoningEngineName name = ReasoningEngineName.FromProjectLocationReasoningEngine("[PROJECT]", "[LOCATION]", "[REASONING_ENGINE]");
+ // Make the request
+ Operation response = await reasoningEngineServiceClient.DeleteReasoningEngineAsync(name);
+
+ // Poll until the returned long-running operation is complete
+ Operation completedResponse = await response.PollUntilCompletedAsync();
+ // Retrieve the operation result
+ Empty result = completedResponse.Result;
+
+ // Or get the name of the operation
+ string operationName = response.Name;
+ // This name can be stored, then the long-running operation retrieved later by name
+ Operation retrievedResponse = await reasoningEngineServiceClient.PollOnceDeleteReasoningEngineAsync(operationName);
+ // Check if the retrieved long-running operation has completed
+ if (retrievedResponse.IsCompleted)
+ {
+ // If it has completed, then access the result
+ Empty retrievedResult = retrievedResponse.Result;
+ }
+ }
+ }
+ // [END aiplatform_v1_generated_ReasoningEngineService_DeleteReasoningEngine_async_flattened_resourceNames]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.DeleteReasoningEngineResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.DeleteReasoningEngineResourceNamesSnippet.g.cs
new file mode 100644
index 000000000000..dea7117b0fcd
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.DeleteReasoningEngineResourceNamesSnippet.g.cs
@@ -0,0 +1,61 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_ReasoningEngineService_DeleteReasoningEngine_sync_flattened_resourceNames]
+ using Google.Cloud.AIPlatform.V1;
+ using Google.LongRunning;
+ using Google.Protobuf.WellKnownTypes;
+
+ public sealed partial class GeneratedReasoningEngineServiceClientSnippets
+ {
+ /// Snippet for DeleteReasoningEngine
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public void DeleteReasoningEngineResourceNames()
+ {
+ // Create client
+ ReasoningEngineServiceClient reasoningEngineServiceClient = ReasoningEngineServiceClient.Create();
+ // Initialize request argument(s)
+ ReasoningEngineName name = ReasoningEngineName.FromProjectLocationReasoningEngine("[PROJECT]", "[LOCATION]", "[REASONING_ENGINE]");
+ // Make the request
+ Operation response = reasoningEngineServiceClient.DeleteReasoningEngine(name);
+
+ // Poll until the returned long-running operation is complete
+ Operation completedResponse = response.PollUntilCompleted();
+ // Retrieve the operation result
+ Empty result = completedResponse.Result;
+
+ // Or get the name of the operation
+ string operationName = response.Name;
+ // This name can be stored, then the long-running operation retrieved later by name
+ Operation retrievedResponse = reasoningEngineServiceClient.PollOnceDeleteReasoningEngine(operationName);
+ // Check if the retrieved long-running operation has completed
+ if (retrievedResponse.IsCompleted)
+ {
+ // If it has completed, then access the result
+ Empty retrievedResult = retrievedResponse.Result;
+ }
+ }
+ }
+ // [END aiplatform_v1_generated_ReasoningEngineService_DeleteReasoningEngine_sync_flattened_resourceNames]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.DeleteReasoningEngineSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.DeleteReasoningEngineSnippet.g.cs
new file mode 100644
index 000000000000..4b127f3ec187
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.DeleteReasoningEngineSnippet.g.cs
@@ -0,0 +1,61 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_ReasoningEngineService_DeleteReasoningEngine_sync_flattened]
+ using Google.Cloud.AIPlatform.V1;
+ using Google.LongRunning;
+ using Google.Protobuf.WellKnownTypes;
+
+ public sealed partial class GeneratedReasoningEngineServiceClientSnippets
+ {
+ /// Snippet for DeleteReasoningEngine
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public void DeleteReasoningEngine()
+ {
+ // Create client
+ ReasoningEngineServiceClient reasoningEngineServiceClient = ReasoningEngineServiceClient.Create();
+ // Initialize request argument(s)
+ string name = "projects/[PROJECT]/locations/[LOCATION]/reasoningEngines/[REASONING_ENGINE]";
+ // Make the request
+ Operation response = reasoningEngineServiceClient.DeleteReasoningEngine(name);
+
+ // Poll until the returned long-running operation is complete
+ Operation completedResponse = response.PollUntilCompleted();
+ // Retrieve the operation result
+ Empty result = completedResponse.Result;
+
+ // Or get the name of the operation
+ string operationName = response.Name;
+ // This name can be stored, then the long-running operation retrieved later by name
+ Operation retrievedResponse = reasoningEngineServiceClient.PollOnceDeleteReasoningEngine(operationName);
+ // Check if the retrieved long-running operation has completed
+ if (retrievedResponse.IsCompleted)
+ {
+ // If it has completed, then access the result
+ Empty retrievedResult = retrievedResponse.Result;
+ }
+ }
+ }
+ // [END aiplatform_v1_generated_ReasoningEngineService_DeleteReasoningEngine_sync_flattened]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.GetReasoningEngineAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.GetReasoningEngineAsyncSnippet.g.cs
new file mode 100644
index 000000000000..33313e28f2dc
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.GetReasoningEngineAsyncSnippet.g.cs
@@ -0,0 +1,44 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_ReasoningEngineService_GetReasoningEngine_async_flattened]
+ using Google.Cloud.AIPlatform.V1;
+ using System.Threading.Tasks;
+
+ public sealed partial class GeneratedReasoningEngineServiceClientSnippets
+ {
+ /// Snippet for GetReasoningEngineAsync
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public async Task GetReasoningEngineAsync()
+ {
+ // Create client
+ ReasoningEngineServiceClient reasoningEngineServiceClient = await ReasoningEngineServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ string name = "projects/[PROJECT]/locations/[LOCATION]/reasoningEngines/[REASONING_ENGINE]";
+ // Make the request
+ ReasoningEngine response = await reasoningEngineServiceClient.GetReasoningEngineAsync(name);
+ }
+ }
+ // [END aiplatform_v1_generated_ReasoningEngineService_GetReasoningEngine_async_flattened]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.GetReasoningEngineRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.GetReasoningEngineRequestObjectAsyncSnippet.g.cs
new file mode 100644
index 000000000000..15cf1c0fdbb1
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.GetReasoningEngineRequestObjectAsyncSnippet.g.cs
@@ -0,0 +1,47 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_ReasoningEngineService_GetReasoningEngine_async]
+ using Google.Cloud.AIPlatform.V1;
+ using System.Threading.Tasks;
+
+ public sealed partial class GeneratedReasoningEngineServiceClientSnippets
+ {
+ /// Snippet for GetReasoningEngineAsync
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public async Task GetReasoningEngineRequestObjectAsync()
+ {
+ // Create client
+ ReasoningEngineServiceClient reasoningEngineServiceClient = await ReasoningEngineServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ GetReasoningEngineRequest request = new GetReasoningEngineRequest
+ {
+ ReasoningEngineName = ReasoningEngineName.FromProjectLocationReasoningEngine("[PROJECT]", "[LOCATION]", "[REASONING_ENGINE]"),
+ };
+ // Make the request
+ ReasoningEngine response = await reasoningEngineServiceClient.GetReasoningEngineAsync(request);
+ }
+ }
+ // [END aiplatform_v1_generated_ReasoningEngineService_GetReasoningEngine_async]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.GetReasoningEngineRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.GetReasoningEngineRequestObjectSnippet.g.cs
new file mode 100644
index 000000000000..256a061e6765
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.GetReasoningEngineRequestObjectSnippet.g.cs
@@ -0,0 +1,46 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_ReasoningEngineService_GetReasoningEngine_sync]
+ using Google.Cloud.AIPlatform.V1;
+
+ public sealed partial class GeneratedReasoningEngineServiceClientSnippets
+ {
+ /// Snippet for GetReasoningEngine
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public void GetReasoningEngineRequestObject()
+ {
+ // Create client
+ ReasoningEngineServiceClient reasoningEngineServiceClient = ReasoningEngineServiceClient.Create();
+ // Initialize request argument(s)
+ GetReasoningEngineRequest request = new GetReasoningEngineRequest
+ {
+ ReasoningEngineName = ReasoningEngineName.FromProjectLocationReasoningEngine("[PROJECT]", "[LOCATION]", "[REASONING_ENGINE]"),
+ };
+ // Make the request
+ ReasoningEngine response = reasoningEngineServiceClient.GetReasoningEngine(request);
+ }
+ }
+ // [END aiplatform_v1_generated_ReasoningEngineService_GetReasoningEngine_sync]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.GetReasoningEngineResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.GetReasoningEngineResourceNamesAsyncSnippet.g.cs
new file mode 100644
index 000000000000..e6d89b27a534
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.GetReasoningEngineResourceNamesAsyncSnippet.g.cs
@@ -0,0 +1,44 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_ReasoningEngineService_GetReasoningEngine_async_flattened_resourceNames]
+ using Google.Cloud.AIPlatform.V1;
+ using System.Threading.Tasks;
+
+ public sealed partial class GeneratedReasoningEngineServiceClientSnippets
+ {
+ /// Snippet for GetReasoningEngineAsync
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public async Task GetReasoningEngineResourceNamesAsync()
+ {
+ // Create client
+ ReasoningEngineServiceClient reasoningEngineServiceClient = await ReasoningEngineServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ ReasoningEngineName name = ReasoningEngineName.FromProjectLocationReasoningEngine("[PROJECT]", "[LOCATION]", "[REASONING_ENGINE]");
+ // Make the request
+ ReasoningEngine response = await reasoningEngineServiceClient.GetReasoningEngineAsync(name);
+ }
+ }
+ // [END aiplatform_v1_generated_ReasoningEngineService_GetReasoningEngine_async_flattened_resourceNames]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.GetReasoningEngineResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.GetReasoningEngineResourceNamesSnippet.g.cs
new file mode 100644
index 000000000000..b41909ef7564
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.GetReasoningEngineResourceNamesSnippet.g.cs
@@ -0,0 +1,43 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_ReasoningEngineService_GetReasoningEngine_sync_flattened_resourceNames]
+ using Google.Cloud.AIPlatform.V1;
+
+ public sealed partial class GeneratedReasoningEngineServiceClientSnippets
+ {
+ /// Snippet for GetReasoningEngine
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public void GetReasoningEngineResourceNames()
+ {
+ // Create client
+ ReasoningEngineServiceClient reasoningEngineServiceClient = ReasoningEngineServiceClient.Create();
+ // Initialize request argument(s)
+ ReasoningEngineName name = ReasoningEngineName.FromProjectLocationReasoningEngine("[PROJECT]", "[LOCATION]", "[REASONING_ENGINE]");
+ // Make the request
+ ReasoningEngine response = reasoningEngineServiceClient.GetReasoningEngine(name);
+ }
+ }
+ // [END aiplatform_v1_generated_ReasoningEngineService_GetReasoningEngine_sync_flattened_resourceNames]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.GetReasoningEngineSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.GetReasoningEngineSnippet.g.cs
new file mode 100644
index 000000000000..36582349e5ac
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.GetReasoningEngineSnippet.g.cs
@@ -0,0 +1,43 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_ReasoningEngineService_GetReasoningEngine_sync_flattened]
+ using Google.Cloud.AIPlatform.V1;
+
+ public sealed partial class GeneratedReasoningEngineServiceClientSnippets
+ {
+ /// Snippet for GetReasoningEngine
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public void GetReasoningEngine()
+ {
+ // Create client
+ ReasoningEngineServiceClient reasoningEngineServiceClient = ReasoningEngineServiceClient.Create();
+ // Initialize request argument(s)
+ string name = "projects/[PROJECT]/locations/[LOCATION]/reasoningEngines/[REASONING_ENGINE]";
+ // Make the request
+ ReasoningEngine response = reasoningEngineServiceClient.GetReasoningEngine(name);
+ }
+ }
+ // [END aiplatform_v1_generated_ReasoningEngineService_GetReasoningEngine_sync_flattened]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.ListReasoningEnginesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.ListReasoningEnginesAsyncSnippet.g.cs
new file mode 100644
index 000000000000..c02bb082ad8a
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.ListReasoningEnginesAsyncSnippet.g.cs
@@ -0,0 +1,79 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_ReasoningEngineService_ListReasoningEngines_async_flattened]
+ using Google.Api.Gax;
+ using Google.Cloud.AIPlatform.V1;
+ using System;
+ using System.Linq;
+ using System.Threading.Tasks;
+
+ public sealed partial class GeneratedReasoningEngineServiceClientSnippets
+ {
+ /// Snippet for ListReasoningEnginesAsync
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public async Task ListReasoningEnginesAsync()
+ {
+ // Create client
+ ReasoningEngineServiceClient reasoningEngineServiceClient = await ReasoningEngineServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ string parent = "projects/[PROJECT]/locations/[LOCATION]";
+ // Make the request
+ PagedAsyncEnumerable response = reasoningEngineServiceClient.ListReasoningEnginesAsync(parent);
+
+ // Iterate over all response items, lazily performing RPCs as required
+ await response.ForEachAsync((ReasoningEngine item) =>
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ });
+
+ // Or iterate over pages (of server-defined size), performing one RPC per page
+ await response.AsRawResponses().ForEachAsync((ListReasoningEnginesResponse page) =>
+ {
+ // Do something with each page of items
+ Console.WriteLine("A page of results:");
+ foreach (ReasoningEngine item in page)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ });
+
+ // Or retrieve a single page of known size (unless it's the final page), performing as many RPCs as required
+ int pageSize = 10;
+ Page singlePage = await response.ReadPageAsync(pageSize);
+ // Do something with the page of items
+ Console.WriteLine($"A page of {pageSize} results (unless it's the final page):");
+ foreach (ReasoningEngine item in singlePage)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ // Store the pageToken, for when the next page is required.
+ string nextPageToken = singlePage.NextPageToken;
+ }
+ }
+ // [END aiplatform_v1_generated_ReasoningEngineService_ListReasoningEngines_async_flattened]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.ListReasoningEnginesRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.ListReasoningEnginesRequestObjectAsyncSnippet.g.cs
new file mode 100644
index 000000000000..daf65ccc9532
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.ListReasoningEnginesRequestObjectAsyncSnippet.g.cs
@@ -0,0 +1,84 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_ReasoningEngineService_ListReasoningEngines_async]
+ using Google.Api.Gax;
+ using Google.Api.Gax.ResourceNames;
+ using Google.Cloud.AIPlatform.V1;
+ using System;
+ using System.Linq;
+ using System.Threading.Tasks;
+
+ public sealed partial class GeneratedReasoningEngineServiceClientSnippets
+ {
+ /// Snippet for ListReasoningEnginesAsync
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public async Task ListReasoningEnginesRequestObjectAsync()
+ {
+ // Create client
+ ReasoningEngineServiceClient reasoningEngineServiceClient = await ReasoningEngineServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ ListReasoningEnginesRequest request = new ListReasoningEnginesRequest
+ {
+ ParentAsLocationName = LocationName.FromProjectLocation("[PROJECT]", "[LOCATION]"),
+ Filter = "",
+ };
+ // Make the request
+ PagedAsyncEnumerable response = reasoningEngineServiceClient.ListReasoningEnginesAsync(request);
+
+ // Iterate over all response items, lazily performing RPCs as required
+ await response.ForEachAsync((ReasoningEngine item) =>
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ });
+
+ // Or iterate over pages (of server-defined size), performing one RPC per page
+ await response.AsRawResponses().ForEachAsync((ListReasoningEnginesResponse page) =>
+ {
+ // Do something with each page of items
+ Console.WriteLine("A page of results:");
+ foreach (ReasoningEngine item in page)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ });
+
+ // Or retrieve a single page of known size (unless it's the final page), performing as many RPCs as required
+ int pageSize = 10;
+ Page singlePage = await response.ReadPageAsync(pageSize);
+ // Do something with the page of items
+ Console.WriteLine($"A page of {pageSize} results (unless it's the final page):");
+ foreach (ReasoningEngine item in singlePage)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ // Store the pageToken, for when the next page is required.
+ string nextPageToken = singlePage.NextPageToken;
+ }
+ }
+ // [END aiplatform_v1_generated_ReasoningEngineService_ListReasoningEngines_async]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.ListReasoningEnginesRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.ListReasoningEnginesRequestObjectSnippet.g.cs
new file mode 100644
index 000000000000..b361df5ad958
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.ListReasoningEnginesRequestObjectSnippet.g.cs
@@ -0,0 +1,82 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_ReasoningEngineService_ListReasoningEngines_sync]
+ using Google.Api.Gax;
+ using Google.Api.Gax.ResourceNames;
+ using Google.Cloud.AIPlatform.V1;
+ using System;
+
+ public sealed partial class GeneratedReasoningEngineServiceClientSnippets
+ {
+ /// Snippet for ListReasoningEngines
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public void ListReasoningEnginesRequestObject()
+ {
+ // Create client
+ ReasoningEngineServiceClient reasoningEngineServiceClient = ReasoningEngineServiceClient.Create();
+ // Initialize request argument(s)
+ ListReasoningEnginesRequest request = new ListReasoningEnginesRequest
+ {
+ ParentAsLocationName = LocationName.FromProjectLocation("[PROJECT]", "[LOCATION]"),
+ Filter = "",
+ };
+ // Make the request
+ PagedEnumerable response = reasoningEngineServiceClient.ListReasoningEngines(request);
+
+ // Iterate over all response items, lazily performing RPCs as required
+ foreach (ReasoningEngine item in response)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+
+ // Or iterate over pages (of server-defined size), performing one RPC per page
+ foreach (ListReasoningEnginesResponse page in response.AsRawResponses())
+ {
+ // Do something with each page of items
+ Console.WriteLine("A page of results:");
+ foreach (ReasoningEngine item in page)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ }
+
+ // Or retrieve a single page of known size (unless it's the final page), performing as many RPCs as required
+ int pageSize = 10;
+ Page singlePage = response.ReadPage(pageSize);
+ // Do something with the page of items
+ Console.WriteLine($"A page of {pageSize} results (unless it's the final page):");
+ foreach (ReasoningEngine item in singlePage)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ // Store the pageToken, for when the next page is required.
+ string nextPageToken = singlePage.NextPageToken;
+ }
+ }
+ // [END aiplatform_v1_generated_ReasoningEngineService_ListReasoningEngines_sync]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.ListReasoningEnginesResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.ListReasoningEnginesResourceNamesAsyncSnippet.g.cs
new file mode 100644
index 000000000000..29ac6750ffb6
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.ListReasoningEnginesResourceNamesAsyncSnippet.g.cs
@@ -0,0 +1,80 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_ReasoningEngineService_ListReasoningEngines_async_flattened_resourceNames]
+ using Google.Api.Gax;
+ using Google.Api.Gax.ResourceNames;
+ using Google.Cloud.AIPlatform.V1;
+ using System;
+ using System.Linq;
+ using System.Threading.Tasks;
+
+ public sealed partial class GeneratedReasoningEngineServiceClientSnippets
+ {
+ /// Snippet for ListReasoningEnginesAsync
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public async Task ListReasoningEnginesResourceNamesAsync()
+ {
+ // Create client
+ ReasoningEngineServiceClient reasoningEngineServiceClient = await ReasoningEngineServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ LocationName parent = LocationName.FromProjectLocation("[PROJECT]", "[LOCATION]");
+ // Make the request
+ PagedAsyncEnumerable response = reasoningEngineServiceClient.ListReasoningEnginesAsync(parent);
+
+ // Iterate over all response items, lazily performing RPCs as required
+ await response.ForEachAsync((ReasoningEngine item) =>
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ });
+
+ // Or iterate over pages (of server-defined size), performing one RPC per page
+ await response.AsRawResponses().ForEachAsync((ListReasoningEnginesResponse page) =>
+ {
+ // Do something with each page of items
+ Console.WriteLine("A page of results:");
+ foreach (ReasoningEngine item in page)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ });
+
+ // Or retrieve a single page of known size (unless it's the final page), performing as many RPCs as required
+ int pageSize = 10;
+ Page singlePage = await response.ReadPageAsync(pageSize);
+ // Do something with the page of items
+ Console.WriteLine($"A page of {pageSize} results (unless it's the final page):");
+ foreach (ReasoningEngine item in singlePage)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ // Store the pageToken, for when the next page is required.
+ string nextPageToken = singlePage.NextPageToken;
+ }
+ }
+ // [END aiplatform_v1_generated_ReasoningEngineService_ListReasoningEngines_async_flattened_resourceNames]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.ListReasoningEnginesResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.ListReasoningEnginesResourceNamesSnippet.g.cs
new file mode 100644
index 000000000000..f98ec90494f9
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.ListReasoningEnginesResourceNamesSnippet.g.cs
@@ -0,0 +1,78 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_ReasoningEngineService_ListReasoningEngines_sync_flattened_resourceNames]
+ using Google.Api.Gax;
+ using Google.Api.Gax.ResourceNames;
+ using Google.Cloud.AIPlatform.V1;
+ using System;
+
+ public sealed partial class GeneratedReasoningEngineServiceClientSnippets
+ {
+ /// Snippet for ListReasoningEngines
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public void ListReasoningEnginesResourceNames()
+ {
+ // Create client
+ ReasoningEngineServiceClient reasoningEngineServiceClient = ReasoningEngineServiceClient.Create();
+ // Initialize request argument(s)
+ LocationName parent = LocationName.FromProjectLocation("[PROJECT]", "[LOCATION]");
+ // Make the request
+ PagedEnumerable response = reasoningEngineServiceClient.ListReasoningEngines(parent);
+
+ // Iterate over all response items, lazily performing RPCs as required
+ foreach (ReasoningEngine item in response)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+
+ // Or iterate over pages (of server-defined size), performing one RPC per page
+ foreach (ListReasoningEnginesResponse page in response.AsRawResponses())
+ {
+ // Do something with each page of items
+ Console.WriteLine("A page of results:");
+ foreach (ReasoningEngine item in page)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ }
+
+ // Or retrieve a single page of known size (unless it's the final page), performing as many RPCs as required
+ int pageSize = 10;
+ Page singlePage = response.ReadPage(pageSize);
+ // Do something with the page of items
+ Console.WriteLine($"A page of {pageSize} results (unless it's the final page):");
+ foreach (ReasoningEngine item in singlePage)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ // Store the pageToken, for when the next page is required.
+ string nextPageToken = singlePage.NextPageToken;
+ }
+ }
+ // [END aiplatform_v1_generated_ReasoningEngineService_ListReasoningEngines_sync_flattened_resourceNames]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.ListReasoningEnginesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.ListReasoningEnginesSnippet.g.cs
new file mode 100644
index 000000000000..a216852097e5
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.ListReasoningEnginesSnippet.g.cs
@@ -0,0 +1,77 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_ReasoningEngineService_ListReasoningEngines_sync_flattened]
+ using Google.Api.Gax;
+ using Google.Cloud.AIPlatform.V1;
+ using System;
+
+ public sealed partial class GeneratedReasoningEngineServiceClientSnippets
+ {
+ /// Snippet for ListReasoningEngines
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public void ListReasoningEngines()
+ {
+ // Create client
+ ReasoningEngineServiceClient reasoningEngineServiceClient = ReasoningEngineServiceClient.Create();
+ // Initialize request argument(s)
+ string parent = "projects/[PROJECT]/locations/[LOCATION]";
+ // Make the request
+ PagedEnumerable response = reasoningEngineServiceClient.ListReasoningEngines(parent);
+
+ // Iterate over all response items, lazily performing RPCs as required
+ foreach (ReasoningEngine item in response)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+
+ // Or iterate over pages (of server-defined size), performing one RPC per page
+ foreach (ListReasoningEnginesResponse page in response.AsRawResponses())
+ {
+ // Do something with each page of items
+ Console.WriteLine("A page of results:");
+ foreach (ReasoningEngine item in page)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ }
+
+ // Or retrieve a single page of known size (unless it's the final page), performing as many RPCs as required
+ int pageSize = 10;
+ Page singlePage = response.ReadPage(pageSize);
+ // Do something with the page of items
+ Console.WriteLine($"A page of {pageSize} results (unless it's the final page):");
+ foreach (ReasoningEngine item in singlePage)
+ {
+ // Do something with each item
+ Console.WriteLine(item);
+ }
+ // Store the pageToken, for when the next page is required.
+ string nextPageToken = singlePage.NextPageToken;
+ }
+ }
+ // [END aiplatform_v1_generated_ReasoningEngineService_ListReasoningEngines_sync_flattened]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.UpdateReasoningEngineAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.UpdateReasoningEngineAsyncSnippet.g.cs
new file mode 100644
index 000000000000..5eff0649f9ad
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.UpdateReasoningEngineAsyncSnippet.g.cs
@@ -0,0 +1,63 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_ReasoningEngineService_UpdateReasoningEngine_async_flattened]
+ using Google.Cloud.AIPlatform.V1;
+ using Google.LongRunning;
+ using Google.Protobuf.WellKnownTypes;
+ using System.Threading.Tasks;
+
+ public sealed partial class GeneratedReasoningEngineServiceClientSnippets
+ {
+ /// Snippet for UpdateReasoningEngineAsync
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public async Task UpdateReasoningEngineAsync()
+ {
+ // Create client
+ ReasoningEngineServiceClient reasoningEngineServiceClient = await ReasoningEngineServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ ReasoningEngine reasoningEngine = new ReasoningEngine();
+ FieldMask updateMask = new FieldMask();
+ // Make the request
+ Operation response = await reasoningEngineServiceClient.UpdateReasoningEngineAsync(reasoningEngine, updateMask);
+
+ // Poll until the returned long-running operation is complete
+ Operation completedResponse = await response.PollUntilCompletedAsync();
+ // Retrieve the operation result
+ ReasoningEngine result = completedResponse.Result;
+
+ // Or get the name of the operation
+ string operationName = response.Name;
+ // This name can be stored, then the long-running operation retrieved later by name
+ Operation retrievedResponse = await reasoningEngineServiceClient.PollOnceUpdateReasoningEngineAsync(operationName);
+ // Check if the retrieved long-running operation has completed
+ if (retrievedResponse.IsCompleted)
+ {
+ // If it has completed, then access the result
+ ReasoningEngine retrievedResult = retrievedResponse.Result;
+ }
+ }
+ }
+ // [END aiplatform_v1_generated_ReasoningEngineService_UpdateReasoningEngine_async_flattened]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.UpdateReasoningEngineRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.UpdateReasoningEngineRequestObjectAsyncSnippet.g.cs
new file mode 100644
index 000000000000..7163101523a4
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.UpdateReasoningEngineRequestObjectAsyncSnippet.g.cs
@@ -0,0 +1,66 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_ReasoningEngineService_UpdateReasoningEngine_async]
+ using Google.Cloud.AIPlatform.V1;
+ using Google.LongRunning;
+ using Google.Protobuf.WellKnownTypes;
+ using System.Threading.Tasks;
+
+ public sealed partial class GeneratedReasoningEngineServiceClientSnippets
+ {
+ /// Snippet for UpdateReasoningEngineAsync
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public async Task UpdateReasoningEngineRequestObjectAsync()
+ {
+ // Create client
+ ReasoningEngineServiceClient reasoningEngineServiceClient = await ReasoningEngineServiceClient.CreateAsync();
+ // Initialize request argument(s)
+ UpdateReasoningEngineRequest request = new UpdateReasoningEngineRequest
+ {
+ ReasoningEngine = new ReasoningEngine(),
+ UpdateMask = new FieldMask(),
+ };
+ // Make the request
+ Operation response = await reasoningEngineServiceClient.UpdateReasoningEngineAsync(request);
+
+ // Poll until the returned long-running operation is complete
+ Operation completedResponse = await response.PollUntilCompletedAsync();
+ // Retrieve the operation result
+ ReasoningEngine result = completedResponse.Result;
+
+ // Or get the name of the operation
+ string operationName = response.Name;
+ // This name can be stored, then the long-running operation retrieved later by name
+ Operation retrievedResponse = await reasoningEngineServiceClient.PollOnceUpdateReasoningEngineAsync(operationName);
+ // Check if the retrieved long-running operation has completed
+ if (retrievedResponse.IsCompleted)
+ {
+ // If it has completed, then access the result
+ ReasoningEngine retrievedResult = retrievedResponse.Result;
+ }
+ }
+ }
+ // [END aiplatform_v1_generated_ReasoningEngineService_UpdateReasoningEngine_async]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.UpdateReasoningEngineRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.UpdateReasoningEngineRequestObjectSnippet.g.cs
new file mode 100644
index 000000000000..b82e954332e1
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.UpdateReasoningEngineRequestObjectSnippet.g.cs
@@ -0,0 +1,65 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_ReasoningEngineService_UpdateReasoningEngine_sync]
+ using Google.Cloud.AIPlatform.V1;
+ using Google.LongRunning;
+ using Google.Protobuf.WellKnownTypes;
+
+ public sealed partial class GeneratedReasoningEngineServiceClientSnippets
+ {
+ /// Snippet for UpdateReasoningEngine
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public void UpdateReasoningEngineRequestObject()
+ {
+ // Create client
+ ReasoningEngineServiceClient reasoningEngineServiceClient = ReasoningEngineServiceClient.Create();
+ // Initialize request argument(s)
+ UpdateReasoningEngineRequest request = new UpdateReasoningEngineRequest
+ {
+ ReasoningEngine = new ReasoningEngine(),
+ UpdateMask = new FieldMask(),
+ };
+ // Make the request
+ Operation response = reasoningEngineServiceClient.UpdateReasoningEngine(request);
+
+ // Poll until the returned long-running operation is complete
+ Operation completedResponse = response.PollUntilCompleted();
+ // Retrieve the operation result
+ ReasoningEngine result = completedResponse.Result;
+
+ // Or get the name of the operation
+ string operationName = response.Name;
+ // This name can be stored, then the long-running operation retrieved later by name
+ Operation retrievedResponse = reasoningEngineServiceClient.PollOnceUpdateReasoningEngine(operationName);
+ // Check if the retrieved long-running operation has completed
+ if (retrievedResponse.IsCompleted)
+ {
+ // If it has completed, then access the result
+ ReasoningEngine retrievedResult = retrievedResponse.Result;
+ }
+ }
+ }
+ // [END aiplatform_v1_generated_ReasoningEngineService_UpdateReasoningEngine_sync]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.UpdateReasoningEngineSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.UpdateReasoningEngineSnippet.g.cs
new file mode 100644
index 000000000000..9d155622c832
--- /dev/null
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ReasoningEngineServiceClient.UpdateReasoningEngineSnippet.g.cs
@@ -0,0 +1,62 @@
+// Copyright 2025 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// Generated code. DO NOT EDIT!
+
+namespace GoogleCSharpSnippets
+{
+ // [START aiplatform_v1_generated_ReasoningEngineService_UpdateReasoningEngine_sync_flattened]
+ using Google.Cloud.AIPlatform.V1;
+ using Google.LongRunning;
+ using Google.Protobuf.WellKnownTypes;
+
+ public sealed partial class GeneratedReasoningEngineServiceClientSnippets
+ {
+ /// Snippet for UpdateReasoningEngine
+ ///
+ /// This snippet has been automatically generated and should be regarded as a code template only.
+ /// It will require modifications to work:
+ /// - It may require correct/in-range values for request initialization.
+ /// - It may require specifying regional endpoints when creating the service client as shown in
+ /// https://cloud.google.com/dotnet/docs/reference/help/client-configuration#endpoint.
+ ///
+ public void UpdateReasoningEngine()
+ {
+ // Create client
+ ReasoningEngineServiceClient reasoningEngineServiceClient = ReasoningEngineServiceClient.Create();
+ // Initialize request argument(s)
+ ReasoningEngine reasoningEngine = new ReasoningEngine();
+ FieldMask updateMask = new FieldMask();
+ // Make the request
+ Operation response = reasoningEngineServiceClient.UpdateReasoningEngine(reasoningEngine, updateMask);
+
+ // Poll until the returned long-running operation is complete
+ Operation completedResponse = response.PollUntilCompleted();
+ // Retrieve the operation result
+ ReasoningEngine result = completedResponse.Result;
+
+ // Or get the name of the operation
+ string operationName = response.Name;
+ // This name can be stored, then the long-running operation retrieved later by name
+ Operation retrievedResponse = reasoningEngineServiceClient.PollOnceUpdateReasoningEngine(operationName);
+ // Check if the retrieved long-running operation has completed
+ if (retrievedResponse.IsCompleted)
+ {
+ // If it has completed, then access the result
+ ReasoningEngine retrievedResult = retrievedResponse.Result;
+ }
+ }
+ }
+ // [END aiplatform_v1_generated_ReasoningEngineService_UpdateReasoningEngine_sync_flattened]
+}
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.CreateScheduleAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.CreateScheduleAsyncSnippet.g.cs
index f0d6905cbb6b..84eb30faa106 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.CreateScheduleAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.CreateScheduleAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.CreateScheduleRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.CreateScheduleRequestObjectAsyncSnippet.g.cs
index 09ee0b140aa3..c650ae016fa3 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.CreateScheduleRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.CreateScheduleRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.CreateScheduleRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.CreateScheduleRequestObjectSnippet.g.cs
index 7a7d889276c1..2f3d1cec5535 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.CreateScheduleRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.CreateScheduleRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.CreateScheduleResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.CreateScheduleResourceNamesAsyncSnippet.g.cs
index 187e8b22cd50..3ab99f03ab58 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.CreateScheduleResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.CreateScheduleResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.CreateScheduleResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.CreateScheduleResourceNamesSnippet.g.cs
index 3f1ecc42b4f8..94fee76f69ad 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.CreateScheduleResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.CreateScheduleResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.CreateScheduleSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.CreateScheduleSnippet.g.cs
index 9bdb8108197a..06d36e2e25ea 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.CreateScheduleSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.CreateScheduleSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.DeleteScheduleAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.DeleteScheduleAsyncSnippet.g.cs
index c8b196657827..8bb7c8fed5c3 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.DeleteScheduleAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.DeleteScheduleAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.DeleteScheduleRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.DeleteScheduleRequestObjectAsyncSnippet.g.cs
index 263f4915cfac..c340e3874e06 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.DeleteScheduleRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.DeleteScheduleRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.DeleteScheduleRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.DeleteScheduleRequestObjectSnippet.g.cs
index 1db50f0ca894..e932b570760c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.DeleteScheduleRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.DeleteScheduleRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.DeleteScheduleResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.DeleteScheduleResourceNamesAsyncSnippet.g.cs
index 88699bc1ac21..81f3c303202d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.DeleteScheduleResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.DeleteScheduleResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.DeleteScheduleResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.DeleteScheduleResourceNamesSnippet.g.cs
index 4ebdd4552905..0f79df791341 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.DeleteScheduleResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.DeleteScheduleResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.DeleteScheduleSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.DeleteScheduleSnippet.g.cs
index c97f13994dec..518bd9f11ed3 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.DeleteScheduleSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.DeleteScheduleSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.GetScheduleAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.GetScheduleAsyncSnippet.g.cs
index 29502f731cab..588b14491d01 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.GetScheduleAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.GetScheduleAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.GetScheduleRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.GetScheduleRequestObjectAsyncSnippet.g.cs
index 9d0f1ff8df26..0cb4018b5b21 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.GetScheduleRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.GetScheduleRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.GetScheduleRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.GetScheduleRequestObjectSnippet.g.cs
index 455802a77f33..4bf449b53aa0 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.GetScheduleRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.GetScheduleRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.GetScheduleResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.GetScheduleResourceNamesAsyncSnippet.g.cs
index fe5d60634101..f06177d27ad7 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.GetScheduleResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.GetScheduleResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.GetScheduleResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.GetScheduleResourceNamesSnippet.g.cs
index e3c8a1cd2882..ba09cf84f6b6 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.GetScheduleResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.GetScheduleResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.GetScheduleSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.GetScheduleSnippet.g.cs
index f295fbc70431..b45becb9956a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.GetScheduleSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.GetScheduleSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ListSchedulesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ListSchedulesAsyncSnippet.g.cs
index a60a2498d6f2..ed95e507f9ea 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ListSchedulesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ListSchedulesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ListSchedulesRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ListSchedulesRequestObjectAsyncSnippet.g.cs
index eadf870e3898..840f475dddf8 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ListSchedulesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ListSchedulesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ListSchedulesRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ListSchedulesRequestObjectSnippet.g.cs
index 094732d2eb5c..587b63956862 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ListSchedulesRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ListSchedulesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ListSchedulesResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ListSchedulesResourceNamesAsyncSnippet.g.cs
index a68e0f5e47bf..44d469fb2fcc 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ListSchedulesResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ListSchedulesResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ListSchedulesResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ListSchedulesResourceNamesSnippet.g.cs
index 908628f6ed27..9fff528658ae 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ListSchedulesResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ListSchedulesResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ListSchedulesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ListSchedulesSnippet.g.cs
index 8b3bd5219cce..5063dce955ea 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ListSchedulesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ListSchedulesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.PauseScheduleAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.PauseScheduleAsyncSnippet.g.cs
index 1936ccf5fba2..955f2c94cd1d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.PauseScheduleAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.PauseScheduleAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.PauseScheduleRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.PauseScheduleRequestObjectAsyncSnippet.g.cs
index d89ceb098ce6..7bdd40e24421 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.PauseScheduleRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.PauseScheduleRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.PauseScheduleRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.PauseScheduleRequestObjectSnippet.g.cs
index 6ab4c665fd45..b2203418b8de 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.PauseScheduleRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.PauseScheduleRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.PauseScheduleResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.PauseScheduleResourceNamesAsyncSnippet.g.cs
index 76fc526ae6fd..5f88f9f8d8d7 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.PauseScheduleResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.PauseScheduleResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.PauseScheduleResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.PauseScheduleResourceNamesSnippet.g.cs
index d400800f477a..f44142f1f2b2 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.PauseScheduleResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.PauseScheduleResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.PauseScheduleSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.PauseScheduleSnippet.g.cs
index aa98c166b73d..0e21e070c7c9 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.PauseScheduleSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.PauseScheduleSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ResumeSchedule1AsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ResumeSchedule1AsyncSnippet.g.cs
index 3d3ba3d31339..090691a25304 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ResumeSchedule1AsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ResumeSchedule1AsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ResumeSchedule1ResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ResumeSchedule1ResourceNamesAsyncSnippet.g.cs
index 7c9074e28cc5..bdc41d2caec7 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ResumeSchedule1ResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ResumeSchedule1ResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ResumeSchedule1ResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ResumeSchedule1ResourceNamesSnippet.g.cs
index 0e8acb613140..05a01b1312c7 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ResumeSchedule1ResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ResumeSchedule1ResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ResumeSchedule1Snippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ResumeSchedule1Snippet.g.cs
index e4260f1ff798..ad6d488999a4 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ResumeSchedule1Snippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ResumeSchedule1Snippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ResumeSchedule2AsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ResumeSchedule2AsyncSnippet.g.cs
index a1d07ab1a82f..20ad307bdac6 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ResumeSchedule2AsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ResumeSchedule2AsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ResumeSchedule2ResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ResumeSchedule2ResourceNamesAsyncSnippet.g.cs
index fc5e81f47a80..1fb411692747 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ResumeSchedule2ResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ResumeSchedule2ResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ResumeSchedule2ResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ResumeSchedule2ResourceNamesSnippet.g.cs
index 6582717d31d1..5fbfa53cd632 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ResumeSchedule2ResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ResumeSchedule2ResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ResumeSchedule2Snippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ResumeSchedule2Snippet.g.cs
index 86d76ab218ff..975c9b32e8bb 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ResumeSchedule2Snippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ResumeSchedule2Snippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ResumeScheduleRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ResumeScheduleRequestObjectAsyncSnippet.g.cs
index a63173d58abf..72b2b23ba15a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ResumeScheduleRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ResumeScheduleRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ResumeScheduleRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ResumeScheduleRequestObjectSnippet.g.cs
index 3c0d90983447..9be09bb55336 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ResumeScheduleRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.ResumeScheduleRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.UpdateScheduleAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.UpdateScheduleAsyncSnippet.g.cs
index c2c543ed51ed..817f7398d9b5 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.UpdateScheduleAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.UpdateScheduleAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.UpdateScheduleRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.UpdateScheduleRequestObjectAsyncSnippet.g.cs
index 54cc4d48121f..6f15e1bb7697 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.UpdateScheduleRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.UpdateScheduleRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.UpdateScheduleRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.UpdateScheduleRequestObjectSnippet.g.cs
index 4b8f4a6a8be7..1926956116cd 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.UpdateScheduleRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.UpdateScheduleRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.UpdateScheduleSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.UpdateScheduleSnippet.g.cs
index 1a353d8c7fc6..b93a0a7d318a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.UpdateScheduleSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/ScheduleServiceClient.UpdateScheduleSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.CreateSpecialistPoolAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.CreateSpecialistPoolAsyncSnippet.g.cs
index d4977dd7b16e..d357618aa3da 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.CreateSpecialistPoolAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.CreateSpecialistPoolAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.CreateSpecialistPoolRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.CreateSpecialistPoolRequestObjectAsyncSnippet.g.cs
index fbe030e3d5e0..5923b19cf17f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.CreateSpecialistPoolRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.CreateSpecialistPoolRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.CreateSpecialistPoolRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.CreateSpecialistPoolRequestObjectSnippet.g.cs
index 40810cdc8e56..ccaa3d242ed6 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.CreateSpecialistPoolRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.CreateSpecialistPoolRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.CreateSpecialistPoolResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.CreateSpecialistPoolResourceNamesAsyncSnippet.g.cs
index 6cfb8e75364a..3894920dab66 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.CreateSpecialistPoolResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.CreateSpecialistPoolResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.CreateSpecialistPoolResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.CreateSpecialistPoolResourceNamesSnippet.g.cs
index 27162336b917..dcd378566336 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.CreateSpecialistPoolResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.CreateSpecialistPoolResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.CreateSpecialistPoolSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.CreateSpecialistPoolSnippet.g.cs
index 84f2df7cdeca..78646f41fddc 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.CreateSpecialistPoolSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.CreateSpecialistPoolSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.DeleteSpecialistPoolAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.DeleteSpecialistPoolAsyncSnippet.g.cs
index 11d1b6dd7499..7a0658b42407 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.DeleteSpecialistPoolAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.DeleteSpecialistPoolAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.DeleteSpecialistPoolRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.DeleteSpecialistPoolRequestObjectAsyncSnippet.g.cs
index 1d9090f657bd..a4143a287d92 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.DeleteSpecialistPoolRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.DeleteSpecialistPoolRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.DeleteSpecialistPoolRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.DeleteSpecialistPoolRequestObjectSnippet.g.cs
index 246597b2129f..b7a7ce7edf85 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.DeleteSpecialistPoolRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.DeleteSpecialistPoolRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.DeleteSpecialistPoolResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.DeleteSpecialistPoolResourceNamesAsyncSnippet.g.cs
index 018cf0e0e905..d1784fd24c15 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.DeleteSpecialistPoolResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.DeleteSpecialistPoolResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.DeleteSpecialistPoolResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.DeleteSpecialistPoolResourceNamesSnippet.g.cs
index e231e45cd05e..6d48f7c9361e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.DeleteSpecialistPoolResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.DeleteSpecialistPoolResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.DeleteSpecialistPoolSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.DeleteSpecialistPoolSnippet.g.cs
index e877af8ab709..bb920f3aca35 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.DeleteSpecialistPoolSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.DeleteSpecialistPoolSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.GetSpecialistPoolAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.GetSpecialistPoolAsyncSnippet.g.cs
index c30b9b122f78..0756d27eed9c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.GetSpecialistPoolAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.GetSpecialistPoolAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.GetSpecialistPoolRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.GetSpecialistPoolRequestObjectAsyncSnippet.g.cs
index 79e996315ed5..ea132d05d662 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.GetSpecialistPoolRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.GetSpecialistPoolRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.GetSpecialistPoolRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.GetSpecialistPoolRequestObjectSnippet.g.cs
index b7921bd9a5ca..d52919fe6ebc 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.GetSpecialistPoolRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.GetSpecialistPoolRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.GetSpecialistPoolResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.GetSpecialistPoolResourceNamesAsyncSnippet.g.cs
index aaaa6eba6dbd..a30163962a2d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.GetSpecialistPoolResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.GetSpecialistPoolResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.GetSpecialistPoolResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.GetSpecialistPoolResourceNamesSnippet.g.cs
index e26ea23cb235..c9ee2ffb615e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.GetSpecialistPoolResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.GetSpecialistPoolResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.GetSpecialistPoolSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.GetSpecialistPoolSnippet.g.cs
index aeb4caa0cc35..4d1833d2056c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.GetSpecialistPoolSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.GetSpecialistPoolSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.ListSpecialistPoolsAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.ListSpecialistPoolsAsyncSnippet.g.cs
index e84e00f42916..13a486bd1b1f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.ListSpecialistPoolsAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.ListSpecialistPoolsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.ListSpecialistPoolsRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.ListSpecialistPoolsRequestObjectAsyncSnippet.g.cs
index cae19b1f80a0..de0b818eb315 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.ListSpecialistPoolsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.ListSpecialistPoolsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.ListSpecialistPoolsRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.ListSpecialistPoolsRequestObjectSnippet.g.cs
index 5d47a43e0d49..4b195b8f6ede 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.ListSpecialistPoolsRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.ListSpecialistPoolsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.ListSpecialistPoolsResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.ListSpecialistPoolsResourceNamesAsyncSnippet.g.cs
index 2a355c89cc59..c7af2bf9c88a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.ListSpecialistPoolsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.ListSpecialistPoolsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.ListSpecialistPoolsResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.ListSpecialistPoolsResourceNamesSnippet.g.cs
index 5d645b5e9386..9c8af2328826 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.ListSpecialistPoolsResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.ListSpecialistPoolsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.ListSpecialistPoolsSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.ListSpecialistPoolsSnippet.g.cs
index 1cd6d6e25743..96fd64503c48 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.ListSpecialistPoolsSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.ListSpecialistPoolsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.UpdateSpecialistPoolAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.UpdateSpecialistPoolAsyncSnippet.g.cs
index a82ede0b9570..52f0521eed36 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.UpdateSpecialistPoolAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.UpdateSpecialistPoolAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.UpdateSpecialistPoolRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.UpdateSpecialistPoolRequestObjectAsyncSnippet.g.cs
index 66c4535a6124..8425722e2836 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.UpdateSpecialistPoolRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.UpdateSpecialistPoolRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.UpdateSpecialistPoolRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.UpdateSpecialistPoolRequestObjectSnippet.g.cs
index 0b46af78b8c4..16be995f2478 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.UpdateSpecialistPoolRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.UpdateSpecialistPoolRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.UpdateSpecialistPoolSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.UpdateSpecialistPoolSnippet.g.cs
index 7f4bd24c362d..e58a08679125 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.UpdateSpecialistPoolSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/SpecialistPoolServiceClient.UpdateSpecialistPoolSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchCreateTensorboardRunsAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchCreateTensorboardRunsAsyncSnippet.g.cs
index ce7de04ff3f1..db07ae117215 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchCreateTensorboardRunsAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchCreateTensorboardRunsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchCreateTensorboardRunsRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchCreateTensorboardRunsRequestObjectAsyncSnippet.g.cs
index 2769d41d77f3..470f20ae8a6b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchCreateTensorboardRunsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchCreateTensorboardRunsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchCreateTensorboardRunsRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchCreateTensorboardRunsRequestObjectSnippet.g.cs
index e8e963cf6ece..e30caa2daa84 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchCreateTensorboardRunsRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchCreateTensorboardRunsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchCreateTensorboardRunsResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchCreateTensorboardRunsResourceNamesAsyncSnippet.g.cs
index 2297e64de144..8945d1a77fb4 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchCreateTensorboardRunsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchCreateTensorboardRunsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchCreateTensorboardRunsResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchCreateTensorboardRunsResourceNamesSnippet.g.cs
index a4617452f50b..1fbbcb0b3ada 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchCreateTensorboardRunsResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchCreateTensorboardRunsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchCreateTensorboardRunsSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchCreateTensorboardRunsSnippet.g.cs
index 31c82564bbfa..7a93015df12e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchCreateTensorboardRunsSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchCreateTensorboardRunsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchCreateTensorboardTimeSeriesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchCreateTensorboardTimeSeriesAsyncSnippet.g.cs
index 3d43c7a014d8..f3f4f5bd030b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchCreateTensorboardTimeSeriesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchCreateTensorboardTimeSeriesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchCreateTensorboardTimeSeriesRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchCreateTensorboardTimeSeriesRequestObjectAsyncSnippet.g.cs
index a8421d623c1c..6227cb307f3c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchCreateTensorboardTimeSeriesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchCreateTensorboardTimeSeriesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchCreateTensorboardTimeSeriesRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchCreateTensorboardTimeSeriesRequestObjectSnippet.g.cs
index 51977d5d3763..4c0400ca01da 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchCreateTensorboardTimeSeriesRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchCreateTensorboardTimeSeriesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchCreateTensorboardTimeSeriesResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchCreateTensorboardTimeSeriesResourceNamesAsyncSnippet.g.cs
index aabef11a2920..970c9d3ae927 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchCreateTensorboardTimeSeriesResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchCreateTensorboardTimeSeriesResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchCreateTensorboardTimeSeriesResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchCreateTensorboardTimeSeriesResourceNamesSnippet.g.cs
index 78ceb10dd001..392d9bd6d38f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchCreateTensorboardTimeSeriesResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchCreateTensorboardTimeSeriesResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchCreateTensorboardTimeSeriesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchCreateTensorboardTimeSeriesSnippet.g.cs
index 82aac28f217e..fa111e5fc525 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchCreateTensorboardTimeSeriesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchCreateTensorboardTimeSeriesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchReadTensorboardTimeSeriesDataAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchReadTensorboardTimeSeriesDataAsyncSnippet.g.cs
index 79a652a8a222..bb9f157f41fb 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchReadTensorboardTimeSeriesDataAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchReadTensorboardTimeSeriesDataAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchReadTensorboardTimeSeriesDataRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchReadTensorboardTimeSeriesDataRequestObjectAsyncSnippet.g.cs
index 6d8b24edd398..862f46daf279 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchReadTensorboardTimeSeriesDataRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchReadTensorboardTimeSeriesDataRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchReadTensorboardTimeSeriesDataRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchReadTensorboardTimeSeriesDataRequestObjectSnippet.g.cs
index a521ad20257e..0855cb677081 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchReadTensorboardTimeSeriesDataRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchReadTensorboardTimeSeriesDataRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchReadTensorboardTimeSeriesDataResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchReadTensorboardTimeSeriesDataResourceNamesAsyncSnippet.g.cs
index 802d36d76c93..d07433cd2af9 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchReadTensorboardTimeSeriesDataResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchReadTensorboardTimeSeriesDataResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchReadTensorboardTimeSeriesDataResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchReadTensorboardTimeSeriesDataResourceNamesSnippet.g.cs
index 58955e84d3f6..725e5ba016d0 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchReadTensorboardTimeSeriesDataResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchReadTensorboardTimeSeriesDataResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchReadTensorboardTimeSeriesDataSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchReadTensorboardTimeSeriesDataSnippet.g.cs
index f0aea1957b5c..d719a4cc8ef6 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchReadTensorboardTimeSeriesDataSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.BatchReadTensorboardTimeSeriesDataSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardAsyncSnippet.g.cs
index 625d6d477ac0..3f65f68a6080 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardExperimentAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardExperimentAsyncSnippet.g.cs
index b497f85a3eac..f8b23e9dc329 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardExperimentAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardExperimentAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardExperimentRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardExperimentRequestObjectAsyncSnippet.g.cs
index f359e414e062..5b427a3d6980 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardExperimentRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardExperimentRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardExperimentRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardExperimentRequestObjectSnippet.g.cs
index f0efa316ee92..bb2450d46751 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardExperimentRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardExperimentRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardExperimentResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardExperimentResourceNamesAsyncSnippet.g.cs
index d4a469149899..fbb4148b2e22 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardExperimentResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardExperimentResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardExperimentResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardExperimentResourceNamesSnippet.g.cs
index 986380633e2a..986ca8be3148 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardExperimentResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardExperimentResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardExperimentSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardExperimentSnippet.g.cs
index 24bd6ef88f7d..43c95601ca0d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardExperimentSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardExperimentSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardRequestObjectAsyncSnippet.g.cs
index 63a3dc3fbda8..ad00f6bc2fbd 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardRequestObjectSnippet.g.cs
index 4563ebeca0a3..bbb206829582 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardResourceNamesAsyncSnippet.g.cs
index c17a1f7ac25b..5e542d3cfed8 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardResourceNamesSnippet.g.cs
index bdde7c2541a2..ed30263b3ede 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardRunAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardRunAsyncSnippet.g.cs
index f47e22930884..2b1fc1193d2f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardRunAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardRunAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardRunRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardRunRequestObjectAsyncSnippet.g.cs
index 783739dad52d..7f4ef39fb7b2 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardRunRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardRunRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardRunRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardRunRequestObjectSnippet.g.cs
index 0f3c5e9f708b..d583558f8252 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardRunRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardRunRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardRunResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardRunResourceNamesAsyncSnippet.g.cs
index 9f55706af477..3331166ed876 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardRunResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardRunResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardRunResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardRunResourceNamesSnippet.g.cs
index cd18049eecd5..5e9e6c5214d5 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardRunResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardRunResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardRunSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardRunSnippet.g.cs
index c355db85eb55..01ede5586b5f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardRunSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardRunSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardSnippet.g.cs
index 808159f01a18..f1f41d735781 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardTimeSeriesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardTimeSeriesAsyncSnippet.g.cs
index 0fc4cb62ccfd..cc05a9e3be4c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardTimeSeriesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardTimeSeriesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardTimeSeriesRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardTimeSeriesRequestObjectAsyncSnippet.g.cs
index 70056e48168c..fe75506090ef 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardTimeSeriesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardTimeSeriesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardTimeSeriesRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardTimeSeriesRequestObjectSnippet.g.cs
index 0c20578ff2c2..1c6f5388d988 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardTimeSeriesRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardTimeSeriesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardTimeSeriesResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardTimeSeriesResourceNamesAsyncSnippet.g.cs
index c6b9be50b244..50f62389d260 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardTimeSeriesResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardTimeSeriesResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardTimeSeriesResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardTimeSeriesResourceNamesSnippet.g.cs
index 5e02f2cde16c..b8cd8719437a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardTimeSeriesResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardTimeSeriesResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardTimeSeriesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardTimeSeriesSnippet.g.cs
index 754b25a48a7d..773fb36632d9 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardTimeSeriesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.CreateTensorboardTimeSeriesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardAsyncSnippet.g.cs
index 55b8ca8d6899..5fbbf999d5e3 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardExperimentAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardExperimentAsyncSnippet.g.cs
index 7d71fb48fe33..2ccf8d95b0cb 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardExperimentAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardExperimentAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardExperimentRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardExperimentRequestObjectAsyncSnippet.g.cs
index 7bdc7a55d5a8..a2c469e10545 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardExperimentRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardExperimentRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardExperimentRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardExperimentRequestObjectSnippet.g.cs
index 684676b5c805..1baad2f47d6c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardExperimentRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardExperimentRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardExperimentResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardExperimentResourceNamesAsyncSnippet.g.cs
index e7f4e0868535..5fb2341fed77 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardExperimentResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardExperimentResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardExperimentResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardExperimentResourceNamesSnippet.g.cs
index 609604394edf..20cc82532a85 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardExperimentResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardExperimentResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardExperimentSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardExperimentSnippet.g.cs
index c049816e311e..c3882c112207 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardExperimentSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardExperimentSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardRequestObjectAsyncSnippet.g.cs
index 939ec15db71f..2a8663463cb6 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardRequestObjectSnippet.g.cs
index 743a42b428d0..992b1b095e28 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardResourceNamesAsyncSnippet.g.cs
index 1299a412eee2..14108857d325 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardResourceNamesSnippet.g.cs
index 7e737abb4aa9..d2ada4531d4c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardRunAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardRunAsyncSnippet.g.cs
index 3f63a0474e7d..cfedf48c5ff4 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardRunAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardRunAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardRunRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardRunRequestObjectAsyncSnippet.g.cs
index ecafb58ee27b..d0870b5cc1a0 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardRunRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardRunRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardRunRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardRunRequestObjectSnippet.g.cs
index 8bb124cf6c70..a3acd5256c85 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardRunRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardRunRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardRunResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardRunResourceNamesAsyncSnippet.g.cs
index 936af487d84d..9a3e54575f12 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardRunResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardRunResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardRunResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardRunResourceNamesSnippet.g.cs
index 34741b80d192..14a2b69dfdd7 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardRunResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardRunResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardRunSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardRunSnippet.g.cs
index 05280dae9138..1f9680e0ebbd 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardRunSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardRunSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardSnippet.g.cs
index e94e70053bd9..bd7a9b8790d9 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardTimeSeriesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardTimeSeriesAsyncSnippet.g.cs
index fed4bbe28dd3..b0938a0b61dd 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardTimeSeriesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardTimeSeriesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardTimeSeriesRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardTimeSeriesRequestObjectAsyncSnippet.g.cs
index 7b34d11de910..137e63fffe6b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardTimeSeriesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardTimeSeriesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardTimeSeriesRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardTimeSeriesRequestObjectSnippet.g.cs
index b06e5ad392bf..c91f93cc3ad5 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardTimeSeriesRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardTimeSeriesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardTimeSeriesResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardTimeSeriesResourceNamesAsyncSnippet.g.cs
index d48b9b64fb30..b7dc291c4bf7 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardTimeSeriesResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardTimeSeriesResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardTimeSeriesResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardTimeSeriesResourceNamesSnippet.g.cs
index fd88579c4ebb..a5576987399f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardTimeSeriesResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardTimeSeriesResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardTimeSeriesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardTimeSeriesSnippet.g.cs
index cc05e4088cf5..698302f1061d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardTimeSeriesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.DeleteTensorboardTimeSeriesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ExportTensorboardTimeSeriesDataAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ExportTensorboardTimeSeriesDataAsyncSnippet.g.cs
index b65590681e70..af68412dfb93 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ExportTensorboardTimeSeriesDataAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ExportTensorboardTimeSeriesDataAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ExportTensorboardTimeSeriesDataRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ExportTensorboardTimeSeriesDataRequestObjectAsyncSnippet.g.cs
index cacfd60189a8..8b74104b0257 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ExportTensorboardTimeSeriesDataRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ExportTensorboardTimeSeriesDataRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ExportTensorboardTimeSeriesDataRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ExportTensorboardTimeSeriesDataRequestObjectSnippet.g.cs
index ff7cf08706b0..21b8893715fc 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ExportTensorboardTimeSeriesDataRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ExportTensorboardTimeSeriesDataRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ExportTensorboardTimeSeriesDataResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ExportTensorboardTimeSeriesDataResourceNamesAsyncSnippet.g.cs
index 1a628dac53e7..d02b1acada09 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ExportTensorboardTimeSeriesDataResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ExportTensorboardTimeSeriesDataResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ExportTensorboardTimeSeriesDataResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ExportTensorboardTimeSeriesDataResourceNamesSnippet.g.cs
index 3716529ea433..bc8686b00c71 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ExportTensorboardTimeSeriesDataResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ExportTensorboardTimeSeriesDataResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ExportTensorboardTimeSeriesDataSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ExportTensorboardTimeSeriesDataSnippet.g.cs
index 35124c04d0c7..68840f80a93c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ExportTensorboardTimeSeriesDataSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ExportTensorboardTimeSeriesDataSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardAsyncSnippet.g.cs
index f199741d01a8..b66c4ade4aeb 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardExperimentAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardExperimentAsyncSnippet.g.cs
index 5b4df1cb962d..249bcb55e797 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardExperimentAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardExperimentAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardExperimentRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardExperimentRequestObjectAsyncSnippet.g.cs
index 8fc43aff1188..057c56de9eba 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardExperimentRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardExperimentRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardExperimentRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardExperimentRequestObjectSnippet.g.cs
index 4bb3ed75b9c8..2a29020f7a1f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardExperimentRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardExperimentRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardExperimentResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardExperimentResourceNamesAsyncSnippet.g.cs
index af07bcbdd319..02df0180eedf 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardExperimentResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardExperimentResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardExperimentResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardExperimentResourceNamesSnippet.g.cs
index 01295cdd69bd..2df569e013a8 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardExperimentResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardExperimentResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardExperimentSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardExperimentSnippet.g.cs
index 685b17c1f920..ef2de053e6aa 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardExperimentSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardExperimentSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardRequestObjectAsyncSnippet.g.cs
index 5ccdeca620dd..46bc85d57e72 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardRequestObjectSnippet.g.cs
index f72070b1fb8a..04433b32d39b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardResourceNamesAsyncSnippet.g.cs
index 9fbe748ddd56..d248a9b2f248 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardResourceNamesSnippet.g.cs
index a81a1549a353..6735a8decab6 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardRunAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardRunAsyncSnippet.g.cs
index 5d82974215c5..7722dd80c699 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardRunAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardRunAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardRunRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardRunRequestObjectAsyncSnippet.g.cs
index 33c9a57fcaf3..9ab9df48e7c7 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardRunRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardRunRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardRunRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardRunRequestObjectSnippet.g.cs
index b53dc3e058e4..c3f5336ef9c1 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardRunRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardRunRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardRunResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardRunResourceNamesAsyncSnippet.g.cs
index ff14285fa987..b630378e05bf 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardRunResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardRunResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardRunResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardRunResourceNamesSnippet.g.cs
index 6049e11a0919..bd5a93ca14ce 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardRunResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardRunResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardRunSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardRunSnippet.g.cs
index b761d37d766f..2429b9245f9e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardRunSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardRunSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardSnippet.g.cs
index e48cb28d4985..3db6f0491011 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardTimeSeriesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardTimeSeriesAsyncSnippet.g.cs
index 0404dde3accc..99315b1c6183 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardTimeSeriesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardTimeSeriesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardTimeSeriesRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardTimeSeriesRequestObjectAsyncSnippet.g.cs
index 20a2d305b322..9592a25c2087 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardTimeSeriesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardTimeSeriesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardTimeSeriesRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardTimeSeriesRequestObjectSnippet.g.cs
index 640ea11bcdb6..6ceee1b7b534 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardTimeSeriesRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardTimeSeriesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardTimeSeriesResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardTimeSeriesResourceNamesAsyncSnippet.g.cs
index aa13eed29699..a50a6ebafeef 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardTimeSeriesResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardTimeSeriesResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardTimeSeriesResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardTimeSeriesResourceNamesSnippet.g.cs
index 5cf4bfe62edb..8321966f7c8f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardTimeSeriesResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardTimeSeriesResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardTimeSeriesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardTimeSeriesSnippet.g.cs
index fbcc6d3cc13b..e61846e1c581 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardTimeSeriesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.GetTensorboardTimeSeriesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardExperimentsAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardExperimentsAsyncSnippet.g.cs
index de7f2c0998d9..6474bc886c92 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardExperimentsAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardExperimentsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardExperimentsRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardExperimentsRequestObjectAsyncSnippet.g.cs
index 95abcf73650b..e20704653ed4 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardExperimentsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardExperimentsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardExperimentsRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardExperimentsRequestObjectSnippet.g.cs
index 0e8abb22a2c5..db5887b055b5 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardExperimentsRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardExperimentsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardExperimentsResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardExperimentsResourceNamesAsyncSnippet.g.cs
index e86c95eb7d21..de12bf1eabef 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardExperimentsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardExperimentsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardExperimentsResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardExperimentsResourceNamesSnippet.g.cs
index a18c4cae2a3c..919a99bf1fc1 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardExperimentsResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardExperimentsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardExperimentsSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardExperimentsSnippet.g.cs
index 24e8640664d1..5405eaec65d2 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardExperimentsSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardExperimentsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardRunsAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardRunsAsyncSnippet.g.cs
index 938bb35d9f30..c5015cdf0c39 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardRunsAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardRunsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardRunsRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardRunsRequestObjectAsyncSnippet.g.cs
index a2cd9d262c72..bb89988c4675 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardRunsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardRunsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardRunsRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardRunsRequestObjectSnippet.g.cs
index 0091e0838ef4..1faa505a976f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardRunsRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardRunsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardRunsResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardRunsResourceNamesAsyncSnippet.g.cs
index c51cfe58a5d7..432c5eff72e1 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardRunsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardRunsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardRunsResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardRunsResourceNamesSnippet.g.cs
index 4172b4538b4d..b987483d886a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardRunsResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardRunsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardRunsSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardRunsSnippet.g.cs
index 43ac21dcaa77..5cfe813fd235 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardRunsSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardRunsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardTimeSeriesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardTimeSeriesAsyncSnippet.g.cs
index 91d32c4ea8d1..071221364ee9 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardTimeSeriesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardTimeSeriesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardTimeSeriesRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardTimeSeriesRequestObjectAsyncSnippet.g.cs
index b8871cf6763f..e70e11721f36 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardTimeSeriesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardTimeSeriesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardTimeSeriesRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardTimeSeriesRequestObjectSnippet.g.cs
index 6c277e09dd3a..6e47cecd2606 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardTimeSeriesRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardTimeSeriesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardTimeSeriesResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardTimeSeriesResourceNamesAsyncSnippet.g.cs
index 890fb318d692..829586a293d3 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardTimeSeriesResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardTimeSeriesResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardTimeSeriesResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardTimeSeriesResourceNamesSnippet.g.cs
index 70d86054dbfc..e7451c0272df 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardTimeSeriesResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardTimeSeriesResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardTimeSeriesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardTimeSeriesSnippet.g.cs
index 8285fdb87575..2d823e1f56c6 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardTimeSeriesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardTimeSeriesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardsAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardsAsyncSnippet.g.cs
index 230684780e7c..ba5e26724915 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardsAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardsRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardsRequestObjectAsyncSnippet.g.cs
index 2d1ed8f47be1..dde57870b093 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardsRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardsRequestObjectSnippet.g.cs
index b22ce1f778ee..22352a64aa8b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardsRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardsResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardsResourceNamesAsyncSnippet.g.cs
index a669e9ce66c5..8897573ce462 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardsResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardsResourceNamesSnippet.g.cs
index 0ceb92f212dc..321ae7e5c4f1 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardsResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardsSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardsSnippet.g.cs
index bb67cb09b512..6e64484ee35d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardsSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ListTensorboardsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardBlobDataRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardBlobDataRequestObjectSnippet.g.cs
index 59cca00e438c..d0be9c764317 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardBlobDataRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardBlobDataRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardBlobDataResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardBlobDataResourceNamesSnippet.g.cs
index 900b3f66c886..09cad2775a58 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardBlobDataResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardBlobDataResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardBlobDataSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardBlobDataSnippet.g.cs
index 0ec235996bd5..14e1372e5d01 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardBlobDataSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardBlobDataSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardSizeAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardSizeAsyncSnippet.g.cs
index 7fe3939f5ce5..fca88b87e569 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardSizeAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardSizeAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardSizeRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardSizeRequestObjectAsyncSnippet.g.cs
index ce5f0dce732a..749df80a9484 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardSizeRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardSizeRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardSizeRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardSizeRequestObjectSnippet.g.cs
index a1cd1c73d69e..d0e9852869b5 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardSizeRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardSizeRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardSizeResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardSizeResourceNamesAsyncSnippet.g.cs
index b01eac6b0787..da135daa8156 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardSizeResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardSizeResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardSizeResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardSizeResourceNamesSnippet.g.cs
index 429d75a6865f..46f0560500d0 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardSizeResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardSizeResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardSizeSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardSizeSnippet.g.cs
index 7517f527fd53..5ab0443c1241 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardSizeSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardSizeSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardTimeSeriesDataAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardTimeSeriesDataAsyncSnippet.g.cs
index 7cbdd6d2a57d..c62cb9874cdf 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardTimeSeriesDataAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardTimeSeriesDataAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardTimeSeriesDataRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardTimeSeriesDataRequestObjectAsyncSnippet.g.cs
index c25aebc556d0..2e50a1333f30 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardTimeSeriesDataRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardTimeSeriesDataRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardTimeSeriesDataRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardTimeSeriesDataRequestObjectSnippet.g.cs
index 20a26cb2213e..264a53898899 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardTimeSeriesDataRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardTimeSeriesDataRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardTimeSeriesDataResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardTimeSeriesDataResourceNamesAsyncSnippet.g.cs
index 06b4bab37ea3..9342d4eb4fec 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardTimeSeriesDataResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardTimeSeriesDataResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardTimeSeriesDataResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardTimeSeriesDataResourceNamesSnippet.g.cs
index 1b2fda1441f9..f8329caf8117 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardTimeSeriesDataResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardTimeSeriesDataResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardTimeSeriesDataSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardTimeSeriesDataSnippet.g.cs
index 3c67f6769958..8d174eea9e5b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardTimeSeriesDataSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardTimeSeriesDataSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardUsageAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardUsageAsyncSnippet.g.cs
index 47a4fd05181d..78780ecb1ce8 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardUsageAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardUsageAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardUsageRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardUsageRequestObjectAsyncSnippet.g.cs
index 64a90162d60a..d03b9282337f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardUsageRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardUsageRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardUsageRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardUsageRequestObjectSnippet.g.cs
index 7c831b0b0077..47157bbab47e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardUsageRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardUsageRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardUsageResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardUsageResourceNamesAsyncSnippet.g.cs
index 5d8a1b3567b9..b389046642b8 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardUsageResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardUsageResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardUsageResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardUsageResourceNamesSnippet.g.cs
index fc8346a8fb3d..1d4acb9a38a9 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardUsageResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardUsageResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardUsageSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardUsageSnippet.g.cs
index a5b2068dfe08..bef2d366b100 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardUsageSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.ReadTensorboardUsageSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardAsyncSnippet.g.cs
index aeb277f092e8..e154611d4c47 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardExperimentAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardExperimentAsyncSnippet.g.cs
index 8296fded687d..f6da06ffd829 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardExperimentAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardExperimentAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardExperimentRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardExperimentRequestObjectAsyncSnippet.g.cs
index 68e410c98828..ab142aaff72d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardExperimentRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardExperimentRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardExperimentRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardExperimentRequestObjectSnippet.g.cs
index ba8212a0437c..1a73ac9217e1 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardExperimentRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardExperimentRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardExperimentSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardExperimentSnippet.g.cs
index 1f4c2ac40558..d5af71e821de 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardExperimentSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardExperimentSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardRequestObjectAsyncSnippet.g.cs
index 9cc684f82f1b..896cf849eb2e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardRequestObjectSnippet.g.cs
index 853228039c78..a14036638899 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardRunAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardRunAsyncSnippet.g.cs
index bdec363cf508..ca223453eeda 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardRunAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardRunAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardRunRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardRunRequestObjectAsyncSnippet.g.cs
index edf5dd77c8d6..549c3c87ee6e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardRunRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardRunRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardRunRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardRunRequestObjectSnippet.g.cs
index a0da1d343a37..396f6c6dde06 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardRunRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardRunRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardRunSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardRunSnippet.g.cs
index f01a155a9aa9..ca6b46c3f8d5 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardRunSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardRunSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardSnippet.g.cs
index 1231058f4c7f..b152a902fcab 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardTimeSeriesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardTimeSeriesAsyncSnippet.g.cs
index d92931e9e238..1235f0d57bbc 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardTimeSeriesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardTimeSeriesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardTimeSeriesRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardTimeSeriesRequestObjectAsyncSnippet.g.cs
index e1dccd6552c9..a42cef04aad0 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardTimeSeriesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardTimeSeriesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardTimeSeriesRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardTimeSeriesRequestObjectSnippet.g.cs
index 7147a10fa70f..a18f13368196 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardTimeSeriesRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardTimeSeriesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardTimeSeriesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardTimeSeriesSnippet.g.cs
index 67b403d0e50c..d7b7265510bb 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardTimeSeriesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.UpdateTensorboardTimeSeriesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.WriteTensorboardExperimentDataAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.WriteTensorboardExperimentDataAsyncSnippet.g.cs
index 466197110b49..f0e682bed587 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.WriteTensorboardExperimentDataAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.WriteTensorboardExperimentDataAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.WriteTensorboardExperimentDataRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.WriteTensorboardExperimentDataRequestObjectAsyncSnippet.g.cs
index 055643717859..1e0c8191ae46 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.WriteTensorboardExperimentDataRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.WriteTensorboardExperimentDataRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.WriteTensorboardExperimentDataRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.WriteTensorboardExperimentDataRequestObjectSnippet.g.cs
index 5523fbce9db0..9455bac04f1a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.WriteTensorboardExperimentDataRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.WriteTensorboardExperimentDataRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.WriteTensorboardExperimentDataResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.WriteTensorboardExperimentDataResourceNamesAsyncSnippet.g.cs
index fe53f0e939be..d6c5a382ba65 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.WriteTensorboardExperimentDataResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.WriteTensorboardExperimentDataResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.WriteTensorboardExperimentDataResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.WriteTensorboardExperimentDataResourceNamesSnippet.g.cs
index 9bce7f41d459..983247f02585 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.WriteTensorboardExperimentDataResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.WriteTensorboardExperimentDataResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.WriteTensorboardExperimentDataSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.WriteTensorboardExperimentDataSnippet.g.cs
index fef89e18a92b..e5978bfc9a71 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.WriteTensorboardExperimentDataSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.WriteTensorboardExperimentDataSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.WriteTensorboardRunDataAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.WriteTensorboardRunDataAsyncSnippet.g.cs
index eb754c416041..388735b25570 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.WriteTensorboardRunDataAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.WriteTensorboardRunDataAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.WriteTensorboardRunDataRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.WriteTensorboardRunDataRequestObjectAsyncSnippet.g.cs
index 3bb6533fd889..a666952730f2 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.WriteTensorboardRunDataRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.WriteTensorboardRunDataRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.WriteTensorboardRunDataRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.WriteTensorboardRunDataRequestObjectSnippet.g.cs
index a95ffd74342f..f8988dc6ea70 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.WriteTensorboardRunDataRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.WriteTensorboardRunDataRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.WriteTensorboardRunDataResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.WriteTensorboardRunDataResourceNamesAsyncSnippet.g.cs
index 029364054608..8a4a6805d42f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.WriteTensorboardRunDataResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.WriteTensorboardRunDataResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.WriteTensorboardRunDataResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.WriteTensorboardRunDataResourceNamesSnippet.g.cs
index 9c9ecaa1c236..78426050e13e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.WriteTensorboardRunDataResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.WriteTensorboardRunDataResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.WriteTensorboardRunDataSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.WriteTensorboardRunDataSnippet.g.cs
index aa0d9505b00f..cb743ee69c8a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.WriteTensorboardRunDataSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/TensorboardServiceClient.WriteTensorboardRunDataSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.CreateRagCorpusAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.CreateRagCorpusAsyncSnippet.g.cs
index acde3c3362ef..4432552e3c40 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.CreateRagCorpusAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.CreateRagCorpusAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.CreateRagCorpusRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.CreateRagCorpusRequestObjectAsyncSnippet.g.cs
index 38aa652a1f99..8c85420922c7 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.CreateRagCorpusRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.CreateRagCorpusRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.CreateRagCorpusRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.CreateRagCorpusRequestObjectSnippet.g.cs
index fd2dde65c7df..4b698d666acd 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.CreateRagCorpusRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.CreateRagCorpusRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.CreateRagCorpusResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.CreateRagCorpusResourceNamesAsyncSnippet.g.cs
index 859e350c7a5b..b646c8c4c60c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.CreateRagCorpusResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.CreateRagCorpusResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.CreateRagCorpusResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.CreateRagCorpusResourceNamesSnippet.g.cs
index f6f715b0eb09..a41ce5b0898b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.CreateRagCorpusResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.CreateRagCorpusResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.CreateRagCorpusSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.CreateRagCorpusSnippet.g.cs
index 25d5f2960eec..6f3b9524498c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.CreateRagCorpusSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.CreateRagCorpusSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.DeleteRagCorpusAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.DeleteRagCorpusAsyncSnippet.g.cs
index 8639c1ce8cb0..035b850da045 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.DeleteRagCorpusAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.DeleteRagCorpusAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.DeleteRagCorpusRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.DeleteRagCorpusRequestObjectAsyncSnippet.g.cs
index 02c5f35028db..4a0a8c11a4b0 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.DeleteRagCorpusRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.DeleteRagCorpusRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.DeleteRagCorpusRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.DeleteRagCorpusRequestObjectSnippet.g.cs
index 8bb1032ffc2d..c4ae17ceb845 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.DeleteRagCorpusRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.DeleteRagCorpusRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.DeleteRagCorpusResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.DeleteRagCorpusResourceNamesAsyncSnippet.g.cs
index 9129dc1354eb..88e2d5f0c43f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.DeleteRagCorpusResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.DeleteRagCorpusResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.DeleteRagCorpusResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.DeleteRagCorpusResourceNamesSnippet.g.cs
index d3214bb06a3e..23d32e33051b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.DeleteRagCorpusResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.DeleteRagCorpusResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.DeleteRagCorpusSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.DeleteRagCorpusSnippet.g.cs
index e0ec9b50cbfc..e54655dcefd8 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.DeleteRagCorpusSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.DeleteRagCorpusSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.DeleteRagFileAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.DeleteRagFileAsyncSnippet.g.cs
index 7019f1b995d0..9c04925f76af 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.DeleteRagFileAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.DeleteRagFileAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.DeleteRagFileRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.DeleteRagFileRequestObjectAsyncSnippet.g.cs
index 901b5474e3f1..248b24c2359e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.DeleteRagFileRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.DeleteRagFileRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.DeleteRagFileRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.DeleteRagFileRequestObjectSnippet.g.cs
index 41cece2b1606..d94d772accba 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.DeleteRagFileRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.DeleteRagFileRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.DeleteRagFileResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.DeleteRagFileResourceNamesAsyncSnippet.g.cs
index 6ea1ad9af478..e424ae27c342 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.DeleteRagFileResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.DeleteRagFileResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.DeleteRagFileResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.DeleteRagFileResourceNamesSnippet.g.cs
index ab3919c1a32b..1a32abe5aba3 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.DeleteRagFileResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.DeleteRagFileResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.DeleteRagFileSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.DeleteRagFileSnippet.g.cs
index 2e89e50b212c..282a9f085434 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.DeleteRagFileSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.DeleteRagFileSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.GetRagCorpusAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.GetRagCorpusAsyncSnippet.g.cs
index 6d64b785fc29..6efd54e5e97b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.GetRagCorpusAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.GetRagCorpusAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.GetRagCorpusRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.GetRagCorpusRequestObjectAsyncSnippet.g.cs
index 8faabebb4d4c..eeabcb926006 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.GetRagCorpusRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.GetRagCorpusRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.GetRagCorpusRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.GetRagCorpusRequestObjectSnippet.g.cs
index fb128442bbc0..6b596aa3255f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.GetRagCorpusRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.GetRagCorpusRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.GetRagCorpusResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.GetRagCorpusResourceNamesAsyncSnippet.g.cs
index a783ee890a80..486008fc8b88 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.GetRagCorpusResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.GetRagCorpusResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.GetRagCorpusResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.GetRagCorpusResourceNamesSnippet.g.cs
index f0ee138864f0..0fff1bb24e67 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.GetRagCorpusResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.GetRagCorpusResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.GetRagCorpusSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.GetRagCorpusSnippet.g.cs
index c202a94cd976..1185258b9b44 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.GetRagCorpusSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.GetRagCorpusSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.GetRagFileAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.GetRagFileAsyncSnippet.g.cs
index 749f867d78d9..88fbe99a3bca 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.GetRagFileAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.GetRagFileAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.GetRagFileRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.GetRagFileRequestObjectAsyncSnippet.g.cs
index 0cf89594a1ae..e919d633cfcb 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.GetRagFileRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.GetRagFileRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.GetRagFileRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.GetRagFileRequestObjectSnippet.g.cs
index d36a464f7c6c..23bdfa75a579 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.GetRagFileRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.GetRagFileRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.GetRagFileResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.GetRagFileResourceNamesAsyncSnippet.g.cs
index 1cfd6c0a8ec3..24b33e2bce70 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.GetRagFileResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.GetRagFileResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.GetRagFileResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.GetRagFileResourceNamesSnippet.g.cs
index eba1e8fbea41..f0ad3a9a6894 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.GetRagFileResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.GetRagFileResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.GetRagFileSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.GetRagFileSnippet.g.cs
index 3d162e87de00..87d3471cc5c1 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.GetRagFileSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.GetRagFileSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ImportRagFilesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ImportRagFilesAsyncSnippet.g.cs
index 625ac78967d4..28d00e81fee3 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ImportRagFilesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ImportRagFilesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ImportRagFilesRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ImportRagFilesRequestObjectAsyncSnippet.g.cs
index f9d17bec6c2d..215b79ab0bb8 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ImportRagFilesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ImportRagFilesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ImportRagFilesRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ImportRagFilesRequestObjectSnippet.g.cs
index e082fa25d036..05e7032dd394 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ImportRagFilesRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ImportRagFilesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ImportRagFilesResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ImportRagFilesResourceNamesAsyncSnippet.g.cs
index 53aaf2de2d0b..14c1dbc990b8 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ImportRagFilesResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ImportRagFilesResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ImportRagFilesResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ImportRagFilesResourceNamesSnippet.g.cs
index c633231e2363..bd2ea948b927 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ImportRagFilesResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ImportRagFilesResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ImportRagFilesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ImportRagFilesSnippet.g.cs
index 763536c56ee2..96655c5aee75 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ImportRagFilesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ImportRagFilesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ListRagCorporaAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ListRagCorporaAsyncSnippet.g.cs
index 0d4ff85f04e2..99d35b2c8d46 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ListRagCorporaAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ListRagCorporaAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ListRagCorporaRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ListRagCorporaRequestObjectAsyncSnippet.g.cs
index b16ea7f697ca..575e1848e34b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ListRagCorporaRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ListRagCorporaRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ListRagCorporaRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ListRagCorporaRequestObjectSnippet.g.cs
index 6f3625b22359..e73685ae43da 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ListRagCorporaRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ListRagCorporaRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ListRagCorporaResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ListRagCorporaResourceNamesAsyncSnippet.g.cs
index c70ef6dd6ccb..87f5d11945f3 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ListRagCorporaResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ListRagCorporaResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ListRagCorporaResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ListRagCorporaResourceNamesSnippet.g.cs
index 9ed7a4e70a96..89db6d5a3828 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ListRagCorporaResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ListRagCorporaResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ListRagCorporaSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ListRagCorporaSnippet.g.cs
index e1cbf8ca04fa..61e66c8650a3 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ListRagCorporaSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ListRagCorporaSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ListRagFilesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ListRagFilesAsyncSnippet.g.cs
index 5137995ff95a..36170999470d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ListRagFilesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ListRagFilesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ListRagFilesRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ListRagFilesRequestObjectAsyncSnippet.g.cs
index aa50ba054157..9075e86c3271 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ListRagFilesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ListRagFilesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ListRagFilesRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ListRagFilesRequestObjectSnippet.g.cs
index 582439f37dc8..84a65b27df25 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ListRagFilesRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ListRagFilesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ListRagFilesResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ListRagFilesResourceNamesAsyncSnippet.g.cs
index 44e95954bdff..82dfe2821758 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ListRagFilesResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ListRagFilesResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ListRagFilesResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ListRagFilesResourceNamesSnippet.g.cs
index ba53d5e11bd1..abe39a593d3e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ListRagFilesResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ListRagFilesResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ListRagFilesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ListRagFilesSnippet.g.cs
index a89e9065c113..f14a2476da71 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ListRagFilesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.ListRagFilesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.UpdateRagCorpusAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.UpdateRagCorpusAsyncSnippet.g.cs
index 8a898b9abebf..974af5228ade 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.UpdateRagCorpusAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.UpdateRagCorpusAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.UpdateRagCorpusRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.UpdateRagCorpusRequestObjectAsyncSnippet.g.cs
index 566fe9a19d83..15fbb5c17835 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.UpdateRagCorpusRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.UpdateRagCorpusRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.UpdateRagCorpusRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.UpdateRagCorpusRequestObjectSnippet.g.cs
index 2e0ec0f26553..ac8babb44291 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.UpdateRagCorpusRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.UpdateRagCorpusRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.UpdateRagCorpusSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.UpdateRagCorpusSnippet.g.cs
index 3bf7ae2b44da..1bfd04d6801f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.UpdateRagCorpusSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.UpdateRagCorpusSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.UploadRagFileAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.UploadRagFileAsyncSnippet.g.cs
index ce2aa1dfa1c8..4b66aa8117e3 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.UploadRagFileAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.UploadRagFileAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.UploadRagFileRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.UploadRagFileRequestObjectAsyncSnippet.g.cs
index 5cb510c3c51d..a8b6471e6195 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.UploadRagFileRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.UploadRagFileRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.UploadRagFileRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.UploadRagFileRequestObjectSnippet.g.cs
index 693a134f6b0c..0ba9996acba5 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.UploadRagFileRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.UploadRagFileRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.UploadRagFileResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.UploadRagFileResourceNamesAsyncSnippet.g.cs
index cd75d64ae7b4..980a4aa338d3 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.UploadRagFileResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.UploadRagFileResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.UploadRagFileResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.UploadRagFileResourceNamesSnippet.g.cs
index 93fe05fadf29..454404435c44 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.UploadRagFileResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.UploadRagFileResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.UploadRagFileSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.UploadRagFileSnippet.g.cs
index dd31abea7027..133a1a4c0636 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.UploadRagFileSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagDataServiceClient.UploadRagFileSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.AugmentPromptAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.AugmentPromptAsyncSnippet.g.cs
index 67b013d94889..cb889142687c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.AugmentPromptAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.AugmentPromptAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.AugmentPromptRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.AugmentPromptRequestObjectAsyncSnippet.g.cs
index 397e39f958a2..56d6d1e41146 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.AugmentPromptRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.AugmentPromptRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.AugmentPromptRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.AugmentPromptRequestObjectSnippet.g.cs
index e88fb2270750..84288b375767 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.AugmentPromptRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.AugmentPromptRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.AugmentPromptResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.AugmentPromptResourceNamesAsyncSnippet.g.cs
index 850d4df7f50b..a32b10a0a8e2 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.AugmentPromptResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.AugmentPromptResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.AugmentPromptResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.AugmentPromptResourceNamesSnippet.g.cs
index 736a64a14f16..6b00f3db8a12 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.AugmentPromptResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.AugmentPromptResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.AugmentPromptSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.AugmentPromptSnippet.g.cs
index 06273fc83f2e..4d4072689dbc 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.AugmentPromptSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.AugmentPromptSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.CorroborateContentAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.CorroborateContentAsyncSnippet.g.cs
index a6ece3f54e55..379ffa8f5689 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.CorroborateContentAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.CorroborateContentAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.CorroborateContentRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.CorroborateContentRequestObjectAsyncSnippet.g.cs
index d96ed734162e..6a4641292991 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.CorroborateContentRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.CorroborateContentRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.CorroborateContentRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.CorroborateContentRequestObjectSnippet.g.cs
index 2a3c56137c04..272caf778504 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.CorroborateContentRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.CorroborateContentRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.CorroborateContentResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.CorroborateContentResourceNamesAsyncSnippet.g.cs
index dfd37f1a6414..0e58212ebbf8 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.CorroborateContentResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.CorroborateContentResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.CorroborateContentResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.CorroborateContentResourceNamesSnippet.g.cs
index 34caabeaf329..1c9eef41c091 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.CorroborateContentResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.CorroborateContentResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.CorroborateContentSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.CorroborateContentSnippet.g.cs
index 47e337d89893..8c60f5e32e74 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.CorroborateContentSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.CorroborateContentSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.RetrieveContextsAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.RetrieveContextsAsyncSnippet.g.cs
index 4448f7cd8bfb..1b8a790fb98c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.RetrieveContextsAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.RetrieveContextsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.RetrieveContextsRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.RetrieveContextsRequestObjectAsyncSnippet.g.cs
index d4e6d138c329..4bf61c591e03 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.RetrieveContextsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.RetrieveContextsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.RetrieveContextsRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.RetrieveContextsRequestObjectSnippet.g.cs
index a7af389be056..7d3de49634bc 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.RetrieveContextsRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.RetrieveContextsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.RetrieveContextsResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.RetrieveContextsResourceNamesAsyncSnippet.g.cs
index 902982503d83..b5593bd9afa9 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.RetrieveContextsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.RetrieveContextsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.RetrieveContextsResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.RetrieveContextsResourceNamesSnippet.g.cs
index 251e5a4078ad..20d84bad2345 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.RetrieveContextsResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.RetrieveContextsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.RetrieveContextsSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.RetrieveContextsSnippet.g.cs
index 7db381274cf9..4da6d58fb1fb 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.RetrieveContextsSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VertexRagServiceClient.RetrieveContextsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.AddTrialMeasurementRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.AddTrialMeasurementRequestObjectAsyncSnippet.g.cs
index 3142fc5f2c01..d42e958fe87c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.AddTrialMeasurementRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.AddTrialMeasurementRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.AddTrialMeasurementRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.AddTrialMeasurementRequestObjectSnippet.g.cs
index a45ff873dde3..b9b67595a063 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.AddTrialMeasurementRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.AddTrialMeasurementRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CheckTrialEarlyStoppingStateRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CheckTrialEarlyStoppingStateRequestObjectAsyncSnippet.g.cs
index 7e5dd23eeefa..301e0f0c0f0a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CheckTrialEarlyStoppingStateRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CheckTrialEarlyStoppingStateRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CheckTrialEarlyStoppingStateRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CheckTrialEarlyStoppingStateRequestObjectSnippet.g.cs
index cd9c0e24a79b..86ab19432409 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CheckTrialEarlyStoppingStateRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CheckTrialEarlyStoppingStateRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CompleteTrialRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CompleteTrialRequestObjectAsyncSnippet.g.cs
index 4b32ded17beb..7557a53c243f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CompleteTrialRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CompleteTrialRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CompleteTrialRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CompleteTrialRequestObjectSnippet.g.cs
index 2ec84e027738..109167781013 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CompleteTrialRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CompleteTrialRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CreateStudyAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CreateStudyAsyncSnippet.g.cs
index 7c24249832bc..6f8e38e2bf36 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CreateStudyAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CreateStudyAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CreateStudyRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CreateStudyRequestObjectAsyncSnippet.g.cs
index f6321094f0bd..7e50db80f549 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CreateStudyRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CreateStudyRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CreateStudyRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CreateStudyRequestObjectSnippet.g.cs
index 9d18f3f136f0..188b5df367d6 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CreateStudyRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CreateStudyRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CreateStudyResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CreateStudyResourceNamesAsyncSnippet.g.cs
index ae3afecaa925..bd08fa12d5a5 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CreateStudyResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CreateStudyResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CreateStudyResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CreateStudyResourceNamesSnippet.g.cs
index a315881b57e7..d1dce1ab3314 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CreateStudyResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CreateStudyResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CreateStudySnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CreateStudySnippet.g.cs
index 0c9dc5c05cd5..0fff54545196 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CreateStudySnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CreateStudySnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CreateTrialAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CreateTrialAsyncSnippet.g.cs
index 087ded854080..70e474cf065f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CreateTrialAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CreateTrialAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CreateTrialRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CreateTrialRequestObjectAsyncSnippet.g.cs
index a095b7002ac6..b314ea78c56a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CreateTrialRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CreateTrialRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CreateTrialRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CreateTrialRequestObjectSnippet.g.cs
index 47d2ee756370..7137d9287119 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CreateTrialRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CreateTrialRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CreateTrialResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CreateTrialResourceNamesAsyncSnippet.g.cs
index 54803c04fb22..e275e7380aae 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CreateTrialResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CreateTrialResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CreateTrialResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CreateTrialResourceNamesSnippet.g.cs
index 2c3a9b7ffa54..3027a2c48f26 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CreateTrialResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CreateTrialResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CreateTrialSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CreateTrialSnippet.g.cs
index 93795b626bb4..274cd71541f2 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CreateTrialSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.CreateTrialSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.DeleteStudyAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.DeleteStudyAsyncSnippet.g.cs
index 7c7a99d70c5d..c1e80d91aab0 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.DeleteStudyAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.DeleteStudyAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.DeleteStudyRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.DeleteStudyRequestObjectAsyncSnippet.g.cs
index d4dac1a998a4..53db68d52ad4 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.DeleteStudyRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.DeleteStudyRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.DeleteStudyRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.DeleteStudyRequestObjectSnippet.g.cs
index 7703f61b526c..2cb69d816226 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.DeleteStudyRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.DeleteStudyRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.DeleteStudyResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.DeleteStudyResourceNamesAsyncSnippet.g.cs
index 61221a536c38..d0fdeeb61ae8 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.DeleteStudyResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.DeleteStudyResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.DeleteStudyResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.DeleteStudyResourceNamesSnippet.g.cs
index 2c20f383b487..15615d1be017 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.DeleteStudyResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.DeleteStudyResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.DeleteStudySnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.DeleteStudySnippet.g.cs
index fd24bd078e22..40f5a0222e50 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.DeleteStudySnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.DeleteStudySnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.DeleteTrialAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.DeleteTrialAsyncSnippet.g.cs
index e2c16fd828e6..918328b99bb5 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.DeleteTrialAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.DeleteTrialAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.DeleteTrialRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.DeleteTrialRequestObjectAsyncSnippet.g.cs
index 1ea6a253eeb6..785734238477 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.DeleteTrialRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.DeleteTrialRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.DeleteTrialRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.DeleteTrialRequestObjectSnippet.g.cs
index e9ed2e0b3fba..fa1cc6453a6d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.DeleteTrialRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.DeleteTrialRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.DeleteTrialResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.DeleteTrialResourceNamesAsyncSnippet.g.cs
index 3dbab15701e4..ac62d837b066 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.DeleteTrialResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.DeleteTrialResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.DeleteTrialResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.DeleteTrialResourceNamesSnippet.g.cs
index a013d9ee8142..4e0bbae3ca7c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.DeleteTrialResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.DeleteTrialResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.DeleteTrialSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.DeleteTrialSnippet.g.cs
index e3df34eb9305..68b42b559cd3 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.DeleteTrialSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.DeleteTrialSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.GetStudyAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.GetStudyAsyncSnippet.g.cs
index 8d98eac99ea1..506073a8b93b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.GetStudyAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.GetStudyAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.GetStudyRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.GetStudyRequestObjectAsyncSnippet.g.cs
index ec91a0ee9eed..90ab5b85067e 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.GetStudyRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.GetStudyRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.GetStudyRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.GetStudyRequestObjectSnippet.g.cs
index 66ad421fdbb7..647815b9eb7d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.GetStudyRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.GetStudyRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.GetStudyResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.GetStudyResourceNamesAsyncSnippet.g.cs
index f71d7788439e..f40aa07fd324 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.GetStudyResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.GetStudyResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.GetStudyResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.GetStudyResourceNamesSnippet.g.cs
index 54f4fbfd6ea3..2321496ce81a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.GetStudyResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.GetStudyResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.GetStudySnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.GetStudySnippet.g.cs
index 3fdd85f33098..ece1cdfce7b7 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.GetStudySnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.GetStudySnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.GetTrialAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.GetTrialAsyncSnippet.g.cs
index 0328d997147c..c51ed5bfc47f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.GetTrialAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.GetTrialAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.GetTrialRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.GetTrialRequestObjectAsyncSnippet.g.cs
index 5d59e4d5d4a5..1fd54a41de51 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.GetTrialRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.GetTrialRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.GetTrialRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.GetTrialRequestObjectSnippet.g.cs
index addcb4c3624b..40920985aff4 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.GetTrialRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.GetTrialRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.GetTrialResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.GetTrialResourceNamesAsyncSnippet.g.cs
index fa710e0bf8cf..fb9573be3430 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.GetTrialResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.GetTrialResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.GetTrialResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.GetTrialResourceNamesSnippet.g.cs
index a8d1df21642d..71e0c0dcf6f1 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.GetTrialResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.GetTrialResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.GetTrialSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.GetTrialSnippet.g.cs
index 8e045d892b14..8a0b3b632255 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.GetTrialSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.GetTrialSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListOptimalTrialsAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListOptimalTrialsAsyncSnippet.g.cs
index 53037a174976..81401618e3c9 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListOptimalTrialsAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListOptimalTrialsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListOptimalTrialsRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListOptimalTrialsRequestObjectAsyncSnippet.g.cs
index 761aa537f3f6..4a3137daa99f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListOptimalTrialsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListOptimalTrialsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListOptimalTrialsRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListOptimalTrialsRequestObjectSnippet.g.cs
index c8e4a2e2d84d..74f3954756fc 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListOptimalTrialsRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListOptimalTrialsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListOptimalTrialsResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListOptimalTrialsResourceNamesAsyncSnippet.g.cs
index 14b3a6597fce..d89451acaa1c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListOptimalTrialsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListOptimalTrialsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListOptimalTrialsResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListOptimalTrialsResourceNamesSnippet.g.cs
index 7cd7568a540d..6759350e844a 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListOptimalTrialsResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListOptimalTrialsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListOptimalTrialsSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListOptimalTrialsSnippet.g.cs
index c8958b178284..ca4964274854 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListOptimalTrialsSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListOptimalTrialsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListStudiesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListStudiesAsyncSnippet.g.cs
index 14abc460d3b8..e745565afcf9 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListStudiesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListStudiesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListStudiesRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListStudiesRequestObjectAsyncSnippet.g.cs
index 794a827b8acc..42b17e467f41 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListStudiesRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListStudiesRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListStudiesRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListStudiesRequestObjectSnippet.g.cs
index 8f5a00ef4b5b..7ad0340d9987 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListStudiesRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListStudiesRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListStudiesResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListStudiesResourceNamesAsyncSnippet.g.cs
index 889de74ffff7..f7abd46eb4a4 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListStudiesResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListStudiesResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListStudiesResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListStudiesResourceNamesSnippet.g.cs
index 81e42d4b7d9b..2990770ad6cf 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListStudiesResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListStudiesResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListStudiesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListStudiesSnippet.g.cs
index c23973fe2daa..2aaba56a742f 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListStudiesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListStudiesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListTrialsAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListTrialsAsyncSnippet.g.cs
index 7026925175d8..87b1efa5a941 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListTrialsAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListTrialsAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListTrialsRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListTrialsRequestObjectAsyncSnippet.g.cs
index 7d7c2806e5ad..94ab91e7fa8c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListTrialsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListTrialsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListTrialsRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListTrialsRequestObjectSnippet.g.cs
index d02f440bca37..6c5ebb2aae61 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListTrialsRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListTrialsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListTrialsResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListTrialsResourceNamesAsyncSnippet.g.cs
index aad6657a20dd..86eabd1dbaa0 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListTrialsResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListTrialsResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListTrialsResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListTrialsResourceNamesSnippet.g.cs
index a3d7edf47b76..36ed01b90e47 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListTrialsResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListTrialsResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListTrialsSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListTrialsSnippet.g.cs
index eeb176785a71..dab3ce0e0576 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListTrialsSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.ListTrialsSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.LookupStudyAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.LookupStudyAsyncSnippet.g.cs
index a20d6d7b0347..06c5b3e1326d 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.LookupStudyAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.LookupStudyAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.LookupStudyRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.LookupStudyRequestObjectAsyncSnippet.g.cs
index 8ad943a8d9dc..e31d48aa5f9c 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.LookupStudyRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.LookupStudyRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.LookupStudyRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.LookupStudyRequestObjectSnippet.g.cs
index 3e75e23b0369..1bf38129ca0b 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.LookupStudyRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.LookupStudyRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.LookupStudyResourceNamesAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.LookupStudyResourceNamesAsyncSnippet.g.cs
index f416c4604c32..0c1963f4f935 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.LookupStudyResourceNamesAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.LookupStudyResourceNamesAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.LookupStudyResourceNamesSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.LookupStudyResourceNamesSnippet.g.cs
index 22dcd0e4590a..cdcb5b8f1e18 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.LookupStudyResourceNamesSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.LookupStudyResourceNamesSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.LookupStudySnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.LookupStudySnippet.g.cs
index 62e94f9be91f..b2891bdcc2d0 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.LookupStudySnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.LookupStudySnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.StopTrialRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.StopTrialRequestObjectAsyncSnippet.g.cs
index 86db045a5018..a67a73c95b90 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.StopTrialRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.StopTrialRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.StopTrialRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.StopTrialRequestObjectSnippet.g.cs
index 0b100a89abac..c28d606d0cf7 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.StopTrialRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.StopTrialRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.SuggestTrialsRequestObjectAsyncSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.SuggestTrialsRequestObjectAsyncSnippet.g.cs
index 6b3466009938..0936b3affdb4 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.SuggestTrialsRequestObjectAsyncSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.SuggestTrialsRequestObjectAsyncSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.SuggestTrialsRequestObjectSnippet.g.cs b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.SuggestTrialsRequestObjectSnippet.g.cs
index 9d9bcc4c42b2..0944623d92d8 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.SuggestTrialsRequestObjectSnippet.g.cs
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/VizierServiceClient.SuggestTrialsRequestObjectSnippet.g.cs
@@ -1,4 +1,4 @@
-// Copyright 2024 Google LLC
+// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/snippet_metadata_google.cloud.aiplatform.v1.json b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/snippet_metadata_google.cloud.aiplatform.v1.json
index 6b30e763b2a4..1eaa7334e718 100644
--- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/snippet_metadata_google.cloud.aiplatform.v1.json
+++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.GeneratedSnippets/snippet_metadata_google.cloud.aiplatform.v1.json
@@ -25843,17 +25843,17 @@
]
},
{
- "regionTag": "aiplatform_v1_generated_GenAiTuningService_CreateTuningJob_sync",
- "title": "CreateTuningJobRequestObject",
- "description": "Snippet for CreateTuningJob",
- "file": "GenAiTuningServiceClient.CreateTuningJobRequestObjectSnippet.g.cs",
+ "regionTag": "aiplatform_v1_generated_GenAiCacheService_CreateCachedContent_sync",
+ "title": "CreateCachedContentRequestObject",
+ "description": "Snippet for CreateCachedContent",
+ "file": "GenAiCacheServiceClient.CreateCachedContentRequestObjectSnippet.g.cs",
"language": "C_SHARP",
"clientMethod": {
- "shortName": "CreateTuningJob",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient.CreateTuningJob",
+ "shortName": "CreateCachedContent",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient.CreateCachedContent",
"parameters": [
{
- "type": "Google.Cloud.AIPlatform.V1.CreateTuningJobRequest",
+ "type": "Google.Cloud.AIPlatform.V1.CreateCachedContentRequest",
"name": "request"
},
{
@@ -25861,17 +25861,17 @@
"name": "callSettings"
}
],
- "resultType": "Google.Cloud.AIPlatform.V1.TuningJob",
+ "resultType": "Google.Cloud.AIPlatform.V1.CachedContent",
"client": {
- "shortName": "GenAiTuningServiceClient",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient"
+ "shortName": "GenAiCacheServiceClient",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient"
},
"method": {
- "shortName": "CreateTuningJob",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService.CreateTuningJob",
+ "shortName": "CreateCachedContent",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService.CreateCachedContent",
"service": {
- "shortName": "GenAiTuningService",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService"
+ "shortName": "GenAiCacheService",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService"
}
}
},
@@ -25891,18 +25891,18 @@
]
},
{
- "regionTag": "aiplatform_v1_generated_GenAiTuningService_CreateTuningJob_async",
- "title": "CreateTuningJobRequestObjectAsync",
- "description": "Snippet for CreateTuningJobAsync",
- "file": "GenAiTuningServiceClient.CreateTuningJobRequestObjectAsyncSnippet.g.cs",
+ "regionTag": "aiplatform_v1_generated_GenAiCacheService_CreateCachedContent_async",
+ "title": "CreateCachedContentRequestObjectAsync",
+ "description": "Snippet for CreateCachedContentAsync",
+ "file": "GenAiCacheServiceClient.CreateCachedContentRequestObjectAsyncSnippet.g.cs",
"language": "C_SHARP",
"clientMethod": {
- "shortName": "CreateTuningJobAsync",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient.CreateTuningJobAsync",
+ "shortName": "CreateCachedContentAsync",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient.CreateCachedContentAsync",
"async": true,
"parameters": [
{
- "type": "Google.Cloud.AIPlatform.V1.CreateTuningJobRequest",
+ "type": "Google.Cloud.AIPlatform.V1.CreateCachedContentRequest",
"name": "request"
},
{
@@ -25910,17 +25910,17 @@
"name": "callSettings"
}
],
- "resultType": "System.Threading.Tasks.Task",
+ "resultType": "System.Threading.Tasks.Task",
"client": {
- "shortName": "GenAiTuningServiceClient",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient"
+ "shortName": "GenAiCacheServiceClient",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient"
},
"method": {
- "shortName": "CreateTuningJob",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService.CreateTuningJob",
+ "shortName": "CreateCachedContent",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService.CreateCachedContent",
"service": {
- "shortName": "GenAiTuningService",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService"
+ "shortName": "GenAiCacheService",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService"
}
}
},
@@ -25940,39 +25940,39 @@
]
},
{
- "regionTag": "aiplatform_v1_generated_GenAiTuningService_CreateTuningJob_sync_flattened",
- "title": "CreateTuningJob",
- "description": "Snippet for CreateTuningJob",
- "file": "GenAiTuningServiceClient.CreateTuningJobSnippet.g.cs",
+ "regionTag": "aiplatform_v1_generated_GenAiCacheService_CreateCachedContent_sync_flattened",
+ "title": "CreateCachedContent",
+ "description": "Snippet for CreateCachedContent",
+ "file": "GenAiCacheServiceClient.CreateCachedContentSnippet.g.cs",
"language": "C_SHARP",
"clientMethod": {
- "shortName": "CreateTuningJob",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient.CreateTuningJob",
+ "shortName": "CreateCachedContent",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient.CreateCachedContent",
"parameters": [
{
"type": "System.String",
"name": "parent"
},
{
- "type": "Google.Cloud.AIPlatform.V1.TuningJob",
- "name": "tuningJob"
+ "type": "Google.Cloud.AIPlatform.V1.CachedContent",
+ "name": "cachedContent"
},
{
"type": "Google.Api.Gax.Grpc.CallSettings",
"name": "callSettings"
}
],
- "resultType": "Google.Cloud.AIPlatform.V1.TuningJob",
+ "resultType": "Google.Cloud.AIPlatform.V1.CachedContent",
"client": {
- "shortName": "GenAiTuningServiceClient",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient"
+ "shortName": "GenAiCacheServiceClient",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient"
},
"method": {
- "shortName": "CreateTuningJob",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService.CreateTuningJob",
+ "shortName": "CreateCachedContent",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService.CreateCachedContent",
"service": {
- "shortName": "GenAiTuningService",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService"
+ "shortName": "GenAiCacheService",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService"
}
}
},
@@ -25991,14 +25991,14 @@
]
},
{
- "regionTag": "aiplatform_v1_generated_GenAiTuningService_CreateTuningJob_async_flattened",
- "title": "CreateTuningJobAsync",
- "description": "Snippet for CreateTuningJobAsync",
- "file": "GenAiTuningServiceClient.CreateTuningJobAsyncSnippet.g.cs",
+ "regionTag": "aiplatform_v1_generated_GenAiCacheService_CreateCachedContent_async_flattened",
+ "title": "CreateCachedContentAsync",
+ "description": "Snippet for CreateCachedContentAsync",
+ "file": "GenAiCacheServiceClient.CreateCachedContentAsyncSnippet.g.cs",
"language": "C_SHARP",
"clientMethod": {
- "shortName": "CreateTuningJobAsync",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient.CreateTuningJobAsync",
+ "shortName": "CreateCachedContentAsync",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient.CreateCachedContentAsync",
"async": true,
"parameters": [
{
@@ -26006,25 +26006,25 @@
"name": "parent"
},
{
- "type": "Google.Cloud.AIPlatform.V1.TuningJob",
- "name": "tuningJob"
+ "type": "Google.Cloud.AIPlatform.V1.CachedContent",
+ "name": "cachedContent"
},
{
"type": "Google.Api.Gax.Grpc.CallSettings",
"name": "callSettings"
}
],
- "resultType": "System.Threading.Tasks.Task",
+ "resultType": "System.Threading.Tasks.Task",
"client": {
- "shortName": "GenAiTuningServiceClient",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient"
+ "shortName": "GenAiCacheServiceClient",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient"
},
"method": {
- "shortName": "CreateTuningJob",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService.CreateTuningJob",
+ "shortName": "CreateCachedContent",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService.CreateCachedContent",
"service": {
- "shortName": "GenAiTuningService",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService"
+ "shortName": "GenAiCacheService",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService"
}
}
},
@@ -26043,39 +26043,39 @@
]
},
{
- "regionTag": "aiplatform_v1_generated_GenAiTuningService_CreateTuningJob_sync_flattened_resourceNames",
- "title": "CreateTuningJobResourceNames",
- "description": "Snippet for CreateTuningJob",
- "file": "GenAiTuningServiceClient.CreateTuningJobResourceNamesSnippet.g.cs",
+ "regionTag": "aiplatform_v1_generated_GenAiCacheService_CreateCachedContent_sync_flattened_resourceNames",
+ "title": "CreateCachedContentResourceNames",
+ "description": "Snippet for CreateCachedContent",
+ "file": "GenAiCacheServiceClient.CreateCachedContentResourceNamesSnippet.g.cs",
"language": "C_SHARP",
"clientMethod": {
- "shortName": "CreateTuningJob",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient.CreateTuningJob",
+ "shortName": "CreateCachedContent",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient.CreateCachedContent",
"parameters": [
{
"type": "Google.Api.Gax.ResourceNames.LocationName",
"name": "parent"
},
{
- "type": "Google.Cloud.AIPlatform.V1.TuningJob",
- "name": "tuningJob"
+ "type": "Google.Cloud.AIPlatform.V1.CachedContent",
+ "name": "cachedContent"
},
{
"type": "Google.Api.Gax.Grpc.CallSettings",
"name": "callSettings"
}
],
- "resultType": "Google.Cloud.AIPlatform.V1.TuningJob",
+ "resultType": "Google.Cloud.AIPlatform.V1.CachedContent",
"client": {
- "shortName": "GenAiTuningServiceClient",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient"
+ "shortName": "GenAiCacheServiceClient",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient"
},
"method": {
- "shortName": "CreateTuningJob",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService.CreateTuningJob",
+ "shortName": "CreateCachedContent",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService.CreateCachedContent",
"service": {
- "shortName": "GenAiTuningService",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService"
+ "shortName": "GenAiCacheService",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService"
}
}
},
@@ -26094,14 +26094,14 @@
]
},
{
- "regionTag": "aiplatform_v1_generated_GenAiTuningService_CreateTuningJob_async_flattened_resourceNames",
- "title": "CreateTuningJobResourceNamesAsync",
- "description": "Snippet for CreateTuningJobAsync",
- "file": "GenAiTuningServiceClient.CreateTuningJobResourceNamesAsyncSnippet.g.cs",
+ "regionTag": "aiplatform_v1_generated_GenAiCacheService_CreateCachedContent_async_flattened_resourceNames",
+ "title": "CreateCachedContentResourceNamesAsync",
+ "description": "Snippet for CreateCachedContentAsync",
+ "file": "GenAiCacheServiceClient.CreateCachedContentResourceNamesAsyncSnippet.g.cs",
"language": "C_SHARP",
"clientMethod": {
- "shortName": "CreateTuningJobAsync",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient.CreateTuningJobAsync",
+ "shortName": "CreateCachedContentAsync",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient.CreateCachedContentAsync",
"async": true,
"parameters": [
{
@@ -26109,25 +26109,25 @@
"name": "parent"
},
{
- "type": "Google.Cloud.AIPlatform.V1.TuningJob",
- "name": "tuningJob"
+ "type": "Google.Cloud.AIPlatform.V1.CachedContent",
+ "name": "cachedContent"
},
{
"type": "Google.Api.Gax.Grpc.CallSettings",
"name": "callSettings"
}
],
- "resultType": "System.Threading.Tasks.Task",
+ "resultType": "System.Threading.Tasks.Task",
"client": {
- "shortName": "GenAiTuningServiceClient",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient"
+ "shortName": "GenAiCacheServiceClient",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient"
},
"method": {
- "shortName": "CreateTuningJob",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService.CreateTuningJob",
+ "shortName": "CreateCachedContent",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService.CreateCachedContent",
"service": {
- "shortName": "GenAiTuningService",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService"
+ "shortName": "GenAiCacheService",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService"
}
}
},
@@ -26146,17 +26146,17 @@
]
},
{
- "regionTag": "aiplatform_v1_generated_GenAiTuningService_GetTuningJob_sync",
- "title": "GetTuningJobRequestObject",
- "description": "Snippet for GetTuningJob",
- "file": "GenAiTuningServiceClient.GetTuningJobRequestObjectSnippet.g.cs",
+ "regionTag": "aiplatform_v1_generated_GenAiCacheService_GetCachedContent_sync",
+ "title": "GetCachedContentRequestObject",
+ "description": "Snippet for GetCachedContent",
+ "file": "GenAiCacheServiceClient.GetCachedContentRequestObjectSnippet.g.cs",
"language": "C_SHARP",
"clientMethod": {
- "shortName": "GetTuningJob",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient.GetTuningJob",
+ "shortName": "GetCachedContent",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient.GetCachedContent",
"parameters": [
{
- "type": "Google.Cloud.AIPlatform.V1.GetTuningJobRequest",
+ "type": "Google.Cloud.AIPlatform.V1.GetCachedContentRequest",
"name": "request"
},
{
@@ -26164,17 +26164,17 @@
"name": "callSettings"
}
],
- "resultType": "Google.Cloud.AIPlatform.V1.TuningJob",
+ "resultType": "Google.Cloud.AIPlatform.V1.CachedContent",
"client": {
- "shortName": "GenAiTuningServiceClient",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient"
+ "shortName": "GenAiCacheServiceClient",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient"
},
"method": {
- "shortName": "GetTuningJob",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService.GetTuningJob",
+ "shortName": "GetCachedContent",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService.GetCachedContent",
"service": {
- "shortName": "GenAiTuningService",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService"
+ "shortName": "GenAiCacheService",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService"
}
}
},
@@ -26194,18 +26194,18 @@
]
},
{
- "regionTag": "aiplatform_v1_generated_GenAiTuningService_GetTuningJob_async",
- "title": "GetTuningJobRequestObjectAsync",
- "description": "Snippet for GetTuningJobAsync",
- "file": "GenAiTuningServiceClient.GetTuningJobRequestObjectAsyncSnippet.g.cs",
+ "regionTag": "aiplatform_v1_generated_GenAiCacheService_GetCachedContent_async",
+ "title": "GetCachedContentRequestObjectAsync",
+ "description": "Snippet for GetCachedContentAsync",
+ "file": "GenAiCacheServiceClient.GetCachedContentRequestObjectAsyncSnippet.g.cs",
"language": "C_SHARP",
"clientMethod": {
- "shortName": "GetTuningJobAsync",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient.GetTuningJobAsync",
+ "shortName": "GetCachedContentAsync",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient.GetCachedContentAsync",
"async": true,
"parameters": [
{
- "type": "Google.Cloud.AIPlatform.V1.GetTuningJobRequest",
+ "type": "Google.Cloud.AIPlatform.V1.GetCachedContentRequest",
"name": "request"
},
{
@@ -26213,17 +26213,17 @@
"name": "callSettings"
}
],
- "resultType": "System.Threading.Tasks.Task",
+ "resultType": "System.Threading.Tasks.Task",
"client": {
- "shortName": "GenAiTuningServiceClient",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient"
+ "shortName": "GenAiCacheServiceClient",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient"
},
"method": {
- "shortName": "GetTuningJob",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService.GetTuningJob",
+ "shortName": "GetCachedContent",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService.GetCachedContent",
"service": {
- "shortName": "GenAiTuningService",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService"
+ "shortName": "GenAiCacheService",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService"
}
}
},
@@ -26243,14 +26243,14 @@
]
},
{
- "regionTag": "aiplatform_v1_generated_GenAiTuningService_GetTuningJob_sync_flattened",
- "title": "GetTuningJob",
- "description": "Snippet for GetTuningJob",
- "file": "GenAiTuningServiceClient.GetTuningJobSnippet.g.cs",
+ "regionTag": "aiplatform_v1_generated_GenAiCacheService_GetCachedContent_sync_flattened",
+ "title": "GetCachedContent",
+ "description": "Snippet for GetCachedContent",
+ "file": "GenAiCacheServiceClient.GetCachedContentSnippet.g.cs",
"language": "C_SHARP",
"clientMethod": {
- "shortName": "GetTuningJob",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient.GetTuningJob",
+ "shortName": "GetCachedContent",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient.GetCachedContent",
"parameters": [
{
"type": "System.String",
@@ -26261,17 +26261,17 @@
"name": "callSettings"
}
],
- "resultType": "Google.Cloud.AIPlatform.V1.TuningJob",
+ "resultType": "Google.Cloud.AIPlatform.V1.CachedContent",
"client": {
- "shortName": "GenAiTuningServiceClient",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient"
+ "shortName": "GenAiCacheServiceClient",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient"
},
"method": {
- "shortName": "GetTuningJob",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService.GetTuningJob",
+ "shortName": "GetCachedContent",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService.GetCachedContent",
"service": {
- "shortName": "GenAiTuningService",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService"
+ "shortName": "GenAiCacheService",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService"
}
}
},
@@ -26290,14 +26290,14 @@
]
},
{
- "regionTag": "aiplatform_v1_generated_GenAiTuningService_GetTuningJob_async_flattened",
- "title": "GetTuningJobAsync",
- "description": "Snippet for GetTuningJobAsync",
- "file": "GenAiTuningServiceClient.GetTuningJobAsyncSnippet.g.cs",
+ "regionTag": "aiplatform_v1_generated_GenAiCacheService_GetCachedContent_async_flattened",
+ "title": "GetCachedContentAsync",
+ "description": "Snippet for GetCachedContentAsync",
+ "file": "GenAiCacheServiceClient.GetCachedContentAsyncSnippet.g.cs",
"language": "C_SHARP",
"clientMethod": {
- "shortName": "GetTuningJobAsync",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient.GetTuningJobAsync",
+ "shortName": "GetCachedContentAsync",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient.GetCachedContentAsync",
"async": true,
"parameters": [
{
@@ -26309,17 +26309,17 @@
"name": "callSettings"
}
],
- "resultType": "System.Threading.Tasks.Task",
+ "resultType": "System.Threading.Tasks.Task",
"client": {
- "shortName": "GenAiTuningServiceClient",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient"
+ "shortName": "GenAiCacheServiceClient",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient"
},
"method": {
- "shortName": "GetTuningJob",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService.GetTuningJob",
+ "shortName": "GetCachedContent",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService.GetCachedContent",
"service": {
- "shortName": "GenAiTuningService",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService"
+ "shortName": "GenAiCacheService",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService"
}
}
},
@@ -26338,17 +26338,17 @@
]
},
{
- "regionTag": "aiplatform_v1_generated_GenAiTuningService_GetTuningJob_sync_flattened_resourceNames",
- "title": "GetTuningJobResourceNames",
- "description": "Snippet for GetTuningJob",
- "file": "GenAiTuningServiceClient.GetTuningJobResourceNamesSnippet.g.cs",
+ "regionTag": "aiplatform_v1_generated_GenAiCacheService_GetCachedContent_sync_flattened_resourceNames",
+ "title": "GetCachedContentResourceNames",
+ "description": "Snippet for GetCachedContent",
+ "file": "GenAiCacheServiceClient.GetCachedContentResourceNamesSnippet.g.cs",
"language": "C_SHARP",
"clientMethod": {
- "shortName": "GetTuningJob",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient.GetTuningJob",
+ "shortName": "GetCachedContent",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient.GetCachedContent",
"parameters": [
{
- "type": "Google.Cloud.AIPlatform.V1.TuningJobName",
+ "type": "Google.Cloud.AIPlatform.V1.CachedContentName",
"name": "name"
},
{
@@ -26356,17 +26356,17 @@
"name": "callSettings"
}
],
- "resultType": "Google.Cloud.AIPlatform.V1.TuningJob",
+ "resultType": "Google.Cloud.AIPlatform.V1.CachedContent",
"client": {
- "shortName": "GenAiTuningServiceClient",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient"
+ "shortName": "GenAiCacheServiceClient",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient"
},
"method": {
- "shortName": "GetTuningJob",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService.GetTuningJob",
+ "shortName": "GetCachedContent",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService.GetCachedContent",
"service": {
- "shortName": "GenAiTuningService",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService"
+ "shortName": "GenAiCacheService",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService"
}
}
},
@@ -26385,18 +26385,18 @@
]
},
{
- "regionTag": "aiplatform_v1_generated_GenAiTuningService_GetTuningJob_async_flattened_resourceNames",
- "title": "GetTuningJobResourceNamesAsync",
- "description": "Snippet for GetTuningJobAsync",
- "file": "GenAiTuningServiceClient.GetTuningJobResourceNamesAsyncSnippet.g.cs",
+ "regionTag": "aiplatform_v1_generated_GenAiCacheService_GetCachedContent_async_flattened_resourceNames",
+ "title": "GetCachedContentResourceNamesAsync",
+ "description": "Snippet for GetCachedContentAsync",
+ "file": "GenAiCacheServiceClient.GetCachedContentResourceNamesAsyncSnippet.g.cs",
"language": "C_SHARP",
"clientMethod": {
- "shortName": "GetTuningJobAsync",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient.GetTuningJobAsync",
+ "shortName": "GetCachedContentAsync",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient.GetCachedContentAsync",
"async": true,
"parameters": [
{
- "type": "Google.Cloud.AIPlatform.V1.TuningJobName",
+ "type": "Google.Cloud.AIPlatform.V1.CachedContentName",
"name": "name"
},
{
@@ -26404,17 +26404,17 @@
"name": "callSettings"
}
],
- "resultType": "System.Threading.Tasks.Task",
+ "resultType": "System.Threading.Tasks.Task",
"client": {
- "shortName": "GenAiTuningServiceClient",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient"
+ "shortName": "GenAiCacheServiceClient",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient"
},
"method": {
- "shortName": "GetTuningJob",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService.GetTuningJob",
+ "shortName": "GetCachedContent",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService.GetCachedContent",
"service": {
- "shortName": "GenAiTuningService",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService"
+ "shortName": "GenAiCacheService",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService"
}
}
},
@@ -26433,17 +26433,17 @@
]
},
{
- "regionTag": "aiplatform_v1_generated_GenAiTuningService_ListTuningJobs_sync",
- "title": "ListTuningJobsRequestObject",
- "description": "Snippet for ListTuningJobs",
- "file": "GenAiTuningServiceClient.ListTuningJobsRequestObjectSnippet.g.cs",
+ "regionTag": "aiplatform_v1_generated_GenAiCacheService_UpdateCachedContent_sync",
+ "title": "UpdateCachedContentRequestObject",
+ "description": "Snippet for UpdateCachedContent",
+ "file": "GenAiCacheServiceClient.UpdateCachedContentRequestObjectSnippet.g.cs",
"language": "C_SHARP",
"clientMethod": {
- "shortName": "ListTuningJobs",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient.ListTuningJobs",
+ "shortName": "UpdateCachedContent",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient.UpdateCachedContent",
"parameters": [
{
- "type": "Google.Cloud.AIPlatform.V1.ListTuningJobsRequest",
+ "type": "Google.Cloud.AIPlatform.V1.UpdateCachedContentRequest",
"name": "request"
},
{
@@ -26451,17 +26451,17 @@
"name": "callSettings"
}
],
- "resultType": "Google.Api.Gax.PagedEnumerable",
+ "resultType": "Google.Cloud.AIPlatform.V1.CachedContent",
"client": {
- "shortName": "GenAiTuningServiceClient",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient"
+ "shortName": "GenAiCacheServiceClient",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient"
},
"method": {
- "shortName": "ListTuningJobs",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService.ListTuningJobs",
+ "shortName": "UpdateCachedContent",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService.UpdateCachedContent",
"service": {
- "shortName": "GenAiTuningService",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService"
+ "shortName": "GenAiCacheService",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService"
}
}
},
@@ -26470,29 +26470,29 @@
"segments": [
{
"start": 20,
- "end": 80,
+ "end": 46,
"type": "FULL"
},
{
- "start": 37,
- "end": 78,
+ "start": 35,
+ "end": 44,
"type": "SHORT"
}
]
},
{
- "regionTag": "aiplatform_v1_generated_GenAiTuningService_ListTuningJobs_async",
- "title": "ListTuningJobsRequestObjectAsync",
- "description": "Snippet for ListTuningJobsAsync",
- "file": "GenAiTuningServiceClient.ListTuningJobsRequestObjectAsyncSnippet.g.cs",
+ "regionTag": "aiplatform_v1_generated_GenAiCacheService_UpdateCachedContent_async",
+ "title": "UpdateCachedContentRequestObjectAsync",
+ "description": "Snippet for UpdateCachedContentAsync",
+ "file": "GenAiCacheServiceClient.UpdateCachedContentRequestObjectAsyncSnippet.g.cs",
"language": "C_SHARP",
"clientMethod": {
- "shortName": "ListTuningJobsAsync",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient.ListTuningJobsAsync",
+ "shortName": "UpdateCachedContentAsync",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient.UpdateCachedContentAsync",
"async": true,
"parameters": [
{
- "type": "Google.Cloud.AIPlatform.V1.ListTuningJobsRequest",
+ "type": "Google.Cloud.AIPlatform.V1.UpdateCachedContentRequest",
"name": "request"
},
{
@@ -26500,17 +26500,17 @@
"name": "callSettings"
}
],
- "resultType": "Google.Api.Gax.PagedAsyncEnumerable",
+ "resultType": "System.Threading.Tasks.Task",
"client": {
- "shortName": "GenAiTuningServiceClient",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient"
+ "shortName": "GenAiCacheServiceClient",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient"
},
"method": {
- "shortName": "ListTuningJobs",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService.ListTuningJobs",
+ "shortName": "UpdateCachedContent",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService.UpdateCachedContent",
"service": {
- "shortName": "GenAiTuningService",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService"
+ "shortName": "GenAiCacheService",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService"
}
}
},
@@ -26519,54 +26519,50 @@
"segments": [
{
"start": 20,
- "end": 82,
+ "end": 47,
"type": "FULL"
},
{
- "start": 39,
- "end": 80,
+ "start": 36,
+ "end": 45,
"type": "SHORT"
}
]
},
{
- "regionTag": "aiplatform_v1_generated_GenAiTuningService_ListTuningJobs_sync_flattened",
- "title": "ListTuningJobs",
- "description": "Snippet for ListTuningJobs",
- "file": "GenAiTuningServiceClient.ListTuningJobsSnippet.g.cs",
+ "regionTag": "aiplatform_v1_generated_GenAiCacheService_UpdateCachedContent_sync_flattened",
+ "title": "UpdateCachedContent",
+ "description": "Snippet for UpdateCachedContent",
+ "file": "GenAiCacheServiceClient.UpdateCachedContentSnippet.g.cs",
"language": "C_SHARP",
"clientMethod": {
- "shortName": "ListTuningJobs",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient.ListTuningJobs",
+ "shortName": "UpdateCachedContent",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient.UpdateCachedContent",
"parameters": [
{
- "type": "System.String",
- "name": "parent"
- },
- {
- "type": "System.String",
- "name": "pageToken"
+ "type": "Google.Cloud.AIPlatform.V1.CachedContent",
+ "name": "cachedContent"
},
{
- "type": "System.Nullable[System.Int32]",
- "name": "pageSize"
+ "type": "Google.Protobuf.WellKnownTypes.FieldMask",
+ "name": "updateMask"
},
{
"type": "Google.Api.Gax.Grpc.CallSettings",
"name": "callSettings"
}
],
- "resultType": "Google.Api.Gax.PagedEnumerable",
+ "resultType": "Google.Cloud.AIPlatform.V1.CachedContent",
"client": {
- "shortName": "GenAiTuningServiceClient",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient"
+ "shortName": "GenAiCacheServiceClient",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient"
},
"method": {
- "shortName": "ListTuningJobs",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService.ListTuningJobs",
+ "shortName": "UpdateCachedContent",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService.UpdateCachedContent",
"service": {
- "shortName": "GenAiTuningService",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService"
+ "shortName": "GenAiCacheService",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService"
}
}
},
@@ -26574,55 +26570,51 @@
"segments": [
{
"start": 20,
- "end": 75,
+ "end": 43,
"type": "FULL"
},
{
- "start": 36,
- "end": 73,
+ "start": 35,
+ "end": 41,
"type": "SHORT"
}
]
},
{
- "regionTag": "aiplatform_v1_generated_GenAiTuningService_ListTuningJobs_async_flattened",
- "title": "ListTuningJobsAsync",
- "description": "Snippet for ListTuningJobsAsync",
- "file": "GenAiTuningServiceClient.ListTuningJobsAsyncSnippet.g.cs",
+ "regionTag": "aiplatform_v1_generated_GenAiCacheService_UpdateCachedContent_async_flattened",
+ "title": "UpdateCachedContentAsync",
+ "description": "Snippet for UpdateCachedContentAsync",
+ "file": "GenAiCacheServiceClient.UpdateCachedContentAsyncSnippet.g.cs",
"language": "C_SHARP",
"clientMethod": {
- "shortName": "ListTuningJobsAsync",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient.ListTuningJobsAsync",
+ "shortName": "UpdateCachedContentAsync",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient.UpdateCachedContentAsync",
"async": true,
"parameters": [
{
- "type": "System.String",
- "name": "parent"
- },
- {
- "type": "System.String",
- "name": "pageToken"
+ "type": "Google.Cloud.AIPlatform.V1.CachedContent",
+ "name": "cachedContent"
},
{
- "type": "System.Nullable[System.Int32]",
- "name": "pageSize"
+ "type": "Google.Protobuf.WellKnownTypes.FieldMask",
+ "name": "updateMask"
},
{
"type": "Google.Api.Gax.Grpc.CallSettings",
"name": "callSettings"
}
],
- "resultType": "Google.Api.Gax.PagedAsyncEnumerable",
+ "resultType": "System.Threading.Tasks.Task",
"client": {
- "shortName": "GenAiTuningServiceClient",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient"
+ "shortName": "GenAiCacheServiceClient",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient"
},
"method": {
- "shortName": "ListTuningJobs",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService.ListTuningJobs",
+ "shortName": "UpdateCachedContent",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService.UpdateCachedContent",
"service": {
- "shortName": "GenAiTuningService",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService"
+ "shortName": "GenAiCacheService",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService"
}
}
},
@@ -26630,140 +26622,125 @@
"segments": [
{
"start": 20,
- "end": 77,
+ "end": 44,
"type": "FULL"
},
{
- "start": 38,
- "end": 75,
+ "start": 36,
+ "end": 42,
"type": "SHORT"
}
]
},
{
- "regionTag": "aiplatform_v1_generated_GenAiTuningService_ListTuningJobs_sync_flattened_resourceNames",
- "title": "ListTuningJobsResourceNames",
- "description": "Snippet for ListTuningJobs",
- "file": "GenAiTuningServiceClient.ListTuningJobsResourceNamesSnippet.g.cs",
+ "regionTag": "aiplatform_v1_generated_GenAiCacheService_DeleteCachedContent_sync",
+ "title": "DeleteCachedContentRequestObject",
+ "description": "Snippet for DeleteCachedContent",
+ "file": "GenAiCacheServiceClient.DeleteCachedContentRequestObjectSnippet.g.cs",
"language": "C_SHARP",
"clientMethod": {
- "shortName": "ListTuningJobs",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient.ListTuningJobs",
+ "shortName": "DeleteCachedContent",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient.DeleteCachedContent",
"parameters": [
{
- "type": "Google.Api.Gax.ResourceNames.LocationName",
- "name": "parent"
- },
- {
- "type": "System.String",
- "name": "pageToken"
- },
- {
- "type": "System.Nullable[System.Int32]",
- "name": "pageSize"
+ "type": "Google.Cloud.AIPlatform.V1.DeleteCachedContentRequest",
+ "name": "request"
},
{
"type": "Google.Api.Gax.Grpc.CallSettings",
"name": "callSettings"
}
],
- "resultType": "Google.Api.Gax.PagedEnumerable",
"client": {
- "shortName": "GenAiTuningServiceClient",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient"
+ "shortName": "GenAiCacheServiceClient",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient"
},
"method": {
- "shortName": "ListTuningJobs",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService.ListTuningJobs",
+ "shortName": "DeleteCachedContent",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService.DeleteCachedContent",
"service": {
- "shortName": "GenAiTuningService",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService"
+ "shortName": "GenAiCacheService",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService"
}
}
},
+ "canonical": true,
"origin": "API_DEFINITION",
"segments": [
{
"start": 20,
- "end": 76,
+ "end": 44,
"type": "FULL"
},
{
- "start": 37,
- "end": 74,
+ "start": 34,
+ "end": 42,
"type": "SHORT"
}
]
},
{
- "regionTag": "aiplatform_v1_generated_GenAiTuningService_ListTuningJobs_async_flattened_resourceNames",
- "title": "ListTuningJobsResourceNamesAsync",
- "description": "Snippet for ListTuningJobsAsync",
- "file": "GenAiTuningServiceClient.ListTuningJobsResourceNamesAsyncSnippet.g.cs",
+ "regionTag": "aiplatform_v1_generated_GenAiCacheService_DeleteCachedContent_async",
+ "title": "DeleteCachedContentRequestObjectAsync",
+ "description": "Snippet for DeleteCachedContentAsync",
+ "file": "GenAiCacheServiceClient.DeleteCachedContentRequestObjectAsyncSnippet.g.cs",
"language": "C_SHARP",
"clientMethod": {
- "shortName": "ListTuningJobsAsync",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient.ListTuningJobsAsync",
+ "shortName": "DeleteCachedContentAsync",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient.DeleteCachedContentAsync",
"async": true,
"parameters": [
{
- "type": "Google.Api.Gax.ResourceNames.LocationName",
- "name": "parent"
- },
- {
- "type": "System.String",
- "name": "pageToken"
- },
- {
- "type": "System.Nullable[System.Int32]",
- "name": "pageSize"
+ "type": "Google.Cloud.AIPlatform.V1.DeleteCachedContentRequest",
+ "name": "request"
},
{
"type": "Google.Api.Gax.Grpc.CallSettings",
"name": "callSettings"
}
],
- "resultType": "Google.Api.Gax.PagedAsyncEnumerable",
+ "resultType": "System.Threading.Tasks.Task",
"client": {
- "shortName": "GenAiTuningServiceClient",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient"
+ "shortName": "GenAiCacheServiceClient",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient"
},
"method": {
- "shortName": "ListTuningJobs",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService.ListTuningJobs",
+ "shortName": "DeleteCachedContent",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService.DeleteCachedContent",
"service": {
- "shortName": "GenAiTuningService",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService"
+ "shortName": "GenAiCacheService",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService"
}
}
},
+ "canonical": true,
"origin": "API_DEFINITION",
"segments": [
{
"start": 20,
- "end": 78,
+ "end": 45,
"type": "FULL"
},
{
- "start": 39,
- "end": 76,
+ "start": 35,
+ "end": 43,
"type": "SHORT"
}
]
},
{
- "regionTag": "aiplatform_v1_generated_GenAiTuningService_CancelTuningJob_sync",
- "title": "CancelTuningJobRequestObject",
- "description": "Snippet for CancelTuningJob",
- "file": "GenAiTuningServiceClient.CancelTuningJobRequestObjectSnippet.g.cs",
+ "regionTag": "aiplatform_v1_generated_GenAiCacheService_DeleteCachedContent_sync_flattened",
+ "title": "DeleteCachedContent",
+ "description": "Snippet for DeleteCachedContent",
+ "file": "GenAiCacheServiceClient.DeleteCachedContentSnippet.g.cs",
"language": "C_SHARP",
"clientMethod": {
- "shortName": "CancelTuningJob",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient.CancelTuningJob",
+ "shortName": "DeleteCachedContent",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient.DeleteCachedContent",
"parameters": [
{
- "type": "Google.Cloud.AIPlatform.V1.CancelTuningJobRequest",
- "name": "request"
+ "type": "System.String",
+ "name": "name"
},
{
"type": "Google.Api.Gax.Grpc.CallSettings",
@@ -26771,47 +26748,46 @@
}
],
"client": {
- "shortName": "GenAiTuningServiceClient",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient"
+ "shortName": "GenAiCacheServiceClient",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient"
},
"method": {
- "shortName": "CancelTuningJob",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService.CancelTuningJob",
+ "shortName": "DeleteCachedContent",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService.DeleteCachedContent",
"service": {
- "shortName": "GenAiTuningService",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService"
+ "shortName": "GenAiCacheService",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService"
}
}
},
- "canonical": true,
"origin": "API_DEFINITION",
"segments": [
{
"start": 20,
- "end": 44,
+ "end": 41,
"type": "FULL"
},
{
"start": 34,
- "end": 42,
+ "end": 39,
"type": "SHORT"
}
]
},
{
- "regionTag": "aiplatform_v1_generated_GenAiTuningService_CancelTuningJob_async",
- "title": "CancelTuningJobRequestObjectAsync",
- "description": "Snippet for CancelTuningJobAsync",
- "file": "GenAiTuningServiceClient.CancelTuningJobRequestObjectAsyncSnippet.g.cs",
+ "regionTag": "aiplatform_v1_generated_GenAiCacheService_DeleteCachedContent_async_flattened",
+ "title": "DeleteCachedContentAsync",
+ "description": "Snippet for DeleteCachedContentAsync",
+ "file": "GenAiCacheServiceClient.DeleteCachedContentAsyncSnippet.g.cs",
"language": "C_SHARP",
"clientMethod": {
- "shortName": "CancelTuningJobAsync",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient.CancelTuningJobAsync",
+ "shortName": "DeleteCachedContentAsync",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient.DeleteCachedContentAsync",
"async": true,
"parameters": [
{
- "type": "Google.Cloud.AIPlatform.V1.CancelTuningJobRequest",
- "name": "request"
+ "type": "System.String",
+ "name": "name"
},
{
"type": "Google.Api.Gax.Grpc.CallSettings",
@@ -26820,45 +26796,44 @@
],
"resultType": "System.Threading.Tasks.Task",
"client": {
- "shortName": "GenAiTuningServiceClient",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient"
+ "shortName": "GenAiCacheServiceClient",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient"
},
"method": {
- "shortName": "CancelTuningJob",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService.CancelTuningJob",
+ "shortName": "DeleteCachedContent",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService.DeleteCachedContent",
"service": {
- "shortName": "GenAiTuningService",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService"
+ "shortName": "GenAiCacheService",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService"
}
}
},
- "canonical": true,
"origin": "API_DEFINITION",
"segments": [
{
"start": 20,
- "end": 45,
+ "end": 42,
"type": "FULL"
},
{
"start": 35,
- "end": 43,
+ "end": 40,
"type": "SHORT"
}
]
},
{
- "regionTag": "aiplatform_v1_generated_GenAiTuningService_CancelTuningJob_sync_flattened",
- "title": "CancelTuningJob",
- "description": "Snippet for CancelTuningJob",
- "file": "GenAiTuningServiceClient.CancelTuningJobSnippet.g.cs",
+ "regionTag": "aiplatform_v1_generated_GenAiCacheService_DeleteCachedContent_sync_flattened_resourceNames",
+ "title": "DeleteCachedContentResourceNames",
+ "description": "Snippet for DeleteCachedContent",
+ "file": "GenAiCacheServiceClient.DeleteCachedContentResourceNamesSnippet.g.cs",
"language": "C_SHARP",
"clientMethod": {
- "shortName": "CancelTuningJob",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient.CancelTuningJob",
+ "shortName": "DeleteCachedContent",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient.DeleteCachedContent",
"parameters": [
{
- "type": "System.String",
+ "type": "Google.Cloud.AIPlatform.V1.CachedContentName",
"name": "name"
},
{
@@ -26867,15 +26842,15 @@
}
],
"client": {
- "shortName": "GenAiTuningServiceClient",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient"
+ "shortName": "GenAiCacheServiceClient",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient"
},
"method": {
- "shortName": "CancelTuningJob",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService.CancelTuningJob",
+ "shortName": "DeleteCachedContent",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService.DeleteCachedContent",
"service": {
- "shortName": "GenAiTuningService",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService"
+ "shortName": "GenAiCacheService",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService"
}
}
},
@@ -26894,18 +26869,18 @@
]
},
{
- "regionTag": "aiplatform_v1_generated_GenAiTuningService_CancelTuningJob_async_flattened",
- "title": "CancelTuningJobAsync",
- "description": "Snippet for CancelTuningJobAsync",
- "file": "GenAiTuningServiceClient.CancelTuningJobAsyncSnippet.g.cs",
+ "regionTag": "aiplatform_v1_generated_GenAiCacheService_DeleteCachedContent_async_flattened_resourceNames",
+ "title": "DeleteCachedContentResourceNamesAsync",
+ "description": "Snippet for DeleteCachedContentAsync",
+ "file": "GenAiCacheServiceClient.DeleteCachedContentResourceNamesAsyncSnippet.g.cs",
"language": "C_SHARP",
"clientMethod": {
- "shortName": "CancelTuningJobAsync",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient.CancelTuningJobAsync",
+ "shortName": "DeleteCachedContentAsync",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient.DeleteCachedContentAsync",
"async": true,
"parameters": [
{
- "type": "System.String",
+ "type": "Google.Cloud.AIPlatform.V1.CachedContentName",
"name": "name"
},
{
@@ -26915,15 +26890,15 @@
],
"resultType": "System.Threading.Tasks.Task",
"client": {
- "shortName": "GenAiTuningServiceClient",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient"
+ "shortName": "GenAiCacheServiceClient",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient"
},
"method": {
- "shortName": "CancelTuningJob",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService.CancelTuningJob",
+ "shortName": "DeleteCachedContent",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService.DeleteCachedContent",
"service": {
- "shortName": "GenAiTuningService",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService"
+ "shortName": "GenAiCacheService",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService"
}
}
},
@@ -26942,230 +26917,251 @@
]
},
{
- "regionTag": "aiplatform_v1_generated_GenAiTuningService_CancelTuningJob_sync_flattened_resourceNames",
- "title": "CancelTuningJobResourceNames",
- "description": "Snippet for CancelTuningJob",
- "file": "GenAiTuningServiceClient.CancelTuningJobResourceNamesSnippet.g.cs",
+ "regionTag": "aiplatform_v1_generated_GenAiCacheService_ListCachedContents_sync",
+ "title": "ListCachedContentsRequestObject",
+ "description": "Snippet for ListCachedContents",
+ "file": "GenAiCacheServiceClient.ListCachedContentsRequestObjectSnippet.g.cs",
"language": "C_SHARP",
"clientMethod": {
- "shortName": "CancelTuningJob",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient.CancelTuningJob",
+ "shortName": "ListCachedContents",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient.ListCachedContents",
"parameters": [
{
- "type": "Google.Cloud.AIPlatform.V1.TuningJobName",
- "name": "name"
+ "type": "Google.Cloud.AIPlatform.V1.ListCachedContentsRequest",
+ "name": "request"
},
{
"type": "Google.Api.Gax.Grpc.CallSettings",
"name": "callSettings"
}
],
+ "resultType": "Google.Api.Gax.PagedEnumerable",
"client": {
- "shortName": "GenAiTuningServiceClient",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient"
+ "shortName": "GenAiCacheServiceClient",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient"
},
"method": {
- "shortName": "CancelTuningJob",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService.CancelTuningJob",
+ "shortName": "ListCachedContents",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService.ListCachedContents",
"service": {
- "shortName": "GenAiTuningService",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService"
+ "shortName": "GenAiCacheService",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService"
}
}
},
+ "canonical": true,
"origin": "API_DEFINITION",
"segments": [
{
"start": 20,
- "end": 41,
+ "end": 79,
"type": "FULL"
},
{
- "start": 34,
- "end": 39,
+ "start": 37,
+ "end": 77,
"type": "SHORT"
}
]
},
{
- "regionTag": "aiplatform_v1_generated_GenAiTuningService_CancelTuningJob_async_flattened_resourceNames",
- "title": "CancelTuningJobResourceNamesAsync",
- "description": "Snippet for CancelTuningJobAsync",
- "file": "GenAiTuningServiceClient.CancelTuningJobResourceNamesAsyncSnippet.g.cs",
+ "regionTag": "aiplatform_v1_generated_GenAiCacheService_ListCachedContents_async",
+ "title": "ListCachedContentsRequestObjectAsync",
+ "description": "Snippet for ListCachedContentsAsync",
+ "file": "GenAiCacheServiceClient.ListCachedContentsRequestObjectAsyncSnippet.g.cs",
"language": "C_SHARP",
"clientMethod": {
- "shortName": "CancelTuningJobAsync",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient.CancelTuningJobAsync",
+ "shortName": "ListCachedContentsAsync",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient.ListCachedContentsAsync",
"async": true,
"parameters": [
{
- "type": "Google.Cloud.AIPlatform.V1.TuningJobName",
- "name": "name"
+ "type": "Google.Cloud.AIPlatform.V1.ListCachedContentsRequest",
+ "name": "request"
},
{
"type": "Google.Api.Gax.Grpc.CallSettings",
"name": "callSettings"
}
],
- "resultType": "System.Threading.Tasks.Task",
+ "resultType": "Google.Api.Gax.PagedAsyncEnumerable",
"client": {
- "shortName": "GenAiTuningServiceClient",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient"
+ "shortName": "GenAiCacheServiceClient",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient"
},
"method": {
- "shortName": "CancelTuningJob",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService.CancelTuningJob",
+ "shortName": "ListCachedContents",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService.ListCachedContents",
"service": {
- "shortName": "GenAiTuningService",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService"
+ "shortName": "GenAiCacheService",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService"
}
}
},
+ "canonical": true,
"origin": "API_DEFINITION",
"segments": [
{
"start": 20,
- "end": 42,
+ "end": 81,
"type": "FULL"
},
{
- "start": 35,
- "end": 40,
+ "start": 39,
+ "end": 79,
"type": "SHORT"
}
]
},
{
- "regionTag": "aiplatform_v1_generated_GenAiTuningService_RebaseTunedModel_sync",
- "title": "RebaseTunedModelRequestObject",
- "description": "Snippet for RebaseTunedModel",
- "file": "GenAiTuningServiceClient.RebaseTunedModelRequestObjectSnippet.g.cs",
+ "regionTag": "aiplatform_v1_generated_GenAiCacheService_ListCachedContents_sync_flattened",
+ "title": "ListCachedContents",
+ "description": "Snippet for ListCachedContents",
+ "file": "GenAiCacheServiceClient.ListCachedContentsSnippet.g.cs",
"language": "C_SHARP",
"clientMethod": {
- "shortName": "RebaseTunedModel",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient.RebaseTunedModel",
+ "shortName": "ListCachedContents",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient.ListCachedContents",
"parameters": [
{
- "type": "Google.Cloud.AIPlatform.V1.RebaseTunedModelRequest",
- "name": "request"
+ "type": "System.String",
+ "name": "parent"
+ },
+ {
+ "type": "System.String",
+ "name": "pageToken"
+ },
+ {
+ "type": "System.Nullable[System.Int32]",
+ "name": "pageSize"
},
{
"type": "Google.Api.Gax.Grpc.CallSettings",
"name": "callSettings"
}
],
- "resultType": "Google.LongRunning.Operation",
+ "resultType": "Google.Api.Gax.PagedEnumerable",
"client": {
- "shortName": "GenAiTuningServiceClient",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient"
+ "shortName": "GenAiCacheServiceClient",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient"
},
"method": {
- "shortName": "RebaseTunedModel",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService.RebaseTunedModel",
+ "shortName": "ListCachedContents",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService.ListCachedContents",
"service": {
- "shortName": "GenAiTuningService",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService"
+ "shortName": "GenAiCacheService",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService"
}
}
},
- "canonical": true,
"origin": "API_DEFINITION",
"segments": [
{
"start": 20,
- "end": 66,
+ "end": 75,
"type": "FULL"
},
{
"start": 36,
- "end": 64,
+ "end": 73,
"type": "SHORT"
}
]
},
{
- "regionTag": "aiplatform_v1_generated_GenAiTuningService_RebaseTunedModel_async",
- "title": "RebaseTunedModelRequestObjectAsync",
- "description": "Snippet for RebaseTunedModelAsync",
- "file": "GenAiTuningServiceClient.RebaseTunedModelRequestObjectAsyncSnippet.g.cs",
+ "regionTag": "aiplatform_v1_generated_GenAiCacheService_ListCachedContents_async_flattened",
+ "title": "ListCachedContentsAsync",
+ "description": "Snippet for ListCachedContentsAsync",
+ "file": "GenAiCacheServiceClient.ListCachedContentsAsyncSnippet.g.cs",
"language": "C_SHARP",
"clientMethod": {
- "shortName": "RebaseTunedModelAsync",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient.RebaseTunedModelAsync",
+ "shortName": "ListCachedContentsAsync",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient.ListCachedContentsAsync",
"async": true,
"parameters": [
{
- "type": "Google.Cloud.AIPlatform.V1.RebaseTunedModelRequest",
- "name": "request"
+ "type": "System.String",
+ "name": "parent"
+ },
+ {
+ "type": "System.String",
+ "name": "pageToken"
+ },
+ {
+ "type": "System.Nullable[System.Int32]",
+ "name": "pageSize"
},
{
"type": "Google.Api.Gax.Grpc.CallSettings",
"name": "callSettings"
}
],
- "resultType": "System.Threading.Tasks.Task>",
+ "resultType": "Google.Api.Gax.PagedAsyncEnumerable",
"client": {
- "shortName": "GenAiTuningServiceClient",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient"
+ "shortName": "GenAiCacheServiceClient",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient"
},
"method": {
- "shortName": "RebaseTunedModel",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService.RebaseTunedModel",
+ "shortName": "ListCachedContents",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService.ListCachedContents",
"service": {
- "shortName": "GenAiTuningService",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService"
+ "shortName": "GenAiCacheService",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService"
}
}
},
- "canonical": true,
"origin": "API_DEFINITION",
"segments": [
{
"start": 20,
- "end": 67,
+ "end": 77,
"type": "FULL"
},
{
- "start": 37,
- "end": 65,
+ "start": 38,
+ "end": 75,
"type": "SHORT"
}
]
},
{
- "regionTag": "aiplatform_v1_generated_GenAiTuningService_RebaseTunedModel_sync_flattened",
- "title": "RebaseTunedModel",
- "description": "Snippet for RebaseTunedModel",
- "file": "GenAiTuningServiceClient.RebaseTunedModelSnippet.g.cs",
+ "regionTag": "aiplatform_v1_generated_GenAiCacheService_ListCachedContents_sync_flattened_resourceNames",
+ "title": "ListCachedContentsResourceNames",
+ "description": "Snippet for ListCachedContents",
+ "file": "GenAiCacheServiceClient.ListCachedContentsResourceNamesSnippet.g.cs",
"language": "C_SHARP",
"clientMethod": {
- "shortName": "RebaseTunedModel",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient.RebaseTunedModel",
+ "shortName": "ListCachedContents",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient.ListCachedContents",
"parameters": [
{
- "type": "System.String",
+ "type": "Google.Api.Gax.ResourceNames.LocationName",
"name": "parent"
},
{
- "type": "Google.Cloud.AIPlatform.V1.TunedModelRef",
- "name": "tunedModelRef"
+ "type": "System.String",
+ "name": "pageToken"
+ },
+ {
+ "type": "System.Nullable[System.Int32]",
+ "name": "pageSize"
},
{
"type": "Google.Api.Gax.Grpc.CallSettings",
"name": "callSettings"
}
],
- "resultType": "Google.LongRunning.Operation",
+ "resultType": "Google.Api.Gax.PagedEnumerable",
"client": {
- "shortName": "GenAiTuningServiceClient",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient"
+ "shortName": "GenAiCacheServiceClient",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient"
},
"method": {
- "shortName": "RebaseTunedModel",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService.RebaseTunedModel",
+ "shortName": "ListCachedContents",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService.ListCachedContents",
"service": {
- "shortName": "GenAiTuningService",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService"
+ "shortName": "GenAiCacheService",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService"
}
}
},
@@ -27173,51 +27169,55 @@
"segments": [
{
"start": 20,
- "end": 59,
+ "end": 76,
"type": "FULL"
},
{
- "start": 35,
- "end": 57,
+ "start": 37,
+ "end": 74,
"type": "SHORT"
}
]
},
{
- "regionTag": "aiplatform_v1_generated_GenAiTuningService_RebaseTunedModel_async_flattened",
- "title": "RebaseTunedModelAsync",
- "description": "Snippet for RebaseTunedModelAsync",
- "file": "GenAiTuningServiceClient.RebaseTunedModelAsyncSnippet.g.cs",
+ "regionTag": "aiplatform_v1_generated_GenAiCacheService_ListCachedContents_async_flattened_resourceNames",
+ "title": "ListCachedContentsResourceNamesAsync",
+ "description": "Snippet for ListCachedContentsAsync",
+ "file": "GenAiCacheServiceClient.ListCachedContentsResourceNamesAsyncSnippet.g.cs",
"language": "C_SHARP",
"clientMethod": {
- "shortName": "RebaseTunedModelAsync",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient.RebaseTunedModelAsync",
+ "shortName": "ListCachedContentsAsync",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient.ListCachedContentsAsync",
"async": true,
"parameters": [
{
- "type": "System.String",
+ "type": "Google.Api.Gax.ResourceNames.LocationName",
"name": "parent"
},
{
- "type": "Google.Cloud.AIPlatform.V1.TunedModelRef",
- "name": "tunedModelRef"
+ "type": "System.String",
+ "name": "pageToken"
+ },
+ {
+ "type": "System.Nullable[System.Int32]",
+ "name": "pageSize"
},
{
"type": "Google.Api.Gax.Grpc.CallSettings",
"name": "callSettings"
}
],
- "resultType": "System.Threading.Tasks.Task>",
+ "resultType": "Google.Api.Gax.PagedAsyncEnumerable",
"client": {
- "shortName": "GenAiTuningServiceClient",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient"
+ "shortName": "GenAiCacheServiceClient",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiCacheServiceClient"
},
"method": {
- "shortName": "RebaseTunedModel",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService.RebaseTunedModel",
+ "shortName": "ListCachedContents",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService.ListCachedContents",
"service": {
- "shortName": "GenAiTuningService",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService"
+ "shortName": "GenAiCacheService",
+ "fullName": "google.cloud.aiplatform.v1.GenAiCacheService"
}
}
},
@@ -27225,250 +27225,250 @@
"segments": [
{
"start": 20,
- "end": 60,
+ "end": 78,
"type": "FULL"
},
{
- "start": 36,
- "end": 58,
+ "start": 39,
+ "end": 76,
"type": "SHORT"
}
]
},
{
- "regionTag": "aiplatform_v1_generated_GenAiTuningService_RebaseTunedModel_sync_flattened_resourceNames",
- "title": "RebaseTunedModelResourceNames",
- "description": "Snippet for RebaseTunedModel",
- "file": "GenAiTuningServiceClient.RebaseTunedModelResourceNamesSnippet.g.cs",
+ "regionTag": "aiplatform_v1_generated_GenAiTuningService_CreateTuningJob_sync",
+ "title": "CreateTuningJobRequestObject",
+ "description": "Snippet for CreateTuningJob",
+ "file": "GenAiTuningServiceClient.CreateTuningJobRequestObjectSnippet.g.cs",
"language": "C_SHARP",
"clientMethod": {
- "shortName": "RebaseTunedModel",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient.RebaseTunedModel",
+ "shortName": "CreateTuningJob",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient.CreateTuningJob",
"parameters": [
{
- "type": "Google.Api.Gax.ResourceNames.LocationName",
- "name": "parent"
- },
- {
- "type": "Google.Cloud.AIPlatform.V1.TunedModelRef",
- "name": "tunedModelRef"
+ "type": "Google.Cloud.AIPlatform.V1.CreateTuningJobRequest",
+ "name": "request"
},
{
"type": "Google.Api.Gax.Grpc.CallSettings",
"name": "callSettings"
}
],
- "resultType": "Google.LongRunning.Operation",
+ "resultType": "Google.Cloud.AIPlatform.V1.TuningJob",
"client": {
"shortName": "GenAiTuningServiceClient",
"fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient"
},
"method": {
- "shortName": "RebaseTunedModel",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService.RebaseTunedModel",
+ "shortName": "CreateTuningJob",
+ "fullName": "google.cloud.aiplatform.v1.GenAiTuningService.CreateTuningJob",
"service": {
"shortName": "GenAiTuningService",
"fullName": "google.cloud.aiplatform.v1.GenAiTuningService"
}
}
},
+ "canonical": true,
"origin": "API_DEFINITION",
"segments": [
{
"start": 20,
- "end": 60,
+ "end": 46,
"type": "FULL"
},
{
- "start": 36,
- "end": 58,
+ "start": 35,
+ "end": 44,
"type": "SHORT"
}
]
},
{
- "regionTag": "aiplatform_v1_generated_GenAiTuningService_RebaseTunedModel_async_flattened_resourceNames",
- "title": "RebaseTunedModelResourceNamesAsync",
- "description": "Snippet for RebaseTunedModelAsync",
- "file": "GenAiTuningServiceClient.RebaseTunedModelResourceNamesAsyncSnippet.g.cs",
+ "regionTag": "aiplatform_v1_generated_GenAiTuningService_CreateTuningJob_async",
+ "title": "CreateTuningJobRequestObjectAsync",
+ "description": "Snippet for CreateTuningJobAsync",
+ "file": "GenAiTuningServiceClient.CreateTuningJobRequestObjectAsyncSnippet.g.cs",
"language": "C_SHARP",
"clientMethod": {
- "shortName": "RebaseTunedModelAsync",
- "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient.RebaseTunedModelAsync",
+ "shortName": "CreateTuningJobAsync",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient.CreateTuningJobAsync",
"async": true,
"parameters": [
{
- "type": "Google.Api.Gax.ResourceNames.LocationName",
- "name": "parent"
- },
- {
- "type": "Google.Cloud.AIPlatform.V1.TunedModelRef",
- "name": "tunedModelRef"
+ "type": "Google.Cloud.AIPlatform.V1.CreateTuningJobRequest",
+ "name": "request"
},
{
"type": "Google.Api.Gax.Grpc.CallSettings",
"name": "callSettings"
}
],
- "resultType": "System.Threading.Tasks.Task>",
+ "resultType": "System.Threading.Tasks.Task",
"client": {
"shortName": "GenAiTuningServiceClient",
"fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient"
},
"method": {
- "shortName": "RebaseTunedModel",
- "fullName": "google.cloud.aiplatform.v1.GenAiTuningService.RebaseTunedModel",
+ "shortName": "CreateTuningJob",
+ "fullName": "google.cloud.aiplatform.v1.GenAiTuningService.CreateTuningJob",
"service": {
"shortName": "GenAiTuningService",
"fullName": "google.cloud.aiplatform.v1.GenAiTuningService"
}
}
},
+ "canonical": true,
"origin": "API_DEFINITION",
"segments": [
{
"start": 20,
- "end": 61,
+ "end": 47,
"type": "FULL"
},
{
- "start": 37,
- "end": 59,
+ "start": 36,
+ "end": 45,
"type": "SHORT"
}
]
},
{
- "regionTag": "aiplatform_v1_generated_IndexEndpointService_CreateIndexEndpoint_sync",
- "title": "CreateIndexEndpointRequestObject",
- "description": "Snippet for CreateIndexEndpoint",
- "file": "IndexEndpointServiceClient.CreateIndexEndpointRequestObjectSnippet.g.cs",
+ "regionTag": "aiplatform_v1_generated_GenAiTuningService_CreateTuningJob_sync_flattened",
+ "title": "CreateTuningJob",
+ "description": "Snippet for CreateTuningJob",
+ "file": "GenAiTuningServiceClient.CreateTuningJobSnippet.g.cs",
"language": "C_SHARP",
"clientMethod": {
- "shortName": "CreateIndexEndpoint",
- "fullName": "Google.Cloud.AIPlatform.V1.IndexEndpointServiceClient.CreateIndexEndpoint",
+ "shortName": "CreateTuningJob",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient.CreateTuningJob",
"parameters": [
{
- "type": "Google.Cloud.AIPlatform.V1.CreateIndexEndpointRequest",
- "name": "request"
+ "type": "System.String",
+ "name": "parent"
+ },
+ {
+ "type": "Google.Cloud.AIPlatform.V1.TuningJob",
+ "name": "tuningJob"
},
{
"type": "Google.Api.Gax.Grpc.CallSettings",
"name": "callSettings"
}
],
- "resultType": "Google.LongRunning.Operation",
+ "resultType": "Google.Cloud.AIPlatform.V1.TuningJob",
"client": {
- "shortName": "IndexEndpointServiceClient",
- "fullName": "Google.Cloud.AIPlatform.V1.IndexEndpointServiceClient"
+ "shortName": "GenAiTuningServiceClient",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient"
},
"method": {
- "shortName": "CreateIndexEndpoint",
- "fullName": "google.cloud.aiplatform.v1.IndexEndpointService.CreateIndexEndpoint",
+ "shortName": "CreateTuningJob",
+ "fullName": "google.cloud.aiplatform.v1.GenAiTuningService.CreateTuningJob",
"service": {
- "shortName": "IndexEndpointService",
- "fullName": "google.cloud.aiplatform.v1.IndexEndpointService"
+ "shortName": "GenAiTuningService",
+ "fullName": "google.cloud.aiplatform.v1.GenAiTuningService"
}
}
},
- "canonical": true,
"origin": "API_DEFINITION",
"segments": [
{
"start": 20,
- "end": 63,
+ "end": 42,
"type": "FULL"
},
{
- "start": 36,
- "end": 61,
+ "start": 34,
+ "end": 40,
"type": "SHORT"
}
]
},
{
- "regionTag": "aiplatform_v1_generated_IndexEndpointService_CreateIndexEndpoint_async",
- "title": "CreateIndexEndpointRequestObjectAsync",
- "description": "Snippet for CreateIndexEndpointAsync",
- "file": "IndexEndpointServiceClient.CreateIndexEndpointRequestObjectAsyncSnippet.g.cs",
+ "regionTag": "aiplatform_v1_generated_GenAiTuningService_CreateTuningJob_async_flattened",
+ "title": "CreateTuningJobAsync",
+ "description": "Snippet for CreateTuningJobAsync",
+ "file": "GenAiTuningServiceClient.CreateTuningJobAsyncSnippet.g.cs",
"language": "C_SHARP",
"clientMethod": {
- "shortName": "CreateIndexEndpointAsync",
- "fullName": "Google.Cloud.AIPlatform.V1.IndexEndpointServiceClient.CreateIndexEndpointAsync",
+ "shortName": "CreateTuningJobAsync",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient.CreateTuningJobAsync",
"async": true,
"parameters": [
{
- "type": "Google.Cloud.AIPlatform.V1.CreateIndexEndpointRequest",
- "name": "request"
+ "type": "System.String",
+ "name": "parent"
+ },
+ {
+ "type": "Google.Cloud.AIPlatform.V1.TuningJob",
+ "name": "tuningJob"
},
{
"type": "Google.Api.Gax.Grpc.CallSettings",
"name": "callSettings"
}
],
- "resultType": "System.Threading.Tasks.Task>",
+ "resultType": "System.Threading.Tasks.Task",
"client": {
- "shortName": "IndexEndpointServiceClient",
- "fullName": "Google.Cloud.AIPlatform.V1.IndexEndpointServiceClient"
+ "shortName": "GenAiTuningServiceClient",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient"
},
"method": {
- "shortName": "CreateIndexEndpoint",
- "fullName": "google.cloud.aiplatform.v1.IndexEndpointService.CreateIndexEndpoint",
+ "shortName": "CreateTuningJob",
+ "fullName": "google.cloud.aiplatform.v1.GenAiTuningService.CreateTuningJob",
"service": {
- "shortName": "IndexEndpointService",
- "fullName": "google.cloud.aiplatform.v1.IndexEndpointService"
+ "shortName": "GenAiTuningService",
+ "fullName": "google.cloud.aiplatform.v1.GenAiTuningService"
}
}
},
- "canonical": true,
"origin": "API_DEFINITION",
"segments": [
{
"start": 20,
- "end": 64,
+ "end": 43,
"type": "FULL"
},
{
- "start": 37,
- "end": 62,
+ "start": 35,
+ "end": 41,
"type": "SHORT"
}
]
},
{
- "regionTag": "aiplatform_v1_generated_IndexEndpointService_CreateIndexEndpoint_sync_flattened",
- "title": "CreateIndexEndpoint",
- "description": "Snippet for CreateIndexEndpoint",
- "file": "IndexEndpointServiceClient.CreateIndexEndpointSnippet.g.cs",
+ "regionTag": "aiplatform_v1_generated_GenAiTuningService_CreateTuningJob_sync_flattened_resourceNames",
+ "title": "CreateTuningJobResourceNames",
+ "description": "Snippet for CreateTuningJob",
+ "file": "GenAiTuningServiceClient.CreateTuningJobResourceNamesSnippet.g.cs",
"language": "C_SHARP",
"clientMethod": {
- "shortName": "CreateIndexEndpoint",
- "fullName": "Google.Cloud.AIPlatform.V1.IndexEndpointServiceClient.CreateIndexEndpoint",
+ "shortName": "CreateTuningJob",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient.CreateTuningJob",
"parameters": [
{
- "type": "System.String",
+ "type": "Google.Api.Gax.ResourceNames.LocationName",
"name": "parent"
},
{
- "type": "Google.Cloud.AIPlatform.V1.IndexEndpoint",
- "name": "indexEndpoint"
+ "type": "Google.Cloud.AIPlatform.V1.TuningJob",
+ "name": "tuningJob"
},
{
"type": "Google.Api.Gax.Grpc.CallSettings",
"name": "callSettings"
}
],
- "resultType": "Google.LongRunning.Operation",
+ "resultType": "Google.Cloud.AIPlatform.V1.TuningJob",
"client": {
- "shortName": "IndexEndpointServiceClient",
- "fullName": "Google.Cloud.AIPlatform.V1.IndexEndpointServiceClient"
+ "shortName": "GenAiTuningServiceClient",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient"
},
"method": {
- "shortName": "CreateIndexEndpoint",
- "fullName": "google.cloud.aiplatform.v1.IndexEndpointService.CreateIndexEndpoint",
+ "shortName": "CreateTuningJob",
+ "fullName": "google.cloud.aiplatform.v1.GenAiTuningService.CreateTuningJob",
"service": {
- "shortName": "IndexEndpointService",
- "fullName": "google.cloud.aiplatform.v1.IndexEndpointService"
+ "shortName": "GenAiTuningService",
+ "fullName": "google.cloud.aiplatform.v1.GenAiTuningService"
}
}
},
@@ -27476,51 +27476,51 @@
"segments": [
{
"start": 20,
- "end": 59,
+ "end": 43,
"type": "FULL"
},
{
"start": 35,
- "end": 57,
+ "end": 41,
"type": "SHORT"
}
]
},
{
- "regionTag": "aiplatform_v1_generated_IndexEndpointService_CreateIndexEndpoint_async_flattened",
- "title": "CreateIndexEndpointAsync",
- "description": "Snippet for CreateIndexEndpointAsync",
- "file": "IndexEndpointServiceClient.CreateIndexEndpointAsyncSnippet.g.cs",
+ "regionTag": "aiplatform_v1_generated_GenAiTuningService_CreateTuningJob_async_flattened_resourceNames",
+ "title": "CreateTuningJobResourceNamesAsync",
+ "description": "Snippet for CreateTuningJobAsync",
+ "file": "GenAiTuningServiceClient.CreateTuningJobResourceNamesAsyncSnippet.g.cs",
"language": "C_SHARP",
"clientMethod": {
- "shortName": "CreateIndexEndpointAsync",
- "fullName": "Google.Cloud.AIPlatform.V1.IndexEndpointServiceClient.CreateIndexEndpointAsync",
+ "shortName": "CreateTuningJobAsync",
+ "fullName": "Google.Cloud.AIPlatform.V1.GenAiTuningServiceClient.CreateTuningJobAsync",
"async": true,
"parameters": [
{
- "type": "System.String",
+ "type": "Google.Api.Gax.ResourceNames.LocationName",
"name": "parent"
},
{
- "type": "Google.Cloud.AIPlatform.V1.IndexEndpoint",
- "name": "indexEndpoint"
+ "type": "Google.Cloud.AIPlatform.V1.TuningJob",
+ "name": "tuningJob"
},
{
"type": "Google.Api.Gax.Grpc.CallSettings",
"name": "callSettings"
}
],
- "resultType": "System.Threading.Tasks.Task>",
+ "resultType": "System.Threading.Tasks.Task